Winnovative Excel Library

ExcelNamedRangesCollectionItem Property (Int32)

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

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public ExcelNamedRange this[
	int namedRangeIndex
] { get; }

Parameters

namedRangeIndex
Type: SystemInt32
A zero based index in the named ranges collection

Return Value

Type: ExcelNamedRange
The named range at the specified index
See Also

Reference