Click or drag to resize

ExcelRangesCollectionAddRange Method

Adds a range to the collection.

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

Parameters

range
Type: ExpertXls.ExcelLibExcelRange
The ExcelRange to be added.
See Also