Retourneert a single
IXLSName Interface from a Names collection. Read only
IXLSName
Syntaxis
eigenschap Item[Index: Variant]:
IXLSName;
default;
| Index |
Required variant. The index number of defined name |
Voorbeeld
This example returns the first defined name of the Wofksheet one
Result := Workbook.Worksheets[1].Names[1];
This example returns the defined name 'MyName' of the Wofksheet one