# FarPoint.Win.Spread.CellType.PaintingLocation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_CellType_PaintingLocation" data-uid="FarPoint.Win.Spread.CellType.PaintingLocation" class="text-break">PaintingLocation Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the locations in the component for painting.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.CellType.html">FarPoint.Win.Spread.CellType</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_CellType_PaintingLocation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PaintingLocation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PaintingLocation</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_CellType_PaintingLocation_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_CellType_PaintingLocation_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_CellType_PaintingLocation_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_CellType_PaintingLocation_FooterCorner">FooterCorner</td>
        <td><p>Specifies that the location is in the lower left sheet corner of a workbook.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_PaintingLocation_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_CellType_PaintingLocation_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>
