# FarPoint.Win.Spread.CellType.RichTextEditor.Paste

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_CellType_RichTextEditor_Paste_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Paste*">Paste Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_CellType_RichTextEditor_Paste_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Paste*"></a>
<h4 id="FarPoint_Win_Spread_CellType_RichTextEditor_Paste" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Paste">Paste()</h4>
<div class="markdown level1 summary"><p>Pastes when use of Clipboard is allowed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Paste()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Paste()</code></pre>
</div>


<a id="FarPoint_Win_Spread_CellType_RichTextEditor_Paste_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Paste*"></a>
<h4 id="FarPoint_Win_Spread_CellType_RichTextEditor_Paste_System_Windows_Forms_DataFormats_Format_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Paste(System.Windows.Forms.DataFormats.Format)">Paste(Format)</h4>
<div class="markdown level1 summary"><p>Pastes with formatting when use of Clipboard is allowed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Paste(DataFormats.Format clipFormat)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Paste(clipFormat As DataFormats.Format)</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.windows.forms.dataformats">DataFormats</a>.<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.dataformats.format">Format</a></td>
      <td><span class="parametername">clipFormat</span></td>
      <td><p>The Clipboard format in which the data should be obtained from the Clipboard.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
