Index Property (AAppFolder)

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

AAppFolder

AAppFolder object

lIndex

Long

Index in its parent folder

Comments

 

Example

print fld.Index

Applies to

AAppFolder

See Also