# FarPoint.Win.Spread.AlternatingRows

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_AlternatingRows" data-uid="FarPoint.Win.Spread.AlternatingRows" class="text-break">AlternatingRows Class
</h1>
  <div class="markdown level0 summary"><p>Represents a one-dimensional collection of AlternatingRow objects,
which set the style information for alternating rows in the component.</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"><span class="xref">AlternatingRows</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_AlternatingRows_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AlternatingRows : IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AlternatingRows
    Implements IList, ICollection, IEnumerable</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_Win_Spread_AlternatingRows_Count" data-uid="FarPoint.Win.Spread.AlternatingRows.Count">
          <a class="xref" href="FarPoint.Win.Spread.AlternatingRows.Count.html#FarPoint_Win_Spread_AlternatingRows_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of alternating row styles in this collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AlternatingRows_Item_System_Int32_" data-uid="FarPoint.Win.Spread.AlternatingRows.Item(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.AlternatingRows.Item.html#FarPoint_Win_Spread_AlternatingRows_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a new alternating row for the specified alternating row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AlternatingRows_Parent" data-uid="FarPoint.Win.Spread.AlternatingRows.Parent">
          <a class="xref" href="FarPoint.Win.Spread.AlternatingRows.Parent.html#FarPoint_Win_Spread_AlternatingRows_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent object that contains this collection of alternating rows.</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_Win_Spread_AlternatingRows_Get_System_Int32_" data-uid="FarPoint.Win.Spread.AlternatingRows.Get(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.AlternatingRows.Get.html#FarPoint_Win_Spread_AlternatingRows_Get_System_Int32_">Get(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a new alternating row for the specified alternating row.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
