Returns an long integer value that specifies the index of the object.
Syntax:
TaskObject.Index
The Index Property (Task Object) syntax has these parts:
| Part |
Description |
| TaskObject |
An object expression that evaluates to a Task 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.