[]
Removes all of the contents from the cells in the specified range of cells.
void Clear(int row, int column, int rowCount, int columnCount)
Sub Clear(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index of first row in selected range |
int | column | Column index of first column in selected range |
int | rowCount | Number of rows in selected range |
int | columnCount | Number of columns in selected range |