TdxSpreadSheetTableView.HitTest Property
In This Article
Returns HitTest information about a specific point within the Table View worksheet.
#Declaration
Delphi
property HitTest: TdxSpreadSheetTableViewHitTest read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to obtain the HitTest information about any point within a Table View worksheet. Refer to the TdxSpreadSheetTableViewHitTest class description for additional information.
See Also