NativeExcel for .Net Developer's Reference

IName.Index Property

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

Property Value

The one-based index representing the position of the defined name in the Names collection.

See Also

IName Interface | NativeExcel Namespace