OLEObject.ZOrder Property (2003 System)

Gets the z-order position of the OLEObject.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Public ReadOnly Property ZOrder As Integer
'Usage
Dim instance As OLEObject
Dim value As Integer

value = instance.ZOrder
public int ZOrder { get; }

Property Value

Type: System.Int32
The z-order position of the OLEObject.

Remarks

In any collection of objects, the object at the back of the z-order is the first object in the collection, and the object at the front of the z-order is the last object in the collection.

Permissions

See Also

Reference

OLEObject Class

OLEObject Members

Microsoft.Office.Tools.Excel Namespace