Click or drag to resize

ExcelRangesCollectionAddRange Method

Adds a range to the collection.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public void AddRange(
	ExcelRange range
)

Parameters

range  ExcelRange
The ExcelRange to be added.
See Also