Enum MovementType
Defines the movement types for the active selection range.
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets.Commands
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public enum MovementType
MovePageDownHorizontal
Move page down horizontal.
MovePageDownVertical
Move page down vertical.
MovePageUpHorizontal
Move page up horizontal.
MovePageUpVertical
Move page up vertical.
MoveToColumnEnd
Move to column end.
MoveToColumnStart
Move to column start.
MoveToFirstCell
Move to first cell.
MoveToNextColumn
Move to next column.
MoveToNextRow
Move to next row.
MoveToPreviousColumn
Move to previous column.
MoveToPreviousRow
Move to previous row.
MoveToRowEnd
Move to row end.
MoveToRowStart
Move to row start.
MoveToUsedCellRangeEnd
Move to used cell range end.