[]
Removes rows from the specified starting position.
public void RemoveRows(int row, int rowCount)
Public Sub RemoveRows(row As Integer, rowCount As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index at which to start removing rows |
int | rowCount | Number of rows to remove |