[]
Gets the range of cells that are spanned at a specified cell on the row header of this sheet.
public virtual CellRange GetRowHeaderSpanCell(int row, int column)
Public Overridable Function GetRowHeaderSpanCell(row As Integer, column As Integer) As CellRange
Type | Name | Description |
---|---|---|
int | row | Row index of the specified cell |
int | column | Column index of the specified cell |
Type | Description |
---|---|
CellRange | CellRange object that contains the span information, or null if no span exists |