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


In This Topic
    Font Property (IExtendedFormat)
    In This Topic
    Gets or sets the font of the ExtendedFormat.
    Syntax
    'Declaration
     
    Property Font As IExcelFont
    'Usage
     
    Dim instance As IExtendedFormat
    Dim value As IExcelFont
     
    instance.Font = value
     
    value = instance.Font
    IExcelFont Font {get; set;}

    Property Value

    The font of the ExtendedFormat.
    See Also