[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ConditionalFormattingModel.Clear

Clear Method

Clear(int, int, int, int)

Removes all of the contents from the cells in the specified range of cells.

Declaration
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)
Parameters
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

Implements

Clear()

Removes all items from the ICollection<T>.

Declaration
public void Clear()
Public Sub Clear()
Implements
Exceptions
Type Condition
NotSupportedException

The ICollection<T> is read-only.