# FarPoint.Win.Spread.DefaultSparklineContainer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_DefaultSparklineContainer" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer" class="text-break">DefaultSparklineContainer Class
</h1>
  <div class="markdown level0 summary"><p>Represents the full (concrete) implementation of the ISparklineContainer interface for a sparkline model for a sheet,
which represents sparklines.</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">DefaultSparklineContainer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Win.Spread.ISparklineContainer.html">ISparklineContainer</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="FarPoint.Win.Spread.ISparklineGroup.html">ISparklineGroup</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="FarPoint.Win.Spread.ISparklineGroup.html">ISparklineGroup</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</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.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.Model.ISuspendFormulaParsing.html">ISuspendFormulaParsing</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.Model.IRangeSupport.html">IRangeSupport</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_DefaultSparklineContainer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DefaultSparklineContainer : ISparklineContainer, ICollection&lt;ISparklineGroup&gt;, IEnumerable&lt;ISparklineGroup&gt;, IEnumerable, ISerializeSupport, ISerializable, ISupportInitialize, ISuspendFormulaParsing, IRangeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DefaultSparklineContainer
    Implements ISparklineContainer, ICollection(Of ISparklineGroup), IEnumerable(Of ISparklineGroup), IEnumerable, ISerializeSupport, ISerializable, ISupportInitialize, ISuspendFormulaParsing, IRangeSupport</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_DefaultSparklineContainer__ctor_FarPoint_Win_Spread_SheetView_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.#ctor(FarPoint.Win.Spread.SheetView)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.-ctor.html#FarPoint_Win_Spread_DefaultSparklineContainer__ctor_FarPoint_Win_Spread_SheetView_">DefaultSparklineContainer(SheetView)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.html">DefaultSparklineContainer</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.-ctor.html#FarPoint_Win_Spread_DefaultSparklineContainer__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">DefaultSparklineContainer(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.html">DefaultSparklineContainer</a> class.</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_DefaultSparklineContainer_Count" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.Count">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.Count.html#FarPoint_Win_Spread_DefaultSparklineContainer_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements contained in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection&lt;T&gt;</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_IsEmpty" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.IsEmpty">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.IsEmpty.html#FarPoint_Win_Spread_DefaultSparklineContainer_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether this instance is empty.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_IsReadOnly" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.IsReadOnly">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.IsReadOnly.html#FarPoint_Win_Spread_DefaultSparklineContainer_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection&lt;T&gt;</a> is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_Item_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.Item(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.Item.html#FarPoint_Win_Spread_DefaultSparklineContainer_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="FarPoint.Win.Spread.ISparklineGroup.html">ISparklineGroup</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_Owner" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.Owner">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.Owner.html#FarPoint_Win_Spread_DefaultSparklineContainer_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Owner of this container.</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_DefaultSparklineContainer_Add_FarPoint_Win_Spread_ISparklineGroup_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.Add(FarPoint.Win.Spread.ISparklineGroup)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.Add.html#FarPoint_Win_Spread_DefaultSparklineContainer_Add_FarPoint_Win_Spread_ISparklineGroup_">Add(ISparklineGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an item to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection&lt;T&gt;</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_AddColumns_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.AddColumns(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.AddColumns.html#FarPoint_Win_Spread_DefaultSparklineContainer_AddColumns_System_Int32_System_Int32_">AddColumns(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds columns of cells after the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_AddRows_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.AddRows(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.AddRows.html#FarPoint_Win_Spread_DefaultSparklineContainer_AddRows_System_Int32_System_Int32_">AddRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds rows of cells after the specified row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_AddSparklineToGroup_FarPoint_Win_Spread_ISparkline_FarPoint_Win_Spread_ISparklineGroup_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.AddSparklineToGroup(FarPoint.Win.Spread.ISparkline,FarPoint.Win.Spread.ISparklineGroup)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.AddSparklineToGroup.html#FarPoint_Win_Spread_DefaultSparklineContainer_AddSparklineToGroup_FarPoint_Win_Spread_ISparkline_FarPoint_Win_Spread_ISparklineGroup_">AddSparklineToGroup(ISparkline, ISparklineGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the sparkline to the existing group.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_BeginInit" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.BeginInit">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.BeginInit.html#FarPoint_Win_Spread_DefaultSparklineContainer_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"><p>Signals the object that initialization is starting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_Clear" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.Clear">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.Clear.html#FarPoint_Win_Spread_DefaultSparklineContainer_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all items from the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection&lt;T&gt;</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_Clear_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.Clear(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.Clear.html#FarPoint_Win_Spread_DefaultSparklineContainer_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 contents from the cells in the specified range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_Contains_FarPoint_Win_Spread_ISparklineGroup_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.Contains(FarPoint.Win.Spread.ISparklineGroup)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.Contains.html#FarPoint_Win_Spread_DefaultSparklineContainer_Contains_FarPoint_Win_Spread_ISparklineGroup_">Contains(ISparklineGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection&lt;T&gt;</a> contains a specific value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_Copy_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.Copy(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.Copy.html#FarPoint_Win_Spread_DefaultSparklineContainer_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 a range of cells and pastes it into a range of cells at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_CopyTo_FarPoint_Win_Spread_ISparklineGroup___System_Int32_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.CopyTo(FarPoint.Win.Spread.ISparklineGroup[],System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.CopyTo.html#FarPoint_Win_Spread_DefaultSparklineContainer_CopyTo_FarPoint_Win_Spread_ISparklineGroup___System_Int32_">CopyTo(ISparklineGroup[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies all child sparkline groups to the specified array.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.Deserialize.html#FarPoint_Win_Spread_DefaultSparklineContainer_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_Win_Spread_DefaultSparklineContainer_EndInit" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.EndInit">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.EndInit.html#FarPoint_Win_Spread_DefaultSparklineContainer_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"><p>Signals the object that initialization is complete.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_FireChanged_System_Collections_Generic_List_FarPoint_Win_Spread_Model_CellRange__" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.FireChanged(System.Collections.Generic.List{FarPoint.Win.Spread.Model.CellRange})">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.FireChanged.html#FarPoint_Win_Spread_DefaultSparklineContainer_FireChanged_System_Collections_Generic_List_FarPoint_Win_Spread_Model_CellRange__">FireChanged(List&lt;CellRange&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the Changed event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_GetEnumerator" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.GetEnumerator">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.GetEnumerator.html#FarPoint_Win_Spread_DefaultSparklineContainer_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an enumerator that iterates through the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.GetObjectData.html#FarPoint_Win_Spread_DefaultSparklineContainer_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Populates a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.serializationinfo">SerializationInfo</a> with the data needed to serialize the target object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_GetSparkline_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.GetSparkline(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.GetSparkline.html#FarPoint_Win_Spread_DefaultSparklineContainer_GetSparkline_System_Int32_System_Int32_">GetSparkline(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sparkline information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_GetSparkline_System_Int32_System_Int32_FarPoint_Win_Spread_ISparklineGroup__FarPoint_Win_Spread_ISparkline__" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.GetSparkline(System.Int32,System.Int32,FarPoint.Win.Spread.ISparklineGroup@,FarPoint.Win.Spread.ISparkline@)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.GetSparkline.html#FarPoint_Win_Spread_DefaultSparklineContainer_GetSparkline_System_Int32_System_Int32_FarPoint_Win_Spread_ISparklineGroup__FarPoint_Win_Spread_ISparkline__">GetSparkline(int, int, out ISparklineGroup, out ISparkline)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sparkline in the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_Move_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.Move(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.Move.html#FarPoint_Win_Spread_DefaultSparklineContainer_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 a range of cells and pastes it into a range of cells at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_OnChanged_FarPoint_Win_Spread_SparklineModelUpdateEventArgs_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.OnChanged(FarPoint.Win.Spread.SparklineModelUpdateEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.OnChanged.html#FarPoint_Win_Spread_DefaultSparklineContainer_OnChanged_FarPoint_Win_Spread_SparklineModelUpdateEventArgs_">OnChanged(SparklineModelUpdateEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">Changed</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_ReloadFormula" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.ReloadFormula">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.ReloadFormula.html#FarPoint_Win_Spread_DefaultSparklineContainer_ReloadFormula">ReloadFormula()</a>
        </td>
        <td class="markdown level1 summary"><p>Reloads the formulas.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_Remove_FarPoint_Win_Spread_ISparklineGroup_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.Remove(FarPoint.Win.Spread.ISparklineGroup)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.Remove.html#FarPoint_Win_Spread_DefaultSparklineContainer_Remove_FarPoint_Win_Spread_ISparklineGroup_">Remove(ISparklineGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of a specific object from the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection&lt;T&gt;</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_RemoveColumns_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.RemoveColumns(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.RemoveColumns.html#FarPoint_Win_Spread_DefaultSparklineContainer_RemoveColumns_System_Int32_System_Int32_">RemoveColumns(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes columns from the specified starting position.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_RemoveRows_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.RemoveRows(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.RemoveRows.html#FarPoint_Win_Spread_DefaultSparklineContainer_RemoveRows_System_Int32_System_Int32_">RemoveRows(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes rows from the specified starting position.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_RemoveSparkline_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.RemoveSparkline(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.RemoveSparkline.html#FarPoint_Win_Spread_DefaultSparklineContainer_RemoveSparkline_System_Int32_System_Int32_">RemoveSparkline(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the sparkline at the specific position.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_ResumeFormulaParsing" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.ResumeFormulaParsing">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.ResumeFormulaParsing.html#FarPoint_Win_Spread_DefaultSparklineContainer_ResumeFormulaParsing">ResumeFormulaParsing()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes formula parsing and parses all formulas set while parsing was suspended.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.Serialize.html#FarPoint_Win_Spread_DefaultSparklineContainer_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_Win_Spread_DefaultSparklineContainer_SuspendFormulaParsing" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.SuspendFormulaParsing">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.SuspendFormulaParsing.html#FarPoint_Win_Spread_DefaultSparklineContainer_SuspendFormulaParsing">SuspendFormulaParsing()</a>
        </td>
        <td class="markdown level1 summary"><p>Suspends formula parsing until the ResumeFormulaParsing method is called.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DefaultSparklineContainer_Swap_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.Swap(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.Swap.html#FarPoint_Win_Spread_DefaultSparklineContainer_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 a range of cells from one specified location to another.</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_Win_Spread_DefaultSparklineContainer_Changed" data-uid="FarPoint.Win.Spread.DefaultSparklineContainer.Changed">
          <a class="xref" href="FarPoint.Win.Spread.DefaultSparklineContainer.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the sparkline group or sparkline has been changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
