CellFormat.ApplyFont Property

Apply Font.Represents the attribte in schema: applyFont

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "applyFont")> _
Public Property ApplyFont As BooleanValue
    Get
    Set
'Usage
Dim instance As CellFormat
Dim value As BooleanValue

value = instance.ApplyFont

instance.ApplyFont = value
[SchemaAttrAttribute(, "applyFont")]
public BooleanValue ApplyFont { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CellFormat Class

CellFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace