# FarPoint.Web.Spread.Model.ISheetAxisModel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_ISheetAxisModel" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel" class="text-break">ISheetAxisModel Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports creating a model that represents column and row information.</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_ISheetAxisModel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISheetAxisModel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISheetAxisModel</code></pre>
  </div>
  <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_ISheetAxisModel_GetMergePolicy_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.GetMergePolicy(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.GetMergePolicy.html#FarPoint_Web_Spread_Model_ISheetAxisModel_GetMergePolicy_System_Int32_">GetMergePolicy(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell merge policy for the specified row or column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetAxisModel_GetResizable_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.GetResizable(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.GetResizable.html#FarPoint_Web_Spread_Model_ISheetAxisModel_GetResizable_System_Int32_">GetResizable(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether users can resize the specified row or column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetAxisModel_GetSize_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.GetSize(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.GetSize.html#FarPoint_Web_Spread_Model_ISheetAxisModel_GetSize_System_Int32_">GetSize(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the size of the specified row or column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetAxisModel_GetSortIndicator_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.GetSortIndicator(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.GetSortIndicator.html#FarPoint_Web_Spread_Model_ISheetAxisModel_GetSortIndicator_System_Int32_">GetSortIndicator(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sort indicator for the specified row or column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetAxisModel_GetTag_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.GetTag(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.GetTag.html#FarPoint_Web_Spread_Model_ISheetAxisModel_GetTag_System_Int32_">GetTag(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data associated with the specified row or column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetAxisModel_GetVisible_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.GetVisible(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.GetVisible.html#FarPoint_Web_Spread_Model_ISheetAxisModel_GetVisible_System_Int32_">GetVisible(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the control displays the specified row or column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetAxisModel_IsEmpty" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.IsEmpty">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.IsEmpty.html#FarPoint_Web_Spread_Model_ISheetAxisModel_IsEmpty">IsEmpty()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether there are no rows and columns in the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetAxisModel_IsPropertySet_System_Int32_FarPoint_Web_Spread_Model_SheetAxisProperty_" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.IsPropertySet(System.Int32,FarPoint.Web.Spread.Model.SheetAxisProperty)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.IsPropertySet.html#FarPoint_Web_Spread_Model_ISheetAxisModel_IsPropertySet_System_Int32_FarPoint_Web_Spread_Model_SheetAxisProperty_">IsPropertySet(int, SheetAxisProperty)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified SheetAxisModel property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetAxisModel_ResetProperty_System_Int32_FarPoint_Web_Spread_Model_SheetAxisProperty_" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.ResetProperty(System.Int32,FarPoint.Web.Spread.Model.SheetAxisProperty)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.ResetProperty.html#FarPoint_Web_Spread_Model_ISheetAxisModel_ResetProperty_System_Int32_FarPoint_Web_Spread_Model_SheetAxisProperty_">ResetProperty(int, SheetAxisProperty)</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the specified SheetAxisModel property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetAxisModel_SetMergePolicy_System_Int32_FarPoint_Web_Spread_Model_MergePolicy_" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.SetMergePolicy(System.Int32,FarPoint.Web.Spread.Model.MergePolicy)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.SetMergePolicy.html#FarPoint_Web_Spread_Model_ISheetAxisModel_SetMergePolicy_System_Int32_FarPoint_Web_Spread_Model_MergePolicy_">SetMergePolicy(int, MergePolicy)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the cell merge policy for the specified row or column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetAxisModel_SetResizable_System_Int32_System_Boolean_" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.SetResizable(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.SetResizable.html#FarPoint_Web_Spread_Model_ISheetAxisModel_SetResizable_System_Int32_System_Boolean_">SetResizable(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether users can resize the specified row or column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetAxisModel_SetSize_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.SetSize(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.SetSize.html#FarPoint_Web_Spread_Model_ISheetAxisModel_SetSize_System_Int32_System_Int32_">SetSize(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the size of the specified row or column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetAxisModel_SetSortIndicator_System_Int32_FarPoint_Web_Spread_Model_SortIndicator_" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.SetSortIndicator(System.Int32,FarPoint.Web.Spread.Model.SortIndicator)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.SetSortIndicator.html#FarPoint_Web_Spread_Model_ISheetAxisModel_SetSortIndicator_System_Int32_FarPoint_Web_Spread_Model_SortIndicator_">SetSortIndicator(int, SortIndicator)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the sort indicator for the specified row or column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetAxisModel_SetTag_System_Int32_System_Object_" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.SetTag(System.Int32,System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.SetTag.html#FarPoint_Web_Spread_Model_ISheetAxisModel_SetTag_System_Int32_System_Object_">SetTag(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the data associated with the specified row or column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_ISheetAxisModel_SetVisible_System_Int32_System_Boolean_" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.SetVisible(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.SetVisible.html#FarPoint_Web_Spread_Model_ISheetAxisModel_SetVisible_System_Int32_System_Boolean_">SetVisible(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether the control displays the specified row or column.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_ISheetAxisModel_Changed" data-uid="FarPoint.Web.Spread.Model.ISheetAxisModel.Changed">
          <a class="xref" href="FarPoint.Web.Spread.Model.ISheetAxisModel.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the axis model has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
