ComponentOne DataGrid for WPF and Silverlight
GoToLeftCell(DataGridCell) Method

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

Parameters

currentCell
The current cell.
See Also

Reference

DataGridDefaultInputHandlingStrategy Class
DataGridDefaultInputHandlingStrategy Members
Overload List