# GrapeCity.Documents.Excel.CornerPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_CornerPosition" data-uid="GrapeCity.Documents.Excel.CornerPosition" class="text-break">CornerPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Describe the position of the corner fold in a cell.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_CornerPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum CornerPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum CornerPosition</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="GrapeCity_Documents_Excel_CornerPosition_LeftBottom">LeftBottom</td>
        <td><p>Indicates that the folded corner is in the lower left corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CornerPosition_LeftTop">LeftTop</td>
        <td><p>Indicates that the folded corner is in the upper left corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CornerPosition_None">None</td>
        <td><p>Indicates no folded corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CornerPosition_RightBottom">RightBottom</td>
        <td><p>Indicates that the folded corner is in the lower right corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CornerPosition_RightTop">RightTop</td>
        <td><p>Indicates that the folded corner is in the upper right corner.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
