Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandActions Enumeration


CommandActions Enumeration
Represents the action that should be peformed after the execution of a command
Syntax
'Declaration
 
Public Enum CommandActions 
   Inherits System.Enum
 
'Usage
 
Dim instance As CommandActions
Members
MemberDescription
EditStart editing mode.
MarkCopyRangeSet the copying range.
MarkCutRangeSet the cuting range.
NoneDo nothing.
ScrollScrolls to show the active cell.
ScrollCenterScrolls to show the active cell at the center.
SelectSelects a range.
SelectScrollSelects then scrolls to show the range.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Commands.CommandActions

See Also