'Declaration
Public Function New( _ ByVal worksheet As Worksheet, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal text As String _ )
'Usage
Dim worksheet As Worksheet Dim row As Integer Dim column As Integer Dim text As String Dim instance As New ThreadedCommentCommand(worksheet, row, column, text)
Parameters
- worksheet
- A GrapeCity.Spreadsheet.Worksheet object indicates the worksheet.
- row
- Row index.
- column
- Column index.
- text
- The comment's text.