[]
Represents hit test information for the viewports of the spreadsheet.
public class ViewportHitTestInformation
Public Class ViewportHitTestInformation
| Name | Description |
|---|---|
| ViewportHitTestInformation() | Creates a new set of viewport hit test information. |
| Name | Description |
|---|---|
| Column | Gets the column location referred to in the viewport. |
| EnhancedShapeInfo | Gets more details hittest information for the enhanced shape. |
| InDragDrop | Gets whether the location refers to a drag drop area. |
| InDragFill | Gets whether the location refers to a drag fill area. |
| InDragFillButton | Gets whether the location refers to a drag fill button area. |
| InNote | Gets whether the location refers to a sticky note. |
| InNoteIndicator | Gets whether the location refers to a note indicator area. |
| InReservedLocation | Gets whether the location refers to a reserved location for a cell. |
| InShape | Gets whether the location refers to a shape. |
| Row | Gets the row location referred to in the viewport. |