Adds a span of cells to a column Footer for a sheet.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
instance.AddColumnFooterSpanCell(row, column, rowCount, columnCount) |
Parameters
- row
- Row index of cell to start span
- column
- Column index of cell to start span
- rowCount
- Number of rows to span
- columnCount
- Number of columns to span
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