Enum
ShiftType

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:

cs-api-definition
public enum ShiftType

Fields

Down

Cells shift downward, typically used when inserting rows or adding content.

Declaration

cs-api-definition
Down = 3

Field Value

ShiftType

Left

Cells shift leftward, typically used when removing columns or clearing content.

Declaration

cs-api-definition
Left = 0

Field Value

ShiftType

Right

Cells shift rightward, typically used when inserting columns or adding content.

Declaration

cs-api-definition
Right = 2

Field Value

ShiftType

Up

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

Declaration

cs-api-definition
Up = 1

Field Value

ShiftType

In this article
DefinitionFieldsDownLeftRightUp
Not finding the help you need?
Contact Support