# GrapeCity.Win.Spread.InputMan.CellType.MonthFlags

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_MonthFlags" data-uid="GrapeCity.Win.Spread.InputMan.CellType.MonthFlags" class="text-break">MonthFlags Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the month flag enumeration.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_MonthFlags_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
[TypeConverter(typeof(EmptyValueAllowedEnumConverter))]
public enum MonthFlags</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
&lt;TypeConverter(GetType(EmptyValueAllowedEnumConverter))&gt;
Public Enum MonthFlags</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_Win_Spread_InputMan_CellType_MonthFlags_All">All</td>
        <td><p>Represents all of the months.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_MonthFlags_April">April</td>
        <td><p>Represents April.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_MonthFlags_August">August</td>
        <td><p>Represents August.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_MonthFlags_December">December</td>
        <td><p>Represents December.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_MonthFlags_February">February</td>
        <td><p>Represents February.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_MonthFlags_January">January</td>
        <td><p>Represents January.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_MonthFlags_July">July</td>
        <td><p>Represents July.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_MonthFlags_June">June</td>
        <td><p>Represents June.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_MonthFlags_March">March</td>
        <td><p>Represents March.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_MonthFlags_May">May</td>
        <td><p>Represents May.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_MonthFlags_NotSet">NotSet</td>
        <td><p>The month value is not set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_MonthFlags_November">November</td>
        <td><p>Represents November.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_MonthFlags_October">October</td>
        <td><p>Represents October.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_MonthFlags_September">September</td>
        <td><p>Represents September.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
