# FarPoint.Web.Spread.Model.ISheetStyleModel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_ISheetStyleModel" data-uid="FarPoint.Web.Spread.Model.ISheetStyleModel" class="text-break">ISheetStyleModel Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports creating a model that represents cell style information for a sheet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Model.html">FarPoint.Web.Spread.Model</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_Model_ISheetStyleModel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISheetStyleModel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISheetStyleModel</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetStyleModel_AltRowCount" data-uid="FarPoint.Web.Spread.Model.ISheetStyleModel.AltRowCount">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetStyleModel.AltRowCount.html#FarPoint_Web_Spread_Model_ISheetStyleModel_AltRowCount">AltRowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of alternating row styles in the model.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetStyleModel_GetCompositeInfo_System_Int32_System_Int32_System_Int32_FarPoint_Web_Spread_StyleInfo_" data-uid="FarPoint.Web.Spread.Model.ISheetStyleModel.GetCompositeInfo(System.Int32,System.Int32,System.Int32,FarPoint.Web.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetStyleModel.GetCompositeInfo.html#FarPoint_Web_Spread_Model_ISheetStyleModel_GetCompositeInfo_System_Int32_System_Int32_System_Int32_FarPoint_Web_Spread_StyleInfo_">GetCompositeInfo(int, int, int, StyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style information for a cell, column, row,
or model as a composite of settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetStyleModel_GetDirectAltRowInfo_System_Int32_FarPoint_Web_Spread_StyleInfo_" data-uid="FarPoint.Web.Spread.Model.ISheetStyleModel.GetDirectAltRowInfo(System.Int32,FarPoint.Web.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetStyleModel.GetDirectAltRowInfo.html#FarPoint_Web_Spread_Model_ISheetStyleModel_GetDirectAltRowInfo_System_Int32_FarPoint_Web_Spread_StyleInfo_">GetDirectAltRowInfo(int, StyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified alternating row style in the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetStyleModel_GetDirectInfo_System_Int32_System_Int32_FarPoint_Web_Spread_StyleInfo_" data-uid="FarPoint.Web.Spread.Model.ISheetStyleModel.GetDirectInfo(System.Int32,System.Int32,FarPoint.Web.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetStyleModel.GetDirectInfo.html#FarPoint_Web_Spread_Model_ISheetStyleModel_GetDirectInfo_System_Int32_System_Int32_FarPoint_Web_Spread_StyleInfo_">GetDirectInfo(int, int, StyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the direct style for the specified cell, column, row,
or model default.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetStyleModel_IsEmpty" data-uid="FarPoint.Web.Spread.Model.ISheetStyleModel.IsEmpty">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetStyleModel.IsEmpty.html#FarPoint_Web_Spread_Model_ISheetStyleModel_IsEmpty">IsEmpty()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether any styles are set in the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetStyleModel_IsRowUsed_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetStyleModel.IsRowUsed(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetStyleModel.IsRowUsed.html#FarPoint_Web_Spread_Model_ISheetStyleModel_IsRowUsed_System_Int32_">IsRowUsed(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the row in the model contains style settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetStyleModel_SetDirectAltRowInfo_System_Int32_FarPoint_Web_Spread_StyleInfo_" data-uid="FarPoint.Web.Spread.Model.ISheetStyleModel.SetDirectAltRowInfo(System.Int32,FarPoint.Web.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetStyleModel.SetDirectAltRowInfo.html#FarPoint_Web_Spread_Model_ISheetStyleModel_SetDirectAltRowInfo_System_Int32_FarPoint_Web_Spread_StyleInfo_">SetDirectAltRowInfo(int, StyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the specified alternating row style in the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetStyleModel_SetDirectInfo_System_Int32_System_Int32_FarPoint_Web_Spread_StyleInfo_" data-uid="FarPoint.Web.Spread.Model.ISheetStyleModel.SetDirectInfo(System.Int32,System.Int32,FarPoint.Web.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetStyleModel.SetDirectInfo.html#FarPoint_Web_Spread_Model_ISheetStyleModel_SetDirectInfo_System_Int32_System_Int32_FarPoint_Web_Spread_StyleInfo_">SetDirectInfo(int, int, StyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the direct style for the specified cell, column, row,
or model default.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
