# GrapeCity.Wpf.SpreadSheet.CellType.Editors.EmptyRow

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EmptyRow" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EmptyRow" class="text-break">EmptyRow Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how to show the empty week rows in the <span class="xref">GcDropDownCalendar</span>.</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_EmptyRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum EmptyRow</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum EmptyRow</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EmptyRow_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>
      The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EmptyRow.html">EmptyRow</a> setting only affects the days layout in GrapeCity.Windows.InputMan.CalendarMode.Month display mode, 
      and the month displayed should be a <b>February</b> which contains 28 days; the trailing days are the empty week rows.
    </p>
<p>
      For example, 
      when control shows Feb, 1998, it has 28 days in this Feb, and there're totally 42 <span class="xref">CalendarDayButtons</span> there. 
      So there are 14 trailing <span class="xref">CalendarDayButtons</span> which are in the "Empty Rows". 
      When <span class="xref">GcDropDownCalendar.EmptyRow</span> set to GrapeCity.Windows.InputMan.EmptyRow.StartEmpty, 
      it will show one "Empty Row" at the beginning (which contains 7 trailing <span class="xref">CalendarDayButtons</span>), 
      and another "Empty Row" at the ending (which contains the rest 7 trailing <span class="xref">CalendarDayButtons</span>). 
      When <span class="xref">GcDropDownCalendar.EmptyRow</span> set to GrapeCity.Windows.InputMan.EmptyRow.AllAtEnd, 
      it will show all the 14 trailing days at the ending, which means the first 28 <span class="xref">CalendarDayButtons</span> 
      represent the Feb 1 to Feb 28, and the 2 "Empty Rows" are from Mar 1 to Mar 14.
    </p>
</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_EmptyRow_AllAtEnd">AllAtEnd</td>
        <td><p>Empty row in the end.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EmptyRow_StartEmpty">StartEmpty</td>
        <td><p>Empty row in the start.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
