Returns an long integer value that specifies the index of the object.
Syntax:
PredecessorObject.Index
The Index Property (Predecessor Object) syntax has these parts:
| Part |
Description |
| PredecessorObject |
An object expression that evaluates to a Predecessor object. |
| Index |
A long integer value that specifies the index of the object. |
Remarks:
Use this property to determine the Index of the object. This value can change so it is not recommended that you store this value in a variable.