Gets the index number of the defined name within the Names collection.
[Visual Basic] Property ReadOnly Index As Integer [C#] int Index { get; } [C++] __property int get_Index(); [JScript] function get Index() : int
The one-based index representing the position of the defined name in the Names collection.
IName Interface | NativeExcel Namespace