CellFormat.ApplyNumberFormat Property

Definition

Apply Number Format

Represents the following attribute in the schema: applyNumberFormat

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

Property Value

Returns BooleanValue.

Attributes

Applies to