# FarPoint.Win.Spread.Chart.ISegmentMatrixData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Chart_ISegmentMatrixData" data-uid="FarPoint.Win.Spread.Chart.ISegmentMatrixData" class="text-break">ISegmentMatrixData Interface
</h1>
  <div class="markdown level0 summary"><p>Represent the cellrange data of values</p>
</div>
  <div class="markdown level0 conceptual"></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_ISegmentMatrixData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISegmentMatrixData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISegmentMatrixData</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_Chart_ISegmentMatrixData_ColumnCount" data-uid="FarPoint.Win.Spread.Chart.ISegmentMatrixData.ColumnCount">
          <a class="xref" href="FarPoint.Win.Spread.Chart.ISegmentMatrixData.ColumnCount.html#FarPoint_Win_Spread_Chart_ISegmentMatrixData_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets column count of data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_ISegmentMatrixData_RowCount" data-uid="FarPoint.Win.Spread.Chart.ISegmentMatrixData.RowCount">
          <a class="xref" href="FarPoint.Win.Spread.Chart.ISegmentMatrixData.RowCount.html#FarPoint_Win_Spread_Chart_ISegmentMatrixData_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets count row of data.</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_ISegmentMatrixData_GetValue_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Chart.ISegmentMatrixData.GetValue(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.ISegmentMatrixData.GetValue.html#FarPoint_Win_Spread_Chart_ISegmentMatrixData_GetValue_System_Int32_System_Int32_">GetValue(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Get the value.</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_ISegmentMatrixData_DataChanged" data-uid="FarPoint.Win.Spread.Chart.ISegmentMatrixData.DataChanged">
          <a class="xref" href="FarPoint.Win.Spread.Chart.ISegmentMatrixData.DataChanged.html">DataChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when data is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
