Spread WPF 17
GrapeCity.Excel Namespace / IDifferentialFormatting Interface / Font Property


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

    Property Value

    The font.
    See Also