# GrapeCity.Wpf.SpreadSheet.CellType.Editors.Weeks

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_Weeks" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Weeks" class="text-break">Weeks Enum
</h1>
  <div class="markdown level0 summary"><p>Defines flags for the different weeks.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_Weeks_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum Weeks</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum Weeks</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_Wpf_SpreadSheet_CellType_Editors_Weeks_All">All</td>
        <td><p>All weeks in the month.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_Weeks_FifthWeek">FifthWeek</td>
        <td><p>The fifth week in the month.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_Weeks_FirstWeek">FirstWeek</td>
        <td><p>The first week in the month.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_Weeks_FourthWeek">FourthWeek</td>
        <td><p>The fourth week in the month.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_Weeks_LastWeek">LastWeek</td>
        <td><p>The last week in the month.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_Weeks_None">None</td>
        <td><p>No weeks.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_Weeks_SecondWeek">SecondWeek</td>
        <td><p>The second week in the month.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_Weeks_ThirdWeek">ThirdWeek</td>
        <td><p>The third week in the month.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
