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