[]
Gets the range of cells that are spanned at a specified cell on the column header of this sheet.
public virtual CellRange GetColumnHeaderSpanCell(int row, int column)
Public Overridable Function GetColumnHeaderSpanCell(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 |