# GrapeCity.Documents.Excel.ITableRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ITableRow" data-uid="GrapeCity.Documents.Excel.ITableRow" class="text-break">ITableRow Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a row in the <a class="xref" href="GrapeCity.Documents.Excel.ITable.html">ITable</a> object. The <a class="xref" href="GrapeCity.Documents.Excel.ITableRow.html">ITableRow</a> object is a member of the <a class="xref" href="GrapeCity.Documents.Excel.ITableRows.html">ITableRows</a> collection. The ITableRows collection contains all the rows in a list object.</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_ITableRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITableRow</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITableRow</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_ITableRow_Index" data-uid="GrapeCity.Documents.Excel.ITableRow.Index">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableRow.Index.html#GrapeCity_Documents_Excel_ITableRow_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the index number of the <a class="xref" href="GrapeCity.Documents.Excel.ITableRow.html">ITableRow</a> object within the <a class="xref" href="GrapeCity.Documents.Excel.ITableRows.html">ITableRows</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableRow_Range" data-uid="GrapeCity.Documents.Excel.ITableRow.Range">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableRow.Range.html#GrapeCity_Documents_Excel_ITableRow_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object that represents the range to which the specified list object applies.</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_ITableRow_Delete" data-uid="GrapeCity.Documents.Excel.ITableRow.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableRow.Delete.html#GrapeCity_Documents_Excel_ITableRow_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the cells of the table row and shifts upward any remaining cells below the deleted row.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
