Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / DeleteShiftDirection Enumeration
In This Topic
    DeleteShiftDirection Enumeration
    In This Topic
    Specifies how to shift cells to replace deleted cells.
    Syntax
    public enum DeleteShiftDirection : System.Enum 
    Members
    MemberDescription
    Auto Specifies that the shift direction is based on the shape of the range.
    Left Specifies that cells are shifted to the left.
    Up Specifies that cells are shifted up.
    Inheritance Hierarchy

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

    See Also