[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetSpanModel.Clear

Clear Method

Clear()

Removes all cell spans from the collection.

Declaration
public override void Clear()
Public Overrides Sub Clear()
Overrides

Clear(int, int, int, int)

Removes cell spans from the collection within the specified area.

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

Row index from which to start clearing cell spans

int column

Column index from which to start clearing cell spans

int rowCount

Number of rows to clear

int columnCount

Number of columns to clear

Implements