[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.DeleteShiftDirection

Enum DeleteShiftDirection

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Specifies how to shift cells to replace deleted cells.

public enum DeleteShiftDirection

Fields

Auto = 0

Specifies that the shift direction is based on the shape of the range.

Left = 2

Specifies that cells are shifted to the left.

Up = 1

Specifies that cells are shifted up.