ObjectAnchor.ZOrder Property
z-order.Represents the attribte in schema: z-order
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "z-order")> _
Public Property ZOrder As UInt32Value
Get
Set
'Usage
Dim instance As ObjectAnchor
Dim value As UInt32Value
value = instance.ZOrder
instance.ZOrder = value
[SchemaAttrAttribute(, "z-order")]
public UInt32Value ZOrder { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value