ComponentOne DataGrid for WPF and Silverlight
GoToLeftMostCell(DataGridCell) Method

C1.Silverlight.DataGrid Namespace > DataGridDefaultInputHandlingStrategy Class > GoToLeftMostCell Method : GoToLeftMostCell(DataGridCell) Method
The current cell.
Goes to left most cell.
Syntax
'Declaration
 
Public Overloads Function GoToLeftMostCell( _
   ByVal currentCell As DataGridCell _
) As System.Boolean
public System.bool GoToLeftMostCell( 
   DataGridCell currentCell
)

Parameters

currentCell
The current cell.
See Also

Reference

DataGridDefaultInputHandlingStrategy Class
DataGridDefaultInputHandlingStrategy Members
Overload List