New to Telerik Document ProcessingStart a free 30-day trial

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

Cells shift upward, typically used when removing rows or clearing content.

C#
Up = 1
In this article
DefinitionFieldsDownLeftRightUp
Not finding the help you need?
Contact Support