GrapeCity MultiRow Windows Forms Documentation
SelectionActions Class Properties


For a list of all members of this type, see SelectionActions members.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)MoveDownGets an IAction value that moves the current cell down a cell.  
Public Propertystatic (Shared in Visual Basic)MoveLeftGets an IAction value that moves the current cell one cell to the left.  
Public Propertystatic (Shared in Visual Basic)MoveRightGets an IAction value that moves the current cell one cell to the right.  
Public Propertystatic (Shared in Visual Basic)MoveToFirstCellGets an IAction value that can move the current cell to the first active row's first cell.  
Public Propertystatic (Shared in Visual Basic)MoveToFirstCellByTabOrderGets an IAction value that moves the current cell to the first active row's first cell based on the cell's tab index.  
Public Propertystatic (Shared in Visual Basic)MoveToFirstCellInRowGets an IAction value that can move the current cell to the first cell of the current row.  
Public Propertystatic (Shared in Visual Basic)MoveToFirstCellInRowByTabOrderGets an IAction value that moves the current cell to the first cell of the current row based on the cell's tab index.  
Public Propertystatic (Shared in Visual Basic)MoveToFirstRowGets an IAction value that can move the current cell to the first row.  
Public Propertystatic (Shared in Visual Basic)MoveToLastCellGets an IAction value that can move the current cell to the last active row's last cell.  
Public Propertystatic (Shared in Visual Basic)MoveToLastCellByTabOrderGets an IAction value that moves the current cell to the last active row's last cell based on the cell's tab index.  
Public Propertystatic (Shared in Visual Basic)MoveToLastCellInRowGets an IAction value that can move the current cell to the last cell of the current row.  
Public Propertystatic (Shared in Visual Basic)MoveToLastCellInRowByTabOrderGets an IAction value that moves the current cell to the last cell of the current row based on the cell's tab index.  
Public Propertystatic (Shared in Visual Basic)MoveToLastRowGets an IAction value that can move the current cell to the last row.  
Public Propertystatic (Shared in Visual Basic)MoveToNextCellGets an IAction value that can move the current cell to the next cell (can wrap row).  
Public Propertystatic (Shared in Visual Basic)MoveToNextCellInRowGets an IAction value that can move the current cell to the next cell in the current row.  
Public Propertystatic (Shared in Visual Basic)MoveToNextCellThenControlGets 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.  
Public Propertystatic (Shared in Visual Basic)MoveToNextPageGets an IAction value that moves the current cell (or row) to the next page.  
Public Propertystatic (Shared in Visual Basic)MoveToNextRowGets an IAction value that can move the current cell to the next row.  
Public Propertystatic (Shared in Visual Basic)MoveToPreviousCellGets an IAction value that can move the current cell to the previous cell (can wrap row).  
Public Propertystatic (Shared in Visual Basic)MoveToPreviousCellInRowGets an IAction value that can move the current cell to the previous cell in the current row.  
Public Propertystatic (Shared in Visual Basic)MoveToPreviousCellThenControlGets 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.  
Public Propertystatic (Shared in Visual Basic)MoveToPreviousPageGets an IAction value that moves the current cell (or row) to the previous page.  
Public Propertystatic (Shared in Visual Basic)MoveToPreviousRowGets an IAction value that can move the current cell to the previous row.  
Public Propertystatic (Shared in Visual Basic)MoveUpGets an IAction value that moves the current cell up a cell.  
Public Propertystatic (Shared in Visual Basic)ReverseSelectCurrentRowGets an IAction value that reverses the current row's selection status.  
Public Propertystatic (Shared in Visual Basic)SelectAllGets an IAction value that selects all rows in the target GcMultiRow.  
Public Propertystatic (Shared in Visual Basic)SelectRowGets an IAction value that selects the current row in the target GcMultiRow.  
Public Propertystatic (Shared in Visual Basic)ShiftDownGets an IAction value that extends or contracts the selected range down to the nearest cell.  
Public Propertystatic (Shared in Visual Basic)ShiftLeftGets an IAction value that extends or contracts the selected range left to the nearest cell.  
Public Propertystatic (Shared in Visual Basic)ShiftPageDownGets an IAction value that extends or contracts the selected range to the next page.  
Public Propertystatic (Shared in Visual Basic)ShiftPageUpGets an IAction value that extends or contracts the selected range to the upper page.  
Public Propertystatic (Shared in Visual Basic)ShiftRightGets an IAction value that extends or contracts the selected range right to the nearest cell.  
Public Propertystatic (Shared in Visual Basic)ShiftToFirstCellGets an IAction value that changes the selected range from the current cell to the first active row's first cell.  
Public Propertystatic (Shared in Visual Basic)ShiftToFirstCellInRowGets an IAction value that changes the selected range from the current cell to the first cell of the current row.  
Public Propertystatic (Shared in Visual Basic)ShiftToFirstRowGets an IAction value that changes the selected range from the current cell to the cell with the same cell index in the first row.  
Public Propertystatic (Shared in Visual Basic)ShiftToLastCellGets an IAction value that changes the selected range from the current cell to the last active row's last cell.  
Public Propertystatic (Shared in Visual Basic)ShiftToLastCellInRowGets an IAction value that changes the selected range from the current cell to the last cell of the current row.  
Public Propertystatic (Shared in Visual Basic)ShiftToLastRowGets an IAction value that changes the selected range from the current cell to the cell with the same cell index in the last row.  
Public Propertystatic (Shared in Visual Basic)ShiftToNextRowGets an IAction value that changes the selected range from the current cell to the cell with the same cell index in the next row.  
Public Propertystatic (Shared in Visual Basic)ShiftToPreviousRowGets an IAction value that changes the selected range from the current cell to the cell with the same cell index in the previous row.  
Public Propertystatic (Shared in Visual Basic)ShiftUpGets an IAction value that extends or contracts the selected range up to the nearest cell.  
Top
See Also

Reference

SelectionActions Class
GrapeCity.Win.MultiRow Namespace
ShortcutKeyManager Property
IAction Interface
ActionList Class

 

 


Copyright © GrapeCity, inc. All rights reserved.