# GrapeCity.Spreadsheet.Reference

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Reference" data-uid="GrapeCity.Spreadsheet.Reference" class="text-break">Reference Struct
</h1>
  <div class="markdown level0 summary"><p>Represents a reference to a range of cells.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable-1">IComparable</a>&lt;<a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Reference_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct Reference : IComparable&lt;Reference&gt;, IEquatable&lt;Reference&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure Reference
    Implements IComparable(Of Reference), IEquatable(Of Reference)</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="GrapeCity_Spreadsheet_Reference__ctor_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Reference.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.-ctor.html#GrapeCity_Spreadsheet_Reference__ctor_System_Int32_System_Int32_">Reference(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Reference.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.-ctor.html#GrapeCity_Spreadsheet_Reference__ctor_System_Int32_System_Int32_System_Int32_System_Int32_">Reference(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference__ctor_System_String_" data-uid="GrapeCity.Spreadsheet.Reference.#ctor(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.-ctor.html#GrapeCity_Spreadsheet_Reference__ctor_System_String_">Reference(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Empty" data-uid="GrapeCity.Spreadsheet.Reference.Empty">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Empty.html">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the empty value of <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a> struct.</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="GrapeCity_Spreadsheet_Reference_BottomRight" data-uid="GrapeCity.Spreadsheet.Reference.BottomRight">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.BottomRight.html#GrapeCity_Spreadsheet_Reference_BottomRight">BottomRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bottom right cell of this <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Column" data-uid="GrapeCity.Spreadsheet.Reference.Column">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Column.html#GrapeCity_Spreadsheet_Reference_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the left column index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Column2" data-uid="GrapeCity.Spreadsheet.Reference.Column2">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Column2.html#GrapeCity_Spreadsheet_Reference_Column2">Column2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the right column index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_ColumnCount" data-uid="GrapeCity.Spreadsheet.Reference.ColumnCount">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.ColumnCount.html#GrapeCity_Spreadsheet_Reference_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the totals column count.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Row" data-uid="GrapeCity.Spreadsheet.Reference.Row">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Row.html#GrapeCity_Spreadsheet_Reference_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the top row index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Row2" data-uid="GrapeCity.Spreadsheet.Reference.Row2">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Row2.html#GrapeCity_Spreadsheet_Reference_Row2">Row2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bottom row index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_RowCount" data-uid="GrapeCity.Spreadsheet.Reference.RowCount">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.RowCount.html#GrapeCity_Spreadsheet_Reference_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the totals row count.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_TopLeft" data-uid="GrapeCity.Spreadsheet.Reference.TopLeft">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.TopLeft.html#GrapeCity_Spreadsheet_Reference_TopLeft">TopLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the top left cell of this <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a> value.</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="GrapeCity_Spreadsheet_Reference_CompareTo_GrapeCity_Spreadsheet_Reference_" data-uid="GrapeCity.Spreadsheet.Reference.CompareTo(GrapeCity.Spreadsheet.Reference)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.CompareTo.html#GrapeCity_Spreadsheet_Reference_CompareTo_GrapeCity_Spreadsheet_Reference_">CompareTo(Reference)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Contains_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Reference.Contains(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Contains.html#GrapeCity_Spreadsheet_Reference_Contains_System_Int32_System_Int32_">Contains(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this reference contains the specified cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Equals_GrapeCity_Spreadsheet_Reference_" data-uid="GrapeCity.Spreadsheet.Reference.Equals(GrapeCity.Spreadsheet.Reference)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Equals.html#GrapeCity_Spreadsheet_Reference_Equals_GrapeCity_Spreadsheet_Reference_">Equals(Reference)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the current object is equal to another object of the same type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Equals_GrapeCity_Spreadsheet_Reference__" data-uid="GrapeCity.Spreadsheet.Reference.Equals(GrapeCity.Spreadsheet.Reference@)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Equals.html#GrapeCity_Spreadsheet_Reference_Equals_GrapeCity_Spreadsheet_Reference__">Equals(ref Reference)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the current object is equal to another object of the same type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Equals_System_Object_" data-uid="GrapeCity.Spreadsheet.Reference.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Equals.html#GrapeCity_Spreadsheet_Reference_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_GetHashCode" data-uid="GrapeCity.Spreadsheet.Reference.GetHashCode">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.GetHashCode.html#GrapeCity_Spreadsheet_Reference_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_IntersectWith_GrapeCity_Spreadsheet_Reference_" data-uid="GrapeCity.Spreadsheet.Reference.IntersectWith(GrapeCity.Spreadsheet.Reference)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.IntersectWith.html#GrapeCity_Spreadsheet_Reference_IntersectWith_GrapeCity_Spreadsheet_Reference_">IntersectWith(Reference)</a>
        </td>
        <td class="markdown level1 summary"><p>Intersects this <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a> range with the specified <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a> range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_IntersectWith_GrapeCity_Spreadsheet_Reference__" data-uid="GrapeCity.Spreadsheet.Reference.IntersectWith(GrapeCity.Spreadsheet.Reference@)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.IntersectWith.html#GrapeCity_Spreadsheet_Reference_IntersectWith_GrapeCity_Spreadsheet_Reference__">IntersectWith(ref Reference)</a>
        </td>
        <td class="markdown level1 summary"><p>Intersects this <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a> range with the specified <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a> range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_IsEmpty" data-uid="GrapeCity.Spreadsheet.Reference.IsEmpty">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.IsEmpty.html#GrapeCity_Spreadsheet_Reference_IsEmpty">IsEmpty()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this reference is empty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_IsIntersected_GrapeCity_Spreadsheet_Reference__" data-uid="GrapeCity.Spreadsheet.Reference.IsIntersected(GrapeCity.Spreadsheet.Reference@)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.IsIntersected.html#GrapeCity_Spreadsheet_Reference_IsIntersected_GrapeCity_Spreadsheet_Reference__">IsIntersected(ref Reference)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this reference is intersected with the specified reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_IsIntersected_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Reference.IsIntersected(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.IsIntersected.html#GrapeCity_Spreadsheet_Reference_IsIntersected_System_Int32_System_Int32_">IsIntersected(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this reference is intersected with the specified cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_IsIntersected_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Reference.IsIntersected(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.IsIntersected.html#GrapeCity_Spreadsheet_Reference_IsIntersected_System_Int32_System_Int32_System_Int32_System_Int32_">IsIntersected(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this reference is intersected with the specified reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_IsIntersectedWith_GrapeCity_Spreadsheet_Reference___" data-uid="GrapeCity.Spreadsheet.Reference.IsIntersectedWith(GrapeCity.Spreadsheet.Reference[])">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.IsIntersectedWith.html#GrapeCity_Spreadsheet_Reference_IsIntersectedWith_GrapeCity_Spreadsheet_Reference___">IsIntersectedWith(Reference[])</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this reference is intersected with the specified references.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_IsOneCell" data-uid="GrapeCity.Spreadsheet.Reference.IsOneCell">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.IsOneCell.html#GrapeCity_Spreadsheet_Reference_IsOneCell">IsOneCell()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this reference is one cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_IsOverlapped_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Reference.IsOverlapped(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.IsOverlapped.html#GrapeCity_Spreadsheet_Reference_IsOverlapped_System_Int32_System_Int32_System_Int32_System_Int32_">IsOverlapped(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this reference is overlapped by the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Offset_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Reference.Offset(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Offset.html#GrapeCity_Spreadsheet_Reference_Offset_System_Int32_System_Int32_">Offset(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Translates this <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.RangeReference.html">RangeReference</a> by the specified amount.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Overlaps_GrapeCity_Spreadsheet_Reference_" data-uid="GrapeCity.Spreadsheet.Reference.Overlaps(GrapeCity.Spreadsheet.Reference)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Overlaps.html#GrapeCity_Spreadsheet_Reference_Overlaps_GrapeCity_Spreadsheet_Reference_">Overlaps(Reference)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this reference overlaps the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Overlaps_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Reference.Overlaps(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Overlaps.html#GrapeCity_Spreadsheet_Reference_Overlaps_System_Int32_System_Int32_System_Int32_System_Int32_">Overlaps(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this reference overlaps the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_ToString" data-uid="GrapeCity.Spreadsheet.Reference.ToString">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.ToString.html#GrapeCity_Spreadsheet_Reference_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>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Union_GrapeCity_Spreadsheet_Reference_" data-uid="GrapeCity.Spreadsheet.Reference.Union(GrapeCity.Spreadsheet.Reference)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Union.html#GrapeCity_Spreadsheet_Reference_Union_GrapeCity_Spreadsheet_Reference_">Union(Reference)</a>
        </td>
        <td class="markdown level1 summary"><p>Unions the current <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a> with the specified reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Union_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Reference.Union(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Union.html#GrapeCity_Spreadsheet_Reference_Union_System_Int32_System_Int32_">Union(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Unions the current <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a> with the specified reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Union_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Reference.Union(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Union.html#GrapeCity_Spreadsheet_Reference_Union_System_Int32_System_Int32_System_Int32_System_Int32_">Union(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Unions the current <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a> with the specified reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_Xor_GrapeCity_Spreadsheet_Reference_GrapeCity_Spreadsheet_Reference_" data-uid="GrapeCity.Spreadsheet.Reference.Xor(GrapeCity.Spreadsheet.Reference,GrapeCity.Spreadsheet.Reference)">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.Xor.html#GrapeCity_Spreadsheet_Reference_Xor_GrapeCity_Spreadsheet_Reference_GrapeCity_Spreadsheet_Reference_">Xor(Reference, Reference)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the difference of two Reference. Difference of two Reference
can produce a maximum of four Reference.If the two Reference do not intersect
a zero-length array is returned.</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="GrapeCity_Spreadsheet_Reference_op_Implicit_GrapeCity_CalcEngine_RangeReference__GrapeCity_Spreadsheet_Reference" data-uid="GrapeCity.Spreadsheet.Reference.op_Implicit(GrapeCity.CalcEngine.RangeReference)~GrapeCity.Spreadsheet.Reference">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.op_Implicit.html#GrapeCity_Spreadsheet_Reference_op_Implicit_GrapeCity_CalcEngine_RangeReference__GrapeCity_Spreadsheet_Reference">implicit operator Reference(RangeReference)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.RangeReference.html">RangeReference</a> to <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Reference_op_Implicit_GrapeCity_Spreadsheet_Reference__GrapeCity_CalcEngine_RangeReference" data-uid="GrapeCity.Spreadsheet.Reference.op_Implicit(GrapeCity.Spreadsheet.Reference)~GrapeCity.CalcEngine.RangeReference">
          <a class="xref" href="GrapeCity.Spreadsheet.Reference.op_Implicit.html#GrapeCity_Spreadsheet_Reference_op_Implicit_GrapeCity_Spreadsheet_Reference__GrapeCity_CalcEngine_RangeReference">implicit operator RangeReference(Reference)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a> to <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.RangeReference.html">RangeReference</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
