[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetRowHeaderSpanCell

GetRowHeaderSpanCell Method

GetRowHeaderSpanCell(int, int)

Gets the range of cells that are spanned at a specified cell on the row header of this sheet.

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

Row index of the specified cell

int column

Column index of the specified cell

Returns
Type Description
CellRange

CellRange object that contains the span information, or null if no span exists