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