[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Clear

Clear Method

Clear(int, int, int, int)

Removes all of the direct styles from the specified range.

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

Implements