Version

HitTest Method (UltraSpreadsheet)

Returns the topmost object of a hit test for the specified point
Syntax
'Declaration
 
Public Function HitTest( _
   ByVal point As PointF _
) As SpreadsheetHitTestResult
public SpreadsheetHitTestResult HitTest( 
   PointF point
)

Parameters

point
A point relative to the UltraSpreadsheet to hit test against.

Return Value

An object such as a SpreadsheetCellHitTestResult or SpreadsheetHeaderHitTestResult that provides information about the area associated with the specified point or null if the point is not associated with a spreadsheet item such as a cell or header.
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