Click or drag to resize

XlsRange AddCombinedRange Method

Adds a combined range to the collection if it is not already present.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange AddCombinedRange(
	CellRange cr
)

Parameters

cr
Type: Spire.Xls CellRange
The cell range to add.

Return Value

Type: CellRange
The current cell range object.
See Also