Click or drag to resize

RangesCollection AddRange Method (CellRange)

Adds a range to the collection.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void AddRange(
	CellRange range
)

Parameters

range
Type: Spire.Xls CellRange
Range to add.
See Also