Removes the span that contains a specified anchor cell from a range of cells in the column footers.
Syntax
Visual Basic (Declaration) | |
---|
Public Sub RemoveColumnFooterSpanCell( _
ByVal row As Integer, _
ByVal column As Integer _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
instance.RemoveColumnFooterSpanCell(row, column) |
Parameters
- row
- Row index of anchor cell for span (at which spanned cells started)
- column
- Column index of anchor cell for span (at which spanned cells started)
Requirements
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
See Also