[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.GetSpanCell

GetSpanCell Method

GetSpanCell(int, int)

Gets the span of cells at a specified cell.

Declaration
public virtual CellRange GetSpanCell(int row, int column)
Public Overridable Function GetSpanCell(row As Integer, column As Integer) As CellRange
Parameters
Type Name Description
int row

Row index of the cell

int column

Column index of the cell

Returns
Type Description
CellRange