Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / InsertShiftDirection Enumeration


In This Topic
    InsertShiftDirection Enumeration
    In This Topic
    Represents the choice to insert cells.
    Syntax
    'Declaration
     
    
    Public Enum InsertShiftDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As InsertShiftDirection
    public enum InsertShiftDirection : System.Enum 
    Members
    MemberDescription
    EntireColumnMoves entire column to the right.
    EntireRowMove entire row down.
    ShiftDownShift cells down.
    ShiftToRightShift cells to the right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.InsertShiftDirection

    See Also