FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / GetCellAtPosition Method / GetCellAtPosition(Point) Method

In This Topic
    GetCellAtPosition(Point) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetCellAtPosition( _
       ByVal pt As Point _
    ) As ValueTuple(Of GridCellType,GridCellRange)
    public ValueTuple<GridCellType,GridCellRange> GetCellAtPosition( 
       Point pt
    )

    Parameters

    pt
    See Also