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


In This Topic
    Font Property (ITextRange)
    In This Topic
    Gets an ITextFont object that represents character formatting for the ITextRange object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Font As ITextFont
    'Usage
     
    
    Dim instance As ITextRange
    Dim value As ITextFont
     
    value = instance.Font
    ITextFont Font {get;}
    See Also