[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.RemoveColumnFooterSpanCell

RemoveColumnFooterSpanCell Method

RemoveColumnFooterSpanCell(int, int)

Removes the span that contains a specified anchor cell from a range of cells in the column footers.

Declaration
public void RemoveColumnFooterSpanCell(int row, int column)
Public Sub RemoveColumnFooterSpanCell(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)