# C1.iOS.Grid.FlexGrid.Paste

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_iOS_Grid_FlexGrid_Paste_" data-uid="C1.iOS.Grid.FlexGrid.Paste*">Paste Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_iOS_Grid_FlexGrid_Paste_" data-uid="C1.iOS.Grid.FlexGrid.Paste*"></a>
<h4 id="C1_iOS_Grid_FlexGrid_Paste_Foundation_NSObject_" data-uid="C1.iOS.Grid.FlexGrid.Paste(Foundation.NSObject)">Paste(NSObject)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override void Paste(NSObject sender)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Sub Paste(sender As NSObject)</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">NSObject</span></td>
      <td><span class="parametername">sender</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_iOS_Grid_FlexGrid_Paste_" data-uid="C1.iOS.Grid.FlexGrid.Paste*"></a>
<h4 id="C1_iOS_Grid_FlexGrid_Paste" data-uid="C1.iOS.Grid.FlexGrid.Paste">Paste()</h4>
<div class="markdown level1 summary"><p>Pastes the content of the clipboard to the grid.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Obsolete(&quot;Use PasteAsync instead.&quot;, true)]
public void Paste()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Obsolete(&quot;Use PasteAsync instead.&quot;, True)&gt;
Public Sub Paste()</code></pre>
</div>
</div>
