# GrapeCity.Spreadsheet.ITableColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ITableColumn" data-uid="GrapeCity.Spreadsheet.ITableColumn" class="text-break">ITableColumn Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a column 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_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_Spreadsheet_ITableColumn_CellType" data-uid="GrapeCity.Spreadsheet.ITableColumn.CellType">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableColumn.CellType.html#GrapeCity_Spreadsheet_ITableColumn_CellType">CellType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell type for this table column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableColumn_DataBodyRange" data-uid="GrapeCity.Spreadsheet.ITableColumn.DataBodyRange">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableColumn.DataBodyRange.html#GrapeCity_Spreadsheet_ITableColumn_DataBodyRange">DataBodyRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that is the size of the data portion of a column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableColumn_DataField" data-uid="GrapeCity.Spreadsheet.ITableColumn.DataField">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableColumn.DataField.html#GrapeCity_Spreadsheet_ITableColumn_DataField">DataField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data field for this table column in the data source.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableColumn_Header" data-uid="GrapeCity.Spreadsheet.ITableColumn.Header">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableColumn.Header.html#GrapeCity_Spreadsheet_ITableColumn_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Header cell for a <a class="xref" href="GrapeCity.Spreadsheet.ITableColumn.html">ITableColumn</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableColumn_Index" data-uid="GrapeCity.Spreadsheet.ITableColumn.Index">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableColumn.Index.html#GrapeCity_Spreadsheet_ITableColumn_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.ITableColumn.html">ITableColumn</a> object within the <a class="xref" href="GrapeCity.Spreadsheet.ITableColumns.html">ITableColumns</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableColumn_Name" data-uid="GrapeCity.Spreadsheet.ITableColumn.Name">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableColumn.Name.html#GrapeCity_Spreadsheet_ITableColumn_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets value that represents the name of the table column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableColumn_Range" data-uid="GrapeCity.Spreadsheet.ITableColumn.Range">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableColumn.Range.html#GrapeCity_Spreadsheet_ITableColumn_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>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableColumn_Total" data-uid="GrapeCity.Spreadsheet.ITableColumn.Total">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableColumn.Total.html#GrapeCity_Spreadsheet_ITableColumn_Total">Total</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Total cell for a <a class="xref" href="GrapeCity.Spreadsheet.ITableColumn.html">ITableColumn</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ITableColumn_TotalsCalculation" data-uid="GrapeCity.Spreadsheet.ITableColumn.TotalsCalculation">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableColumn.TotalsCalculation.html#GrapeCity_Spreadsheet_ITableColumn_TotalsCalculation">TotalsCalculation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of calculation in the Totals row of the table column.</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_ITableColumn_Delete_System_Int32_" data-uid="GrapeCity.Spreadsheet.ITableColumn.Delete(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.ITableColumn.Delete.html#GrapeCity_Spreadsheet_ITableColumn_Delete_System_Int32_">Delete(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the column of data in the table.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
