CellFormat.ApplyFont Property

Definition

Apply Font

Represents the following attribute in the schema: applyFont

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

Property Value

Returns BooleanValue.

Attributes

Applies to