# GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.Paste

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_Paste_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.Paste*">Paste Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_Paste_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.Paste*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_Paste" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.Paste">Paste()</h4>
<div class="markdown level1 summary"><p>Pastes the contents of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.clipboard">Clipboard</a> over the current selection in the control.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[SecurityCritical]
public void Paste()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;SecurityCritical&gt;
Public Sub Paste()</code></pre>
</div>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_Paste_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.Paste.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_Paste">Paste()</a> method will only paste text into the control if some text is currently stored in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.clipboard">Clipboard</a>.</p>
</div>
</div>
