TdxSpreadSheetTableViewHitTest.HitAtColumnHeader Property
Returns a value indicating whether the inspected point corresponds to the standard column header within the active Table View worksheet.
Declaration
property HitAtColumnHeader: Boolean index hcColumnHeader read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True if the inspected point corresponds to a column header cell within a Table View worksheet; otherwise – False.
If you need to identify whether the inspected point corresponds to the row header, use the HitAtRowHeader property.
See Also