Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ThreadedCommentCommand Class / ThreadedCommentCommand Constructor / ThreadedCommentCommand Constructor(Worksheet,ThreadedCommandAction)
Current worksheet
Indicate the direction


In This Topic
    ThreadedCommentCommand Constructor(Worksheet,ThreadedCommandAction)
    In This Topic
    Initializes a new instance of the ThreadedCommentCommand class. In order to navigate the comment
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet, _
       ByVal action As ThreadedCommandAction _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim action As ThreadedCommandAction
     
    Dim instance As New ThreadedCommentCommand(worksheet, action)
    public ThreadedCommentCommand( 
       Worksheet worksheet,
       ThreadedCommandAction action
    )

    Parameters

    worksheet
    Current worksheet
    action
    Indicate the direction
    See Also