XlsRange
RemoveCombinedRange Method
|
Removes a combined range from the list of combined ranges and refreshes the combined cells.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void RemoveCombinedRange(
CellRange cr
)
Public Sub RemoveCombinedRange (
cr As CellRange
)
public:
void RemoveCombinedRange(
CellRange^ cr
)
member RemoveCombinedRange :
cr : CellRange -> unit
Parameters
-
cr
-
Type:
Spire.Xls
CellRange
The cell range to remove.
See Also