InsertShiftType
Enum
Defines the direction that existing cells shift when new cells are inserted.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public enum InsertShiftType
Fields
Shifts existing cells downward when new cells are inserted.
C#
Down = 1
Shifts existing cells to the right when new cells are inserted.
C#
Right = 0