# FarPoint.Win.Spread.CellType.ProgressCellType.StartEditing

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_CellType_ProgressCellType_StartEditing_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.StartEditing*">StartEditing Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_CellType_ProgressCellType_StartEditing_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.StartEditing*"></a>
<h4 id="FarPoint_Win_Spread_CellType_ProgressCellType_StartEditing_System_EventArgs_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.StartEditing(System.EventArgs,System.Boolean,System.Boolean)">StartEditing(EventArgs, bool, bool)</h4>
<div class="markdown level1 summary"><p>Starts the editing of a cell.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override void StartEditing(EventArgs e, bool selectAll, bool autoClipboard)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Sub StartEditing(e As EventArgs, selectAll As Boolean, autoClipboard As Boolean)</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></td>
      <td><span class="parametername">e</span></td>
      <td><p>Event</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">selectAll</span></td>
      <td><p>Whether to select all</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">autoClipboard</span></td>
      <td><p>Whether to allow shortcut keys for Clipboard actions</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.StartEditing.html#FarPoint_Win_Spread_CellType_BaseCellType_StartEditing_System_EventArgs_System_Boolean_System_Boolean_">BaseCellType.StartEditing(EventArgs, bool, bool)</a></div>
</div>
