# FarPoint.Win.Spread.SheetSkin.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_SheetSkin__ctor_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor*">SheetSkin Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_SheetSkin__ctor_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_SheetSkin__ctor_FarPoint_Win_Spread_SheetSkin_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor(FarPoint.Win.Spread.SheetSkin)">SheetSkin(SheetSkin)</h4>
<div class="markdown level1 summary"><p>Creates a new skin and copies the property values from the source skin.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SheetSkin(SheetSkin source)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(source As SheetSkin)</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.SheetSkin.html">SheetSkin</a></td>
      <td><span class="parametername">source</span></td>
      <td><p>SheetSkin from which to copy, or null to copy from DefaultSkins.Default</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SheetSkin__ctor_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_SheetSkin__ctor_FarPoint_Win_Spread_FpSpread_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor(FarPoint.Win.Spread.FpSpread)">SheetSkin(FpSpread)</h4>
<div class="markdown level1 summary"><p>Creates a new skin with the property values of the active sheet of the specified Spread component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SheetSkin(FpSpread spread)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(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</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SheetSkin__ctor_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_SheetSkin__ctor_System_String_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_Spread_GridLines_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.Spread.GridLines,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">SheetSkin(string, Color, Color, Color, Color, GridLines, Color, Color, Color, Color, Color, Color, bool, bool, bool, bool, bool)</h4>
<div class="markdown level1 summary"><p>Creates a new skin with the specified settings.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SheetSkin(string name, Color backColor, Color cellBackColor, Color cellForeColor, Color gridLineColor, GridLines gridLines, Color headerBackColor, Color headerForeColor, Color selectionBackColor, Color selectionForeColor, Color evenRowBackColor, Color oddRowBackColor, bool flatColumnHeader, bool flatRowHeader, bool headerFontBold, bool showColumnHeader, bool showRowHeader)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(name As String, backColor As Color, cellBackColor As Color, cellForeColor As Color, gridLineColor As Color, gridLines As GridLines, headerBackColor As Color, headerForeColor As Color, selectionBackColor As Color, selectionForeColor As Color, evenRowBackColor As Color, oddRowBackColor As Color, flatColumnHeader As Boolean, flatRowHeader As Boolean, headerFontBold As Boolean, showColumnHeader As Boolean, showRowHeader As Boolean)</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.string">string</a></td>
      <td><span class="parametername">name</span></td>
      <td><p>Name of the skin</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">backColor</span></td>
      <td><p>Background color for the sheet</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">cellBackColor</span></td>
      <td><p>Background color of the cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">cellForeColor</span></td>
      <td><p>Text color of the cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">gridLineColor</span></td>
      <td><p>Grid line color</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.GridLines.html">GridLines</a></td>
      <td><span class="parametername">gridLines</span></td>
      <td><p>Which grid lines are displayed</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">headerBackColor</span></td>
      <td><p>Background color of the headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">headerForeColor</span></td>
      <td><p>Text color of the headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">selectionBackColor</span></td>
      <td><p>Background color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">selectionForeColor</span></td>
      <td><p>Text color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">evenRowBackColor</span></td>
      <td><p>Background color of even rows</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">oddRowBackColor</span></td>
      <td><p>Background color of odd rows</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">flatColumnHeader</span></td>
      <td><p>Whether flat headers are displayed (or default three-dimensional headers)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">flatRowHeader</span></td>
      <td><p>Whether flat headers are displayed (or default three-dimensional headers)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">headerFontBold</span></td>
      <td><p>Whether to show bold font in headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showColumnHeader</span></td>
      <td><p>Whether to display the column header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showRowHeader</span></td>
      <td><p>Whether to display the row header</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SheetSkin__ctor_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_SheetSkin__ctor_System_String_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_Spread_GridLines_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.Spread.GridLines,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">SheetSkin(string, Color, Color, Color, Color, GridLines, Color, Color, Color, Color, Color, Color, Color, Color, bool, bool, bool, bool, bool, bool, bool, bool)</h4>
<div class="markdown level1 summary"><p>Creates a new skin with the specified settings.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SheetSkin(string name, Color backColor, Color cellBackColor, Color cellForeColor, Color gridLineColor, GridLines gridLines, Color headerBackColor, Color footerBackColor, Color headerForeColor, Color footerForeColor, Color selectionBackColor, Color selectionForeColor, Color evenRowBackColor, Color oddRowBackColor, bool flatColumnHeader, bool flatColumnFooter, bool flatRowHeader, bool headerFontBold, bool footerFontBold, bool showColumnHeader, bool showColumnFooter, bool showRowHeader)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(name As String, backColor As Color, cellBackColor As Color, cellForeColor As Color, gridLineColor As Color, gridLines As GridLines, headerBackColor As Color, footerBackColor As Color, headerForeColor As Color, footerForeColor As Color, selectionBackColor As Color, selectionForeColor As Color, evenRowBackColor As Color, oddRowBackColor As Color, flatColumnHeader As Boolean, flatColumnFooter As Boolean, flatRowHeader As Boolean, headerFontBold As Boolean, footerFontBold As Boolean, showColumnHeader As Boolean, showColumnFooter As Boolean, showRowHeader As Boolean)</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.string">string</a></td>
      <td><span class="parametername">name</span></td>
      <td><p>Name of the skin</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">backColor</span></td>
      <td><p>Background color for the sheet</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">cellBackColor</span></td>
      <td><p>Background color of the cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">cellForeColor</span></td>
      <td><p>Text color of the cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">gridLineColor</span></td>
      <td><p>Grid line color</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.GridLines.html">GridLines</a></td>
      <td><span class="parametername">gridLines</span></td>
      <td><p>Which grid lines are displayed</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">headerBackColor</span></td>
      <td><p>Background color of the headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">footerBackColor</span></td>
      <td><p>Background color of the footers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">headerForeColor</span></td>
      <td><p>Text color of the headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">footerForeColor</span></td>
      <td><p>Text color of the footers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">selectionBackColor</span></td>
      <td><p>Background color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">selectionForeColor</span></td>
      <td><p>Text color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">evenRowBackColor</span></td>
      <td><p>Background color of even rows</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">oddRowBackColor</span></td>
      <td><p>Background color of odd rows</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">flatColumnHeader</span></td>
      <td><p>Whether flat headers are displayed (or default three-dimensional headers)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">flatColumnFooter</span></td>
      <td><p>Whether flat footers are displayed (or default three-dimensional footers)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">flatRowHeader</span></td>
      <td><p>Whether flat headers are displayed (or default three-dimensional headers)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">headerFontBold</span></td>
      <td><p>Whether to show bold font in headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">footerFontBold</span></td>
      <td><p>Whether to show bold font in footers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showColumnHeader</span></td>
      <td><p>Whether to display the column header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showColumnFooter</span></td>
      <td><p>Whether to display the column footer</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showRowHeader</span></td>
      <td><p>Whether to display the row header</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SheetSkin__ctor_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_SheetSkin__ctor_System_String_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_Spread_GridLines_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_String_System_String_System_String_System_String_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.Spread.GridLines,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String)">SheetSkin(string, Color, Color, Color, Color, GridLines, Color, Color, Color, Color, Color, Color, bool, bool, bool, bool, bool, string, string, string, string)</h4>
<div class="markdown level1 summary"><p>Creates a new skin with the specified settings.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SheetSkin(string name, Color backColor, Color cellBackColor, Color cellForeColor, Color gridLineColor, GridLines gridLines, Color headerBackColor, Color headerForeColor, Color selectionBackColor, Color selectionForeColor, Color evenRowBackColor, Color oddRowBackColor, bool flatColumnHeader, bool flatRowHeader, bool headerFontBold, bool showColumnHeader, bool showRowHeader, string columnHeaderParent, string rowHeaderParent, string dataAreaParent, string cornerParent)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(name As String, backColor As Color, cellBackColor As Color, cellForeColor As Color, gridLineColor As Color, gridLines As GridLines, headerBackColor As Color, headerForeColor As Color, selectionBackColor As Color, selectionForeColor As Color, evenRowBackColor As Color, oddRowBackColor As Color, flatColumnHeader As Boolean, flatRowHeader As Boolean, headerFontBold As Boolean, showColumnHeader As Boolean, showRowHeader As Boolean, columnHeaderParent As String, rowHeaderParent As String, dataAreaParent As String, cornerParent As String)</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.string">string</a></td>
      <td><span class="parametername">name</span></td>
      <td><p>Name of the skin</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">backColor</span></td>
      <td><p>Background color for the sheet</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">cellBackColor</span></td>
      <td><p>Background color of the cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">cellForeColor</span></td>
      <td><p>Text color of the cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">gridLineColor</span></td>
      <td><p>Grid line color</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.GridLines.html">GridLines</a></td>
      <td><span class="parametername">gridLines</span></td>
      <td><p>Which grid lines are displayed</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">headerBackColor</span></td>
      <td><p>Background color of the headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">headerForeColor</span></td>
      <td><p>Text color of the headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">selectionBackColor</span></td>
      <td><p>Background color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">selectionForeColor</span></td>
      <td><p>Text color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">evenRowBackColor</span></td>
      <td><p>Background color of even rows</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">oddRowBackColor</span></td>
      <td><p>Background color of odd rows</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">flatColumnHeader</span></td>
      <td><p>Whether flat headers are displayed (or default three-dimensional headers)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">flatRowHeader</span></td>
      <td><p>Whether flat headers are displayed (or default three-dimensional headers)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">headerFontBold</span></td>
      <td><p>Whether to show bold font in headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showColumnHeader</span></td>
      <td><p>Whether to display the column header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showRowHeader</span></td>
      <td><p>Whether to display the row header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnHeaderParent</span></td>
      <td><p>Parent column header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowHeaderParent</span></td>
      <td><p>Row header parent</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">dataAreaParent</span></td>
      <td><p>Data area parent</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cornerParent</span></td>
      <td><p>Sheet corner parent</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SheetSkin__ctor_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_SheetSkin__ctor_System_String_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_Spread_GridLines_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_String_System_String_System_String_System_String_System_String_System_String_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_Spread_AutoFilterMode_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.Spread.GridLines,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String,System.String,System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.Spread.AutoFilterMode)">SheetSkin(string, Color, Color, Color, Color, GridLines, Color, Color, Color, Color, Color, Color, bool, bool, bool, bool, bool, string, string, string, string, string, string, Color, Color, Color, Color, AutoFilterMode)</h4>
<div class="markdown level1 summary"><p>Creates a new skin with the specified settings.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SheetSkin(string name, Color backColor, Color cellBackColor, Color cellForeColor, Color gridLineColor, GridLines gridLines, Color headerBackColor, Color headerForeColor, Color selectionBackColor, Color selectionForeColor, Color evenRowBackColor, Color oddRowBackColor, bool flatColumnHeader, bool flatRowHeader, bool headerFontBold, bool showColumnHeader, bool showRowHeader, string columnHeaderParent, string rowHeaderParent, string dataAreaParent, string cornerParent, string filterBarParent, string filterBarHeaderParent, Color filterBarBackColor, Color filterBarForeColor, Color filterBarHeaderBackColor, Color filterBarHeaderForeColor, AutoFilterMode autoFilterMode)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(name As String, backColor As Color, cellBackColor As Color, cellForeColor As Color, gridLineColor As Color, gridLines As GridLines, headerBackColor As Color, headerForeColor As Color, selectionBackColor As Color, selectionForeColor As Color, evenRowBackColor As Color, oddRowBackColor As Color, flatColumnHeader As Boolean, flatRowHeader As Boolean, headerFontBold As Boolean, showColumnHeader As Boolean, showRowHeader As Boolean, columnHeaderParent As String, rowHeaderParent As String, dataAreaParent As String, cornerParent As String, filterBarParent As String, filterBarHeaderParent As String, filterBarBackColor As Color, filterBarForeColor As Color, filterBarHeaderBackColor As Color, filterBarHeaderForeColor As Color, autoFilterMode As AutoFilterMode)</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.string">string</a></td>
      <td><span class="parametername">name</span></td>
      <td><p>Name of the skin</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">backColor</span></td>
      <td><p>Background color for the sheet</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">cellBackColor</span></td>
      <td><p>Background color of the cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">cellForeColor</span></td>
      <td><p>Text color of the cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">gridLineColor</span></td>
      <td><p>Grid line color</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.GridLines.html">GridLines</a></td>
      <td><span class="parametername">gridLines</span></td>
      <td><p>Which grid lines are displayed</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">headerBackColor</span></td>
      <td><p>Background color of the headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">headerForeColor</span></td>
      <td><p>Text color of the headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">selectionBackColor</span></td>
      <td><p>Background color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">selectionForeColor</span></td>
      <td><p>Text color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">evenRowBackColor</span></td>
      <td><p>Background color of even rows</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">oddRowBackColor</span></td>
      <td><p>Background color of odd rows</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">flatColumnHeader</span></td>
      <td><p>Whether flat headers are displayed (or default three-dimensional headers)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">flatRowHeader</span></td>
      <td><p>Whether flat headers are displayed (or default three-dimensional headers)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">headerFontBold</span></td>
      <td><p>Whether to show bold font in headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showColumnHeader</span></td>
      <td><p>Whether to display the column header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showRowHeader</span></td>
      <td><p>Whether to display the row header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnHeaderParent</span></td>
      <td><p>Parent column header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowHeaderParent</span></td>
      <td><p>Row header parent</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">dataAreaParent</span></td>
      <td><p>Data area parent</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cornerParent</span></td>
      <td><p>Sheet corner parent</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">filterBarParent</span></td>
      <td><p>Filter bar parent</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">filterBarHeaderParent</span></td>
      <td><p>Filter bar header parent</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">filterBarBackColor</span></td>
      <td><p>Backround color of the filter bar</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">filterBarForeColor</span></td>
      <td><p>Text color of the filter bar</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">filterBarHeaderBackColor</span></td>
      <td><p>Background color of the filter bar header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">filterBarHeaderForeColor</span></td>
      <td><p>Text color of the filter bar header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.AutoFilterMode.html">AutoFilterMode</a></td>
      <td><span class="parametername">autoFilterMode</span></td>
      <td><p>AutoFilterMode for the sheet</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SheetSkin__ctor_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_SheetSkin__ctor_System_String_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_Spread_GridLines_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_String_System_String_System_String_System_String_System_String_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.Spread.GridLines,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String,System.String)">SheetSkin(string, Color, Color, Color, Color, GridLines, Color, Color, Color, Color, Color, Color, Color, Color, bool, bool, bool, bool, bool, bool, bool, bool, string, string, string, string, string)</h4>
<div class="markdown level1 summary"><p>Creates a new skin with the specified settings.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SheetSkin(string name, Color backColor, Color cellBackColor, Color cellForeColor, Color gridLineColor, GridLines gridLines, Color headerBackColor, Color footerBackColor, Color headerForeColor, Color footerForeColor, Color selectionBackColor, Color selectionForeColor, Color evenRowBackColor, Color oddRowBackColor, bool flatColumnHeader, bool flatColumnFooter, bool flatRowHeader, bool headerFontBold, bool footerFontBold, bool showColumnHeader, bool showColumnFooter, bool showRowHeader, string columnHeaderParent, string columnFooterParent, string rowHeaderParent, string dataAreaParent, string cornerParent)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(name As String, backColor As Color, cellBackColor As Color, cellForeColor As Color, gridLineColor As Color, gridLines As GridLines, headerBackColor As Color, footerBackColor As Color, headerForeColor As Color, footerForeColor As Color, selectionBackColor As Color, selectionForeColor As Color, evenRowBackColor As Color, oddRowBackColor As Color, flatColumnHeader As Boolean, flatColumnFooter As Boolean, flatRowHeader As Boolean, headerFontBold As Boolean, footerFontBold As Boolean, showColumnHeader As Boolean, showColumnFooter As Boolean, showRowHeader As Boolean, columnHeaderParent As String, columnFooterParent As String, rowHeaderParent As String, dataAreaParent As String, cornerParent As String)</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.string">string</a></td>
      <td><span class="parametername">name</span></td>
      <td><p>Name of the skin</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">backColor</span></td>
      <td><p>Background color for the sheet</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">cellBackColor</span></td>
      <td><p>Background color of the cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">cellForeColor</span></td>
      <td><p>Text color of the cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">gridLineColor</span></td>
      <td><p>Grid line color</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.GridLines.html">GridLines</a></td>
      <td><span class="parametername">gridLines</span></td>
      <td><p>Which grid lines are displayed</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">headerBackColor</span></td>
      <td><p>Background color of the headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">footerBackColor</span></td>
      <td><p>Background color of the footers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">headerForeColor</span></td>
      <td><p>Text color of the headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">footerForeColor</span></td>
      <td><p>Text color of the footers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">selectionBackColor</span></td>
      <td><p>Background color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">selectionForeColor</span></td>
      <td><p>Text color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">evenRowBackColor</span></td>
      <td><p>Background color of even rows</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">oddRowBackColor</span></td>
      <td><p>Background color of odd rows</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">flatColumnHeader</span></td>
      <td><p>Whether flat headers are displayed (or default three-dimensional headers)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">flatColumnFooter</span></td>
      <td><p>Whether flat footers are displayed (or default three-dimensional footers)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">flatRowHeader</span></td>
      <td><p>Whether flat headers are displayed (or default three-dimensional headers)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">headerFontBold</span></td>
      <td><p>Whether to display bold font in headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">footerFontBold</span></td>
      <td><p>Whether to display bold font in footers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showColumnHeader</span></td>
      <td><p>Whether to display the column header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showColumnFooter</span></td>
      <td><p>Whether to display the column footer</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showRowHeader</span></td>
      <td><p>Whether to display the row header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnHeaderParent</span></td>
      <td><p>Parent column header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnFooterParent</span></td>
      <td><p>Parent column footer</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowHeaderParent</span></td>
      <td><p>Row header parent</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">dataAreaParent</span></td>
      <td><p>Data area parent</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cornerParent</span></td>
      <td><p>Sheet corner parent</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SheetSkin__ctor_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_SheetSkin__ctor_System_String_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_Spread_GridLines_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_String_System_String_System_String_System_String_System_String_System_String_System_String_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_Spread_AutoFilterMode_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.Spread.GridLines,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.Spread.AutoFilterMode)">SheetSkin(string, Color, Color, Color, Color, GridLines, Color, Color, Color, Color, Color, Color, Color, Color, bool, bool, bool, bool, bool, bool, bool, bool, string, string, string, string, string, string, string, Color, Color, Color, Color, AutoFilterMode)</h4>
<div class="markdown level1 summary"><p>Creates a new skin with the specified settings.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SheetSkin(string name, Color backColor, Color cellBackColor, Color cellForeColor, Color gridLineColor, GridLines gridLines, Color headerBackColor, Color footerBackColor, Color headerForeColor, Color footerForeColor, Color selectionBackColor, Color selectionForeColor, Color evenRowBackColor, Color oddRowBackColor, bool flatColumnHeader, bool flatColumnFooter, bool flatRowHeader, bool headerFontBold, bool footerFontBold, bool showColumnHeader, bool showColumnFooter, bool showRowHeader, string columnHeaderParent, string columnFooterParent, string rowHeaderParent, string dataAreaParent, string cornerParent, string filterBarParent, string filterBarHeaderParent, Color filterBarBackColor, Color filterBarForeColor, Color filterBarHeaderBackColor, Color filterBarHeaderForeColor, AutoFilterMode autoFilterMode)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(name As String, backColor As Color, cellBackColor As Color, cellForeColor As Color, gridLineColor As Color, gridLines As GridLines, headerBackColor As Color, footerBackColor As Color, headerForeColor As Color, footerForeColor As Color, selectionBackColor As Color, selectionForeColor As Color, evenRowBackColor As Color, oddRowBackColor As Color, flatColumnHeader As Boolean, flatColumnFooter As Boolean, flatRowHeader As Boolean, headerFontBold As Boolean, footerFontBold As Boolean, showColumnHeader As Boolean, showColumnFooter As Boolean, showRowHeader As Boolean, columnHeaderParent As String, columnFooterParent As String, rowHeaderParent As String, dataAreaParent As String, cornerParent As String, filterBarParent As String, filterBarHeaderParent As String, filterBarBackColor As Color, filterBarForeColor As Color, filterBarHeaderBackColor As Color, filterBarHeaderForeColor As Color, autoFilterMode As AutoFilterMode)</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.string">string</a></td>
      <td><span class="parametername">name</span></td>
      <td><p>Name of the skin</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">backColor</span></td>
      <td><p>Background color for the sheet</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">cellBackColor</span></td>
      <td><p>Background color of the cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">cellForeColor</span></td>
      <td><p>Text color of the cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">gridLineColor</span></td>
      <td><p>Grid line color</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.GridLines.html">GridLines</a></td>
      <td><span class="parametername">gridLines</span></td>
      <td><p>Which grid lines are displayed</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">headerBackColor</span></td>
      <td><p>Background color of the headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">footerBackColor</span></td>
      <td><p>Background color of the footers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">headerForeColor</span></td>
      <td><p>Text color of the headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">footerForeColor</span></td>
      <td><p>Text color of the footers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">selectionBackColor</span></td>
      <td><p>Background color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">selectionForeColor</span></td>
      <td><p>Text color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">evenRowBackColor</span></td>
      <td><p>Background color of even rows</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">oddRowBackColor</span></td>
      <td><p>Background color of odd rows</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">flatColumnHeader</span></td>
      <td><p>Whether flat headers are displayed (or default three-dimensional headers)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">flatColumnFooter</span></td>
      <td><p>Whether flat footers are displayed (or default three-dimensional footers)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">flatRowHeader</span></td>
      <td><p>Whether flat headers are displayed (or default three-dimensional headers)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">headerFontBold</span></td>
      <td><p>Whether to show bold font in headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">footerFontBold</span></td>
      <td><p>Whether to show bold font in footers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showColumnHeader</span></td>
      <td><p>Whether to display the column header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showColumnFooter</span></td>
      <td><p>Whether to display the column footer</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showRowHeader</span></td>
      <td><p>Whether to display the row header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnHeaderParent</span></td>
      <td><p>Parent column header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnFooterParent</span></td>
      <td><p>Parent column footer</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowHeaderParent</span></td>
      <td><p>Row header parent</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">dataAreaParent</span></td>
      <td><p>Data area parent</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cornerParent</span></td>
      <td><p>Sheet corner parent</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">filterBarParent</span></td>
      <td><p>Filter bar parent</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">filterBarHeaderParent</span></td>
      <td><p>Filter bar header parent</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">filterBarBackColor</span></td>
      <td><p>Backround color of the filter bar</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">filterBarForeColor</span></td>
      <td><p>Text color of the filter bar</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">filterBarHeaderBackColor</span></td>
      <td><p>Background color of the filter bar header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">filterBarHeaderForeColor</span></td>
      <td><p>Text color of the filter bar header</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.AutoFilterMode.html">AutoFilterMode</a></td>
      <td><span class="parametername">autoFilterMode</span></td>
      <td><p>AutoFilterMode for the sheet</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SheetSkin__ctor_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_SheetSkin__ctor_FarPoint_Win_Spread_SheetView_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor(FarPoint.Win.Spread.SheetView)">SheetSkin(SheetView)</h4>
<div class="markdown level1 summary"><p>Creates a new skin with the property settings of the specified sheet.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SheetSkin(SheetView sheetView)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(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), or null to initialize using DefaultSkins.Default</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SheetSkin__ctor_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_SheetSkin__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.SheetSkin.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">SheetSkin(SerializationInfo, StreamingContext)</h4>
<div class="markdown level1 summary"><p>Creates a new skin from serialization.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected SheetSkin(SerializationInfo info, StreamingContext context)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub New(info As SerializationInfo, context As StreamingContext)</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.runtime.serialization.serializationinfo">SerializationInfo</a></td>
      <td><span class="parametername">info</span></td>
      <td><p>SerializationInfo</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.streamingcontext">StreamingContext</a></td>
      <td><span class="parametername">context</span></td>
      <td><p>StreamingContext</p>
</td>
    </tr>
  </tbody>
</table>
</div>
