# FarPoint.Web.Spread.SheetSkin.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_SheetSkin__ctor_" data-uid="FarPoint.Web.Spread.SheetSkin.#ctor*">SheetSkin Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_SheetSkin__ctor_" data-uid="FarPoint.Web.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_SheetSkin__ctor_FarPoint_Web_Spread_SheetSkin_" data-uid="FarPoint.Web.Spread.SheetSkin.#ctor(FarPoint.Web.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.Web.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_Web_Spread_SheetSkin__ctor_" data-uid="FarPoint.Web.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_SheetSkin__ctor_FarPoint_Web_Spread_FpSpread_" data-uid="FarPoint.Web.Spread.SheetSkin.#ctor(FarPoint.Web.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.Web.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_Web_Spread_SheetSkin__ctor_" data-uid="FarPoint.Web.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_SheetSkin__ctor_System_String_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Int32_System_Drawing_Color_System_Web_UI_WebControls_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.Web.Spread.SheetSkin.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Int32,System.Drawing.Color,System.Web.UI.WebControls.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, int, 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, int cellSpacing, 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, cellSpacing As Integer, 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><span class="xref">Color</span></td>
      <td><span class="parametername">backColor</span></td>
      <td><p>Background color for the sheet</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">cellBackColor</span></td>
      <td><p>Background color of the cells</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></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.int32">int</a></td>
      <td><span class="parametername">cellSpacing</span></td>
      <td><p>Cell spacing in the table</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">gridLineColor</span></td>
      <td><p>Grid line color</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.webcontrols.gridlines">GridLines</a></td>
      <td><span class="parametername">gridLines</span></td>
      <td><p>Which grid lines are displayed</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">headerBackColor</span></td>
      <td><p>Background color of the headers</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">headerForeColor</span></td>
      <td><p>Text color of the headers</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">selectionBackColor</span></td>
      <td><p>Background color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">selectionForeColor</span></td>
      <td><p>Text color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">evenRowBackColor</span></td>
      <td><p>Background color of even rows</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></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_Web_Spread_SheetSkin__ctor_" data-uid="FarPoint.Web.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_SheetSkin__ctor_System_String_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Int32_System_Drawing_Color_System_Web_UI_WebControls_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_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Boolean_" data-uid="FarPoint.Web.Spread.SheetSkin.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Int32,System.Drawing.Color,System.Web.UI.WebControls.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.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean)">SheetSkin(string, Color, Color, Color, int, Color, GridLines, Color, Color, Color, Color, Color, Color, bool, bool, bool, bool, bool, string, string, Color, Color, Color, Color, 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, int cellSpacing, 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 filterBarParent, string filterBarHeaderParent, Color filterBarBackColor, Color filterBarForeColor, Color filterBarHeaderBackColor, Color filterBarHeaderForeColor, bool showFilterBar)</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, cellSpacing As Integer, 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, filterBarParent As String, filterBarHeaderParent As String, filterBarBackColor As Color, filterBarForeColor As Color, filterBarHeaderBackColor As Color, filterBarHeaderForeColor As Color, showFilterBar 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><span class="xref">Color</span></td>
      <td><span class="parametername">backColor</span></td>
      <td><p>Background color for the sheet</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">cellBackColor</span></td>
      <td><p>Background color of the cells</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></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.int32">int</a></td>
      <td><span class="parametername">cellSpacing</span></td>
      <td><p>Cell spacing in the table</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">gridLineColor</span></td>
      <td><p>Grid line color</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.webcontrols.gridlines">GridLines</a></td>
      <td><span class="parametername">gridLines</span></td>
      <td><p>Which grid lines are displayed</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">headerBackColor</span></td>
      <td><p>Background color of the headers</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">headerForeColor</span></td>
      <td><p>Text color of the headers</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">selectionBackColor</span></td>
      <td><p>Background color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">selectionForeColor</span></td>
      <td><p>Text color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">evenRowBackColor</span></td>
      <td><p>Background color of even rows</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></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 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">filterBarParent</span></td>
      <td><p>The 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>The filter bar header parent.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">filterBarBackColor</span></td>
      <td><p>Backcolor of the filter bar.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">filterBarForeColor</span></td>
      <td><p>Forecolor of the filter bar.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">filterBarHeaderBackColor</span></td>
      <td><p>Backcolor of the filter bar header.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">filterBarHeaderForeColor</span></td>
      <td><p>Forecolor of the filter bar 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">showFilterBar</span></td>
      <td><p>if set to <code>true</code>, the filter bar displays.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_SheetSkin__ctor_" data-uid="FarPoint.Web.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_SheetSkin__ctor_System_String_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Int32_System_Drawing_Color_System_Web_UI_WebControls_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_FarPoint_Web_Spread_Background_FarPoint_Web_Spread_Background_FarPoint_Web_Spread_Background_System_Drawing_Color_" data-uid="FarPoint.Web.Spread.SheetSkin.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Int32,System.Drawing.Color,System.Web.UI.WebControls.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,FarPoint.Web.Spread.Background,FarPoint.Web.Spread.Background,FarPoint.Web.Spread.Background,System.Drawing.Color)">SheetSkin(string, Color, Color, Color, int, Color, GridLines, Color, Color, Color, Color, Color, Color, bool, bool, bool, bool, bool, Background, Background, Background, Color)</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, int cellSpacing, 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, Background columnHeaderBackground, Background rowHeaderBackground, Background sheetCornerBackground, Color headerGrayAreaColor)</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, cellSpacing As Integer, 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, columnHeaderBackground As Background, rowHeaderBackground As Background, sheetCornerBackground As Background, headerGrayAreaColor As Color)</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><span class="xref">Color</span></td>
      <td><span class="parametername">backColor</span></td>
      <td><p>Background color for the sheet</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">cellBackColor</span></td>
      <td><p>Background color of the cells</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></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.int32">int</a></td>
      <td><span class="parametername">cellSpacing</span></td>
      <td><p>Cell spacing in the table</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">gridLineColor</span></td>
      <td><p>Grid line color</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.webcontrols.gridlines">GridLines</a></td>
      <td><span class="parametername">gridLines</span></td>
      <td><p>Which grid lines are displayed</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">headerBackColor</span></td>
      <td><p>Background color of the headers</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">headerForeColor</span></td>
      <td><p>Text color of the headers</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">selectionBackColor</span></td>
      <td><p>Background color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">selectionForeColor</span></td>
      <td><p>Text color of selected cells</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">evenRowBackColor</span></td>
      <td><p>Background color of even rows</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></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 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="FarPoint.Web.Spread.Background.html">Background</a></td>
      <td><span class="parametername">columnHeaderBackground</span></td>
      <td><p>Column header background</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Background.html">Background</a></td>
      <td><span class="parametername">rowHeaderBackground</span></td>
      <td><p>Row header background</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Background.html">Background</a></td>
      <td><span class="parametername">sheetCornerBackground</span></td>
      <td><p>Sheet corner background</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Color</span></td>
      <td><span class="parametername">headerGrayAreaColor</span></td>
      <td><p>Color of the header gray area</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_SheetSkin__ctor_" data-uid="FarPoint.Web.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_SheetSkin__ctor_FarPoint_Web_Spread_SheetView_" data-uid="FarPoint.Web.Spread.SheetSkin.#ctor(FarPoint.Web.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.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>SheetView, or null to initialize using DefaultSkins.Default</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_SheetSkin__ctor_" data-uid="FarPoint.Web.Spread.SheetSkin.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_SheetSkin__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Web.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>
