Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Comment Class / Text Method / Text(RichText) Method


In This Topic
    Text(RichText) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub Text( _
       ByVal text As RichText _
    ) 
    'Usage
     
    
    Dim instance As Comment
    Dim text As RichText
     
    instance.Text(text)
    public void Text( 
       RichText text
    )

    Parameters

    text
    See Also