ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridDefaultInputHandlingStrategy Class / GoToLeftMostCell Method / GoToLeftMostCell(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.

In This Topic
    GoToLeftMostCell(DataGridCell,Boolean,Boolean) Method
    In This Topic
    Goes to left most cell.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GoToLeftMostCell( _
       ByVal currentCell As DataGridCell, _
       ByVal shift As Boolean, _
       ByVal ctrl As Boolean _
    ) As Boolean
    public virtual bool GoToLeftMostCell( 
       DataGridCell currentCell,
       bool shift,
       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