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

In This Topic
    GetTopCell Method
    In This Topic
    Gets the top visible cell regarding to the current cell.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetTopCell( _
       ByVal currentCell As DataGridCell _
    ) As DataGridCell
    public virtual DataGridCell GetTopCell( 
       DataGridCell currentCell
    )

    Parameters

    currentCell
    The current cell.
    See Also