'Declaration
Public Enum CommandActions Inherits System.Enum
'Usage
Dim instance As CommandActions
public enum CommandActions : System.Enum
'Declaration
Public Enum CommandActions Inherits System.Enum
'Usage
Dim instance As CommandActions
public enum CommandActions : System.Enum
Member | Description |
---|---|
Edit | Start editing mode. |
MarkCopyRange | Set the copying range. |
MarkCutRange | Set the cuting range. |
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