Skip to main content

TdxSpreadSheetTableViewHitTest.HitAtCell Property

Returns a value indicating whether the inspected point corresponds to a cell within a Table View worksheet.

Declaration

property HitAtCell: Boolean index hcCell read;

Property Value

Type
Boolean

Remarks

The Table View content area includes all displayed cells, except the column and row header cells. The data cells can be filled with values and/or used for anchoring the floating containers:

This property returns True if the inspected point corresponds to one of the data cells within a Table View worksheet; otherwise – False. The HitAtCell property returns True for both uninitialized cells and cell objects.

See Also