Enum
MovementType

Defines the movement types for the active selection range.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Commands

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public enum MovementType

Fields

MovePageDownHorizontal

Move page down horizontal.

Declaration

cs-api-definition
MovePageDownHorizontal = 12

Field Value

MovementType

MovePageDownVertical

Move page down vertical.

Declaration

cs-api-definition
MovePageDownVertical = 10

Field Value

MovementType

MovePageUpHorizontal

Move page up horizontal.

Declaration

cs-api-definition
MovePageUpHorizontal = 13

Field Value

MovementType

MovePageUpVertical

Move page up vertical.

Declaration

cs-api-definition
MovePageUpVertical = 11

Field Value

MovementType

MoveToColumnEnd

Move to column end.

Declaration

cs-api-definition
MoveToColumnEnd = 4

Field Value

MovementType

MoveToColumnStart

Move to column start.

Declaration

cs-api-definition
MoveToColumnStart = 3

Field Value

MovementType

MoveToFirstCell

Move to first cell.

Declaration

cs-api-definition
MoveToFirstCell = 0

Field Value

MovementType

MoveToNextColumn

Move to next column.

Declaration

cs-api-definition
MoveToNextColumn = 2

Field Value

MovementType

MoveToNextRow

Move to next row.

Declaration

cs-api-definition
MoveToNextRow = 5

Field Value

MovementType

MoveToPreviousColumn

Move to previous column.

Declaration

cs-api-definition
MoveToPreviousColumn = 1

Field Value

MovementType

MoveToPreviousRow

Move to previous row.

Declaration

cs-api-definition
MoveToPreviousRow = 6

Field Value

MovementType

MoveToRowEnd

Move to row end.

Declaration

cs-api-definition
MoveToRowEnd = 8

Field Value

MovementType

MoveToRowStart

Move to row start.

Declaration

cs-api-definition
MoveToRowStart = 7

Field Value

MovementType

MoveToUsedCellRangeEnd

Move to used cell range end.

Declaration

cs-api-definition
MoveToUsedCellRangeEnd = 9

Field Value

MovementType

SelectCurrentRegion

Select Current Region

Declaration

cs-api-definition
SelectCurrentRegion = 14

Field Value

MovementType