# FarPoint.Win.Spread.HitTestType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_HitTestType" data-uid="FarPoint.Win.Spread.HitTestType" class="text-break">HitTestType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the locations in the component for the HitTest method.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_HitTestType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum HitTestType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum HitTestType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_ColumnFooter">ColumnFooter</td>
        <td><p>Specifies that the location is in the column footer area of the component</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_ColumnHeader">ColumnHeader</td>
        <td><p>Specifies that the location is in the column header area of the component</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_ColumnSplitBar">ColumnSplitBar</td>
        <td><p>Specifies that the location is in the column splitter bar area of the component</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_ColumnSplitBox">ColumnSplitBox</td>
        <td><p>Specifies that the location is in the column split box of the component</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_Corner">Corner</td>
        <td><p>Specifies that the location is in the upper left sheet corner of a workbook</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_Empty">Empty</td>
        <td><p>Specifies an empty location</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_FilterCellBar">FilterCellBar</td>
        <td><p>Specifies that the location is in the filter bar</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_FilterHeaderBar">FilterHeaderBar</td>
        <td><p>Specifies that the location is in the header of the filter bar</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_HorizontalScrollBar">HorizontalScrollBar</td>
        <td><p>Specifies that the location is in the horizontal scroll bar of the component</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_RangeGroup">RangeGroup</td>
        <td><p>Specifies that the location is in the outline (range group) area of the component</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_RowHeader">RowHeader</td>
        <td><p>Specifies that the location is in the row header area of the component</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_RowSplitBar">RowSplitBar</td>
        <td><p>Specifies that the location is in the row splitter bar area of the component</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_RowSplitBox">RowSplitBox</td>
        <td><p>Specifies that the location is in the row split box of the component</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_TabSplitBox">TabSplitBox</td>
        <td><p>Specifies that the location is in the tab split box of the component</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_TabStrip">TabStrip</td>
        <td><p>Specifies that the location is in the sheet name tab area of the component</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_TitleBar">TitleBar</td>
        <td><p>Specifies that the location is in the titles bar</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_VerticalScrollBar">VerticalScrollBar</td>
        <td><p>Specifies that the location is in the vertical scroll bar of the component</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_HitTestType_Viewport">Viewport</td>
        <td><p>Specifies that the location is in a viewport of the data area of the component</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
