# GrapeCity.Documents.Excel.Drawing.IDataTable

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IDataTable" data-uid="GrapeCity.Documents.Excel.Drawing.IDataTable" class="text-break">IDataTable Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a chart data table.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_IDataTable_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDataTable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDataTable</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_Drawing_IDataTable_Font" data-uid="GrapeCity.Documents.Excel.Drawing.IDataTable.Font">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IDataTable.Font.html#GrapeCity_Documents_Excel_Drawing_IDataTable_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.html">IFontFormat</a> object that represents the
font of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IDataTable_Format" data-uid="GrapeCity.Documents.Excel.Drawing.IDataTable.Format">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IDataTable.Format.html#GrapeCity_Documents_Excel_Drawing_IDataTable_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartFormat.html">IChartFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IDataTable_HasBorderHorizontal" data-uid="GrapeCity.Documents.Excel.Drawing.IDataTable.HasBorderHorizontal">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IDataTable.HasBorderHorizontal.html#GrapeCity_Documents_Excel_Drawing_IDataTable_HasBorderHorizontal">HasBorderHorizontal</a>
        </td>
        <td class="markdown level1 summary"><p>True if the chart data table has horizontal cell borders. The default value is true.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IDataTable_HasBorderOutline" data-uid="GrapeCity.Documents.Excel.Drawing.IDataTable.HasBorderOutline">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IDataTable.HasBorderOutline.html#GrapeCity_Documents_Excel_Drawing_IDataTable_HasBorderOutline">HasBorderOutline</a>
        </td>
        <td class="markdown level1 summary"><p>True if the chart data table has outline borders. The default value is true.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IDataTable_HasBorderVertical" data-uid="GrapeCity.Documents.Excel.Drawing.IDataTable.HasBorderVertical">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IDataTable.HasBorderVertical.html#GrapeCity_Documents_Excel_Drawing_IDataTable_HasBorderVertical">HasBorderVertical</a>
        </td>
        <td class="markdown level1 summary"><p>True if the chart data table has vertical cell borders. The default value is true.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IDataTable_Parent" data-uid="GrapeCity.Documents.Excel.Drawing.IDataTable.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IDataTable.Parent.html#GrapeCity_Documents_Excel_Drawing_IDataTable_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the parent <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.html">IChart</a> for the data table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IDataTable_ShowLegendKey" data-uid="GrapeCity.Documents.Excel.Drawing.IDataTable.ShowLegendKey">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IDataTable.ShowLegendKey.html#GrapeCity_Documents_Excel_Drawing_IDataTable_ShowLegendKey">ShowLegendKey</a>
        </td>
        <td class="markdown level1 summary"><p>True if the data label legend key is visible. The default value is true.</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_Drawing_IDataTable_Delete" data-uid="GrapeCity.Documents.Excel.Drawing.IDataTable.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IDataTable.Delete.html#GrapeCity_Documents_Excel_Drawing_IDataTable_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
