Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / RichText Constructor
The text value.


In This Topic
    RichText Constructor
    In This Topic
    Initializes a new instance of the RichText class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String _
    )
    'Usage
     
    
    Dim text As String
     
    Dim instance As New RichText(text)
    public RichText( 
       string text
    )

    Parameters

    text
    The text value.
    See Also