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


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

Parameters

text
See Also