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


In This Topic
    ToggleAllNotes Method
    In This Topic
    Creates the command that toggle display of all notes from the specified worksheet.
    Syntax
    'Declaration
     
    
    Public Shared Function ToggleAllNotes( _
       ByVal worksheet As IWorksheet _
    ) As NoteActionsCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim value As NoteActionsCommand
     
    value = NoteActionsCommand.ToggleAllNotes(worksheet)
    public static NoteActionsCommand ToggleAllNotes( 
       IWorksheet worksheet
    )

    Parameters

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