ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridDefaultInputHandlingStrategy Class / GetLeftMostCell Method
The current cell.

In This Topic
    GetLeftMostCell Method
    In This Topic
    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