Gets the name range element at the specified index.
Namespace: Spire.Spreadsheet.Forms.CollectionsAssembly: 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
INamedRangeName object.