# GrapeCity.Win.Spread.InputMan.CellType.EraPattern

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_EraPattern" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EraPattern" class="text-break">EraPattern Enum
</h1>
  <div class="markdown level0 summary"><p>Defines what kind of pattern is displayed in the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateEraField.html">DateEraField</a>.</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_EraPattern_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum EraPattern</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum EraPattern</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_EraPattern_AbbreviatedEraName">AbbreviatedEraName</td>
        <td><p>Displays an abbreviated era name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EraPattern_EraName">EraName</td>
        <td><p>Displays a full era name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EraPattern_Symbol">Symbol</td>
        <td><p>Displays a symbol.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
