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