Order Property
Description
The order number of the node within its siblings.
Property type
Read-write property
Syntax
Visual Basic
Public Property Order As Long
Remarks

When the order of one node is set with this property, no adjustments are made to the positions of others. The application is responsible for ensuring that the orders of all nodes are as required, that no two nodes occupy the same position, and there are no empty positions.

When two or more nodes are assigned the same order, the actual order is undetermined.

See Also