ControlSite.ZOrder Property
Gets the z-order position of the ControlSite.
Namespace: Microsoft.Office.Tools.Excel
Assemblies: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntax
'Declaration
ReadOnly Property ZOrder As Integer
int ZOrder { get; }
Property Value
Type: System.Int32
The z-order position of the ControlSite.
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.