Spread Windows Forms 12.0 Product Documentation
CommandActions Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace : 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
public enum CommandActions : System.Enum 
Members
MemberDescription
EditStart editing mode
NoneDo nothing
SelectSelect a range
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Spreadsheet.Commands Namespace