[]
Represents hit test information for the data area of the spreadsheet.
public class HitTestInformation
Public Class HitTestInformation
| Name | Description |
|---|---|
| HitTestInformation() | Creates a new set of hit test information. |
| Name | Description |
|---|---|
| ColumnViewport | Gets the column viewport referred to in the spreadsheet. |
| FilterBarInfo | Gets more detailed hit test information for the filter bar. |
| HeaderInfo | Gets more detailed hit test information for the headers (column headers, row headers, and corner). |
| RangeGroupInfo | Gets more detailed hit test information for the range group. |
| RowViewport | Gets the row viewport referred to in the spreadsheet. |
| TabStripInfo | Gets more detailed hit test information for the tab strip. |
| TitleBarInfo | Gets more detailed hit test information for the title bar. |
| Type | Gets the general area referred to in the spreadsheet. |
| ViewportInfo | Gets more detailed hit test information for the viewport. |