Skip to main content

TdxSpreadSheetTableViewHitTest.HitAtResizeArea Property

Returns a value indicating whether the inspected point corresponds to one of the active resizing zones within a Table View worksheet.

Declaration

property HitAtResizeArea: Boolean index hcResizeArea read;

Property Value

Type
Boolean

Remarks

This property returns True if the inspected point corresponds to one of the active resizing zones within a Table View worksheet; otherwise – False.

The list of possible active resizing zones includes borders of the selected container‘s bounding rectangle, all cell borders, and borders between columns, and rows within the column and row headers.

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

See Also