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


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

    Property Value

    A IFont object that represents the font.
    See Also