# FarPoint.Win.Spread.Chart.SheetCellRange

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Chart_SheetCellRange" data-uid="FarPoint.Win.Spread.Chart.SheetCellRange" class="text-break">SheetCellRange Class
</h1>
  <div class="markdown level0 summary"><p>Represents a cell range in a specified 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"><span class="xref">SheetCellRange</span></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Spread.Chart.CellRangeSegmentData.html">CellRangeSegmentData</a></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>
  <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_SheetCellRange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(_aip))]
public class SheetCellRange : CellRange, IEquatable&lt;CellRange&gt;, ISerializable, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(_aip))&gt;
Public Class SheetCellRange
    Inherits CellRange
    Implements IEquatable(Of CellRange), ISerializable, ISerializeSupport</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_SheetCellRange__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Chart.SheetCellRange.#ctor(FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SheetCellRange.-ctor.html#FarPoint_Win_Spread_Chart_SheetCellRange__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Int32_System_Int32_">SheetCellRange(SheetView, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.SheetCellRange.html">SheetCellRange</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SheetCellRange__ctor_System_String_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Chart.SheetCellRange.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SheetCellRange.-ctor.html#FarPoint_Win_Spread_Chart_SheetCellRange__ctor_System_String_System_Int32_System_Int32_System_Int32_System_Int32_">SheetCellRange(string, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.SheetCellRange.html">SheetCellRange</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_SheetCellRange_SheetName" data-uid="FarPoint.Win.Spread.Chart.SheetCellRange.SheetName">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SheetCellRange.SheetName.html#FarPoint_Win_Spread_Chart_SheetCellRange_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_SheetCellRange_SheetView" data-uid="FarPoint.Win.Spread.Chart.SheetCellRange.SheetView">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SheetCellRange.SheetView.html#FarPoint_Win_Spread_Chart_SheetCellRange_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_SheetCellRange_Equals_System_Object_" data-uid="FarPoint.Win.Spread.Chart.SheetCellRange.Equals(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SheetCellRange.Equals.html#FarPoint_Win_Spread_Chart_SheetCellRange_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the range of cells is the same as another specified range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SheetCellRange_GetHashCode" data-uid="FarPoint.Win.Spread.Chart.SheetCellRange.GetHashCode">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SheetCellRange.GetHashCode.html#FarPoint_Win_Spread_Chart_SheetCellRange_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Serves as a hash function for a particular type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SheetCellRange_ToString" data-uid="FarPoint.Win.Spread.Chart.SheetCellRange.ToString">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SheetCellRange.ToString.html#FarPoint_Win_Spread_Chart_SheetCellRange_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the string representation of the cell range.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</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_SheetCellRange_op_Equality_FarPoint_Win_Spread_Chart_SheetCellRange_FarPoint_Win_Spread_Chart_SheetCellRange_" data-uid="FarPoint.Win.Spread.Chart.SheetCellRange.op_Equality(FarPoint.Win.Spread.Chart.SheetCellRange,FarPoint.Win.Spread.Chart.SheetCellRange)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SheetCellRange.op_Equality.html#FarPoint_Win_Spread_Chart_SheetCellRange_op_Equality_FarPoint_Win_Spread_Chart_SheetCellRange_FarPoint_Win_Spread_Chart_SheetCellRange_">operator ==(SheetCellRange, SheetCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the operator ==.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SheetCellRange_op_Inequality_FarPoint_Win_Spread_Chart_SheetCellRange_FarPoint_Win_Spread_Chart_SheetCellRange_" data-uid="FarPoint.Win.Spread.Chart.SheetCellRange.op_Inequality(FarPoint.Win.Spread.Chart.SheetCellRange,FarPoint.Win.Spread.Chart.SheetCellRange)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SheetCellRange.op_Inequality.html#FarPoint_Win_Spread_Chart_SheetCellRange_op_Inequality_FarPoint_Win_Spread_Chart_SheetCellRange_FarPoint_Win_Spread_Chart_SheetCellRange_">operator !=(SheetCellRange, SheetCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the operator !=.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
