[]
Removes one or more rows, starting with the specified row.
public void RemoveRows(int row, int rowCount)
Public Sub RemoveRows(row As Integer, rowCount As Integer)
Type | Name | Description |
---|---|---|
int | row | Index of first row to remove |
int | rowCount | Number of rows to remove |