'Declaration Public Sub DeleteDataRows( _ ByVal dataRowIndex As System.Integer, _ Optional ByVal count As System.Integer _ )
public void DeleteDataRows( System.int dataRowIndex, System.int count )
Exception | Description |
---|---|
System.InvalidOperationException | If the operation is not allowed, e.g. if it would cause data to be shifted off the worksheet. |
System.IndexOutOfRangeException | If index is negative. |
System.ArgumentOutOfRangeException | If count is less than 1 or greater than or equal all the rows (excluding header and total rows) in the table. |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
View on GitHub