Version

HitTest(Int32,Int32) Method

This method is for QA purposes only. This is not be used by application developer.
Syntax
'Declaration
 
Public Overloads Function HitTest( _
   ByVal row1 As Integer, _
   ByVal column1 As Integer _
) As ReverseHitTest
public ReverseHitTest HitTest( 
   int row1,
   int column1
)

Parameters

row1
data row
column1
data column

Return Value

ReverseHitTest
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also