# GrapeCity.Spreadsheet.ITableRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ITableRow" data-uid="GrapeCity.Spreadsheet.ITableRow" class="text-break">ITableRow Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a row in a table.</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_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_Spreadsheet_ITableRow_Index" data-uid="GrapeCity.Spreadsheet.ITableRow.Index">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableRow.Index.html#GrapeCity_Spreadsheet_ITableRow_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an integer value that represents the index number of the <a class="xref" href="GrapeCity.Spreadsheet.ITableRow.html">ITableRow</a> object within the <a class="xref" href="GrapeCity.Spreadsheet.ITableRows.html">ITableRows</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableRow_InvalidData" data-uid="GrapeCity.Spreadsheet.ITableRow.InvalidData">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableRow.InvalidData.html#GrapeCity_Spreadsheet_ITableRow_InvalidData">InvalidData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the row in a list contains cells that don't pass data validation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableRow_Range" data-uid="GrapeCity.Spreadsheet.ITableRow.Range">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableRow.Range.html#GrapeCity_Spreadsheet_ITableRow_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the range to which the specified table object in the above table 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_Spreadsheet_ITableRow_Delete_System_Int32_" data-uid="GrapeCity.Spreadsheet.ITableRow.Delete(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableRow.Delete.html#GrapeCity_Spreadsheet_ITableRow_Delete_System_Int32_">Delete(int)</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>
