[]
Represents hit test information for the outline (range group) of the spreadsheet.
public class RangeGroupHitTestInformation
Public Class RangeGroupHitTestInformation
| Name | Description |
|---|---|
| RangeGroupHitTestInformation() | Initializes a new instance of the RangeGroupHitTestInformation class. |
| Name | Description |
|---|---|
| ColumnIndex | Gets the column location referred to in an outline (range group). |
| ColumnLevel | Gets the column level location referred to in an outline (range group). |
| InColumnBar | Gets whether the location refers to an outline (range group) column bar area. |
| InColumnPanel | Gets whether the location refers to an outline (range group) column panel area. |
| InCorner | Gets whether the location refers to an outline (range group) corner area. |
| InRangeGroupButton | Gets whether the location refers to |
| InRowBar | Gets whether the location refers to an outline (range group) row bar area. |
| InRowPanel | Gets whether the location refers to an outline (range group) row panel area. |
| RowIndex | Gets the row location referred to in an outline (range group). |
| RowLevel | Gets the row level location referred to in an outline (range group). |