ColorType.Auto Property

Definition

Automatic

Represents the following attribute in the schema: auto

[DocumentFormat.OpenXml.SchemaAttr(0, "auto")]
public DocumentFormat.OpenXml.BooleanValue Auto { get; set; }
public DocumentFormat.OpenXml.BooleanValue Auto { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "auto")]
public DocumentFormat.OpenXml.BooleanValue? Auto { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("auto")]
public DocumentFormat.OpenXml.BooleanValue? Auto { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Auto { get; set; }
member this.Auto : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "auto")>]
member this.Auto : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("auto")>]
member this.Auto : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Auto As BooleanValue

Property Value

Attributes

Applies to