# GrapeCity.Win.Spread.InputMan.CellType.GcMaskCellType.AcceptsCrLf

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_GcMaskCellType_AcceptsCrLf_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskCellType.AcceptsCrLf*">AcceptsCrLf Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_GcMaskCellType_AcceptsCrLf_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskCellType.AcceptsCrLf*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_GcMaskCellType_AcceptsCrLf" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskCellType.AcceptsCrLf">AcceptsCrLf</h4>
<div class="markdown level1 summary"><p>Gets or sets how to process the CrLf characters when copying, cutting, or pasting the string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CrLfMode AcceptsCrLf { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AcceptsCrLf As CrLfMode</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.Win.Spread.InputMan.CellType.CrLfMode.html">CrLfMode</a></td>
      <td><p>A <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CrLfMode.html">CrLfMode</a> enumeration that indicates which mode the CrLf characters use when copying, cutting, or pasting a string.
<br>The default is <b>CrLfMode.NoControl</b>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_GcMaskCellType_AcceptsCrLf_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <b>CrLf.Cut</b> setting causes the <b>GcMask</b> to be similar to the standard <b>TextBox</b> when copying, cutting, or pasting a string.</p>
</div>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.invalidenumargumentexception">InvalidEnumArgumentException</a></td>
      <td><p>The <b>value</b> is not a valid <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CrLfMode.html">CrLfMode</a> item.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
