'Declaration
Public Enum NoteActionsCommand.NoteCommandAction Inherits System.Enum
'Usage
Dim instance As NoteActionsCommand.NoteCommandAction
public enum NoteActionsCommand.NoteCommandAction : System.Enum
'Declaration
Public Enum NoteActionsCommand.NoteCommandAction Inherits System.Enum
'Usage
Dim instance As NoteActionsCommand.NoteCommandAction
public enum NoteActionsCommand.NoteCommandAction : System.Enum
Member | Description |
---|---|
Add | Add a new note |
ConvertToComments | Convert all notes to the comments. |
Edit | Edit a note |
Next | Move to next note If can not find next note, we will move to last note |
Previous | Move to previous note If can not find previous note, we will move to first note |
Select | Selects the comment. If the comment is hidden, it'll be shown temporary. |
ToggleAllNotes | Show or hide all the notes in current worksheet. |
ToggleNote | Show/Hide current note. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Commands.NoteActionsCommand.NoteCommandAction