Skip to main content

TdxSpreadSheetTableViewHitTest Class

Contains HitTest information of the Table View worksheet.

Declaration

TdxSpreadSheetTableViewHitTest = class(
    TdxSpreadSheetCustomHitTest
)

Remarks

Members of this class allow you to inspect a specific point of a Table View worksheet and obtain its HitTest information, including:

A TdxSpreadSheetTableViewHitTest object is referenced by the Table View worksheet’s HitTest property.

Inheritance

TObject
TdxSpreadSheetCustomHitTest
TdxSpreadSheetTableViewHitTest
See Also