Group.AutoScale Property
autoScale.Represents the attribte in schema: autoScale
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "autoScale")> _
Public Property AutoScale As BooleanValue
Get
Set
'使用
Dim instance As Group
Dim value As BooleanValue
value = instance.AutoScale
instance.AutoScale = value
[SchemaAttrAttribute(, "autoScale")]
public BooleanValue AutoScale { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue