Returns an index of the current object in its parent folder.
[ lIndex = ] Object.Index
The Index property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AAppShortcut |
AAppShortcut object |
|
lIndex |
Long |
Index in its parent folder |
The following example prints the index of shortcut named "Comm":
print App.MiscFolder.Items("Comm").Index