# GrapeCity.Wpf.SpreadSheet.NameInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_NameInfo" data-uid="GrapeCity.Wpf.SpreadSheet.NameInfo" class="text-break">NameInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a defined name.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">NameInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.html">GrapeCity.Wpf.SpreadSheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_NameInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class NameInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class NameInfo</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_NameInfo__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.NameInfo.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.NameInfo.-ctor.html#GrapeCity_Wpf_SpreadSheet_NameInfo__ctor">NameInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.NameInfo.html">NameInfo</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_NameInfo_Comment" data-uid="GrapeCity.Wpf.SpreadSheet.NameInfo.Comment">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.NameInfo.Comment.html#GrapeCity_Wpf_SpreadSheet_NameInfo_Comment">Comment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the comment associated with this defined name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_NameInfo_Name" data-uid="GrapeCity.Wpf.SpreadSheet.NameInfo.Name">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.NameInfo.Name.html#GrapeCity_Wpf_SpreadSheet_NameInfo_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the defined name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_NameInfo_RefersTo" data-uid="GrapeCity.Wpf.SpreadSheet.NameInfo.RefersTo">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.NameInfo.RefersTo.html#GrapeCity_Wpf_SpreadSheet_NameInfo_RefersTo">RefersTo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formula in A1 format which the defined name refers to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_NameInfo_Scope" data-uid="GrapeCity.Wpf.SpreadSheet.NameInfo.Scope">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.NameInfo.Scope.html#GrapeCity_Wpf_SpreadSheet_NameInfo_Scope">Scope</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the scope of name as local worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_NameInfo_Visible" data-uid="GrapeCity.Wpf.SpreadSheet.NameInfo.Visible">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.NameInfo.Visible.html#GrapeCity_Wpf_SpreadSheet_NameInfo_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the property which determines whether this defined name is visible to the user.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
