RemoveColumnHeaderSpanCell Method
RemoveColumnHeaderSpanCell(int, int)
Removes the span that contains a specified anchor cell from a range of cells in the column headers.
Declaration
public void RemoveColumnHeaderSpanCell(int row, int column)
Public Sub RemoveColumnHeaderSpanCell(row As Integer, column As Integer)
Parameters
Type |
Name |
Description |
int |
row |
Row index of anchor cell for span (at which spanned cells started)
|
int |
column |
Column index of anchor cell for span (at which spanned cells started)
|