TdxSpreadSheetTableView.HitTest Property
Returns HitTest information about a specific point within the Table View worksheet.
Declaration
property HitTest: TdxSpreadSheetTableViewHitTest read;
Property Value
Type |
---|
TdxSpreadSheetTableViewHitTest |
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