Click or drag to resize

ExcelNamedRangesCollectionItem(Int32) Property

Gets the named range at the specified index.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
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