# FarPoint.Win.Spread.StyleInfo.CopyTo

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_StyleInfo_CopyTo_" data-uid="FarPoint.Win.Spread.StyleInfo.CopyTo*">CopyTo Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_StyleInfo_CopyTo_" data-uid="FarPoint.Win.Spread.StyleInfo.CopyTo*"></a>
<h4 id="FarPoint_Win_Spread_StyleInfo_CopyTo_GrapeCity_Spreadsheet_Win_BaseStyleInfo_" data-uid="FarPoint.Win.Spread.StyleInfo.CopyTo(GrapeCity.Spreadsheet.Win.BaseStyleInfo)">CopyTo(BaseStyleInfo)</h4>
<div class="markdown level1 summary"><p>Copy info to the target object.</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 CopyTo(BaseStyleInfo o)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Sub CopyTo(o As BaseStyleInfo)</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">BaseStyleInfo</span></td>
      <td><span class="parametername">o</span></td>
      <td><p>The target object</p>
</td>
    </tr>
  </tbody>
</table>
</div>
