GrapeCity.Spreadsheet Namespace / InsertShiftDirection Enumeration


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