Partilhar via


DifferentialType.Font Property

Font Properties.Represents the element tag in schema: x:font

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Font As Font
    Get
    Set
'Usage
Dim instance As DifferentialType
Dim value As Font

value = instance.Font

instance.Font = value
public Font Font { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Font

See Also

Reference

DifferentialType Class

DifferentialType Members

DocumentFormat.OpenXml.Office2010.Excel Namespace