[]
Clears ITableRange objects from the range.
void ClearTableFromRange(int row, int column, int rowCount, int columnCount)
Sub ClearTableFromRange(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| int | column | Column index |
| int | rowCount | Row count |
| int | columnCount | Column count |