Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ThreadedCommentCommand Class / ThreadedCommentCommand Constructor / ThreadedCommentCommand Constructor(Worksheet,Int32,Int32,String)
A GrapeCity.Spreadsheet.Worksheet object indicates the worksheet.
Row index.
Column index.
The comment's text.


In This Topic
    ThreadedCommentCommand Constructor(Worksheet,Int32,Int32,String)
    In This Topic
    Initializes a new instance of the ThreadedCommentCommand class.
    Syntax
    '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)
    public ThreadedCommentCommand( 
       Worksheet worksheet,
       int row,
       int column,
       string text
    )

    Parameters

    worksheet
    A GrapeCity.Spreadsheet.Worksheet object indicates the worksheet.
    row
    Row index.
    column
    Column index.
    text
    The comment's text.
    See Also