GrapeCity.Win.MultiRow Namespace : SelectionActions Class |
The following tables list the members exposed by SelectionActions.
Name | Description | |
---|---|---|
MoveDown | Gets an IAction value that moves the current cell down a cell. | |
MoveLeft | Gets an IAction value that moves the current cell one cell to the left. | |
MoveRight | Gets an IAction value that moves the current cell one cell to the right. | |
MoveToFirstCell | Gets an IAction value that can move the current cell to the first active row's first cell. | |
MoveToFirstCellByTabOrder | Gets an IAction value that moves the current cell to the first active row's first cell based on the cell's tab index. | |
MoveToFirstCellInRow | Gets an IAction value that can move the current cell to the first cell of the current row. | |
MoveToFirstCellInRowByTabOrder | Gets an IAction value that moves the current cell to the first cell of the current row based on the cell's tab index. | |
MoveToFirstRow | Gets an IAction value that can move the current cell to the first row. | |
MoveToLastCell | Gets an IAction value that can move the current cell to the last active row's last cell. | |
MoveToLastCellByTabOrder | Gets an IAction value that moves the current cell to the last active row's last cell based on the cell's tab index. | |
MoveToLastCellInRow | Gets an IAction value that can move the current cell to the last cell of the current row. | |
MoveToLastCellInRowByTabOrder | Gets an IAction value that moves the current cell to the last cell of the current row based on the cell's tab index. | |
MoveToLastRow | Gets an IAction value that can move the current cell to the last row. | |
MoveToNextCell | Gets an IAction value that can move the current cell to the next cell (can wrap row). | |
MoveToNextCellInRow | Gets an IAction value that can move the current cell to the next cell in the current row. | |
MoveToNextCellThenControl | Gets an IAction value that moves the current cell to the next cell based on the cell's tab order. If the current cell is the last cell in GcMultiRow, focus moves to the next control based on the control's tab order. | |
MoveToNextPage | Gets an IAction value that moves the current cell (or row) to the next page. | |
MoveToNextRow | Gets an IAction value that can move the current cell to the next row. | |
MoveToPreviousCell | Gets an IAction value that can move the current cell to the previous cell (can wrap row). | |
MoveToPreviousCellInRow | Gets an IAction value that can move the current cell to the previous cell in the current row. | |
MoveToPreviousCellThenControl | Gets an IAction value that moves the current cell to the previous cell based on the cell's tab order. If the current cell is the last cell in GcMultiRow, focus moves to the previous control based on the control's tab order. | |
MoveToPreviousPage | Gets an IAction value that moves the current cell (or row) to the previous page. | |
MoveToPreviousRow | Gets an IAction value that can move the current cell to the previous row. | |
MoveUp | Gets an IAction value that moves the current cell up a cell. | |
ReverseSelectCurrentRow | Gets an IAction value that reverses the current row's selection status. | |
SelectAll | Gets an IAction value that selects all rows in the target GcMultiRow. | |
SelectRow | Gets an IAction value that selects the current row in the target GcMultiRow. | |
ShiftDown | Gets an IAction value that extends or contracts the selected range down to the nearest cell. | |
ShiftLeft | Gets an IAction value that extends or contracts the selected range left to the nearest cell. | |
ShiftPageDown | Gets an IAction value that extends or contracts the selected range to the next page. | |
ShiftPageUp | Gets an IAction value that extends or contracts the selected range to the upper page. | |
ShiftRight | Gets an IAction value that extends or contracts the selected range right to the nearest cell. | |
ShiftToFirstCell | Gets an IAction value that changes the selected range from the current cell to the first active row's first cell. | |
ShiftToFirstCellInRow | Gets an IAction value that changes the selected range from the current cell to the first cell of the current row. | |
ShiftToFirstRow | Gets an IAction value that changes the selected range from the current cell to the cell with the same cell index in the first row. | |
ShiftToLastCell | Gets an IAction value that changes the selected range from the current cell to the last active row's last cell. | |
ShiftToLastCellInRow | Gets an IAction value that changes the selected range from the current cell to the last cell of the current row. | |
ShiftToLastRow | Gets an IAction value that changes the selected range from the current cell to the cell with the same cell index in the last row. | |
ShiftToNextRow | Gets an IAction value that changes the selected range from the current cell to the cell with the same cell index in the next row. | |
ShiftToPreviousRow | Gets an IAction value that changes the selected range from the current cell to the cell with the same cell index in the previous row. | |
ShiftUp | Gets an IAction value that extends or contracts the selected range up to the nearest cell. |