[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.InsertShiftDirection

Enum InsertShiftDirection

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

Specifies the direction in which to shift cells during an insertion.

public enum InsertShiftDirection

Fields

Auto = 0

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

Down = 2

Specifies to shift cells down.

Right = 1

Specifies to shift cells to the right.