TdxSpreadSheetTableViewHitTest.HitAtContainer Property
Returns a value indicating whether the inspected point corresponds to a floating container within the active Table View worksheet.
Declaration
property HitAtContainer: Boolean index hcContainer read;
Property Value
| Type |
|---|
| Boolean |
Remarks
This property returns True if the inspected point corresponds a floating container within the active Table View worksheet; otherwise – False.

If you need to identify whether the inspected point corresponds to one of the handles of the selected container, use the HitAtContainerSelection property.
See Also