GrapeCity.Spreadsheet Namespace / DeleteShiftDirection Enumeration


DeleteShiftDirection Enumeration
Represents the choise to delete cells.
Syntax
'Declaration
 
Public Enum DeleteShiftDirection 
   Inherits System.Enum
 
'Usage
 
Dim instance As DeleteShiftDirection
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