# GrapeCity.SpreadBuilder.DDSheet.Name

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_SpreadBuilder_DDSheet_Name_" data-uid="GrapeCity.SpreadBuilder.DDSheet.Name*">Name Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_SpreadBuilder_DDSheet_Name_" data-uid="GrapeCity.SpreadBuilder.DDSheet.Name*"></a>
<h4 id="GrapeCity_SpreadBuilder_DDSheet_Name" data-uid="GrapeCity.SpreadBuilder.DDSheet.Name">Name</h4>
<div class="markdown level1 summary"><p>Gets or sets the name of this DDSheet.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string Name { get; set; }</code></pre>
</div>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.argumentnullexception">ArgumentNullException</a></td>
      <td><p>Thrown on attempt to set <code>null</code> value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.SpreadBuilder.InvalidDDSheetNameException.html">InvalidDDSheetNameException</a></td>
      <td><p>Thrown on attempt to set invalid value (e.g. empty).</p>
</td>
    </tr>
  </tbody>
</table>
</div>
