Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / NoteActionsCommand.NoteCommandAction Enumeration


In This Topic
    NoteActionsCommand.NoteCommandAction Enumeration
    In This Topic
    Represents actions again note.
    Syntax
    'Declaration
     
    
    Public Enum NoteActionsCommand.NoteCommandAction 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As NoteActionsCommand.NoteCommandAction
    public enum NoteActionsCommand.NoteCommandAction : System.Enum 
    Members
    MemberDescription
    AddAdd a new note
    ConvertToCommentsConvert all notes to the comments.
    EditEdit a note
    NextMove to next note If can not find next note, we will move to last note
    PreviousMove to previous note If can not find previous note, we will move to first note
    SelectSelects the comment. If the comment is hidden, it'll be shown temporary.
    ToggleAllNotesShow or hide all the notes in current worksheet.
    ToggleNoteShow/Hide current note.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Commands.NoteActionsCommand.NoteCommandAction

    See Also