Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyleElement Interface / Font Property


In This Topic
    Font Property (ITableStyleElement)
    In This Topic
    Gets an IFont object that represents the font of the specified object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Font As IFont
    'Usage
     
    
    Dim instance As ITableStyleElement
    Dim value As IFont
     
    value = instance.Font
    IFont Font {get;}

    Property Value

    The IFont object that represents the font of the specified object.
    See Also