RemoveColumnFooterSpanCell Method
In This Topic
Removes the span that contains a specified anchor cell from a range of cells in the column footers.
Syntax
'Declaration
Public Sub RemoveColumnFooterSpanCell( _
ByVal As Integer, _
ByVal column As Integer _
)
'Usage
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
instance.RemoveColumnFooterSpanCell(row, column)
public void RemoveColumnFooterSpanCell(
int ,
int 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)
See Also