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


In This Topic
    DeleteShiftDirection Enumeration
    In This Topic
    Represents the choise to delete cells.
    Syntax
    'Declaration
     
    
    Public Enum DeleteShiftDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DeleteShiftDirection
    public enum DeleteShiftDirection : System.Enum 
    Members
    MemberDescription
    EntireColumnMoves entire column to the left.
    EntireRowMove entire row up.
    ShiftToLeftShift cells to the left.
    ShiftUpShift cells up.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.DeleteShiftDirection

    See Also