# C1.CalcEngine.IDataSheet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_CalcEngine_IDataSheet" data-uid="C1.CalcEngine.IDataSheet" class="text-break">IDataSheet Interface
</h1>
  <div class="markdown level0 summary"><p>Defines properties and methods of object representing the sheet that uses <a class="xref" href="C1.CalcEngine.ExcelEngine.ExcelEngine.html">ExcelEngine</a> as a data source.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.CalcEngine.html">C1.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.CalcEngine.dll</h6>
  <h5 id="C1_CalcEngine_IDataSheet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDataSheet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDataSheet</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="C1_CalcEngine_IDataSheet_Name" data-uid="C1.CalcEngine.IDataSheet.Name">
          <a class="xref" href="C1.CalcEngine.IDataSheet.Name.html#C1_CalcEngine_IDataSheet_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sheet name.</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="C1_CalcEngine_IDataSheet_GetValue_System_Int32_System_Int32_" data-uid="C1.CalcEngine.IDataSheet.GetValue(System.Int32,System.Int32)">
          <a class="xref" href="C1.CalcEngine.IDataSheet.GetValue.html#C1_CalcEngine_IDataSheet_GetValue_System_Int32_System_Int32_">GetValue(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a value of cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
