# GrapeCity.Documents.Excel.ITableColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ITableColumn" data-uid="GrapeCity.Documents.Excel.ITableColumn" class="text-break">ITableColumn Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a column in a table. The <a class="xref" href="GrapeCity.Documents.Excel.ITableColumn.html">ITableColumn</a> object is a member of the <a class="xref" href="GrapeCity.Documents.Excel.ITableColumns.html">ITableColumns</a> collection. The <a class="xref" href="GrapeCity.Documents.Excel.ITableColumns.html">ITableColumns</a> collection contains all the columns in a table (<a class="xref" href="GrapeCity.Documents.Excel.ITable.html">ITable</a> 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_ITableColumn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITableColumn</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITableColumn</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_ITableColumn_DataBodyRange" data-uid="GrapeCity.Documents.Excel.ITableColumn.DataBodyRange">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableColumn.DataBodyRange.html#GrapeCity_Documents_Excel_ITableColumn_DataBodyRange">DataBodyRange</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object that is the size of the data portion of a column (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableColumn_DataField" data-uid="GrapeCity.Documents.Excel.ITableColumn.DataField">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableColumn.DataField.html#GrapeCity_Documents_Excel_ITableColumn_DataField">DataField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of data field of current table column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableColumn_Index" data-uid="GrapeCity.Documents.Excel.ITableColumn.Index">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableColumn.Index.html#GrapeCity_Documents_Excel_ITableColumn_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the index number of the <a class="xref" href="GrapeCity.Documents.Excel.ITableColumn.html">ITableColumn</a> object within the <a class="xref" href="GrapeCity.Documents.Excel.ITableColumns.html">ITableColumns</a> collection (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableColumn_Name" data-uid="GrapeCity.Documents.Excel.ITableColumn.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableColumn.Name.html#GrapeCity_Documents_Excel_ITableColumn_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the table column. This is also used as the display name of the table column. This name must be unique within the table (read or write).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableColumn_Range" data-uid="GrapeCity.Documents.Excel.ITableColumn.Range">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableColumn.Range.html#GrapeCity_Documents_Excel_ITableColumn_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 in the above list applies (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableColumn_Total" data-uid="GrapeCity.Documents.Excel.ITableColumn.Total">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableColumn.Total.html#GrapeCity_Documents_Excel_ITableColumn_Total">Total</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the Total row for the <a class="xref" href="GrapeCity.Documents.Excel.ITableColumn.html">ITableColumn</a> object (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITableColumn_TotalsCalculation" data-uid="GrapeCity.Documents.Excel.ITableColumn.TotalsCalculation">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableColumn.TotalsCalculation.html#GrapeCity_Documents_Excel_ITableColumn_TotalsCalculation">TotalsCalculation</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the type of calculation in the Totals row of the table column based on the value of the <a class="xref" href="GrapeCity.Documents.Excel.ITableColumn.TotalsCalculation.html#GrapeCity_Documents_Excel_ITableColumn_TotalsCalculation">TotalsCalculation</a> enumeration (read or write).</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_ITableColumn_Delete" data-uid="GrapeCity.Documents.Excel.ITableColumn.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.ITableColumn.Delete.html#GrapeCity_Documents_Excel_ITableColumn_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the column of data in the table.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
