# FarPoint.Win.Spread.DefaultSkins.Reset

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_DefaultSkins_Reset_" data-uid="FarPoint.Win.Spread.DefaultSkins.Reset*">Reset Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_DefaultSkins_Reset_" data-uid="FarPoint.Win.Spread.DefaultSkins.Reset*"></a>
<h4 id="FarPoint_Win_Spread_DefaultSkins_Reset_FarPoint_Win_Spread_FpSpread_" data-uid="FarPoint.Win.Spread.DefaultSkins.Reset(FarPoint.Win.Spread.FpSpread)">Reset(FpSpread)</h4>
<div class="markdown level1 summary"><p>Resets the skin properties of the active sheet in the specified Spread component to the default values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void Reset(FpSpread spread)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub Reset(spread As FpSpread)</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="FarPoint.Win.Spread.FpSpread.html">FpSpread</a></td>
      <td><span class="parametername">spread</span></td>
      <td><p>Spread component in which to reset the active sheet</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_DefaultSkins_Reset_" data-uid="FarPoint.Win.Spread.DefaultSkins.Reset*"></a>
<h4 id="FarPoint_Win_Spread_DefaultSkins_Reset_FarPoint_Win_Spread_SheetView_" data-uid="FarPoint.Win.Spread.DefaultSkins.Reset(FarPoint.Win.Spread.SheetView)">Reset(SheetView)</h4>
<div class="markdown level1 summary"><p>Resets the skin properties of the specified sheet to the default values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void Reset(SheetView sheetView)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub Reset(sheetView As SheetView)</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="FarPoint.Win.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet (SheetView object) in which to reset the properties</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_DefaultSkins_Reset_" data-uid="FarPoint.Win.Spread.DefaultSkins.Reset*"></a>
<h4 id="FarPoint_Win_Spread_DefaultSkins_Reset_System_Collections_ICollection_" data-uid="FarPoint.Win.Spread.DefaultSkins.Reset(System.Collections.ICollection)">Reset(ICollection)</h4>
<div class="markdown level1 summary"><p>Resets the skin properties of an array of sheets to the default values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void Reset(ICollection sheets)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub Reset(sheets As ICollection)</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.collections.icollection">ICollection</a></td>
      <td><span class="parametername">sheets</span></td>
      <td><p>Array of sheets (SheetView objects)</p>
</td>
    </tr>
  </tbody>
</table>
<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.argumentnullexception">ArgumentNullException</a></td>
      <td><p>No sheet collection specified or specified sheet collection is null</p>
</td>
    </tr>
  </tbody>
</table>
</div>
