ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridDefaultInputHandlingStrategy Class / GoToRightCell Method / GoToRightCell(DataGridCell) Method
The current cell.

In This Topic
    GoToRightCell(DataGridCell) Method
    In This Topic
    Goes to the cell on the right.
    Syntax
    'Declaration
     
    
    Public Overloads Function GoToRightCell( _
       ByVal currentCell As DataGridCell _
    ) As Boolean
    public bool GoToRightCell( 
       DataGridCell currentCell
    )

    Parameters

    currentCell
    The current cell.
    See Also