'Declaration
Public Enum RangeActionsCommand.Actions Inherits System.Enum
'Usage
Dim instance As RangeActionsCommand.Actions
public enum RangeActionsCommand.Actions : System.Enum
'Declaration
Public Enum RangeActionsCommand.Actions Inherits System.Enum
'Usage
Dim instance As RangeActionsCommand.Actions
public enum RangeActionsCommand.Actions : System.Enum
Member | Description |
---|---|
Clear | Clears the cell range. |
Copy | Copyies the cell range. |
DragCopy | Copies the cell range by dragging. |
DragMove | Moves the cell range by dragging. |
Merge | Merge/unmerge cells. |
Move | Moves the cell range. |
MoveColumn | Moves column(s) to new position. |
MoveRow | Moves row(s) to new position. |
PasteText | Pastes from the plain text. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Commands.RangeActionsCommand.Actions