ExcelNamedRangesCollectionItem(Int32) Property

Gets the named range at the specified index.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelNamedRange this[
	int namedRangeIndex
] { get; }

Parameters

namedRangeIndex  Int32
A zero based index in the named ranges collection

Return Value

ExcelNamedRange
The named range at the specified index

See Also