Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / Append Method / Append(String) Method
The plain text to append.


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

    Parameters

    text
    The plain text to append.
    See Also