Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ThreadedComment Class / AddReply Method


In This Topic
AddReply Method (ThreadedComment)
In This Topic
Syntax
'Declaration
 
Public Overrides NotOverridable Function AddReply( _
   ByVal text As String _
) As ICommentThreaded
 
'Usage
 
Dim instance As ThreadedComment
Dim text As String
Dim value As ICommentThreaded
 
value = instance.AddReply(text)

Parameters

text
See Also