[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetColumnHeaderSpanCell

GetColumnHeaderSpanCell Method

GetColumnHeaderSpanCell(int, int)

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

Declaration
public virtual CellRange GetColumnHeaderSpanCell(int row, int column)
Public Overridable Function GetColumnHeaderSpanCell(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