Click or drag to resize

ExcelRangesCollectionItem Property

Gets the range at the specified index.

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

Parameters

rangeIndex  Int32
A zero based index in the ranges collection

Return Value

ExcelRange
The range at the specified index
See Also