ShiftType
Enum
Specifies the direction cells shift when inserting or removing content in a worksheet.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public enum ShiftType
Fields
Cells shift downward, typically used when inserting rows or adding content.
C#
Down = 3
Cells shift leftward, typically used when removing columns or clearing content.
C#
Left = 0
Cells shift rightward, typically used when inserting columns or adding content.
C#
Right = 2