TdxSpreadSheetTableViewHitTest.HitAtGroupingArea Property
Returns a value indicating whether the inspected point corresponds to one of the areas used to display grouping user interface.
Declaration
property HitAtGroupingArea: Boolean index hcGroupingArea read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True if the inspected point corresponds to grouping areas used to display the user interface that allows end-users to work with either the column or row groups:
The HitAtGroupingArea property returns False if the inspected point corresponds to:
Any of the Table View worksheet areas outside the grouping user interface;
One of the brackets that outline expanded table item groups;
One of the expand buttons.
See Also