[]
Removes all of the direct styles from the specified range.
public virtual void Clear(int row, int column, int rowCount, int columnCount)
Public Overridable Sub Clear(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | row | Starting model row index to clear |
int | column | Starting model column index to clear |
int | rowCount | Number of rows to clear |
int | columnCount | Number of columns to clear |