Search
Table.ZIndex Property
See Also
 



Gets or sets the position of this table in the Z order.

 Syntax

VB6  Copy Code

Public Property Get ZIndex() As Long
Public Property Let ZIndex( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_ZIndex ()
void put_ZIndex (
    int value
)

 Property Value

A long value.

 Remarks

Holds the index of an item in the Z order. Its value can vary from 0 to 'number of objects in the document – 1'.

 See Also