Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / Format Method / Format(Font) Method
The font setting of the text run.


In This Topic
    Format(Font) Method
    In This Topic
    Formats the whole text with the specified font.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Format( _
       ByVal font As Font _
    ) 
    'Usage
     
    
    Dim instance As RichText
    Dim font As Font
     
    instance.Format(font)
    public void Format( 
       Font font
    )

    Parameters

    font
    The font setting of the text run.
    See Also