Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IComment Interface / Text Method / Text(RichText) Method
The text to be added.


In This Topic
Text(RichText) Method
In This Topic
Sets comment text.
Syntax
'Declaration
 
Overloads Sub Text( _
   ByVal text As RichText _
) 
 
'Usage
 
Dim instance As IComment
Dim text As RichText
 
instance.Text(text)

Parameters

text
The text to be added.
See Also