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


In This Topic
    ToggleNote Method
    In This Topic
    Creates the command that toggle display of note of the active cell.
    Syntax
    'Declaration
     
    
    Public Shared Function ToggleNote( _
       ByVal worksheet As IWorksheet _
    ) As NoteActionsCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim value As NoteActionsCommand
     
    value = NoteActionsCommand.ToggleNote(worksheet)
    public static NoteActionsCommand ToggleNote( 
       IWorksheet worksheet
    )

    Parameters

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