[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.BaseSheetSpanModel.Remove

Remove Method

Remove(int, int)

Removes all cell spans in the collection that cover the cell at the specified row and column.

Declaration
public virtual void Remove(int row, int column)
Public Overridable Sub Remove(row As Integer, column As Integer)
Parameters
Type Name Description
int row

Row index of cell

int column

Column index of cell

Implements