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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekNumber_WeekNumberInfo_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekNumber.WeekNumberInfo*">WeekNumberInfo Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekNumber_WeekNumberInfo_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekNumber.WeekNumberInfo*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekNumber_WeekNumberInfo" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekNumber.WeekNumberInfo">WeekNumberInfo</h4>
<div class="markdown level1 summary"><p>Gets the GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo which contains the advanced information of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekNumber.html">WeekNumber</a> represents. This is a dependency property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public WeekNumberInfo WeekNumberInfo { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property WeekNumberInfo As WeekNumberInfo</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="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekNumberInfo.html">WeekNumberInfo</a></td>
      <td><p>The GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo which this <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekNumber.html">WeekNumber</a> presented.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekNumber_WeekNumberInfo_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo contains the following information:</p>
<table><thead><tr><th class="term">WeekNumberInfo Property</th><th class="description">Description</th></tr></thead><tbody><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo.Number</td><td class="description">The week index number of GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo.Text</td><td class="description">The formatted <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value that the GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo should be presented according to current culture.</td></tr></tbody></table>
</div>
</div>
