[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetSpanModel.Remove

Remove Method

Remove(int, int)

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

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

Row index of the cell

int column

Column index of the cell

Overrides