# FarPoint.Web.Spread.Model.DefaultSheetStyleModel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel" class="text-break">DefaultSheetStyleModel Class
</h1>
  <div class="markdown level0 summary"><p>Represents the full (concrete) implementation of the ISheetSpanModel interface for a style model for a sheet,
which represents cell styles.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="FarPoint.Web.Spread.Model.BaseSheetStyleModel.html">BaseSheetStyleModel</a></div>
    <div class="level2"><span class="xref">DefaultSheetStyleModel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.INonEmptyCells.html">INonEmptyCells</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISheetStyleModel3.html">ISheetStyleModel3</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISheetStyleModel2.html">ISheetStyleModel2</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISheetStyleModel.html">ISheetStyleModel</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.IRangeSupport.html">IRangeSupport</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.INamedStyleSupport.html">INamedStyleSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ICanSerializeXml.html">ICanSerializeXml</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.IParentStyleModelSupport.html">IParentStyleModelSupport</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.IFilteredRowSupport.html">IFilteredRowSupport</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.IOptimizedEnumerationSupport2.html">IOptimizedEnumerationSupport2</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.IOptimizedEnumerationSupport.html">IOptimizedEnumerationSupport</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport2.html">ISerializeSupport2</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.IParseFormatSupport2.html">IParseFormatSupport2</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.IConditionalFormatSupport.html">IConditionalFormatSupport</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.IParseFormatSupport.html">IParseFormatSupport</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.IOptimizedFilterStyleModel.html">IOptimizedFilterStyleModel</a></div>
  </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_DefaultSheetStyleModel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DefaultSheetStyleModel : BaseSheetStyleModel, INonEmptyCells, ISheetStyleModel3, ISheetStyleModel2, ISheetStyleModel, IRangeSupport, INamedStyleSupport, ISerializable, ICanSerializeXml, IParentStyleModelSupport, IFilteredRowSupport, IOptimizedEnumerationSupport2, IOptimizedEnumerationSupport, ISerializeSupport2, ISerializeSupport, IParseFormatSupport2, IConditionalFormatSupport, IParseFormatSupport, IOptimizedFilterStyleModel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DefaultSheetStyleModel
    Inherits BaseSheetStyleModel
    Implements INonEmptyCells, ISheetStyleModel3, ISheetStyleModel2, ISheetStyleModel, IRangeSupport, INamedStyleSupport, ISerializable, ICanSerializeXml, IParentStyleModelSupport, IFilteredRowSupport, IOptimizedEnumerationSupport2, IOptimizedEnumerationSupport, ISerializeSupport2, ISerializeSupport, IParseFormatSupport2, IConditionalFormatSupport, IParseFormatSupport, IOptimizedFilterStyleModel</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_DefaultSheetStyleModel__ctor" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.-ctor.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel__ctor">DefaultSheetStyleModel()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a style model (DefaultSheetStyleModel object)
with 0 rows, 0 columns, no parent style model, and
a private named styles collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel__ctor_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.-ctor.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel__ctor_System_Int32_System_Int32_">DefaultSheetStyleModel(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a style model (DefaultSheetStyle model object)
with the specified number of rows and columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel__ctor_System_Int32_System_Int32_FarPoint_Web_Spread_Model_ISheetStyleModel_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.#ctor(System.Int32,System.Int32,FarPoint.Web.Spread.Model.ISheetStyleModel)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.-ctor.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel__ctor_System_Int32_System_Int32_FarPoint_Web_Spread_Model_ISheetStyleModel_">DefaultSheetStyleModel(int, int, ISheetStyleModel)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a style model (DefaultSheetStyle model object)<br>
with the specified parent style model and number of rows and columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel__ctor_System_Int32_System_Int32_FarPoint_Web_Spread_Model_ISheetStyleModel_FarPoint_Web_Spread_NamedStyleCollection_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.#ctor(System.Int32,System.Int32,FarPoint.Web.Spread.Model.ISheetStyleModel,FarPoint.Web.Spread.NamedStyleCollection)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.-ctor.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel__ctor_System_Int32_System_Int32_FarPoint_Web_Spread_Model_ISheetStyleModel_FarPoint_Web_Spread_NamedStyleCollection_">DefaultSheetStyleModel(int, int, ISheetStyleModel, NamedStyleCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a style model (DefaultSheetStyle model object)
with the specified parent style model, named styles collection,
and number of rows and columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel__ctor_System_Int32_System_Int32_FarPoint_Web_Spread_NamedStyleCollection_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.#ctor(System.Int32,System.Int32,FarPoint.Web.Spread.NamedStyleCollection)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.-ctor.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel__ctor_System_Int32_System_Int32_FarPoint_Web_Spread_NamedStyleCollection_">DefaultSheetStyleModel(int, int, NamedStyleCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a style model (DefaultSheetStyle model object)
with the specified number of rows and columns
and named styles collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.-ctor.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">DefaultSheetStyleModel(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new default sheet style model from deserialization.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_DefaultSheetStyleModel_AltRowCount" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.AltRowCount">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.AltRowCount.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_AltRowCount">AltRowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of alternating rows in the style model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_CanSerializeXml" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.CanSerializeXml">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.CanSerializeXml.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_CanSerializeXml">CanSerializeXml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the object in its entirety can be rendered with XML
without losing any information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_ColumnCount" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.ColumnCount">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.ColumnCount.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns in the style model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_NamedStyles" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.NamedStyles">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.NamedStyles.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_NamedStyles">NamedStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the named styles collection for the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_NonEmptyColumnCount" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.NonEmptyColumnCount">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.NonEmptyColumnCount.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_NonEmptyColumnCount">NonEmptyColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns in the model that contain style settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_NonEmptyRowCount" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.NonEmptyRowCount">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.NonEmptyRowCount.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_NonEmptyRowCount">NonEmptyRowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows in the model that contain style settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_Parent" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Parent">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Parent.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the parent style model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_RowCount" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.RowCount">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.RowCount.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows in the style 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_DefaultSheetStyleModel_Clear_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Clear(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Clear.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_Clear_System_Int32_System_Int32_System_Int32_System_Int32_">Clear(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all of the direct styles from the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_Copy_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Copy(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Copy.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_Copy_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">Copy(int, int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the direct styles from one specified range of cells to another.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Deserialize.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_GetArray_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetArray(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetArray.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_GetArray_System_Int32_System_Int32_System_Int32_System_Int32_">GetArray(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object array from a specified range of cells in the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_GetCompositeInfo_System_Int32_System_Int32_System_Int32_FarPoint_Web_Spread_StyleInfo_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetCompositeInfo(System.Int32,System.Int32,System.Int32,FarPoint.Web.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetCompositeInfo.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_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 composite style for the specified cell, column, row,
or model default.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_GetCompositeInfo_System_Int32_System_Int32_System_Int32_FarPoint_Web_Spread_StyleInfo_FarPoint_Web_Spread_StyleInfo_FarPoint_Web_Spread_NamedStyle_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetCompositeInfo(System.Int32,System.Int32,System.Int32,FarPoint.Web.Spread.StyleInfo,FarPoint.Web.Spread.StyleInfo,FarPoint.Web.Spread.NamedStyle)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetCompositeInfo.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_GetCompositeInfo_System_Int32_System_Int32_System_Int32_FarPoint_Web_Spread_StyleInfo_FarPoint_Web_Spread_StyleInfo_FarPoint_Web_Spread_NamedStyle_">GetCompositeInfo(int, int, int, StyleInfo, StyleInfo, NamedStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style information for a cell, column, row,
or model as a composite of settings.
Some styles can be ignored when composing by setting excludeInfo and excludeNs
Style properties with excludeNs are ignored if they are set to excludeInfo</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_GetDirectAltRowInfo_System_Int32_FarPoint_Web_Spread_StyleInfo_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetDirectAltRowInfo(System.Int32,FarPoint.Web.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetDirectAltRowInfo.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_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_DefaultSheetStyleModel_GetDirectAltRowName_System_Int32_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetDirectAltRowName(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetDirectAltRowName.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_GetDirectAltRowName_System_Int32_">GetDirectAltRowName(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style name for an alternating row style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_GetDirectInfo_System_Int32_System_Int32_FarPoint_Web_Spread_StyleInfo_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetDirectInfo(System.Int32,System.Int32,FarPoint.Web.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetDirectInfo.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_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_DefaultSheetStyleModel_GetDirectName_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetDirectName(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetDirectName.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_GetDirectName_System_Int32_System_Int32_">GetDirectName(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the direct style assigned to a cell, column,
row, or model default.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetObjectData.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets information about the default sheet style model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_GetParseFormat_System_Int32_System_Int32_System_String__System_IFormatProvider__" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetParseFormat(System.Int32,System.Int32,System.String@,System.IFormatProvider@)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetParseFormat.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_GetParseFormat_System_Int32_System_Int32_System_String__System_IFormatProvider__">GetParseFormat(int, int, ref string, ref IFormatProvider)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parse format for the cell at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_IsEmpty" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.IsEmpty">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.IsEmpty.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_IsEmpty">IsEmpty()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the model is empty of data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_IsRowUsed_System_Int32_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.IsRowUsed(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.IsRowUsed.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_IsRowUsed_System_Int32_">IsRowUsed(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the row in the model contains style settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_Move_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Move(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Move.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_Move_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">Move(int, int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the specified range of direct styles
from one location to another.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_NextNonEmptyColumnInRow_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.NextNonEmptyColumnInRow(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.NextNonEmptyColumnInRow.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_NextNonEmptyColumnInRow_System_Int32_System_Int32_">NextNonEmptyColumnInRow(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the next column in a specified row in the model that contains style settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_NextNonEmptyRow_System_Int32_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.NextNonEmptyRow(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.NextNonEmptyRow.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_NextNonEmptyRow_System_Int32_">NextNonEmptyRow(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the next row that contains a style setting in the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Serialize.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_Serialize2_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Serialize2(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Serialize2.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_Serialize2_System_Xml_XmlTextWriter_">Serialize2(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_SetArray_System_Int32_System_Int32_System_Object_0__0___" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.SetArray(System.Int32,System.Int32,System.Object[0:,0:])">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.SetArray.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_SetArray_System_Int32_System_Int32_System_Object_0__0___">SetArray(int, int, object[,])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets an object array into a specified range of cells in the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_SetDirectAltRowInfo_System_Int32_FarPoint_Web_Spread_StyleInfo_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.SetDirectAltRowInfo(System.Int32,FarPoint.Web.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.SetDirectAltRowInfo.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_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_DefaultSheetStyleModel_SetDirectAltRowName_System_Int32_System_String_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.SetDirectAltRowName(System.Int32,System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.SetDirectAltRowName.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_SetDirectAltRowName_System_Int32_System_String_">SetDirectAltRowName(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the name of the specified alternating row style in the model to the
specified named style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_SetDirectInfo_System_Int32_System_Int32_FarPoint_Web_Spread_StyleInfo_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.SetDirectInfo(System.Int32,System.Int32,FarPoint.Web.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.SetDirectInfo.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_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>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_SetDirectName_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.SetDirectName(System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.SetDirectName.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_SetDirectName_System_Int32_System_Int32_System_String_">SetDirectName(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the name of the direct style for the specified cell, column, row,
or model default to the specified style name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_SetParseFormat_System_Int32_System_Int32_System_String_System_IFormatProvider_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.SetParseFormat(System.Int32,System.Int32,System.String,System.IFormatProvider)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.SetParseFormat.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_SetParseFormat_System_Int32_System_Int32_System_String_System_IFormatProvider_">SetParseFormat(int, int, string, IFormatProvider)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the parse format for the cell at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_DefaultSheetStyleModel_Swap_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Swap(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.DefaultSheetStyleModel.Swap.html#FarPoint_Web_Spread_Model_DefaultSheetStyleModel_Swap_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">Swap(int, int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Swaps the direct styles in the specified range with the
direct styles from another specified range.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
