ExcelRangesCollectionItem Property

Gets the range at the specified index.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
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