Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / NoteActionsCommand Class / Add Method
A GrapeCity.Spreadsheet.Worksheet object indicates the worksheet.


In This Topic
    Add Method (NoteActionsCommand)
    In This Topic
    Creates the command that add note to the active cell.
    Syntax
    'Declaration
     
    
    Public Shared Function Add( _
       ByVal worksheet As Worksheet _
    ) As NoteActionsCommand
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim value As NoteActionsCommand
     
    value = NoteActionsCommand.Add(worksheet)
    public static NoteActionsCommand Add( 
       Worksheet worksheet
    )

    Parameters

    worksheet
    A GrapeCity.Spreadsheet.Worksheet object indicates the worksheet.
    See Also