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