Row.CustomFormat Property

Definition

Custom Format

Represents the following attribute in the schema: customFormat

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

Property Value

Returns BooleanValue.

Attributes

Applies to