Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CommentBase Class / Text Method


In This Topic
Text Method (CommentBase)
In This Topic
Syntax
'Declaration
 
Public MustOverride Function Text( _
   ByVal text As String, _
   ByVal start As Integer, _
   ByVal overwrite As Nullable(Of Boolean) _
) As String
 
'Usage
 
Dim instance As CommentBase
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
start
overwrite
See Also