# GrapeCity.Documents.Excel.IRange

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IRange" data-uid="GrapeCity.Documents.Excel.IRange" class="text-break">IRange Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the IRange object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_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_Documents_Excel_IRange_AddIndent" data-uid="GrapeCity.Documents.Excel.IRange.AddIndent">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.AddIndent.html#GrapeCity_Documents_Excel_IRange_AddIndent">AddIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the property which controls indentation of text when horizontal or vertical alignment is set to distributed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Address" data-uid="GrapeCity.Documents.Excel.IRange.Address">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Address.html#GrapeCity_Documents_Excel_IRange_Address">Address</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value that represents the range reference in the absolute A1 format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Areas" data-uid="GrapeCity.Documents.Excel.IRange.Areas">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Areas.html#GrapeCity_Documents_Excel_IRange_Areas">Areas</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an instance of <a class="xref" href="GrapeCity.Documents.Excel.IAreas.html">IAreas</a> which represents an array of IRanges where each <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> returned by IAreas represents one cell or range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_BackgroundImage" data-uid="GrapeCity.Documents.Excel.IRange.BackgroundImage">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.BackgroundImage.html#GrapeCity_Documents_Excel_IRange_BackgroundImage">BackgroundImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell background image. Supported image types include: PNG, JPG, ICO, SVG, GIF.
This would be visible only in SpreadJS and Exporting to PDF/HTML/IMG.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_BackgroundImageLayout" data-uid="GrapeCity.Documents.Excel.IRange.BackgroundImageLayout">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.BackgroundImageLayout.html#GrapeCity_Documents_Excel_IRange_BackgroundImageLayout">BackgroundImageLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell background image layout, default is Stretch.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_BindingPath" data-uid="GrapeCity.Documents.Excel.IRange.BindingPath">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.BindingPath.html#GrapeCity_Documents_Excel_IRange_BindingPath">BindingPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the binding path of the current cell or column.
If range is normal range, gets or sets the binding path of the top-left cell of range.
If range is EntireColumn, gets or sets the binding path of the left column binding path of range.
If range is EntireRow, gets or sets null.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Borders" data-uid="GrapeCity.Documents.Excel.IRange.Borders">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Borders.html#GrapeCity_Documents_Excel_IRange_Borders">Borders</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an instance of <a class="xref" href="GrapeCity.Documents.Excel.IBorders.html">IBorders</a> which represents the cell borders of the cell or range represented by this IRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_CellControl" data-uid="GrapeCity.Documents.Excel.IRange.CellControl">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.CellControl.html#GrapeCity_Documents_Excel_IRange_CellControl">CellControl</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.ICellControl.html">ICellControl</a> object that represents the cell control of the current range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_CellPadding" data-uid="GrapeCity.Documents.Excel.IRange.CellPadding">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.CellPadding.html#GrapeCity_Documents_Excel_IRange_CellPadding">CellPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell padding for range.
SpreadJS only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_CellPicture" data-uid="GrapeCity.Documents.Excel.IRange.CellPicture">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.CellPicture.html#GrapeCity_Documents_Excel_IRange_CellPicture">CellPicture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the in-cell picture of the specified cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_CellType" data-uid="GrapeCity.Documents.Excel.IRange.CellType">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.CellType.html#GrapeCity_Documents_Excel_IRange_CellType">CellType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell type for specified range in the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Cells" data-uid="GrapeCity.Documents.Excel.IRange.Cells">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Cells.html#GrapeCity_Documents_Excel_IRange_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object that represents the cells in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Column" data-uid="GrapeCity.Documents.Excel.IRange.Column">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Column.html#GrapeCity_Documents_Excel_IRange_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the zero based column number of the first column of the first range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ColumnCount" data-uid="GrapeCity.Documents.Excel.IRange.ColumnCount">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ColumnCount.html#GrapeCity_Documents_Excel_IRange_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the column count of the first range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ColumnWidth" data-uid="GrapeCity.Documents.Excel.IRange.ColumnWidth">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ColumnWidth.html#GrapeCity_Documents_Excel_IRange_ColumnWidth">ColumnWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the individual columns represented in this range in characters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ColumnWidthInPixel" data-uid="GrapeCity.Documents.Excel.IRange.ColumnWidthInPixel">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ColumnWidthInPixel.html#GrapeCity_Documents_Excel_IRange_ColumnWidthInPixel">ColumnWidthInPixel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the individual columns represented in this range in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Columns" data-uid="GrapeCity.Documents.Excel.IRange.Columns">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Columns.html#GrapeCity_Documents_Excel_IRange_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object that represents the columns in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Comment" data-uid="GrapeCity.Documents.Excel.IRange.Comment">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Comment.html#GrapeCity_Documents_Excel_IRange_Comment">Comment</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an instance of IComment which may be used to get and set Comment properties of the cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_CommentThreaded" data-uid="GrapeCity.Documents.Excel.IRange.CommentThreaded">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.CommentThreaded.html#GrapeCity_Documents_Excel_IRange_CommentThreaded">CommentThreaded</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an instance of ICommentThreaded which may be used to get and set ICommentThreaded properties of the cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Count" data-uid="GrapeCity.Documents.Excel.IRange.Count">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Count.html#GrapeCity_Documents_Excel_IRange_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of objects in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_CurrentArray" data-uid="GrapeCity.Documents.Excel.IRange.CurrentArray">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.CurrentArray.html#GrapeCity_Documents_Excel_IRange_CurrentArray">CurrentArray</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the specified cell is part of an array or dynamic array, returns an <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a>
object that represents the entire array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Decoration" data-uid="GrapeCity.Documents.Excel.IRange.Decoration">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Decoration.html#GrapeCity_Documents_Excel_IRange_Decoration">Decoration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell decoration.
SpreadJS only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_DefaultValue" data-uid="GrapeCity.Documents.Excel.IRange.DefaultValue">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.DefaultValue.html#GrapeCity_Documents_Excel_IRange_DefaultValue">DefaultValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default value of the cell, it can be the value data or the formula string. It works when the cell has no data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_DisplayFormat" data-uid="GrapeCity.Documents.Excel.IRange.DisplayFormat">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.DisplayFormat.html#GrapeCity_Documents_Excel_IRange_DisplayFormat">DisplayFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a DisplayFormat object that represents the display settings for the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_EntireColumn" data-uid="GrapeCity.Documents.Excel.IRange.EntireColumn">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.EntireColumn.html#GrapeCity_Documents_Excel_IRange_EntireColumn">EntireColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a new instance of <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> which represents the same range of cells, but expanded to include all rows.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_EntireMergeArea" data-uid="GrapeCity.Documents.Excel.IRange.EntireMergeArea">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.EntireMergeArea.html#GrapeCity_Documents_Excel_IRange_EntireMergeArea">EntireMergeArea</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> representing the area of the current <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> which is iteratively grown as needed until it includes no partial merged cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_EntireRow" data-uid="GrapeCity.Documents.Excel.IRange.EntireRow">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.EntireRow.html#GrapeCity_Documents_Excel_IRange_EntireRow">EntireRow</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a new instance of <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> which represents the same range of cells, but expanded to include all columns.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Font" data-uid="GrapeCity.Documents.Excel.IRange.Font">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Font.html#GrapeCity_Documents_Excel_IRange_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an instance of <a class="xref" href="GrapeCity.Documents.Excel.IFont.html">IFont</a> which may be used to get and set font properties of the cells represented by this IRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_FormatConditions" data-uid="GrapeCity.Documents.Excel.IRange.FormatConditions">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.FormatConditions.html#GrapeCity_Documents_Excel_IRange_FormatConditions">FormatConditions</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a FormatConditions collection that represents all the conditional formats for the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Formula" data-uid="GrapeCity.Documents.Excel.IRange.Formula">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Formula.html#GrapeCity_Documents_Excel_IRange_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula of the cells represented by this <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> in A1-style notation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Formula2" data-uid="GrapeCity.Documents.Excel.IRange.Formula2">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Formula2.html#GrapeCity_Documents_Excel_IRange_Formula2">Formula2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula of the cells represented by this <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> in A1-style array notation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Formula2Local" data-uid="GrapeCity.Documents.Excel.IRange.Formula2Local">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Formula2Local.html#GrapeCity_Documents_Excel_IRange_Formula2Local">Formula2Local</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the localized formula of the cells represented by this <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> in A1-style array notation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Formula2R1C1" data-uid="GrapeCity.Documents.Excel.IRange.Formula2R1C1">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Formula2R1C1.html#GrapeCity_Documents_Excel_IRange_Formula2R1C1">Formula2R1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula of the cells represented by this <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> in R1C1-style array notation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Formula2R1C1Local" data-uid="GrapeCity.Documents.Excel.IRange.Formula2R1C1Local">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Formula2R1C1Local.html#GrapeCity_Documents_Excel_IRange_Formula2R1C1Local">Formula2R1C1Local</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the localized formula in array notation of the cells represented by this <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> in R1C1-style array notation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_FormulaArray" data-uid="GrapeCity.Documents.Excel.IRange.FormulaArray">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.FormulaArray.html#GrapeCity_Documents_Excel_IRange_FormulaArray">FormulaArray</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array formula of a range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_FormulaArrayR1C1" data-uid="GrapeCity.Documents.Excel.IRange.FormulaArrayR1C1">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.FormulaArrayR1C1.html#GrapeCity_Documents_Excel_IRange_FormulaArrayR1C1">FormulaArrayR1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array formula of a range, using ReferenceStyle.R1C1.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_FormulaHidden" data-uid="GrapeCity.Documents.Excel.IRange.FormulaHidden">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.FormulaHidden.html#GrapeCity_Documents_Excel_IRange_FormulaHidden">FormulaHidden</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the formula will be hidden when the worksheet is protected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_FormulaLocal" data-uid="GrapeCity.Documents.Excel.IRange.FormulaLocal">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.FormulaLocal.html#GrapeCity_Documents_Excel_IRange_FormulaLocal">FormulaLocal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the localized formula of the cells represented by this <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> in A1-style notation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_FormulaR1C1" data-uid="GrapeCity.Documents.Excel.IRange.FormulaR1C1">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.FormulaR1C1.html#GrapeCity_Documents_Excel_IRange_FormulaR1C1">FormulaR1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula of the cells represented by this <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> in R1C1-style notation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_FormulaR1C1Local" data-uid="GrapeCity.Documents.Excel.IRange.FormulaR1C1Local">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.FormulaR1C1Local.html#GrapeCity_Documents_Excel_IRange_FormulaR1C1Local">FormulaR1C1Local</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the localized formula of the cells represented by this <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> in R1C1-style notation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_HasArray" data-uid="GrapeCity.Documents.Excel.IRange.HasArray">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.HasArray.html#GrapeCity_Documents_Excel_IRange_HasArray">HasArray</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the specified cell is part of an array formula or dynamic array formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_HasFormula" data-uid="GrapeCity.Documents.Excel.IRange.HasFormula">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.HasFormula.html#GrapeCity_Documents_Excel_IRange_HasFormula">HasFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the cell or range contains any formulas; otherwise, false is returned.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_HasValidation" data-uid="GrapeCity.Documents.Excel.IRange.HasValidation">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.HasValidation.html#GrapeCity_Documents_Excel_IRange_HasValidation">HasValidation</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if any of the cells represented by this range have data validation associated with them.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Height" data-uid="GrapeCity.Documents.Excel.IRange.Height">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Height.html#GrapeCity_Documents_Excel_IRange_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height, in points, of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_HeightInPixel" data-uid="GrapeCity.Documents.Excel.IRange.HeightInPixel">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.HeightInPixel.html#GrapeCity_Documents_Excel_IRange_HeightInPixel">HeightInPixel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height, in pixels, of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Hidden" data-uid="GrapeCity.Documents.Excel.IRange.Hidden">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Hidden.html#GrapeCity_Documents_Excel_IRange_Hidden">Hidden</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the property which specifies whether rows or columns should be hidden.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_HorizontalAlignment" data-uid="GrapeCity.Documents.Excel.IRange.HorizontalAlignment">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.HorizontalAlignment.html#GrapeCity_Documents_Excel_IRange_HorizontalAlignment">HorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Documents.Excel.IRange.HorizontalAlignment.html#GrapeCity_Documents_Excel_IRange_HorizontalAlignment">HorizontalAlignment</a> of a cell or range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Hyperlinks" data-uid="GrapeCity.Documents.Excel.IRange.Hyperlinks">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Hyperlinks.html#GrapeCity_Documents_Excel_IRange_Hyperlinks">Hyperlinks</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an instance of IHyperLinks which may be used to get and set HyperLinks properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_IgnoredError" data-uid="GrapeCity.Documents.Excel.IRange.IgnoredError">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.IgnoredError.html#GrapeCity_Documents_Excel_IRange_IgnoredError">IgnoredError</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the error type of the range to be ignored.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_IndentLevel" data-uid="GrapeCity.Documents.Excel.IRange.IndentLevel">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.IndentLevel.html#GrapeCity_Documents_Excel_IRange_IndentLevel">IndentLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the indent level of the specified cell(s).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Interior" data-uid="GrapeCity.Documents.Excel.IRange.Interior">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Interior.html#GrapeCity_Documents_Excel_IRange_Interior">Interior</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IInterior.html">IInterior</a> which represents the interior (background) color and pattern of the specified cell(s).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_IsRichText" data-uid="GrapeCity.Documents.Excel.IRange.IsRichText">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.IsRichText.html#GrapeCity_Documents_Excel_IRange_IsRichText">IsRichText</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the cell string value is a rich text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Item_System_Int32_" data-uid="GrapeCity.Documents.Excel.IRange.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Item.html#GrapeCity_Documents_Excel_IRange_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a new instance of <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> by index which represents a cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Item_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Excel.IRange.Item(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Item.html#GrapeCity_Documents_Excel_IRange_Item_System_Int32_System_Int32_">this[int, int]</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a new instance of <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> which is offset from this IRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_LabelOptions" data-uid="GrapeCity.Documents.Excel.IRange.LabelOptions">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.LabelOptions.html#GrapeCity_Documents_Excel_IRange_LabelOptions">LabelOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the setting for watermark.
SpreadJS only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_LastColumn" data-uid="GrapeCity.Documents.Excel.IRange.LastColumn">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.LastColumn.html#GrapeCity_Documents_Excel_IRange_LastColumn">LastColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the zero based column number of the last column of the first range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_LastRow" data-uid="GrapeCity.Documents.Excel.IRange.LastRow">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.LastRow.html#GrapeCity_Documents_Excel_IRange_LastRow">LastRow</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the zero based row number of the last row of the first range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Locked" data-uid="GrapeCity.Documents.Excel.IRange.Locked">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Locked.html#GrapeCity_Documents_Excel_IRange_Locked">Locked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the property which specifies whether cells should be locked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_MergeArea" data-uid="GrapeCity.Documents.Excel.IRange.MergeArea">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.MergeArea.html#GrapeCity_Documents_Excel_IRange_MergeArea">MergeArea</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> representing 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_Documents_Excel_IRange_MergeCells" data-uid="GrapeCity.Documents.Excel.IRange.MergeCells">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.MergeCells.html#GrapeCity_Documents_Excel_IRange_MergeCells">MergeCells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the property which specifies whether cells are merged.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_NumberFormat" data-uid="GrapeCity.Documents.Excel.IRange.NumberFormat">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.NumberFormat.html#GrapeCity_Documents_Excel_IRange_NumberFormat">NumberFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number format of the cells in the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Orientation" data-uid="GrapeCity.Documents.Excel.IRange.Orientation">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Orientation.html#GrapeCity_Documents_Excel_IRange_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text orientation of a cell or range, which may be from -90 to 90 degrees, or 255(vertical text).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_OutlineLevel" data-uid="GrapeCity.Documents.Excel.IRange.OutlineLevel">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.OutlineLevel.html#GrapeCity_Documents_Excel_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_Documents_Excel_IRange_ReadingOrder" data-uid="GrapeCity.Documents.Excel.IRange.ReadingOrder">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ReadingOrder.html#GrapeCity_Documents_Excel_IRange_ReadingOrder">ReadingOrder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the reading order for the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_RichText" data-uid="GrapeCity.Documents.Excel.IRange.RichText">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.RichText.html#GrapeCity_Documents_Excel_IRange_RichText">RichText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Excel.IRichText.html">rich text object</a> associate with the top-left cell of this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Row" data-uid="GrapeCity.Documents.Excel.IRange.Row">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Row.html#GrapeCity_Documents_Excel_IRange_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the zero based row number of the first row of the first range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_RowCount" data-uid="GrapeCity.Documents.Excel.IRange.RowCount">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.RowCount.html#GrapeCity_Documents_Excel_IRange_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the row count of the first range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_RowHeight" data-uid="GrapeCity.Documents.Excel.IRange.RowHeight">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.RowHeight.html#GrapeCity_Documents_Excel_IRange_RowHeight">RowHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the individual rows represented by this range in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_RowHeightInPixel" data-uid="GrapeCity.Documents.Excel.IRange.RowHeightInPixel">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.RowHeightInPixel.html#GrapeCity_Documents_Excel_IRange_RowHeightInPixel">RowHeightInPixel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the individual rows represented by this range in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Rows" data-uid="GrapeCity.Documents.Excel.IRange.Rows">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Rows.html#GrapeCity_Documents_Excel_IRange_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object that represents the rows in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ShowDetail" data-uid="GrapeCity.Documents.Excel.IRange.ShowDetail">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ShowDetail.html#GrapeCity_Documents_Excel_IRange_ShowDetail">ShowDetail</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to show the detail (Returns True 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 (read or write).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ShrinkToFit" data-uid="GrapeCity.Documents.Excel.IRange.ShrinkToFit">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ShrinkToFit.html#GrapeCity_Documents_Excel_IRange_ShrinkToFit">ShrinkToFit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the property which specifies whether cells will be drawn in a smaller font if needed to display the contents of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_SparklineGroups" data-uid="GrapeCity.Documents.Excel.IRange.SparklineGroups">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.SparklineGroups.html#GrapeCity_Documents_Excel_IRange_SparklineGroups">SparklineGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an instance of ISparklineGroups which may be used to get and set SparklineGroups properties of the cells</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Style" data-uid="GrapeCity.Documents.Excel.IRange.Style">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Style.html#GrapeCity_Documents_Excel_IRange_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the named style <a class="xref" href="GrapeCity.Documents.Excel.IStyle.html">IStyle</a> associated with the cells represented by this IRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Summary" data-uid="GrapeCity.Documents.Excel.IRange.Summary">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Summary.html#GrapeCity_Documents_Excel_IRange_Summary">Summary</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the range is an outlining summary row or column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Tag" data-uid="GrapeCity.Documents.Excel.IRange.Tag">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Tag.html#GrapeCity_Documents_Excel_IRange_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tag value for specified range in the sheet.
SpreadJS only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Text" data-uid="GrapeCity.Documents.Excel.IRange.Text">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Text.html#GrapeCity_Documents_Excel_IRange_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the cell represented by this <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> as a formatted string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_UseStandardHeight" data-uid="GrapeCity.Documents.Excel.IRange.UseStandardHeight">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.UseStandardHeight.html#GrapeCity_Documents_Excel_IRange_UseStandardHeight">UseStandardHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the row height of the <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object equals the standard height of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_UseStandardWidth" data-uid="GrapeCity.Documents.Excel.IRange.UseStandardWidth">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.UseStandardWidth.html#GrapeCity_Documents_Excel_IRange_UseStandardWidth">UseStandardWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the column width of the <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object equals the standard width of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_UsedRange" data-uid="GrapeCity.Documents.Excel.IRange.UsedRange">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.UsedRange.html#GrapeCity_Documents_Excel_IRange_UsedRange">UsedRange</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> representing the used range in the current range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Validation" data-uid="GrapeCity.Documents.Excel.IRange.Validation">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Validation.html#GrapeCity_Documents_Excel_IRange_Validation">Validation</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an instance of IValidation which may be used to get and set validation properties of the cells represented by this IRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ValidationIsSame" data-uid="GrapeCity.Documents.Excel.IRange.ValidationIsSame">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ValidationIsSame.html#GrapeCity_Documents_Excel_IRange_ValidationIsSame">ValidationIsSame</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the validation options of all cells represented
by this <strong>IRange</strong> are the same; otherwise, false is returned.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Value" data-uid="GrapeCity.Documents.Excel.IRange.Value">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Value.html#GrapeCity_Documents_Excel_IRange_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified range as a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>,
<a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/reference-types">object</a>[,] (<code>Object</code>(,) in Visual Basic) or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> (<code>Nothing</code> in Visual Basic);
or sets the value of the specified cell as a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int16">short</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a>,
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a>,
<a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/reference-types">object</a>[,] (<code>Object</code>(,) in Visual Basic) or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> (<code>Nothing</code> in Visual Basic).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_VerticalAlignment" data-uid="GrapeCity.Documents.Excel.IRange.VerticalAlignment">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.VerticalAlignment.html#GrapeCity_Documents_Excel_IRange_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Documents.Excel.IRange.VerticalAlignment.html#GrapeCity_Documents_Excel_IRange_VerticalAlignment">VerticalAlignment</a> of a cell or range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Watermark" data-uid="GrapeCity.Documents.Excel.IRange.Watermark">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Watermark.html#GrapeCity_Documents_Excel_IRange_Watermark">Watermark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the watermark for range.
SpreadJS only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Width" data-uid="GrapeCity.Documents.Excel.IRange.Width">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Width.html#GrapeCity_Documents_Excel_IRange_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width, in points, of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_WidthInPixel" data-uid="GrapeCity.Documents.Excel.IRange.WidthInPixel">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.WidthInPixel.html#GrapeCity_Documents_Excel_IRange_WidthInPixel">WidthInPixel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width, in pixels, of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Worksheet" data-uid="GrapeCity.Documents.Excel.IRange.Worksheet">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Worksheet.html#GrapeCity_Documents_Excel_IRange_Worksheet">Worksheet</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the parent <a class="xref" href="GrapeCity.Documents.Excel.IRange.Worksheet.html#GrapeCity_Documents_Excel_IRange_Worksheet">Worksheet</a> of this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_WrapText" data-uid="GrapeCity.Documents.Excel.IRange.WrapText">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.WrapText.html#GrapeCity_Documents_Excel_IRange_WrapText">WrapText</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets the flag which indicates whether word wrap is enabled in a cell.</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_Documents_Excel_IRange_Activate" data-uid="GrapeCity.Documents.Excel.IRange.Activate">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Activate.html#GrapeCity_Documents_Excel_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_Documents_Excel_IRange_AddComment_System_String_" data-uid="GrapeCity.Documents.Excel.IRange.AddComment(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.AddComment.html#GrapeCity_Documents_Excel_IRange_AddComment_System_String_">AddComment(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds comments to the current IRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_AddCommentThreaded_System_String_System_String_" data-uid="GrapeCity.Documents.Excel.IRange.AddCommentThreaded(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.AddCommentThreaded.html#GrapeCity_Documents_Excel_IRange_AddCommentThreaded_System_String_System_String_">AddCommentThreaded(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a threaded comment to the current IRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_AutoFilter_System_Boolean_System_Int32_System_Object_GrapeCity_Documents_Excel_AutoFilterOperator_System_Object_System_Boolean_" data-uid="GrapeCity.Documents.Excel.IRange.AutoFilter(System.Boolean,System.Int32,System.Object,GrapeCity.Documents.Excel.AutoFilterOperator,System.Object,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.AutoFilter.html#GrapeCity_Documents_Excel_IRange_AutoFilter_System_Boolean_System_Int32_System_Object_GrapeCity_Documents_Excel_AutoFilterOperator_System_Object_System_Boolean_">AutoFilter(bool, int, object, AutoFilterOperator, object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Filters a list using the AutoFilter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_AutoFilter_System_Int32_System_Object_GrapeCity_Documents_Excel_AutoFilterOperator_System_Object_System_Boolean_" data-uid="GrapeCity.Documents.Excel.IRange.AutoFilter(System.Int32,System.Object,GrapeCity.Documents.Excel.AutoFilterOperator,System.Object,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.AutoFilter.html#GrapeCity_Documents_Excel_IRange_AutoFilter_System_Int32_System_Object_GrapeCity_Documents_Excel_AutoFilterOperator_System_Object_System_Boolean_">AutoFilter(int, object, AutoFilterOperator, object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Filters a list using the AutoFilter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_AutoFit" data-uid="GrapeCity.Documents.Excel.IRange.AutoFit">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.AutoFit.html#GrapeCity_Documents_Excel_IRange_AutoFit">AutoFit()</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the width of the columns in the range or the height of the rows in the range to achieve the best fit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_AutoFit_System_Boolean_" data-uid="GrapeCity.Documents.Excel.IRange.AutoFit(System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.AutoFit.html#GrapeCity_Documents_Excel_IRange_AutoFit_System_Boolean_">AutoFit(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the width of the columns in the range or the height of the rows in the range to achieve the best fit.
<code class="paramref">considerMergedCell</code> Indicates whether to consider merged cells in a single row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Calculate" data-uid="GrapeCity.Documents.Excel.IRange.Calculate">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Calculate.html#GrapeCity_Documents_Excel_IRange_Calculate">Calculate()</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates formulas of the range as needed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Characters_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Excel.IRange.Characters(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Characters.html#GrapeCity_Documents_Excel_IRange_Characters_System_Int32_System_Int32_">Characters(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Documents.Excel.ITextRun.html">ITextRun</a> object that represents a range of characters within the cell text, this method can only be called when the value of cell is a string, or else <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.invalidoperationexception">InvalidOperationException</a> is thrown.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Clear" data-uid="GrapeCity.Documents.Excel.IRange.Clear">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Clear.html#GrapeCity_Documents_Excel_IRange_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears formulas, values, and all formatting from the current IRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ClearComments" data-uid="GrapeCity.Documents.Excel.IRange.ClearComments">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ClearComments.html#GrapeCity_Documents_Excel_IRange_ClearComments">ClearComments()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the comments from the current IRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ClearCommentsThreaded" data-uid="GrapeCity.Documents.Excel.IRange.ClearCommentsThreaded">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ClearCommentsThreaded.html#GrapeCity_Documents_Excel_IRange_ClearCommentsThreaded">ClearCommentsThreaded()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the threaded comment from the current IRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ClearContents" data-uid="GrapeCity.Documents.Excel.IRange.ClearContents">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ClearContents.html#GrapeCity_Documents_Excel_IRange_ClearContents">ClearContents()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears formulas and values from the current IRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ClearFormats" data-uid="GrapeCity.Documents.Excel.IRange.ClearFormats">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ClearFormats.html#GrapeCity_Documents_Excel_IRange_ClearFormats">ClearFormats()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all formatting from the current IRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ClearHyperlinks" data-uid="GrapeCity.Documents.Excel.IRange.ClearHyperlinks">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ClearHyperlinks.html#GrapeCity_Documents_Excel_IRange_ClearHyperlinks">ClearHyperlinks()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all hyperLinks from the current IRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ClearOutline" data-uid="GrapeCity.Documents.Excel.IRange.ClearOutline">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ClearOutline.html#GrapeCity_Documents_Excel_IRange_ClearOutline">ClearOutline()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the outline for the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Copy_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.IRange.Copy(GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Copy.html#GrapeCity_Documents_Excel_IRange_Copy_GrapeCity_Documents_Excel_IRange_">Copy(IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the range to the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Copy_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_PasteOption_" data-uid="GrapeCity.Documents.Excel.IRange.Copy(GrapeCity.Documents.Excel.IRange,GrapeCity.Documents.Excel.PasteOption)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Copy.html#GrapeCity_Documents_Excel_IRange_Copy_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_PasteOption_">Copy(IRange, PasteOption)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the range to the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Copy_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_PasteType_" data-uid="GrapeCity.Documents.Excel.IRange.Copy(GrapeCity.Documents.Excel.IRange,GrapeCity.Documents.Excel.PasteType)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Copy.html#GrapeCity_Documents_Excel_IRange_Copy_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_PasteType_">Copy(IRange, PasteType)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the range to the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Cut_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.IRange.Cut(GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Cut.html#GrapeCity_Documents_Excel_IRange_Cut_GrapeCity_Documents_Excel_IRange_">Cut(IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Cuts the range to the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Delete_GrapeCity_Documents_Excel_DeleteShiftDirection_" data-uid="GrapeCity.Documents.Excel.IRange.Delete(GrapeCity.Documents.Excel.DeleteShiftDirection)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Delete.html#GrapeCity_Documents_Excel_IRange_Delete_GrapeCity_Documents_Excel_DeleteShiftDirection_">Delete(DeleteShiftDirection)</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes a cell or a range of cells from the worksheet and shifts other cells to replace deleted cells.</p>
<param name="shiftDirection">Specifies which way to shift the cells.
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Dirty" data-uid="GrapeCity.Documents.Excel.IRange.Dirty">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Dirty.html#GrapeCity_Documents_Excel_IRange_Dirty">Dirty()</a>
        </td>
        <td class="markdown level1 summary"><p>Designates all the formulas of the range to be recalculated when the next calculation occurs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Find_System_Object_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_FindOptions_" data-uid="GrapeCity.Documents.Excel.IRange.Find(System.Object,GrapeCity.Documents.Excel.IRange,GrapeCity.Documents.Excel.FindOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Find.html#GrapeCity_Documents_Excel_IRange_Find_System_Object_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_FindOptions_">Find(object, IRange, FindOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds specific information in a range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_FromJson_System_String_" data-uid="GrapeCity.Documents.Excel.IRange.FromJson(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.FromJson.html#GrapeCity_Documents_Excel_IRange_FromJson_System_String_">FromJson(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates the range data from the JSON string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_GenerateGetPivotDataFunction_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.IRange.GenerateGetPivotDataFunction(GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.GenerateGetPivotDataFunction.html#GrapeCity_Documents_Excel_IRange_GenerateGetPivotDataFunction_GrapeCity_Documents_Excel_IRange_">GenerateGetPivotDataFunction(IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Generate the corresponding function &quot;GETPIVOTDATA&quot; for the cells in the pivot table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_GetAddress_System_Boolean_System_Boolean_GrapeCity_Documents_Excel_ReferenceStyle_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.IRange.GetAddress(System.Boolean,System.Boolean,GrapeCity.Documents.Excel.ReferenceStyle,GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.GetAddress.html#GrapeCity_Documents_Excel_IRange_GetAddress_System_Boolean_System_Boolean_GrapeCity_Documents_Excel_ReferenceStyle_GrapeCity_Documents_Excel_IRange_">GetAddress(bool, bool, ReferenceStyle, 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.
If all parameters are omitted, the return value is equal to the <a class="xref" href="GrapeCity.Documents.Excel.IRange.Address.html#GrapeCity_Documents_Excel_IRange_Address">Address</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_GetDependents" data-uid="GrapeCity.Documents.Excel.IRange.GetDependents">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.GetDependents.html#GrapeCity_Documents_Excel_IRange_GetDependents">GetDependents()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dependent ranges of the left top cell of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_GetDependents_System_Boolean_" data-uid="GrapeCity.Documents.Excel.IRange.GetDependents(System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.GetDependents.html#GrapeCity_Documents_Excel_IRange_GetDependents_System_Boolean_">GetDependents(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dependent ranges of all the cells of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_GetPrecedents" data-uid="GrapeCity.Documents.Excel.IRange.GetPrecedents">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.GetPrecedents.html#GrapeCity_Documents_Excel_IRange_GetPrecedents">GetPrecedents()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the precedent ranges of the left top cell of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_GetPrecedents_System_Boolean_" data-uid="GrapeCity.Documents.Excel.IRange.GetPrecedents(System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.GetPrecedents.html#GrapeCity_Documents_Excel_IRange_GetPrecedents_System_Boolean_">GetPrecedents(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the precedent ranges of all the cells of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_GetUsedRange_GrapeCity_Documents_Excel_UsedRangeType_" data-uid="GrapeCity.Documents.Excel.IRange.GetUsedRange(GrapeCity.Documents.Excel.UsedRangeType)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.GetUsedRange.html#GrapeCity_Documents_Excel_IRange_GetUsedRange_GrapeCity_Documents_Excel_UsedRangeType_">GetUsedRange(UsedRangeType)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> representing the used range in the current range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_GoalSeek_System_Double_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.IRange.GoalSeek(System.Double,GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.GoalSeek.html#GrapeCity_Documents_Excel_IRange_GoalSeek_System_Double_GrapeCity_Documents_Excel_IRange_">GoalSeek(double, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Attempts to achieve the specified goal, from the calculated result of the formula in the cell represented by this IRange, by modifying the specified changingCell.
If you know the result that you want from a formula, but are not sure what input value the formula needs to get that result, use the Goal Seek feature.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Group" data-uid="GrapeCity.Documents.Excel.IRange.Group">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Group.html#GrapeCity_Documents_Excel_IRange_Group">Group()</a>
        </td>
        <td class="markdown level1 summary"><p>Increments the OutlineLevel of the specified rows or columns.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ImportData_System_Collections_IEnumerable_GrapeCity_Documents_Excel_DataImportOptions_" data-uid="GrapeCity.Documents.Excel.IRange.ImportData(System.Collections.IEnumerable,GrapeCity.Documents.Excel.DataImportOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ImportData.html#GrapeCity_Documents_Excel_IRange_ImportData_System_Collections_IEnumerable_GrapeCity_Documents_Excel_DataImportOptions_">ImportData(IEnumerable, DataImportOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Imports data from a data source (up to 2D) to the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ImportData_System_Data_DataTable_GrapeCity_Documents_Excel_DataImportOptions_" data-uid="GrapeCity.Documents.Excel.IRange.ImportData(System.Data.DataTable,GrapeCity.Documents.Excel.DataImportOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ImportData.html#GrapeCity_Documents_Excel_IRange_ImportData_System_Data_DataTable_GrapeCity_Documents_Excel_DataImportOptions_">ImportData(DataTable, DataImportOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Imports data from a table to the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ImportData__1_System_Collections_Generic_IEnumerable___0__GrapeCity_Documents_Excel_DataImportOptions_" data-uid="GrapeCity.Documents.Excel.IRange.ImportData``1(System.Collections.Generic.IEnumerable{``0},GrapeCity.Documents.Excel.DataImportOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ImportData.html#GrapeCity_Documents_Excel_IRange_ImportData__1_System_Collections_Generic_IEnumerable___0__GrapeCity_Documents_Excel_DataImportOptions_">ImportData&lt;T&gt;(IEnumerable&lt;T&gt;, DataImportOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Imports data from a data source (up to 2D) to the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Insert_GrapeCity_Documents_Excel_InsertShiftDirection_" data-uid="GrapeCity.Documents.Excel.IRange.Insert(GrapeCity.Documents.Excel.InsertShiftDirection)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Insert.html#GrapeCity_Documents_Excel_IRange_Insert_GrapeCity_Documents_Excel_InsertShiftDirection_">Insert(InsertShiftDirection)</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>
<param name="shiftDirection">Specifies which way to shift the cells.
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Intersect_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.IRange.Intersect(GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Intersect.html#GrapeCity_Documents_Excel_IRange_Intersect_GrapeCity_Documents_Excel_IRange_">Intersect(IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an IRange object that represents the intersection of two ranges. <br>
If range2 is from a different worksheet, an exception is thrown.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Intersect_GrapeCity_Documents_Excel_IRange___" data-uid="GrapeCity.Documents.Excel.IRange.Intersect(GrapeCity.Documents.Excel.IRange[])">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Intersect.html#GrapeCity_Documents_Excel_IRange_Intersect_GrapeCity_Documents_Excel_IRange___">Intersect(params IRange[])</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an IRange object that represents the intersection of several ranges. <br>
If one or more ranges from a different worksheet are specified, an exception is thrown.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Merge_System_Boolean_" data-uid="GrapeCity.Documents.Excel.IRange.Merge(System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Merge.html#GrapeCity_Documents_Excel_IRange_Merge_System_Boolean_">Merge(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Merges the cells in the represented range into a single merged cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Offset_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Excel.IRange.Offset(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Offset.html#GrapeCity_Documents_Excel_IRange_Offset_System_Int32_System_Int32_">Offset(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an IRange object that represents the offset of this range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_RemoveControls" data-uid="GrapeCity.Documents.Excel.IRange.RemoveControls">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.RemoveControls.html#GrapeCity_Documents_Excel_IRange_RemoveControls">RemoveControls()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes cell controls from the current IRange.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_RemoveSubtotal" data-uid="GrapeCity.Documents.Excel.IRange.RemoveSubtotal">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.RemoveSubtotal.html#GrapeCity_Documents_Excel_IRange_RemoveSubtotal">RemoveSubtotal()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes subtotals from a list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Replace_System_Object_System_Object_GrapeCity_Documents_Excel_ReplaceOptions_" data-uid="GrapeCity.Documents.Excel.IRange.Replace(System.Object,System.Object,GrapeCity.Documents.Excel.ReplaceOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Replace.html#GrapeCity_Documents_Excel_IRange_Replace_System_Object_System_Object_GrapeCity_Documents_Excel_ReplaceOptions_">Replace(object, object, ReplaceOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Search in formulas and replace.
Using this method doesn't change either the selection or the active cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Select" data-uid="GrapeCity.Documents.Excel.IRange.Select">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Select.html#GrapeCity_Documents_Excel_IRange_Select">Select()</a>
        </td>
        <td class="markdown level1 summary"><p>Selects the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Sort_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_SortOrder_GrapeCity_Documents_Excel_SortOrientation_System_Boolean_" data-uid="GrapeCity.Documents.Excel.IRange.Sort(GrapeCity.Documents.Excel.IRange,GrapeCity.Documents.Excel.SortOrder,GrapeCity.Documents.Excel.SortOrientation,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Sort.html#GrapeCity_Documents_Excel_IRange_Sort_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_SortOrder_GrapeCity_Documents_Excel_SortOrientation_System_Boolean_">Sort(IRange, SortOrder, SortOrientation, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts the cells represented by this range according to the specified options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Sort_GrapeCity_Documents_Excel_SortOrientation_System_Boolean_GrapeCity_Documents_Excel_IValueSortField___" data-uid="GrapeCity.Documents.Excel.IRange.Sort(GrapeCity.Documents.Excel.SortOrientation,System.Boolean,GrapeCity.Documents.Excel.IValueSortField[])">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Sort.html#GrapeCity_Documents_Excel_IRange_Sort_GrapeCity_Documents_Excel_SortOrientation_System_Boolean_GrapeCity_Documents_Excel_IValueSortField___">Sort(SortOrientation, bool, params IValueSortField[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts the cells represented by this range according to the specified options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_SpecialCells_GrapeCity_Documents_Excel_SpecialCellType_System_Nullable_GrapeCity_Documents_Excel_SpecialCellsValue__" data-uid="GrapeCity.Documents.Excel.IRange.SpecialCells(GrapeCity.Documents.Excel.SpecialCellType,System.Nullable{GrapeCity.Documents.Excel.SpecialCellsValue})">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.SpecialCells.html#GrapeCity_Documents_Excel_IRange_SpecialCells_GrapeCity_Documents_Excel_SpecialCellType_System_Nullable_GrapeCity_Documents_Excel_SpecialCellsValue__">SpecialCells(SpecialCellType, SpecialCellsValue?)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object that represents all
the cells that match the specified type and value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Subtotal_System_Int32_GrapeCity_Documents_Excel_ConsolidationFunction_System_Collections_Generic_IEnumerable_System_Int32__System_Boolean_System_Boolean_GrapeCity_Documents_Excel_SummaryRow_" data-uid="GrapeCity.Documents.Excel.IRange.Subtotal(System.Int32,GrapeCity.Documents.Excel.ConsolidationFunction,System.Collections.Generic.IEnumerable{System.Int32},System.Boolean,System.Boolean,GrapeCity.Documents.Excel.SummaryRow)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Subtotal.html#GrapeCity_Documents_Excel_IRange_Subtotal_System_Int32_GrapeCity_Documents_Excel_ConsolidationFunction_System_Collections_Generic_IEnumerable_System_Int32__System_Boolean_System_Boolean_GrapeCity_Documents_Excel_SummaryRow_">Subtotal(int, ConsolidationFunction, IEnumerable&lt;int&gt;, bool, bool, SummaryRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates subtotals for the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ToImage_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_" data-uid="GrapeCity.Documents.Excel.IRange.ToImage(System.IO.Stream,GrapeCity.Documents.Excel.Drawing.ImageType)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ToImage.html#GrapeCity_Documents_Excel_IRange_ToImage_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_">ToImage(Stream, ImageType)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the range to the specified image stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ToImage_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_GrapeCity_Documents_Excel_ImageSaveOptions_" data-uid="GrapeCity.Documents.Excel.IRange.ToImage(System.IO.Stream,GrapeCity.Documents.Excel.Drawing.ImageType,GrapeCity.Documents.Excel.ImageSaveOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ToImage.html#GrapeCity_Documents_Excel_IRange_ToImage_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_GrapeCity_Documents_Excel_ImageSaveOptions_">ToImage(Stream, ImageType, ImageSaveOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the range to the specified image stream using options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ToImage_System_String_" data-uid="GrapeCity.Documents.Excel.IRange.ToImage(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ToImage.html#GrapeCity_Documents_Excel_IRange_ToImage_System_String_">ToImage(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the range to the specified image file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ToImage_System_String_GrapeCity_Documents_Excel_ImageSaveOptions_" data-uid="GrapeCity.Documents.Excel.IRange.ToImage(System.String,GrapeCity.Documents.Excel.ImageSaveOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ToImage.html#GrapeCity_Documents_Excel_IRange_ToImage_System_String_GrapeCity_Documents_Excel_ImageSaveOptions_">ToImage(string, ImageSaveOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the range to the specified image file using options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_ToJson" data-uid="GrapeCity.Documents.Excel.IRange.ToJson">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.ToJson.html#GrapeCity_Documents_Excel_IRange_ToJson">ToJson()</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a JSON string from the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_UnMerge" data-uid="GrapeCity.Documents.Excel.IRange.UnMerge">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.UnMerge.html#GrapeCity_Documents_Excel_IRange_UnMerge">UnMerge()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts merged cells in the represented range to normal cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Ungroup" data-uid="GrapeCity.Documents.Excel.IRange.Ungroup">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Ungroup.html#GrapeCity_Documents_Excel_IRange_Ungroup">Ungroup()</a>
        </td>
        <td class="markdown level1 summary"><p>Decrements the OutlineLevel of the specified rows or columns.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Union_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.IRange.Union(GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Union.html#GrapeCity_Documents_Excel_IRange_Union_GrapeCity_Documents_Excel_IRange_">Union(IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an IRange object that represents the union of two ranges. <br>
If range2 is from a different worksheet, an exception is thrown.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IRange_Union_GrapeCity_Documents_Excel_IRange___" data-uid="GrapeCity.Documents.Excel.IRange.Union(GrapeCity.Documents.Excel.IRange[])">
          <a class="xref" href="GrapeCity.Documents.Excel.IRange.Union.html#GrapeCity_Documents_Excel_IRange_Union_GrapeCity_Documents_Excel_IRange___">Union(params IRange[])</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an IRange object that represents the union of several ranges. <br>
If one or more ranges from a different worksheet are specified, an exception is thrown.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
