ComponentOne DataGrid for WPF and Silverlight
GoToRightMostCell(DataGridCell,Boolean,Boolean) Method

C1.Silverlight.DataGrid Namespace > DataGridDefaultInputHandlingStrategy Class > GoToRightMostCell Method : GoToRightMostCell(DataGridCell,Boolean,Boolean) Method
The current cell.
if set to true act as if the shift key were pressed.
if set to true act as if the ctrl key were pressed.
Goes to right most cell.
Syntax
'Declaration
 
Public Overloads Overridable Function GoToRightMostCell( _
   ByVal currentCell As DataGridCell, _
   ByVal shift As System.Boolean, _
   ByVal ctrl As System.Boolean _
) As System.Boolean
public virtual System.bool GoToRightMostCell( 
   DataGridCell currentCell,
   System.bool shift,
   System.bool ctrl
)

Parameters

currentCell
The current cell.
shift
if set to true act as if the shift key were pressed.
ctrl
if set to true act as if the ctrl key were pressed.
See Also

Reference

DataGridDefaultInputHandlingStrategy Class
DataGridDefaultInputHandlingStrategy Members
Overload List