# GrapeCity.Documents.Excel.IName

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IName" data-uid="GrapeCity.Documents.Excel.IName" class="text-break">IName Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a defined name for a range of cells.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IName_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IName</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IName</code></pre>
  </div>
  <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_Documents_Excel_IName_Comment" data-uid="GrapeCity.Documents.Excel.IName.Comment">
          <a class="xref" href="GrapeCity.Documents.Excel.IName.Comment.html#GrapeCity_Documents_Excel_IName_Comment">Comment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the comment associated with the name (read or write).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IName_Name" data-uid="GrapeCity.Documents.Excel.IName.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.IName.Name.html#GrapeCity_Documents_Excel_IName_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IName_RefersTo" data-uid="GrapeCity.Documents.Excel.IName.RefersTo">
          <a class="xref" href="GrapeCity.Documents.Excel.IName.RefersTo.html#GrapeCity_Documents_Excel_IName_RefersTo">RefersTo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula that the name is defined to refer to, in the language of the macro and in A1-style notation, beginning with an equal sign.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IName_RefersToR1C1" data-uid="GrapeCity.Documents.Excel.IName.RefersToR1C1">
          <a class="xref" href="GrapeCity.Documents.Excel.IName.RefersToR1C1.html#GrapeCity_Documents_Excel_IName_RefersToR1C1">RefersToR1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula that the name is defined to refer to, in the language of the macro and in R1C1-style notation, beginning with an equal sign.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_IName_Delete" data-uid="GrapeCity.Documents.Excel.IName.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.IName.Delete.html#GrapeCity_Documents_Excel_IName_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IName_FromJson_System_String_" data-uid="GrapeCity.Documents.Excel.IName.FromJson(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IName.FromJson.html#GrapeCity_Documents_Excel_IName_FromJson_System_String_">FromJson(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates the defined name from the JSON string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IName_ToJson" data-uid="GrapeCity.Documents.Excel.IName.ToJson">
          <a class="xref" href="GrapeCity.Documents.Excel.IName.ToJson.html#GrapeCity_Documents_Excel_IName_ToJson">ToJson()</a>
        </td>
        <td class="markdown level1 summary"><p>Generates the JSON string from the defined name.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
