Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ThreadedComment Class / Text Method


In This Topic
    Text Method (ThreadedComment)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function Text( _
       ByVal text As String, _
       ByVal start As Integer, _
       ByVal overwrite As Nullable(Of Boolean) _
    ) As String
    'Usage
     
    
    Dim instance As ThreadedComment
    Dim text As String
    Dim start As Integer
    Dim overwrite As Nullable(Of Boolean)
    Dim value As String
     
    value = instance.Text(text, start, overwrite)
    public override string Text( 
       string text,
       int start,
       Nullable<bool> overwrite
    )

    Parameters

    text
    start
    overwrite
    See Also