Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayFormat Class / Font Property


In This Topic
    Font Property (DisplayFormat)
    In This Topic
    Gets a IFont object that represents the font of the associated DisplayFormat object as it is displayed in the current user interface.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Font As IFont
    'Usage
     
    
    Dim instance As DisplayFormat
    Dim value As IFont
     
    value = instance.Font
    public IFont Font {get;}

    Property Value

    The font of the associated DisplayFormat object.
    See Also