Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / InsertShiftDirection Enumeration
In This Topic
    InsertShiftDirection Enumeration
    In This Topic
    Specifies the direction in which to shift cells during an insertion.
    Syntax
    public enum InsertShiftDirection : System.Enum 
    Members
    MemberDescription
    Auto Specifies that the shift direction is decided based on the shape of the range.
    Down Specifies to shift cells down.
    Right Specifies to shift cells to the right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.InsertShiftDirection

    See Also