RemoveShiftType
Enum
Specifies how cells shift to fill the space after removing cells from a range.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public enum RemoveShiftType
Fields
Shifts remaining cells to the left to fill removed cell positions.
C#
Left = 0
Shifts remaining cells upward to fill removed cell positions.
C#
Up = 1