[]
Removes all of the contents from the cells in the specified range of cells.
public void Clear(int row, int column, int rowCount, int columnCount)
Public 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 |
Removes all items from the ICollection<T>.
public void Clear()
Public Sub Clear()
Type | Condition |
---|---|
NotSupportedException | The ICollection<T> is read-only. |