# FarPoint.Win.Spread.Chart.CellRangeSegmentData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Chart_CellRangeSegmentData" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData" class="text-break">CellRangeSegmentData Class
</h1>
  <div class="markdown level0 summary"><p>Represents a segment which gets data from a cell range in SheetView.</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.Win.Spread.Model.CellRange.html">CellRange</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Win.Spread.Chart.SheetCellRange.html">SheetCellRange</a></div>
    <div class="level3"><span class="xref">CellRangeSegmentData</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="FarPoint.Win.Spread.Model.CellRange.html">CellRange</a>&gt;</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="FarPoint.Win.Spread.Chart.ISupportChartDataSetting.html">ISupportChartDataSetting</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.Chart.ISupportDynamicDataSegment.html">ISupportDynamicDataSegment</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.Chart.ISegmentMatrixData.html">ISegmentMatrixData</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.Chart.ISegmentData2.html">ISegmentData2</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.Chart.ISegmentDataFormatSupport.html">ISegmentDataFormatSupport</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.Chart.ISegmentData.html">ISegmentData</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Chart.html">FarPoint.Win.Spread.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Chart_CellRangeSegmentData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CellRangeSegmentData : SheetCellRange, IEquatable&lt;CellRange&gt;, ISerializable, ISerializeSupport, ISupportChartDataSetting, ISupportDynamicDataSegment, IDisposable, ISegmentMatrixData, ISegmentData2, ISegmentDataFormatSupport, ISegmentData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CellRangeSegmentData
    Inherits SheetCellRange
    Implements IEquatable(Of CellRange), ISerializable, ISerializeSupport, ISupportChartDataSetting, ISupportDynamicDataSegment, IDisposable, ISegmentMatrixData, ISegmentData2, ISegmentDataFormatSupport, ISegmentData</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_Chart_CellRangeSegmentData__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_Chart_ChartDataSetting_" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.#ctor(FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Spread.Chart.ChartDataSetting)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.-ctor.html#FarPoint_Win_Spread_Chart_CellRangeSegmentData__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_Chart_ChartDataSetting_">CellRangeSegmentData(SheetView, int, int, int, int, ChartDataSetting)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.html">CellRangeSegmentData</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_CellRangeSegmentData__ctor_System_String_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_Chart_ChartDataSetting_" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Spread.Chart.ChartDataSetting)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.-ctor.html#FarPoint_Win_Spread_Chart_CellRangeSegmentData__ctor_System_String_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_Chart_ChartDataSetting_">CellRangeSegmentData(string, int, int, int, int, ChartDataSetting)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.html">CellRangeSegmentData</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_Chart_CellRangeSegmentData_Count" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.Count">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.Count.html#FarPoint_Win_Spread_Chart_CellRangeSegmentData_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of items in this instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_CellRangeSegmentData_DataType" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.DataType">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.DataType.html#FarPoint_Win_Spread_Chart_CellRangeSegmentData_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of the data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_CellRangeSegmentData_ReferenceError" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.ReferenceError">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.ReferenceError.html#FarPoint_Win_Spread_Chart_CellRangeSegmentData_ReferenceError">ReferenceError</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the current cell range is an invalid reference.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_CellRangeSegmentData_SheetName" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.SheetName">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.SheetName.html#FarPoint_Win_Spread_Chart_CellRangeSegmentData_SheetName">SheetName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_CellRangeSegmentData_SheetView" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.SheetView">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.SheetView.html#FarPoint_Win_Spread_Chart_CellRangeSegmentData_SheetView">SheetView</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sheet view.</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_Chart_CellRangeSegmentData_ContainStringValue" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.ContainStringValue">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.ContainStringValue.html#FarPoint_Win_Spread_Chart_CellRangeSegmentData_ContainStringValue">ContainStringValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the segment contains a string value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_CellRangeSegmentData_ContainsDateTimeOnly" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.ContainsDateTimeOnly">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.ContainsDateTimeOnly.html#FarPoint_Win_Spread_Chart_CellRangeSegmentData_ContainsDateTimeOnly">ContainsDateTimeOnly()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the segment contains date time only.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_CellRangeSegmentData_Dispose" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.Dispose">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.Dispose.html#FarPoint_Win_Spread_Chart_CellRangeSegmentData_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_CellRangeSegmentData_Dispose_System_Boolean_" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.Dispose(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.Dispose.html#FarPoint_Win_Spread_Chart_CellRangeSegmentData_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases unmanaged and - optionally - managed resources.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_CellRangeSegmentData_GetFormatter_System_Int32_" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.GetFormatter(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.GetFormatter.html#FarPoint_Win_Spread_Chart_CellRangeSegmentData_GetFormatter_System_Int32_">GetFormatter(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formattr at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_CellRangeSegmentData_GetValue_System_Int32_" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.GetValue(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.GetValue.html#FarPoint_Win_Spread_Chart_CellRangeSegmentData_GetValue_System_Int32_">GetValue(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_CellRangeSegmentData_OnDataChanged_FarPoint_Win_Spread_Chart_SegmentDataChangedEventArgs_" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.OnDataChanged(FarPoint.Win.Spread.Chart.SegmentDataChangedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.OnDataChanged.html#FarPoint_Win_Spread_Chart_CellRangeSegmentData_OnDataChanged_FarPoint_Win_Spread_Chart_SegmentDataChangedEventArgs_">OnDataChanged(SegmentDataChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires DataChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_CellRangeSegmentData_ToString" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.ToString">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.ToString.html#FarPoint_Win_Spread_Chart_CellRangeSegmentData_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents this instance.</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_Chart_CellRangeSegmentData_DataChanged" data-uid="FarPoint.Win.Spread.Chart.CellRangeSegmentData.DataChanged">
          <a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.DataChanged.html">DataChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when data of one cell in the cell range is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
