Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Font Property


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

    Property Value

    The font of the specified object.
    See Also