[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.RemoveSpanCell

RemoveSpanCell Method

RemoveSpanCell(int, int)

Removes the span from a range of cells that contain a specified anchor cell.

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 the anchor cell for the span

int column

Column index of the anchor cell for the span