Returns a single IName interface from a Names collection using the name index number or defined name.
Returns a single IName interface from a Names collection using one-based index number.
[Visual Basic] Default Property ReadOnly Item(ByVal Integer) As IName
[C#] IName this[int] { get; }
[C++] __property IName* get_Item(int);
Returns a single IName interface from a Names collection using defined name.
[Visual Basic] Default Property ReadOnly Item(ByVal String) As IName
[C#] IName this[string] { get; }
[C++] __property IName* get_Item(String*);
INames Interface | NativeExcel Namespace | IWorksheet.Names property | IWorkbook.Names property | IName interface | IName.Index property