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