# GrapeCity.Spreadsheet.CellValueChangedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_CellValueChangedEventArgs" data-uid="GrapeCity.Spreadsheet.CellValueChangedEventArgs" class="text-break">CellValueChangedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents a class which stores cell calculated information.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">CellValueChangedEventArgs</span></div>
  </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_CellValueChangedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class CellValueChangedEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class CellValueChangedEventArgs</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_CellValueChangedEventArgs_Count" data-uid="GrapeCity.Spreadsheet.CellValueChangedEventArgs.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.CellValueChangedEventArgs.Count.html#GrapeCity_Spreadsheet_CellValueChangedEventArgs_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of cell references which are changed recently.</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_CellValueChangedEventArgs_GetReference_System_Int32_GrapeCity_Spreadsheet_IWorksheet__" data-uid="GrapeCity.Spreadsheet.CellValueChangedEventArgs.GetReference(System.Int32,GrapeCity.Spreadsheet.IWorksheet@)">
          <a class="xref" href="GrapeCity.Spreadsheet.CellValueChangedEventArgs.GetReference.html#GrapeCity_Spreadsheet_CellValueChangedEventArgs_GetReference_System_Int32_GrapeCity_Spreadsheet_IWorksheet__">GetReference(int, out IWorksheet)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an array of cell ranges which are changed recently.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
