[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.RemoveSpanCell

RemoveSpanCell Method

RemoveSpanCell(int, int)

Removes the span that contains a specified anchor cell from a range of cells on this sheet.

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

Row index of anchor cell for span (at which spanned cells started)

int column

Column index of anchor cell for span (at which spanned cells started)