# GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekNumberInfo.Number

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekNumberInfo_Number_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekNumberInfo.Number*">Number Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekNumberInfo_Number_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekNumberInfo.Number*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekNumberInfo_Number" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekNumberInfo.Number">Number</h4>
<div class="markdown level1 summary"><p>Gets the week index number of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekNumberInfo.html">WeekNumberInfo</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int Number { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Number As Integer</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><p>The week index number of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekNumberInfo.html">WeekNumberInfo</a>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekNumberInfo_Number_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekNumberInfo.Number.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekNumberInfo_Number">Number</a> is the week index of the year,
which is got following the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.globalization.calendarweekrule#system-globalization-calendarweekrule-firstday">FirstDay</a> week rule in current culture.
It means the first week of the year starts on the first day of the
year and ends before the following designated first day of the week.</p>
</div>
</div>
