'DeclarationPublic Enum CommandActions Inherits System.Enum
'UsageDim instance As CommandActions
public enum CommandActions : System.Enum
'DeclarationPublic Enum CommandActions Inherits System.Enum
'UsageDim instance As CommandActions
public enum CommandActions : System.Enum
| Member | Description |
|---|---|
| Edit | Start editing mode. |
| None | Do nothing. |
| Scroll | Scrolls to show the active cell. |
| ScrollCenter | Scrolls to show the active cell at the center. |
| Select | Selects a range. |
| SelectScroll | Selects then scrolls to show the range. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Commands.CommandActions