TdxSpreadSheetTableViewHitTest.HitAtBackground Property
Returns a value indicating whether the inspected point corresponds to the Table View worksheet’s background area.
Declaration
property HitAtBackground: Boolean index hcBackground read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns a value indicating whether the inspected point corresponds to the Table View worksheet’s area without cells:
If the HitAtBackground property returns True, the inspected point corresponds to the Table View worksheet’s background; otherwise – False.
See Also