# GrapeCity.Spreadsheet.IRange

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IRange" data-uid="GrapeCity.Spreadsheet.IRange" class="text-break">IRange Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that represent a range of a worksheet.</p>
</div>
  <div class="markdown level0 conceptual"></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_IRange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IRange</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IRange</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="GrapeCity_Spreadsheet_IRange_AllowEdit" data-uid="GrapeCity.Spreadsheet.IRange.AllowEdit">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.AllowEdit.html#GrapeCity_Spreadsheet_IRange_AllowEdit">AllowEdit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the range can be edited on a protected worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Areas" data-uid="GrapeCity.Spreadsheet.IRange.Areas">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Areas.html#GrapeCity_Spreadsheet_IRange_Areas">Areas</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IAreas.html">IAreas</a> collection that represents all the ranges in a multiple-area selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Borders" data-uid="GrapeCity.Spreadsheet.IRange.Borders">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Borders.html#GrapeCity_Spreadsheet_IRange_Borders">Borders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.IBorders.html">IBorders</a> object that represents the borders of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_CellType" data-uid="GrapeCity.Spreadsheet.IRange.CellType">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.CellType.html#GrapeCity_Spreadsheet_IRange_CellType">CellType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell type for cells in this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Cells" data-uid="GrapeCity.Spreadsheet.IRange.Cells">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Cells.html#GrapeCity_Spreadsheet_IRange_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the cells in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Column" data-uid="GrapeCity.Spreadsheet.IRange.Column">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Column.html#GrapeCity_Spreadsheet_IRange_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the zero based column number of the first column of this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Column2" data-uid="GrapeCity.Spreadsheet.IRange.Column2">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Column2.html#GrapeCity_Spreadsheet_IRange_Column2">Column2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the zero based column number of the last column of this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_ColumnCount" data-uid="GrapeCity.Spreadsheet.IRange.ColumnCount">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.ColumnCount.html#GrapeCity_Spreadsheet_IRange_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns in this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_ColumnWidth" data-uid="GrapeCity.Spreadsheet.IRange.ColumnWidth">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.ColumnWidth.html#GrapeCity_Spreadsheet_IRange_ColumnWidth">ColumnWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Columns" data-uid="GrapeCity.Spreadsheet.IRange.Columns">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Columns.html#GrapeCity_Spreadsheet_IRange_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a new instance of <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> which represents all columns belong to this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Comment" data-uid="GrapeCity.Spreadsheet.IRange.Comment">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Comment.html#GrapeCity_Spreadsheet_IRange_Comment">Comment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.IRange.Comment.html#GrapeCity_Spreadsheet_IRange_Comment">Comment</a> object that represents the comment associated with the cell in the upper-left corner of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_CommentThreaded" data-uid="GrapeCity.Spreadsheet.IRange.CommentThreaded">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.CommentThreaded.html#GrapeCity_Spreadsheet_IRange_CommentThreaded">CommentThreaded</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.html">ICommentThreaded</a> object that represents the threaded comment associated with the cell in the upper-left corner of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Count" data-uid="GrapeCity.Spreadsheet.IRange.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Count.html#GrapeCity_Spreadsheet_IRange_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Get an integer value that represents the number of cells in the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_CurrentArray" data-uid="GrapeCity.Spreadsheet.IRange.CurrentArray">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.CurrentArray.html#GrapeCity_Spreadsheet_IRange_CurrentArray">CurrentArray</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the entire array if the specified cell is part of an array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_CurrentRegion" data-uid="GrapeCity.Spreadsheet.IRange.CurrentRegion">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.CurrentRegion.html#GrapeCity_Spreadsheet_IRange_CurrentRegion">CurrentRegion</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the current region. The current region is a range bounded by any combination of blank rows and blank columns.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Dependents" data-uid="GrapeCity.Spreadsheet.IRange.Dependents">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Dependents.html#GrapeCity_Spreadsheet_IRange_Dependents">Dependents</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the range containing all the dependents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one dependent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_DirectDependents" data-uid="GrapeCity.Spreadsheet.IRange.DirectDependents">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.DirectDependents.html#GrapeCity_Spreadsheet_IRange_DirectDependents">DirectDependents</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the range containing all the direct dependents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one dependent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_DirectPrecedents" data-uid="GrapeCity.Spreadsheet.IRange.DirectPrecedents">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.DirectPrecedents.html#GrapeCity_Spreadsheet_IRange_DirectPrecedents">DirectPrecedents</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the range containing all the direct precedents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one dependent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_DisplayFormat" data-uid="GrapeCity.Spreadsheet.IRange.DisplayFormat">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.DisplayFormat.html#GrapeCity_Spreadsheet_IRange_DisplayFormat">DisplayFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.IRange.DisplayFormat.html#GrapeCity_Spreadsheet_IRange_DisplayFormat">DisplayFormat</a> object that represents the display settings for the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_EntireColumn" data-uid="GrapeCity.Spreadsheet.IRange.EntireColumn">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.EntireColumn.html#GrapeCity_Spreadsheet_IRange_EntireColumn">EntireColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the entire column (or columns) that contains the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_EntireRow" data-uid="GrapeCity.Spreadsheet.IRange.EntireRow">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.EntireRow.html#GrapeCity_Spreadsheet_IRange_EntireRow">EntireRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the entire row (or rows) that contains the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Font" data-uid="GrapeCity.Spreadsheet.IRange.Font">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Font.html#GrapeCity_Spreadsheet_IRange_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.IFont.html">IFont</a> object that represents the font of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_FormatConditions" data-uid="GrapeCity.Spreadsheet.IRange.FormatConditions">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.FormatConditions.html#GrapeCity_Spreadsheet_IRange_FormatConditions">FormatConditions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets all format conditions of this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_FormattedValue" data-uid="GrapeCity.Spreadsheet.IRange.FormattedValue">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.FormattedValue.html#GrapeCity_Spreadsheet_IRange_FormattedValue">FormattedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell value(s).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Formula" data-uid="GrapeCity.Spreadsheet.IRange.Formula">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Formula.html#GrapeCity_Spreadsheet_IRange_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula, which will implicitly intersect as required when set, for this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Formula2" data-uid="GrapeCity.Spreadsheet.IRange.Formula2">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Formula2.html#GrapeCity_Spreadsheet_IRange_Formula2">Formula2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula for this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Formula2R1C1" data-uid="GrapeCity.Spreadsheet.IRange.Formula2R1C1">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Formula2R1C1.html#GrapeCity_Spreadsheet_IRange_Formula2R1C1">Formula2R1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula using R1C1-style notation for this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_FormulaArray" data-uid="GrapeCity.Spreadsheet.IRange.FormulaArray">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.FormulaArray.html#GrapeCity_Spreadsheet_IRange_FormulaArray">FormulaArray</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array formula for this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_FormulaR1C1" data-uid="GrapeCity.Spreadsheet.IRange.FormulaR1C1">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.FormulaR1C1.html#GrapeCity_Spreadsheet_IRange_FormulaR1C1">FormulaR1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula using R1C1-style notation  which will implicitly intersect as required when set, for this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_HasArray" data-uid="GrapeCity.Spreadsheet.IRange.HasArray">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.HasArray.html#GrapeCity_Spreadsheet_IRange_HasArray">HasArray</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the specified cell is part of an array formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_HasFormula" data-uid="GrapeCity.Spreadsheet.IRange.HasFormula">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.HasFormula.html#GrapeCity_Spreadsheet_IRange_HasFormula">HasFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether all cells in the range contain formulas.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_HasRichDataType" data-uid="GrapeCity.Spreadsheet.IRange.HasRichDataType">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.HasRichDataType.html#GrapeCity_Spreadsheet_IRange_HasRichDataType">HasRichDataType</a>
        </td>
        <td class="markdown level1 summary"><p><code>true</code> if all cells in the range contain a Rich data type. <code>false</code> if none of the cells in the range contains a Rich data type; otherwise, null.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_HasSpill" data-uid="GrapeCity.Spreadsheet.IRange.HasSpill">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.HasSpill.html#GrapeCity_Spreadsheet_IRange_HasSpill">HasSpill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether all cells are part of a spilled range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Height" data-uid="GrapeCity.Spreadsheet.IRange.Height">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Height.html#GrapeCity_Spreadsheet_IRange_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> value that represents the height, in pixels, of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Hidden" data-uid="GrapeCity.Spreadsheet.IRange.Hidden">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Hidden.html#GrapeCity_Spreadsheet_IRange_Hidden">Hidden</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> is hidden.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_HorizontalAlignment" data-uid="GrapeCity.Spreadsheet.IRange.HorizontalAlignment">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.HorizontalAlignment.html#GrapeCity_Spreadsheet_IRange_HorizontalAlignment">HorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Hyperlinks" data-uid="GrapeCity.Spreadsheet.IRange.Hyperlinks">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Hyperlinks.html#GrapeCity_Spreadsheet_IRange_Hyperlinks">Hyperlinks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IHyperlinks.html">IHyperlinks</a> collection that represents the hyperlinks for the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_IndentLevel" data-uid="GrapeCity.Spreadsheet.IRange.IndentLevel">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.IndentLevel.html#GrapeCity_Spreadsheet_IRange_IndentLevel">IndentLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the indent level.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Interior" data-uid="GrapeCity.Spreadsheet.IRange.Interior">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Interior.html#GrapeCity_Spreadsheet_IRange_Interior">Interior</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.IInterior.html">IInterior</a> object that represents the interior of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Item_GrapeCity_Spreadsheet_Reference_" data-uid="GrapeCity.Spreadsheet.IRange.Item(GrapeCity.Spreadsheet.Reference)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Item.html#GrapeCity_Spreadsheet_IRange_Item_GrapeCity_Spreadsheet_Reference_">this[Reference]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> with the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.IRange.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Item.html#GrapeCity_Spreadsheet_IRange_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> at the specified cell position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Item_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IRange.Item(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Item.html#GrapeCity_Spreadsheet_IRange_Item_System_Int32_System_Int32_">this[int, int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> with the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Item_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IRange.Item(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Item.html#GrapeCity_Spreadsheet_IRange_Item_System_Int32_System_Int32_System_Int32_System_Int32_">this[int, int, int, int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> with the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Item_System_String_" data-uid="GrapeCity.Spreadsheet.IRange.Item(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Item.html#GrapeCity_Spreadsheet_IRange_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> with the specified reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Left" data-uid="GrapeCity.Spreadsheet.IRange.Left">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Left.html#GrapeCity_Spreadsheet_IRange_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> value that represents the distance, in pixels, from the left edge of column A to the left edge of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Locked" data-uid="GrapeCity.Spreadsheet.IRange.Locked">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Locked.html#GrapeCity_Spreadsheet_IRange_Locked">Locked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> is locked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_MergeArea" data-uid="GrapeCity.Spreadsheet.IRange.MergeArea">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.MergeArea.html#GrapeCity_Spreadsheet_IRange_MergeArea">MergeArea</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a Range object that represents the merged range containing the specified cell. If the specified cell isn't in a merged range, this property returns the specified cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_MergeCells" data-uid="GrapeCity.Spreadsheet.IRange.MergeCells">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.MergeCells.html#GrapeCity_Spreadsheet_IRange_MergeCells">MergeCells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this range contains merged cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_MergePolicy" data-uid="GrapeCity.Spreadsheet.IRange.MergePolicy">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.MergePolicy.html#GrapeCity_Spreadsheet_IRange_MergePolicy">MergePolicy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="GrapeCity.Spreadsheet.MergePolicy.html">MergePolicy</a> value indicating whether to automatically merge adjacent identical cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Next" data-uid="GrapeCity.Spreadsheet.IRange.Next">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Next.html#GrapeCity_Spreadsheet_IRange_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the next cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_NumberFormat" data-uid="GrapeCity.Spreadsheet.IRange.NumberFormat">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.NumberFormat.html#GrapeCity_Spreadsheet_IRange_NumberFormat">NumberFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number format of current cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Orientation" data-uid="GrapeCity.Spreadsheet.IRange.Orientation">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Orientation.html#GrapeCity_Spreadsheet_IRange_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text orientation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_OutlineLevel" data-uid="GrapeCity.Spreadsheet.IRange.OutlineLevel">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.OutlineLevel.html#GrapeCity_Spreadsheet_IRange_OutlineLevel">OutlineLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current outline level of the specified row or column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_PageBreak" data-uid="GrapeCity.Spreadsheet.IRange.PageBreak">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.PageBreak.html#GrapeCity_Spreadsheet_IRange_PageBreak">PageBreak</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of a page break.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_PivotCell" data-uid="GrapeCity.Spreadsheet.IRange.PivotCell">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.PivotCell.html#GrapeCity_Spreadsheet_IRange_PivotCell">PivotCell</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a PivotCell object that represents a cell in a PivotTable report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_PivotField" data-uid="GrapeCity.Spreadsheet.IRange.PivotField">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.PivotField.html#GrapeCity_Spreadsheet_IRange_PivotField">PivotField</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a PivotField object that represents the PivotTable field containing the upper-left corner of the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_PivotItem" data-uid="GrapeCity.Spreadsheet.IRange.PivotItem">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.PivotItem.html#GrapeCity_Spreadsheet_IRange_PivotItem">PivotItem</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a PivotItem object that represents the PivotTable item containing the upper-left corner of the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_PivotTable" data-uid="GrapeCity.Spreadsheet.IRange.PivotTable">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.PivotTable.html#GrapeCity_Spreadsheet_IRange_PivotTable">PivotTable</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotTable.html">IPivotTable</a> object for the <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Precedents" data-uid="GrapeCity.Spreadsheet.IRange.Precedents">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Precedents.html#GrapeCity_Spreadsheet_IRange_Precedents">Precedents</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an  <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents all the precedents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one precedent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Previous" data-uid="GrapeCity.Spreadsheet.IRange.Previous">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Previous.html#GrapeCity_Spreadsheet_IRange_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the previous cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Resizable" data-uid="GrapeCity.Spreadsheet.IRange.Resizable">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Resizable.html#GrapeCity_Spreadsheet_IRange_Resizable">Resizable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the range is resizable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Row" data-uid="GrapeCity.Spreadsheet.IRange.Row">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Row.html#GrapeCity_Spreadsheet_IRange_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the zero based row number of the first row of this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Row2" data-uid="GrapeCity.Spreadsheet.IRange.Row2">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Row2.html#GrapeCity_Spreadsheet_IRange_Row2">Row2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the zero based row number of the last row of this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_RowCount" data-uid="GrapeCity.Spreadsheet.IRange.RowCount">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.RowCount.html#GrapeCity_Spreadsheet_IRange_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows in this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_RowHeight" data-uid="GrapeCity.Spreadsheet.IRange.RowHeight">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.RowHeight.html#GrapeCity_Spreadsheet_IRange_RowHeight">RowHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Rows" data-uid="GrapeCity.Spreadsheet.IRange.Rows">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Rows.html#GrapeCity_Spreadsheet_IRange_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a new instance of <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> which represents all rows belong to this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_ShowDetail" data-uid="GrapeCity.Spreadsheet.IRange.ShowDetail">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.ShowDetail.html#GrapeCity_Spreadsheet_IRange_ShowDetail">ShowDetail</a>
        </td>
        <td class="markdown level1 summary"><p><code>true</code> if the outline is expanded for the specified range (so that the detail of the column or row is visible).
The specified range must be a single summary column or row in an outline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_ShrinkToFit" data-uid="GrapeCity.Spreadsheet.IRange.ShrinkToFit">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.ShrinkToFit.html#GrapeCity_Spreadsheet_IRange_ShrinkToFit">ShrinkToFit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether text automatically shrinks to fit in the available column width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_SparklineGroups" data-uid="GrapeCity.Spreadsheet.IRange.SparklineGroups">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.SparklineGroups.html#GrapeCity_Spreadsheet_IRange_SparklineGroups">SparklineGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroups.html">ISparklineGroups</a> object that represents an existing group of sparklines from the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Style" data-uid="GrapeCity.Spreadsheet.IRange.Style">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Style.html#GrapeCity_Spreadsheet_IRange_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style for the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Summary" data-uid="GrapeCity.Spreadsheet.IRange.Summary">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Summary.html#GrapeCity_Spreadsheet_IRange_Summary">Summary</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the range is an outlining summary row or column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Table" data-uid="GrapeCity.Spreadsheet.IRange.Table">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Table.html#GrapeCity_Spreadsheet_IRange_Table">Table</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an <a class="xref" href="GrapeCity.Spreadsheet.ITable.html">ITable</a> object for the <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Tag" data-uid="GrapeCity.Spreadsheet.IRange.Tag">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Tag.html#GrapeCity_Spreadsheet_IRange_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tag of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Text" data-uid="GrapeCity.Spreadsheet.IRange.Text">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Text.html#GrapeCity_Spreadsheet_IRange_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text for the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Top" data-uid="GrapeCity.Spreadsheet.IRange.Top">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Top.html#GrapeCity_Spreadsheet_IRange_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> value that represents the distance, in pixels, from the top edge of row 1 to the top edge of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_UseStandardHeight" data-uid="GrapeCity.Spreadsheet.IRange.UseStandardHeight">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.UseStandardHeight.html#GrapeCity_Spreadsheet_IRange_UseStandardHeight">UseStandardHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating whether the row height of the <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object equals the standard height of the sheet.
Returns <code>null</code> if the range contains more than one row and the rows aren't all the same height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_UseStandardWidth" data-uid="GrapeCity.Spreadsheet.IRange.UseStandardWidth">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.UseStandardWidth.html#GrapeCity_Spreadsheet_IRange_UseStandardWidth">UseStandardWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating whether the column width of the <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>  object equals the standard width of the sheet.
Returns <code>null</code> if the range contains more than one column and the columns aren't all the same width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Validation" data-uid="GrapeCity.Spreadsheet.IRange.Validation">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Validation.html#GrapeCity_Spreadsheet_IRange_Validation">Validation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an instance of IValidation which may be used to get and set validation properties of the cells represented by this <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Value" data-uid="GrapeCity.Spreadsheet.IRange.Value">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Value.html#GrapeCity_Spreadsheet_IRange_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_VerticalAlignment" data-uid="GrapeCity.Spreadsheet.IRange.VerticalAlignment">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.VerticalAlignment.html#GrapeCity_Spreadsheet_IRange_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Width" data-uid="GrapeCity.Spreadsheet.IRange.Width">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Width.html#GrapeCity_Spreadsheet_IRange_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> value that represents the width, in pixels, of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Worksheet" data-uid="GrapeCity.Spreadsheet.IRange.Worksheet">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Worksheet.html#GrapeCity_Spreadsheet_IRange_Worksheet">Worksheet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.IRange.Worksheet.html#GrapeCity_Spreadsheet_IRange_Worksheet">Worksheet</a> object that represents the worksheet containing the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_WrapText" data-uid="GrapeCity.Spreadsheet.IRange.WrapText">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.WrapText.html#GrapeCity_Spreadsheet_IRange_WrapText">WrapText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether Spread wraps the text in the object.</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_IRange_Activate" data-uid="GrapeCity.Spreadsheet.IRange.Activate">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Activate.html#GrapeCity_Spreadsheet_IRange_Activate">Activate()</a>
        </td>
        <td class="markdown level1 summary"><p>Activates a single cell, which must be inside the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_AddComment_GrapeCity_Spreadsheet_RichText_" data-uid="GrapeCity.Spreadsheet.IRange.AddComment(GrapeCity.Spreadsheet.RichText)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.AddComment.html#GrapeCity_Spreadsheet_IRange_AddComment_GrapeCity_Spreadsheet_RichText_">AddComment(RichText)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a comment to the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_AddComment_System_String_" data-uid="GrapeCity.Spreadsheet.IRange.AddComment(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.AddComment.html#GrapeCity_Spreadsheet_IRange_AddComment_System_String_">AddComment(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a comment to the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_AddCommentThreaded_System_String_" data-uid="GrapeCity.Spreadsheet.IRange.AddCommentThreaded(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.AddCommentThreaded.html#GrapeCity_Spreadsheet_IRange_AddCommentThreaded_System_String_">AddCommentThreaded(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new modern threaded comment to the range if no comment already exists.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Address_System_Boolean_System_Boolean_GrapeCity_Spreadsheet_ReferenceStyle_System_Boolean_GrapeCity_Spreadsheet_CellReference_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.Address(System.Boolean,System.Boolean,GrapeCity.Spreadsheet.ReferenceStyle,System.Boolean,GrapeCity.Spreadsheet.CellReference,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Address.html#GrapeCity_Spreadsheet_IRange_Address_System_Boolean_System_Boolean_GrapeCity_Spreadsheet_ReferenceStyle_System_Boolean_GrapeCity_Spreadsheet_CellReference_System_Boolean_">Address(bool, bool, ReferenceStyle, bool, CellReference, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value that represents the range reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Address_System_Boolean_System_Boolean_GrapeCity_Spreadsheet_ReferenceStyle_System_Boolean_GrapeCity_Spreadsheet_IRange_" data-uid="GrapeCity.Spreadsheet.IRange.Address(System.Boolean,System.Boolean,GrapeCity.Spreadsheet.ReferenceStyle,System.Boolean,GrapeCity.Spreadsheet.IRange)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Address.html#GrapeCity_Spreadsheet_IRange_Address_System_Boolean_System_Boolean_GrapeCity_Spreadsheet_ReferenceStyle_System_Boolean_GrapeCity_Spreadsheet_IRange_">Address(bool, bool, ReferenceStyle, bool, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value that represents the range reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Address_System_Boolean_System_Boolean_GrapeCity_Spreadsheet_ReferenceStyle_System_Boolean_System_String_" data-uid="GrapeCity.Spreadsheet.IRange.Address(System.Boolean,System.Boolean,GrapeCity.Spreadsheet.ReferenceStyle,System.Boolean,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Address.html#GrapeCity_Spreadsheet_IRange_Address_System_Boolean_System_Boolean_GrapeCity_Spreadsheet_ReferenceStyle_System_Boolean_System_String_">Address(bool, bool, ReferenceStyle, bool, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value that represents the range reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_ApplyNumberFormat_GrapeCity_Spreadsheet_NumberFormat_" data-uid="GrapeCity.Spreadsheet.IRange.ApplyNumberFormat(GrapeCity.Spreadsheet.NumberFormat)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.ApplyNumberFormat.html#GrapeCity_Spreadsheet_IRange_ApplyNumberFormat_GrapeCity_Spreadsheet_NumberFormat_">ApplyNumberFormat(NumberFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the number format to the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_ApplyStyle_GrapeCity_Spreadsheet_BuiltInStyle_" data-uid="GrapeCity.Spreadsheet.IRange.ApplyStyle(GrapeCity.Spreadsheet.BuiltInStyle)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.ApplyStyle.html#GrapeCity_Spreadsheet_IRange_ApplyStyle_GrapeCity_Spreadsheet_BuiltInStyle_">ApplyStyle(BuiltInStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the builtIn style to the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_ApplyStyle_System_String_" data-uid="GrapeCity.Spreadsheet.IRange.ApplyStyle(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.ApplyStyle.html#GrapeCity_Spreadsheet_IRange_ApplyStyle_System_String_">ApplyStyle(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the named style to the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_ApplyStyleFormat_GrapeCity_Spreadsheet_StyleFormat__" data-uid="GrapeCity.Spreadsheet.IRange.ApplyStyleFormat(GrapeCity.Spreadsheet.StyleFormat@)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.ApplyStyleFormat.html#GrapeCity_Spreadsheet_IRange_ApplyStyleFormat_GrapeCity_Spreadsheet_StyleFormat__">ApplyStyleFormat(ref StyleFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the style format to the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_AutoFill_System_Int32_System_Int32_System_Int32_System_Int32_GrapeCity_Spreadsheet_AutoFillType_" data-uid="GrapeCity.Spreadsheet.IRange.AutoFill(System.Int32,System.Int32,System.Int32,System.Int32,GrapeCity.Spreadsheet.AutoFillType)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.AutoFill.html#GrapeCity_Spreadsheet_IRange_AutoFill_System_Int32_System_Int32_System_Int32_System_Int32_GrapeCity_Spreadsheet_AutoFillType_">AutoFill(int, int, int, int, AutoFillType)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an autofill on the cells in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_AutoFill_System_String_GrapeCity_Spreadsheet_AutoFillType_" data-uid="GrapeCity.Spreadsheet.IRange.AutoFill(System.String,GrapeCity.Spreadsheet.AutoFillType)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.AutoFill.html#GrapeCity_Spreadsheet_IRange_AutoFill_System_String_GrapeCity_Spreadsheet_AutoFillType_">AutoFill(string, AutoFillType)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an autofill on the cells in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_AutoFilter_System_Boolean_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.AutoFilter(System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.AutoFilter.html#GrapeCity_Spreadsheet_IRange_AutoFilter_System_Boolean_System_Boolean_">AutoFilter(bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the automatic filter for current selection if the filter doesn't exist; otherwise, remove the filter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_AutoFilter_System_Int32_GrapeCity_Spreadsheet_CfIcon_" data-uid="GrapeCity.Spreadsheet.IRange.AutoFilter(System.Int32,GrapeCity.Spreadsheet.CfIcon)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.AutoFilter.html#GrapeCity_Spreadsheet_IRange_AutoFilter_System_Int32_GrapeCity_Spreadsheet_CfIcon_">AutoFilter(int, CfIcon)</a>
        </td>
        <td class="markdown level1 summary"><p>Add the icon filter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_AutoFilter_System_Int32_GrapeCity_Spreadsheet_Color_" data-uid="GrapeCity.Spreadsheet.IRange.AutoFilter(System.Int32,GrapeCity.Spreadsheet.Color)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.AutoFilter.html#GrapeCity_Spreadsheet_IRange_AutoFilter_System_Int32_GrapeCity_Spreadsheet_Color_">AutoFilter(int, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Add the font color filter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_AutoFilter_System_Int32_GrapeCity_Spreadsheet_DynamicFilterType_" data-uid="GrapeCity.Spreadsheet.IRange.AutoFilter(System.Int32,GrapeCity.Spreadsheet.DynamicFilterType)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.AutoFilter.html#GrapeCity_Spreadsheet_IRange_AutoFilter_System_Int32_GrapeCity_Spreadsheet_DynamicFilterType_">AutoFilter(int, DynamicFilterType)</a>
        </td>
        <td class="markdown level1 summary"><p>Add the dynamic filter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_AutoFilter_System_Int32_GrapeCity_Spreadsheet_Fill_" data-uid="GrapeCity.Spreadsheet.IRange.AutoFilter(System.Int32,GrapeCity.Spreadsheet.Fill)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.AutoFilter.html#GrapeCity_Spreadsheet_IRange_AutoFilter_System_Int32_GrapeCity_Spreadsheet_Fill_">AutoFilter(int, Fill)</a>
        </td>
        <td class="markdown level1 summary"><p>Add the cell fill color filter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_AutoFilter_System_Int32_System_Object_GrapeCity_Spreadsheet_AutoFilterOperator_System_Object_" data-uid="GrapeCity.Spreadsheet.IRange.AutoFilter(System.Int32,System.Object,GrapeCity.Spreadsheet.AutoFilterOperator,System.Object)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.AutoFilter.html#GrapeCity_Spreadsheet_IRange_AutoFilter_System_Int32_System_Object_GrapeCity_Spreadsheet_AutoFilterOperator_System_Object_">AutoFilter(int, object, AutoFilterOperator, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Filters a list using the AutoFilter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_AutoFit_System_Boolean_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.AutoFit(System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.AutoFit.html#GrapeCity_Spreadsheet_IRange_AutoFit_System_Boolean_System_Boolean_">AutoFit(bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the width of the columns or the height of the rows in the range to achieve the best fit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_BorderAround_GrapeCity_Spreadsheet_BorderLineStyle_" data-uid="GrapeCity.Spreadsheet.IRange.BorderAround(GrapeCity.Spreadsheet.BorderLineStyle)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.BorderAround.html#GrapeCity_Spreadsheet_IRange_BorderAround_GrapeCity_Spreadsheet_BorderLineStyle_">BorderAround(BorderLineStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a border to a range and sets the <a class="xref" href="GrapeCity.Spreadsheet.IBorder.Color.html#GrapeCity_Spreadsheet_IBorder_Color">Color</a> and <a class="xref" href="GrapeCity.Spreadsheet.IBorder.LineStyle.html#GrapeCity_Spreadsheet_IBorder_LineStyle">LineStyle</a> properties of the <a class="xref" href="GrapeCity.Spreadsheet.IBorder.html">IBorder</a> object for the new border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_BorderAround_GrapeCity_Spreadsheet_BorderLineStyle_GrapeCity_Spreadsheet_Color_" data-uid="GrapeCity.Spreadsheet.IRange.BorderAround(GrapeCity.Spreadsheet.BorderLineStyle,GrapeCity.Spreadsheet.Color)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.BorderAround.html#GrapeCity_Spreadsheet_IRange_BorderAround_GrapeCity_Spreadsheet_BorderLineStyle_GrapeCity_Spreadsheet_Color_">BorderAround(BorderLineStyle, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a border to a range and sets the <a class="xref" href="GrapeCity.Spreadsheet.IBorder.Color.html#GrapeCity_Spreadsheet_IBorder_Color">Color</a> and <a class="xref" href="GrapeCity.Spreadsheet.IBorder.LineStyle.html#GrapeCity_Spreadsheet_IBorder_LineStyle">LineStyle</a> properties of the <a class="xref" href="GrapeCity.Spreadsheet.IBorder.html">IBorder</a> object for the new border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Calculate" data-uid="GrapeCity.Spreadsheet.IRange.Calculate">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Calculate.html#GrapeCity_Spreadsheet_IRange_Calculate">Calculate()</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates this range of cells on a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Characters_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IRange.Characters(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Characters.html#GrapeCity_Spreadsheet_IRange_Characters_System_Int32_System_Int32_">Characters(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ICharacters.html">ICharacters</a> object that represents a range of characters within the object text.
You can use the <a class="xref" href="GrapeCity.Spreadsheet.ICharacters.html">ICharacters</a> object to format characters within a text string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Clear_GrapeCity_Spreadsheet_ManipulationOptions_" data-uid="GrapeCity.Spreadsheet.IRange.Clear(GrapeCity.Spreadsheet.ManipulationOptions)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Clear.html#GrapeCity_Spreadsheet_IRange_Clear_GrapeCity_Spreadsheet_ManipulationOptions_">Clear(ManipulationOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all the data and formulas from the specified range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_ClearHyperlinks" data-uid="GrapeCity.Spreadsheet.IRange.ClearHyperlinks">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.ClearHyperlinks.html#GrapeCity_Spreadsheet_IRange_ClearHyperlinks">ClearHyperlinks()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all hyperlinks from the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Copy_GrapeCity_Spreadsheet_IRange_GrapeCity_Spreadsheet_ManipulationOptions_" data-uid="GrapeCity.Spreadsheet.IRange.Copy(GrapeCity.Spreadsheet.IRange,GrapeCity.Spreadsheet.ManipulationOptions)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Copy.html#GrapeCity_Spreadsheet_IRange_Copy_GrapeCity_Spreadsheet_IRange_GrapeCity_Spreadsheet_ManipulationOptions_">Copy(IRange, ManipulationOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the data from a range of cells to a specified range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Copy_System_Boolean_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.Copy(System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Copy.html#GrapeCity_Spreadsheet_IRange_Copy_System_Boolean_System_Boolean_">Copy(bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the data from a range of cells to clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Copy_System_Int32_System_Int32_GrapeCity_Spreadsheet_ManipulationOptions_" data-uid="GrapeCity.Spreadsheet.IRange.Copy(System.Int32,System.Int32,GrapeCity.Spreadsheet.ManipulationOptions)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Copy.html#GrapeCity_Spreadsheet_IRange_Copy_System_Int32_System_Int32_GrapeCity_Spreadsheet_ManipulationOptions_">Copy(int, int, ManipulationOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the data from a range of cells to a specified range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Copy_System_String_GrapeCity_Spreadsheet_ManipulationOptions_" data-uid="GrapeCity.Spreadsheet.IRange.Copy(System.String,GrapeCity.Spreadsheet.ManipulationOptions)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Copy.html#GrapeCity_Spreadsheet_IRange_Copy_System_String_GrapeCity_Spreadsheet_ManipulationOptions_">Copy(string, ManipulationOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the data from a range of cells to a specified range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_CreateCamera" data-uid="GrapeCity.Spreadsheet.IRange.CreateCamera">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.CreateCamera.html#GrapeCity_Spreadsheet_IRange_CreateCamera">CreateCamera()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICamera.html">ICamera</a> object that represents the visual of a cell range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_CreateTable_System_Boolean_System_String_System_String_" data-uid="GrapeCity.Spreadsheet.IRange.CreateTable(System.Boolean,System.String,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.CreateTable.html#GrapeCity_Spreadsheet_IRange_CreateTable_System_Boolean_System_String_System_String_">CreateTable(bool, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the <a class="xref" href="GrapeCity.Spreadsheet.ITable.html">ITable</a> at the specified cell range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Cut_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.Cut(System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Cut.html#GrapeCity_Spreadsheet_IRange_Cut_System_Boolean_">Cut(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Cuts the data from a range of cells to clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_DataTable_GrapeCity_Spreadsheet_CellReference_GrapeCity_Spreadsheet_CellReference_" data-uid="GrapeCity.Spreadsheet.IRange.DataTable(GrapeCity.Spreadsheet.CellReference,GrapeCity.Spreadsheet.CellReference)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.DataTable.html#GrapeCity_Spreadsheet_IRange_DataTable_GrapeCity_Spreadsheet_CellReference_GrapeCity_Spreadsheet_CellReference_">DataTable(CellReference, CellReference)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a data table based on input values and formulas that you define on a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_DataTable_GrapeCity_Spreadsheet_IRange_GrapeCity_Spreadsheet_IRange_" data-uid="GrapeCity.Spreadsheet.IRange.DataTable(GrapeCity.Spreadsheet.IRange,GrapeCity.Spreadsheet.IRange)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.DataTable.html#GrapeCity_Spreadsheet_IRange_DataTable_GrapeCity_Spreadsheet_IRange_GrapeCity_Spreadsheet_IRange_">DataTable(IRange, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a data table based on input values and formulas that you define on a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_DataTable_System_String_System_String_" data-uid="GrapeCity.Spreadsheet.IRange.DataTable(System.String,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.DataTable.html#GrapeCity_Spreadsheet_IRange_DataTable_System_String_System_String_">DataTable(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a data table based on input values and formulas that you define on a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Delete_GrapeCity_Spreadsheet_DeleteShiftDirection_" data-uid="GrapeCity.Spreadsheet.IRange.Delete(GrapeCity.Spreadsheet.DeleteShiftDirection)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Delete.html#GrapeCity_Spreadsheet_IRange_Delete_GrapeCity_Spreadsheet_DeleteShiftDirection_">Delete(DeleteShiftDirection)</a>
        </td>
        <td class="markdown level1 summary"><p>Delete a cell or a range of cells into the worksheet and shifts other cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Dirty" data-uid="GrapeCity.Spreadsheet.IRange.Dirty">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Dirty.html#GrapeCity_Spreadsheet_IRange_Dirty">Dirty()</a>
        </td>
        <td class="markdown level1 summary"><p>Designates a range to be recalculated when the next recalculation occurs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_End_GrapeCity_Spreadsheet_Direction_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.End(GrapeCity.Spreadsheet.Direction,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.End.html#GrapeCity_Spreadsheet_IRange_End_GrapeCity_Spreadsheet_Direction_System_Boolean_">End(Direction, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the cell at the end of the region that contains the source range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_FillDown" data-uid="GrapeCity.Spreadsheet.IRange.FillDown">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.FillDown.html#GrapeCity_Spreadsheet_IRange_FillDown">FillDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Fills down from the top cell or cells in the specified range to the bottom of the range.
The contents and formatting of the cell or cells in the top row of a range are copied into the rest of the rows in the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_FillLeft" data-uid="GrapeCity.Spreadsheet.IRange.FillLeft">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.FillLeft.html#GrapeCity_Spreadsheet_IRange_FillLeft">FillLeft()</a>
        </td>
        <td class="markdown level1 summary"><p>Fills left from the rightmost cell or cells in the specified range.
The contents and formatting of the cell or cells in the rightmost column of a range are copied into the rest of the columns in the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_FillRight" data-uid="GrapeCity.Spreadsheet.IRange.FillRight">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.FillRight.html#GrapeCity_Spreadsheet_IRange_FillRight">FillRight()</a>
        </td>
        <td class="markdown level1 summary"><p>Fills right from the leftmost cell or cells in the specified range.
The contents and formatting of the cell or cells in the leftmost column of a range are copied into the rest of the columns in the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_FillUp" data-uid="GrapeCity.Spreadsheet.IRange.FillUp">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.FillUp.html#GrapeCity_Spreadsheet_IRange_FillUp">FillUp()</a>
        </td>
        <td class="markdown level1 summary"><p>Fills up from the bottom cell or cells in the specified range to the top of the range.
The contents and formatting of the cell or cells in the bottom row of a range are copied into the rest of the rows in the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Find_System_Object_System_Object_GrapeCity_Spreadsheet_FindLookIn_GrapeCity_Spreadsheet_LookAt_GrapeCity_Spreadsheet_SearchOrder_GrapeCity_Spreadsheet_SearchDirection_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.Find(System.Object,System.Object,GrapeCity.Spreadsheet.FindLookIn,GrapeCity.Spreadsheet.LookAt,GrapeCity.Spreadsheet.SearchOrder,GrapeCity.Spreadsheet.SearchDirection,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Find.html#GrapeCity_Spreadsheet_IRange_Find_System_Object_System_Object_GrapeCity_Spreadsheet_FindLookIn_GrapeCity_Spreadsheet_LookAt_GrapeCity_Spreadsheet_SearchOrder_GrapeCity_Spreadsheet_SearchDirection_System_Boolean_">Find(object, object, FindLookIn, LookAt, SearchOrder, SearchDirection, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds specific information in a range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_FindNext_System_Object_" data-uid="GrapeCity.Spreadsheet.IRange.FindNext(System.Object)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.FindNext.html#GrapeCity_Spreadsheet_IRange_FindNext_System_Object_">FindNext(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Continues a search that was begun with the <a class="xref" href="GrapeCity.Spreadsheet.IRange.Find.html#GrapeCity_Spreadsheet_IRange_Find_System_Object_System_Object_GrapeCity_Spreadsheet_FindLookIn_GrapeCity_Spreadsheet_LookAt_GrapeCity_Spreadsheet_SearchOrder_GrapeCity_Spreadsheet_SearchDirection_System_Boolean_">Find(object, object, FindLookIn, LookAt, SearchOrder, SearchDirection, bool)</a> method.
Finds the next cell that matches those same conditions and returns a Range object that represents that cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_FindPrevious_System_Object_" data-uid="GrapeCity.Spreadsheet.IRange.FindPrevious(System.Object)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.FindPrevious.html#GrapeCity_Spreadsheet_IRange_FindPrevious_System_Object_">FindPrevious(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Continues a search that was begun with the <a class="xref" href="GrapeCity.Spreadsheet.IRange.Find.html#GrapeCity_Spreadsheet_IRange_Find_System_Object_System_Object_GrapeCity_Spreadsheet_FindLookIn_GrapeCity_Spreadsheet_LookAt_GrapeCity_Spreadsheet_SearchOrder_GrapeCity_Spreadsheet_SearchDirection_System_Boolean_">Find(object, object, FindLookIn, LookAt, SearchOrder, SearchDirection, bool)</a> method.
Finds the previous cell that matches those same conditions and returns an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents that cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_GetFullDependents" data-uid="GrapeCity.Spreadsheet.IRange.GetFullDependents">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.GetFullDependents.html#GrapeCity_Spreadsheet_IRange_GetFullDependents">GetFullDependents()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an array of <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the ranges containing all the dependents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one dependent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_GetFullPrecedents_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.GetFullPrecedents(System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.GetFullPrecedents.html#GrapeCity_Spreadsheet_IRange_GetFullPrecedents_System_Boolean_">GetFullPrecedents(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an array of <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents all the precedents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one precedent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_GoalSeek_System_Double_GrapeCity_Spreadsheet_CellReference_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.GoalSeek(System.Double,GrapeCity.Spreadsheet.CellReference,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.GoalSeek.html#GrapeCity_Spreadsheet_IRange_GoalSeek_System_Double_GrapeCity_Spreadsheet_CellReference_System_Boolean_">GoalSeek(double, CellReference, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the values necessary to achieve a specific goal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_GoalSeek_System_Double_GrapeCity_Spreadsheet_IRange_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.GoalSeek(System.Double,GrapeCity.Spreadsheet.IRange,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.GoalSeek.html#GrapeCity_Spreadsheet_IRange_GoalSeek_System_Double_GrapeCity_Spreadsheet_IRange_System_Boolean_">GoalSeek(double, IRange, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the values necessary to achieve a specific goal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_GoalSeek_System_Double_System_String_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.GoalSeek(System.Double,System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.GoalSeek.html#GrapeCity_Spreadsheet_IRange_GoalSeek_System_Double_System_String_System_Boolean_">GoalSeek(double, string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the values necessary to achieve a specific goal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Group" data-uid="GrapeCity.Spreadsheet.IRange.Group">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Group.html#GrapeCity_Spreadsheet_IRange_Group">Group()</a>
        </td>
        <td class="markdown level1 summary"><p>Demotes a range in an outline (that is, increases its outline level). The specified range must be a row or column, or a range of rows or columns.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Group_System_Nullable_System_Double__System_Nullable_System_Double__System_Nullable_System_Double__GrapeCity_Spreadsheet_PivotTables_PivotGroupPeriods___" data-uid="GrapeCity.Spreadsheet.IRange.Group(System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.Double},GrapeCity.Spreadsheet.PivotTables.PivotGroupPeriods[])">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Group.html#GrapeCity_Spreadsheet_IRange_Group_System_Nullable_System_Double__System_Nullable_System_Double__System_Nullable_System_Double__GrapeCity_Spreadsheet_PivotTables_PivotGroupPeriods___">Group(double?, double?, double?, PivotGroupPeriods[])</a>
        </td>
        <td class="markdown level1 summary"><p>When <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object represents a single cell in a PivotTable field's data range, this method performs numeric or date-based grouping in that field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Insert_GrapeCity_Spreadsheet_InsertShiftDirection_GrapeCity_Spreadsheet_InsertFormatOrigin_" data-uid="GrapeCity.Spreadsheet.IRange.Insert(GrapeCity.Spreadsheet.InsertShiftDirection,GrapeCity.Spreadsheet.InsertFormatOrigin)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Insert.html#GrapeCity_Spreadsheet_IRange_Insert_GrapeCity_Spreadsheet_InsertShiftDirection_GrapeCity_Spreadsheet_InsertFormatOrigin_">Insert(InsertShiftDirection, InsertFormatOrigin)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a cell or a range of cells into the worksheet and shifts other cells away to make space.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_InsertIndent_System_Int32_" data-uid="GrapeCity.Spreadsheet.IRange.InsertIndent(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.InsertIndent.html#GrapeCity_Spreadsheet_IRange_InsertIndent_System_Int32_">InsertIndent(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an indent to the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_InsertPictureInCell_System_IO_Stream_" data-uid="GrapeCity.Spreadsheet.IRange.InsertPictureInCell(System.IO.Stream)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.InsertPictureInCell.html#GrapeCity_Spreadsheet_IRange_InsertPictureInCell_System_IO_Stream_">InsertPictureInCell(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts local picture directly into cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_InsertPictureInCell_System_String_" data-uid="GrapeCity.Spreadsheet.IRange.InsertPictureInCell(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.InsertPictureInCell.html#GrapeCity_Spreadsheet_IRange_InsertPictureInCell_System_String_">InsertPictureInCell(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts local picture directly into cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Merge_System_Boolean_System_Boolean_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.Merge(System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Merge.html#GrapeCity_Spreadsheet_IRange_Merge_System_Boolean_System_Boolean_System_Boolean_">Merge(bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a merged cell from the specified <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Move_GrapeCity_Spreadsheet_IRange_GrapeCity_Spreadsheet_ManipulationOptions_" data-uid="GrapeCity.Spreadsheet.IRange.Move(GrapeCity.Spreadsheet.IRange,GrapeCity.Spreadsheet.ManipulationOptions)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Move.html#GrapeCity_Spreadsheet_IRange_Move_GrapeCity_Spreadsheet_IRange_GrapeCity_Spreadsheet_ManipulationOptions_">Move(IRange, ManipulationOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the data from a range of cells to the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Move_System_Int32_System_Int32_GrapeCity_Spreadsheet_ManipulationOptions_" data-uid="GrapeCity.Spreadsheet.IRange.Move(System.Int32,System.Int32,GrapeCity.Spreadsheet.ManipulationOptions)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Move.html#GrapeCity_Spreadsheet_IRange_Move_System_Int32_System_Int32_GrapeCity_Spreadsheet_ManipulationOptions_">Move(int, int, ManipulationOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the data from a range of cells to the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Move_System_String_GrapeCity_Spreadsheet_ManipulationOptions_" data-uid="GrapeCity.Spreadsheet.IRange.Move(System.String,GrapeCity.Spreadsheet.ManipulationOptions)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Move.html#GrapeCity_Spreadsheet_IRange_Move_System_String_GrapeCity_Spreadsheet_ManipulationOptions_">Move(string, ManipulationOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the data from a range of cells to the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Offset_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IRange.Offset(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Offset.html#GrapeCity_Spreadsheet_IRange_Offset_System_Int32_System_Int32_">Offset(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents a translated range from the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_PastePictureInCell" data-uid="GrapeCity.Spreadsheet.IRange.PastePictureInCell">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.PastePictureInCell.html#GrapeCity_Spreadsheet_IRange_PastePictureInCell">PastePictureInCell()</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes the picture from clipboard into cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_PasteSpecial_GrapeCity_Spreadsheet_PasteType_GrapeCity_Spreadsheet_PasteSpecialOperation_System_Boolean_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.PasteSpecial(GrapeCity.Spreadsheet.PasteType,GrapeCity.Spreadsheet.PasteSpecialOperation,System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.PasteSpecial.html#GrapeCity_Spreadsheet_IRange_PasteSpecial_GrapeCity_Spreadsheet_PasteType_GrapeCity_Spreadsheet_PasteSpecialOperation_System_Boolean_System_Boolean_">PasteSpecial(PasteType, PasteSpecialOperation, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a command that paste specified data to the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Range_System_String_System_String_" data-uid="GrapeCity.Spreadsheet.IRange.Range(System.String,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Range.html#GrapeCity_Spreadsheet_IRange_Range_System_String_System_String_">Range(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Get an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents a cell or a range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_RemoveDuplicates_System_Int32___GrapeCity_Spreadsheet_YesNoGuess_" data-uid="GrapeCity.Spreadsheet.IRange.RemoveDuplicates(System.Int32[],GrapeCity.Spreadsheet.YesNoGuess)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.RemoveDuplicates.html#GrapeCity_Spreadsheet_IRange_RemoveDuplicates_System_Int32___GrapeCity_Spreadsheet_YesNoGuess_">RemoveDuplicates(int[], YesNoGuess)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes duplicate values from a range of values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Resize_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IRange.Resize(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Resize.html#GrapeCity_Spreadsheet_IRange_Resize_System_Int32_System_Int32_">Resize(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Resizes the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Select" data-uid="GrapeCity.Spreadsheet.IRange.Select">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Select.html#GrapeCity_Spreadsheet_IRange_Select">Select()</a>
        </td>
        <td class="markdown level1 summary"><p>Select a cell or a range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Show" data-uid="GrapeCity.Spreadsheet.IRange.Show">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Show.html#GrapeCity_Spreadsheet_IRange_Show">Show()</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls through the contents of the active window to move the range into view. The range must consist of a single cell in the active document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_ShowCard" data-uid="GrapeCity.Spreadsheet.IRange.ShowCard">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.ShowCard.html#GrapeCity_Spreadsheet_IRange_ShowCard">ShowCard()</a>
        </td>
        <td class="markdown level1 summary"><p>For a cell containing a rich data type, implement <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.IRichValue.html">IRichValue</a>, this method causes a card to appear that shows details about the cell (that is, the same card that the user can view by choosing the cell icon).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Sort_System_String_GrapeCity_Spreadsheet_SortOrder_System_String_GrapeCity_Spreadsheet_SortType_GrapeCity_Spreadsheet_SortOrder_System_String_GrapeCity_Spreadsheet_SortOrder_GrapeCity_Spreadsheet_YesNoGuess_System_Boolean_GrapeCity_Spreadsheet_SortMethod_GrapeCity_Spreadsheet_SortDataOption_GrapeCity_Spreadsheet_SortDataOption_GrapeCity_Spreadsheet_SortDataOption_" data-uid="GrapeCity.Spreadsheet.IRange.Sort(System.String,GrapeCity.Spreadsheet.SortOrder,System.String,GrapeCity.Spreadsheet.SortType,GrapeCity.Spreadsheet.SortOrder,System.String,GrapeCity.Spreadsheet.SortOrder,GrapeCity.Spreadsheet.YesNoGuess,System.Boolean,GrapeCity.Spreadsheet.SortMethod,GrapeCity.Spreadsheet.SortDataOption,GrapeCity.Spreadsheet.SortDataOption,GrapeCity.Spreadsheet.SortDataOption)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Sort.html#GrapeCity_Spreadsheet_IRange_Sort_System_String_GrapeCity_Spreadsheet_SortOrder_System_String_GrapeCity_Spreadsheet_SortType_GrapeCity_Spreadsheet_SortOrder_System_String_GrapeCity_Spreadsheet_SortOrder_GrapeCity_Spreadsheet_YesNoGuess_System_Boolean_GrapeCity_Spreadsheet_SortMethod_GrapeCity_Spreadsheet_SortDataOption_GrapeCity_Spreadsheet_SortDataOption_GrapeCity_Spreadsheet_SortDataOption_">Sort(string, SortOrder, string, SortType, SortOrder, string, SortOrder, YesNoGuess, bool, SortMethod, SortDataOption, SortDataOption, SortDataOption)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts a range of values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_SpecialCells_GrapeCity_Spreadsheet_SpecialCellType_GrapeCity_Spreadsheet_SpecialCellsValue_" data-uid="GrapeCity.Spreadsheet.IRange.SpecialCells(GrapeCity.Spreadsheet.SpecialCellType,GrapeCity.Spreadsheet.SpecialCellsValue)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.SpecialCells.html#GrapeCity_Spreadsheet_IRange_SpecialCells_GrapeCity_Spreadsheet_SpecialCellType_GrapeCity_Spreadsheet_SpecialCellsValue_">SpecialCells(SpecialCellType, SpecialCellsValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents all the cells that match the specified type and value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_TextToColumns_GrapeCity_Spreadsheet_IRange_GrapeCity_Spreadsheet_TextParsingType_GrapeCity_Spreadsheet_TextQualifier_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Char_System_Tuple_System_Int32_GrapeCity_Spreadsheet_ColumnDataType____System_Char_System_Char_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.TextToColumns(GrapeCity.Spreadsheet.IRange,GrapeCity.Spreadsheet.TextParsingType,GrapeCity.Spreadsheet.TextQualifier,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Char,System.Tuple{System.Int32,GrapeCity.Spreadsheet.ColumnDataType}[],System.Char,System.Char,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.TextToColumns.html#GrapeCity_Spreadsheet_IRange_TextToColumns_GrapeCity_Spreadsheet_IRange_GrapeCity_Spreadsheet_TextParsingType_GrapeCity_Spreadsheet_TextQualifier_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Char_System_Tuple_System_Int32_GrapeCity_Spreadsheet_ColumnDataType____System_Char_System_Char_System_Boolean_">TextToColumns(IRange, TextParsingType, TextQualifier, bool, bool, bool, bool, bool, bool, char, Tuple&lt;int, ColumnDataType&gt;[], char, char, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses a column of cells that contain text into several columns.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_TextToColumns_System_Int32_System_Int32_GrapeCity_Spreadsheet_TextParsingType_GrapeCity_Spreadsheet_TextQualifier_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Char_System_Tuple_System_Int32_GrapeCity_Spreadsheet_ColumnDataType____System_Char_System_Char_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.TextToColumns(System.Int32,System.Int32,GrapeCity.Spreadsheet.TextParsingType,GrapeCity.Spreadsheet.TextQualifier,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Char,System.Tuple{System.Int32,GrapeCity.Spreadsheet.ColumnDataType}[],System.Char,System.Char,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.TextToColumns.html#GrapeCity_Spreadsheet_IRange_TextToColumns_System_Int32_System_Int32_GrapeCity_Spreadsheet_TextParsingType_GrapeCity_Spreadsheet_TextQualifier_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Char_System_Tuple_System_Int32_GrapeCity_Spreadsheet_ColumnDataType____System_Char_System_Char_System_Boolean_">TextToColumns(int, int, TextParsingType, TextQualifier, bool, bool, bool, bool, bool, bool, char, Tuple&lt;int, ColumnDataType&gt;[], char, char, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses a column of cells that contain text into several columns.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_TextToColumns_System_String_GrapeCity_Spreadsheet_TextParsingType_GrapeCity_Spreadsheet_TextQualifier_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Char_System_Tuple_System_Int32_GrapeCity_Spreadsheet_ColumnDataType____System_Char_System_Char_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IRange.TextToColumns(System.String,GrapeCity.Spreadsheet.TextParsingType,GrapeCity.Spreadsheet.TextQualifier,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Char,System.Tuple{System.Int32,GrapeCity.Spreadsheet.ColumnDataType}[],System.Char,System.Char,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.TextToColumns.html#GrapeCity_Spreadsheet_IRange_TextToColumns_System_String_GrapeCity_Spreadsheet_TextParsingType_GrapeCity_Spreadsheet_TextQualifier_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Char_System_Tuple_System_Int32_GrapeCity_Spreadsheet_ColumnDataType____System_Char_System_Char_System_Boolean_">TextToColumns(string, TextParsingType, TextQualifier, bool, bool, bool, bool, bool, bool, char, Tuple&lt;int, ColumnDataType&gt;[], char, char, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses a column of cells that contain text into several columns.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_UnMerge" data-uid="GrapeCity.Spreadsheet.IRange.UnMerge">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.UnMerge.html#GrapeCity_Spreadsheet_IRange_UnMerge">UnMerge()</a>
        </td>
        <td class="markdown level1 summary"><p>Separates a merged area into individual cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRange_Ungroup" data-uid="GrapeCity.Spreadsheet.IRange.Ungroup">
          <a class="xref" href="GrapeCity.Spreadsheet.IRange.Ungroup.html#GrapeCity_Spreadsheet_IRange_Ungroup">Ungroup()</a>
        </td>
        <td class="markdown level1 summary"><p>Promotes a range in an outline (that is, decreases its outline level). The specified range must be a row or column, or a range of rows or columns. If the range is in a PivotTable report, this method ungroups the items contained in the range.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
