Click or drag to resize

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
)

Parameters

cr
Type: Spire.Xls CellRange
The cell range to remove.
See Also