[]
Removes the values from the specified rows or columns.
public virtual void Clear(int index, int count)
Public Overridable Sub Clear(index As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | index | Index before which to clear the rows or columns |
int | count | Number of rows or columns to clear |