Index Property (AAppShortcut)

Returns an index of the current object in its parent folder.

Syntax

[ 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

Example

The following example prints the index of shortcut named "Comm":

print App.MiscFolder.Items("Comm").Index

Applies to

AAppShortcut

See Also