Click or drag to resize

ExcelRangesCollectionItem Property

Gets the range at the specified index.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public ExcelRange this[
	int rangeIndex
] { get; }

Parameters

rangeIndex
Type: SystemInt32
A zero based index in the ranges collection

Return Value

Type: ExcelRange
The range at the specified index
See Also