GrapeCity.Windows.SpreadSheet.UI Namespace / HitTestType Enumeration


HitTestType Enumeration
Specifies the locations in the component for the HitTest method.
Syntax
'Declaration
 
Public Enum HitTestType 
   Inherits System.Enum
 
'Usage
 
Dim instance As HitTestType
Members
MemberDescription
ColumnHeaderSpecifies that the location is in the column header area of the component.
ColumnRangeGroupSpecifies that the location is in the column range group of the component.
ColumnSplitBarSpecifies that the location is in the column splitter bar area of the component.
ColumnSplitBoxSpecifies that the location is in the column split box of the component.
CornerSpecifies that the location is in the upper left sheet corner of a workbook.
CornerRangeGroupSpecifies that the location is in the range group corner of the component.
EmptySpecifies an empty location.
FloatingObject 
FormulaSelection 
HorizontalScrollBarSpecifies that the location is in the horizontal scroll bar of the component.
RowHeaderSpecifies that the location is in the row header area of the component.
RowRangeGroupSpecifies that the location is in the row range group of the component.
RowSplitBarSpecifies that the location is in the row splitter bar area of the component.
RowSplitBoxSpecifies that the location is in the row split box of the component.
TabSplitBoxSpecifies that the location is in the tab split box of the component.
TabStripSpecifies that the location is in the sheet name tab area of the component.
VerticalScrollBarSpecifies that the location is in the vertical scroll bar of the component.
ViewportSpecifies that the location is in a viewport of the data area of the component.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.UI.HitTestType

See Also