ComponentOne DataGrid for WPF and Silverlight
GetLeftMostCell Method (DataGridDefaultInputHandlingStrategy)

C1.WPF.DataGrid Namespace > DataGridDefaultInputHandlingStrategy Class : GetLeftMostCell Method
The current cell.
Gets the left most visible cell regarding to the current cell.
Syntax
'Declaration
 
Public Overridable Function GetLeftMostCell( _
   ByVal currentCell As DataGridCell _
) As DataGridCell
public virtual DataGridCell GetLeftMostCell( 
   DataGridCell currentCell
)

Parameters

currentCell
The current cell.
See Also

Reference

DataGridDefaultInputHandlingStrategy Class
DataGridDefaultInputHandlingStrategy Members