# FarPoint.Win.Spread.RangeGroupInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_RangeGroupInfo" data-uid="FarPoint.Win.Spread.RangeGroupInfo" class="text-break">RangeGroupInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the relevant information of an outline (range group) of rows or columns.</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">RangeGroupInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable">IComparable</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.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</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_RangeGroupInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RangeGroupInfo : IComparable, ISerializable, ISerializeSupport, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RangeGroupInfo
    Implements IComparable, ISerializable, ISerializeSupport, ICloneable</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_Win_Spread_RangeGroupInfo__ctor" data-uid="FarPoint.Win.Spread.RangeGroupInfo.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.-ctor.html#FarPoint_Win_Spread_RangeGroupInfo__ctor">RangeGroupInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the RangeGroupInfo class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RangeGroupInfo__ctor_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.RangeGroupInfo.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.-ctor.html#FarPoint_Win_Spread_RangeGroupInfo__ctor_System_Int32_System_Int32_">RangeGroupInfo(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the RangeGroupInfo class with the start index and end index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RangeGroupInfo__ctor_System_Int32_System_Int32_FarPoint_Win_Spread_RangeGroupInfo_" data-uid="FarPoint.Win.Spread.RangeGroupInfo.#ctor(System.Int32,System.Int32,FarPoint.Win.Spread.RangeGroupInfo)">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.-ctor.html#FarPoint_Win_Spread_RangeGroupInfo__ctor_System_Int32_System_Int32_FarPoint_Win_Spread_RangeGroupInfo_">RangeGroupInfo(int, int, RangeGroupInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the RangeGroupInfo class with the start index, end index, and parent group.</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_Win_Spread_RangeGroupInfo_Children" data-uid="FarPoint.Win.Spread.RangeGroupInfo.Children">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.Children.html#FarPoint_Win_Spread_RangeGroupInfo_Children">Children</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the child groups of this outline (range group).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RangeGroupInfo_End" data-uid="FarPoint.Win.Spread.RangeGroupInfo.End">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.End.html#FarPoint_Win_Spread_RangeGroupInfo_End">End</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the end index of this outline (range group).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RangeGroupInfo_Level" data-uid="FarPoint.Win.Spread.RangeGroupInfo.Level">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.Level.html#FarPoint_Win_Spread_RangeGroupInfo_Level">Level</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the level of this outline (range group).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RangeGroupInfo_Start" data-uid="FarPoint.Win.Spread.RangeGroupInfo.Start">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.Start.html#FarPoint_Win_Spread_RangeGroupInfo_Start">Start</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the start index of this outline (range group).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RangeGroupInfo_State" data-uid="FarPoint.Win.Spread.RangeGroupInfo.State">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.State.html#FarPoint_Win_Spread_RangeGroupInfo_State">State</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the state of this outline (range group).</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_RangeGroupInfo_Clone" data-uid="FarPoint.Win.Spread.RangeGroupInfo.Clone">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.Clone.html#FarPoint_Win_Spread_RangeGroupInfo_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones the outline (range group).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RangeGroupInfo_CompareTo_System_Object_" data-uid="FarPoint.Win.Spread.RangeGroupInfo.CompareTo(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.CompareTo.html#FarPoint_Win_Spread_RangeGroupInfo_CompareTo_System_Object_">CompareTo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares this instance to a specified RangeGroupInfo object and returns an indication of their relative values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RangeGroupInfo_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.RangeGroupInfo.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.Deserialize.html#FarPoint_Win_Spread_RangeGroupInfo_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object of an outline (range group) from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RangeGroupInfo_Deserialize_System_Xml_XmlNodeReader_System_Boolean_" data-uid="FarPoint.Win.Spread.RangeGroupInfo.Deserialize(System.Xml.XmlNodeReader,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.Deserialize.html#FarPoint_Win_Spread_RangeGroupInfo_Deserialize_System_Xml_XmlNodeReader_System_Boolean_">Deserialize(XmlNodeReader, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the contents of an outline (range group) from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RangeGroupInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.RangeGroupInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.GetObjectData.html#FarPoint_Win_Spread_RangeGroupInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Populates a serialization information object with the data needed to serialize an outline (range group).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RangeGroupInfo_GetParent" data-uid="FarPoint.Win.Spread.RangeGroupInfo.GetParent">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.GetParent.html#FarPoint_Win_Spread_RangeGroupInfo_GetParent">GetParent()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent of this outline (range group).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RangeGroupInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.RangeGroupInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.Serialize.html#FarPoint_Win_Spread_RangeGroupInfo_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves an outline (range group) to XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RangeGroupInfo_ToString" data-uid="FarPoint.Win.Spread.RangeGroupInfo.ToString">
          <a class="xref" href="FarPoint.Win.Spread.RangeGroupInfo.ToString.html#FarPoint_Win_Spread_RangeGroupInfo_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the attributes of this outline (range group) to a human-readable string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
