GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICommentThreaded Interface / Text Method
The text to be added.
The character number where the added text will be placed.
false to insert the text.


In This Topic
Text Method (ICommentThreaded)
In This Topic
Sets threaded comment text.
Syntax
'Declaration
 
Function Text( _
   Optional ByVal text As String, _
   Optional ByVal start As Integer, _
   Optional ByVal overwrite As Nullable(Of Boolean) _
) As String
 
'Usage
 
Dim instance As ICommentThreaded
Dim text As String
Dim start As Integer
Dim overwrite As Nullable(Of Boolean)
Dim value As String
 
value = instance.Text(text, start, overwrite)

Parameters

text
The text to be added.
start
The character number where the added text will be placed.
overwrite
false to insert the text.
See Also