Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandActions Enumeration


In This Topic
    CommandActions Enumeration
    In This Topic
    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.
    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