# GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.GetEditingValue

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_CellTypeBase_GetEditingValue_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.GetEditingValue*">GetEditingValue Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_CellTypeBase_GetEditingValue_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.GetEditingValue*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_CellTypeBase_GetEditingValue_GrapeCity_Spreadsheet_Worksheet_System_Int32_System_Int32_System_Windows_FrameworkElement_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.GetEditingValue(GrapeCity.Spreadsheet.Worksheet,System.Int32,System.Int32,System.Windows.FrameworkElement)">GetEditingValue(Worksheet, int, int, FrameworkElement)</h4>
<div class="markdown level1 summary"><p>Gets the editing object which represents the edited value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual EditingData GetEditingValue(Worksheet worksheet, int row, int column, FrameworkElement editor)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Function GetEditingValue(worksheet As Worksheet, row As Integer, column As Integer, editor As FrameworkElement) As EditingData</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">Worksheet</span></td>
      <td><span class="parametername">worksheet</span></td>
      <td><p>The editing worksheet.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row</span></td>
      <td><p>The row index of editing cell.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">column</span></td>
      <td><p>The column index of editing cell.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></td>
      <td><span class="parametername">editor</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a> object indicates the cell editor.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.html">EditingData</a></td>
      <td><p>An <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.html">EditingData</a> value represents the editing value.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
