# GrapeCity.Spreadsheet.IName

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IName" data-uid="GrapeCity.Spreadsheet.IName" class="text-break">IName Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a defined name.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_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_Spreadsheet_IName_Comment" data-uid="GrapeCity.Spreadsheet.IName.Comment">
          <a class="xref" href="GrapeCity.Spreadsheet.IName.Comment.html#GrapeCity_Spreadsheet_IName_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_Spreadsheet_IName_Name" data-uid="GrapeCity.Spreadsheet.IName.Name">
          <a class="xref" href="GrapeCity.Spreadsheet.IName.Name.html#GrapeCity_Spreadsheet_IName_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_Spreadsheet_IName_RefersToR1C1" data-uid="GrapeCity.Spreadsheet.IName.RefersToR1C1">
          <a class="xref" href="GrapeCity.Spreadsheet.IName.RefersToR1C1.html#GrapeCity_Spreadsheet_IName_RefersToR1C1">RefersToR1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula in R1C1 format which the defined name refers to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IName_ValidWorkbookParameter" data-uid="GrapeCity.Spreadsheet.IName.ValidWorkbookParameter">
          <a class="xref" href="GrapeCity.Spreadsheet.IName.ValidWorkbookParameter.html#GrapeCity_Spreadsheet_IName_ValidWorkbookParameter">ValidWorkbookParameter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Spreadsheet.IName.html">IName</a> is a valid workbook parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IName_Visible" data-uid="GrapeCity.Spreadsheet.IName.Visible">
          <a class="xref" href="GrapeCity.Spreadsheet.IName.Visible.html#GrapeCity_Spreadsheet_IName_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>
      <tr>
        <td id="GrapeCity_Spreadsheet_IName_Worksheet" data-uid="GrapeCity.Spreadsheet.IName.Worksheet">
          <a class="xref" href="GrapeCity.Spreadsheet.IName.Worksheet.html#GrapeCity_Spreadsheet_IName_Worksheet">Worksheet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the scope of name as local worksheet.</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_Spreadsheet_IName_Delete" data-uid="GrapeCity.Spreadsheet.IName.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.IName.Delete.html#GrapeCity_Spreadsheet_IName_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the defined name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IName_GetRefersTo_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IName.GetRefersTo(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IName.GetRefersTo.html#GrapeCity_Spreadsheet_IName_GetRefersTo_System_Int32_System_Int32_">GetRefersTo(int, int)</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_Spreadsheet_IName_RefersToRange_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IName.RefersToRange(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IName.RefersToRange.html#GrapeCity_Spreadsheet_IName_RefersToRange_System_Int32_System_Int32_">RefersToRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object referred to by an <a class="xref" href="GrapeCity.Spreadsheet.IName.html">IName</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IName_SetRefersTo_System_Int32_System_Int32_System_String_" data-uid="GrapeCity.Spreadsheet.IName.SetRefersTo(System.Int32,System.Int32,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IName.SetRefersTo.html#GrapeCity_Spreadsheet_IName_SetRefersTo_System_Int32_System_Int32_System_String_">SetRefersTo(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the formula in A1 format which the defined name refers to.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
