Winnovative Excel Library

ExcelRangesCollectionItem Property

Winnovative Excel Library Documentation
Gets the range at the specified index.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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

Reference