Gets the name range element at the specified index.

Namespace: Spire.Spreadsheet.Forms.Collections
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public INamedRange this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As INamedRange
	Get
public:
property INamedRange^ default[int index] {
	INamedRange^ get (int index);
}
member Item : INamedRange with get

Parameters

index
Int32
The zero based index of the element.

Return Value

INamedRange
Name object.

See Also