[]
Clears the data from the specified range.
void ClearData(int row, int column, int rowCount, int columnCount)
Sub ClearData(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | row | The row |
int | column | The column |
int | rowCount | The row count |
int | columnCount | The column count |