# GrapeCity.Documents.Excel.ICalcContext

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ICalcContext" data-uid="GrapeCity.Documents.Excel.ICalcContext" class="text-break">ICalcContext Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the context of the calclation.</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_ICalcContext_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICalcContext</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICalcContext</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_ICalcContext_Column" data-uid="GrapeCity.Documents.Excel.ICalcContext.Column">
          <a class="xref" href="GrapeCity.Documents.Excel.ICalcContext.Column.html#GrapeCity_Documents_Excel_ICalcContext_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Get the column index of the cell which is calculating.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICalcContext_Row" data-uid="GrapeCity.Documents.Excel.ICalcContext.Row">
          <a class="xref" href="GrapeCity.Documents.Excel.ICalcContext.Row.html#GrapeCity_Documents_Excel_ICalcContext_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Get the row index of the cell which is calculating.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICalcContext_Worksheet" data-uid="GrapeCity.Documents.Excel.ICalcContext.Worksheet">
          <a class="xref" href="GrapeCity.Documents.Excel.ICalcContext.Worksheet.html#GrapeCity_Documents_Excel_ICalcContext_Worksheet">Worksheet</a>
        </td>
        <td class="markdown level1 summary"><p>Get the <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.html">IWorksheet</a> that contains the cell which is calculating.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
