Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / HitTest(Double,Double) Method
The X coordinate.
The Y coordinate.


In This Topic
    HitTest(Double,Double) Method
    In This Topic
    Performs a hit test.
    Syntax
    'Declaration
     
    Public Function HitTest( _
       ByVal x As Double, _
       ByVal y As Double _
    ) As HitTestInformation
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim x As Double
    Dim y As Double
    Dim value As HitTestInformation
     
    value = instance.HitTest(x, y)
    public HitTestInformation HitTest( 
       double x,
       double y
    )

    Parameters

    x
    The X coordinate.
    y
    The Y coordinate.
    See Also