TdxSpreadSheetTableViewHitTest Properties
Contains HitTest information of the Table View worksheet.| Name | Description |
|---|---|
| ActualHitPoint | Inherited from TdxSpreadSheetCustomHitTest. |
| Container | Provides access to the floating container object whose client area is located at the inspected point within the Table View worksheet. |
| HitAtBackground | Returns a value indicating whether the inspected point corresponds to the Table View worksheet’s background area. |
| HitAtCell | Returns a value indicating whether the inspected point corresponds to a cell within a Table View worksheet. |
| HitAtColumnHeader | Returns a value indicating whether the inspected point corresponds to the standard column header within the active Table View worksheet. |
| HitAtContainer | Returns a value indicating whether the inspected point corresponds to a floating container within the active Table View worksheet. |
| HitAtContainerSelection | Returns a value indicating whether the inspected point corresponds to a selected container‘s handle. |
| HitAtExpandButton | Returns a value indicating whether the inspected point corresponds to one of the buttons used to expand/collapse the table item groups. |
| HitAtFrozenPaneSeparator | Returns a value indicating whether the inspected point corresponds to a frozen pane separator line within a Table View worksheet. |
| HitAtGroup | Returns a value indicating whether the inspected point corresponds to a bracket outlining expanded table item groups. |
| HitAtGroupingArea | Returns a value indicating whether the inspected point corresponds to one of the areas used to display grouping user interface. |
| HitAtHyperlink | Returns a value indicating whether the inspected point corresponds to one of the hyperlink hot areas. |
| HitAtResizeArea | Returns a value indicating whether the inspected point corresponds to one of the active resizing zones within a Table View worksheet. |
| HitAtRowHeader | Returns a value indicating whether the inspected point corresponds to the standard row header within a Table View worksheet. |
| HitAtSelectionFrame | Returns a value indicating whether the inspected point corresponds to the cell selection frame. |
| HitObject | Returns ViewInfo information on the Spreadsheet or Report Designer control’s visual element located at the test point. Inherited from TdxSpreadSheetCustomHitTest. |
| HitObjectData | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from TdxSpreadSheetCustomHitTest. |
| HitPoint | Returns the pixel coordinates of the test point within the Spreadsheet or Report Designer control’s area. Inherited from TdxSpreadSheetCustomHitTest. |
| View | Returns a Table View worksheet whose HitTest information is stored within the current TdxSpreadSheetTableViewHitTest object. |
See Also