Spread WPF 17
GrapeCity.Excel Namespace / DifferentialFormatting Class / Font Property


In This Topic
    Font Property (DifferentialFormatting)
    In This Topic
    Defines the properties for one of the fonts used in the workbook
    Syntax
    'Declaration
     
    Public Property Font As IExcelFont
    'Usage
     
    Dim instance As DifferentialFormatting
    Dim value As IExcelFont
     
    instance.Font = value
     
    value = instance.Font
    public IExcelFont Font {get; set;}

    Property Value

    The font.
    See Also