Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RangeActionsCommand.Actions Enumeration


RangeActionsCommand.Actions Enumeration
Represents the cell range actions.
Syntax
'Declaration
 
Public Enum RangeActionsCommand.Actions 
   Inherits System.Enum
 
'Usage
 
Dim instance As RangeActionsCommand.Actions
Members
MemberDescription
ClearClears the cell range.
CopyCopyies the cell range.
DragCopyCopies the cell range by dragging.
DragMoveMoves the cell range by dragging.
MergeMerge/unmerge cells.
MoveMoves the cell range.
MoveColumnMoves column(s) to new position.
MoveRowMoves row(s) to new position.
PasteTextPastes from the plain text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Commands.RangeActionsCommand.Actions

See Also