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

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

    Parameters

    currentCell
    The current cell.
    See Also