Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / Append Method / Append(String,Font) Method
The plain text of the tet run.
The font setting of the text run.


In This Topic
    Append(String,Font) Method
    In This Topic
    Appends the text run at the end of this rich text.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Append( _
       ByVal text As String, _
       ByVal font As Font _
    ) 
    'Usage
     
    
    Dim instance As RichText
    Dim text As String
    Dim font As Font
     
    instance.Append(text, font)
    public void Append( 
       string text,
       Font font
    )

    Parameters

    text
    The plain text of the tet run.
    font
    The font setting of the text run.
    See Also