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.
CopyCopies the cell range.
DeleteCellsDelete cells 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.
RemoveDuplicatesRemoves duplicate values from a range of values.
RemoveHyperlinksRemove hyper links.
TextToColumnsSplit cells data to multi cells.
Inheritance Hierarchy

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

See Also