Gets the range of cells that are spanned at a specified cell on the column header of this sheet.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim value As CellRange
value = instance.GetColumnHeaderSpanCell(row, column) |
Parameters
- row
- Row index of the specified cell
- column
- Column index of the specified cell
Return Value
CellRange object containing the span information, or null if no span exists
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also