# IRange

## Content

<div class="docapp-java-api-doc-main"><style>:not(h1, h2, h3, h4, h5, h6)>code,
:not(h1, h2, h3, h4, h5, h6)>tt {
    font-size: 14px;
    padding-top: 4px;
    margin-top: 8px;
    line-height: 1.4em;
}

.summary-table dt code {
    font-size: 14px;
    vertical-align: top;
    padding-top: 4px;
}

.tab {
    background-color: #0066FF;
    color: #ffffff;
    padding: 8px;
    width: 5em;
    font-weight: bold;
}

/*
 * Styles for page header and footer.
 */
.title {
    color: #2c4557;
    margin: 10px 0;
}

.sub-title {
    margin: 5px 0 0 0;
}

.header ul {
    margin: 0 0 15px 0;
    padding: 0;
}

.header ul li,
.footer ul li {
    list-style: none;
}

/*
 * Styles for headings.
 */
.summary h2,
.details h2,
h2,
.block-list h2 {
    padding: 0;
    margin: 15px 0;
}

.summary h3,
.details h3,
.summary .inherited-list h2 {
    background-color: var(--ds-product-color);
    color: #fff;
    border: 1px solid #d0d9e0;
    padding: 7px 5px;
}

.summary h3 a,
.details h3 a,
.summary .inherited-list h2 a {
    color: #fff !important;
}
/*
 * Styles for page layout containers.
 */
dl.notes>dt {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0 0;
    color: #4E4E4E;
}

dl.notes>dd {
    margin: 5px 10px 10px 0;
    font-size: 14px;
}

dl.name-value>dt {
    margin-left: 1px;
    font-size: 1.1em;
    display: inline;
    font-weight: bold;
}

dl.name-value>dd {
    margin: 0 0 0 1px;
    font-size: 1.1em;
    display: inline;
}

/*
 * Styles for lists.
 */
li.circle {
    list-style: circle;
}

ul.horizontal li {
    display: inline;
    font-size: 0.9em;
}

div.inheritance {
    margin: 0;
    padding: 0;
}

div.inheritance div.inheritance {
    margin-left: 2em;
}

ul.block-list,
ul.details-list,
ul.member-list,
ul.summary-list {
    margin: 10px 0 10px 0;
    padding: 0;
}

ul.block-list>li,
ul.details-list>li,
ul.member-list>li,
ul.summary-list>li {
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.4;
}

.summary-table dl,
.summary-table dl dt,
.summary-table dl dd {
    margin-top: 0;
    margin-bottom: 1px;
}

ul.see-list,
ul.see-list-long {
    padding-left: 0;
    list-style: none;
}

ul.see-list li {
    display: inline;
}

ul.see-list li:not(:last-child):after,
ul.see-list-long li:not(:last-child):after {
    content: ", ";
    white-space: pre-wrap;
}

/*
 * Styles for tables.
 */
.summary-table,
.details-table {
    width: 100%;
    border-spacing: 0;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 0;
}

.caption {
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    color: #253441;
    font-weight: bold;
    clear: none;
    overflow: hidden;
    padding: 0;
    padding-top: 10px;
    padding-left: 1px;
    margin: 0;
    white-space: pre;
}

.caption a:link,
.caption a:visited {
    color: #1f389c;
}

.caption a:hover,
.caption a:active {
    color: #FFFFFF;
}

.caption span {
    white-space: nowrap;
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 7px;
    display: inline-block;
    background-color: var(--ds-product-color);
    color: #fff;
    border: none;
}

div.table-tabs {
    padding: 10px 0 0 1px;
    margin: 0;
}

div.table-tabs>button {
    border: none;
    cursor: pointer;
    padding: 5px 12px 7px 12px;
    font-weight: bold;
    margin-right: 3px;
}

div.table-tabs>button.active-table-tab {
    background: var(--ds-product-color);
    color: #fff;
}

div.table-tabs>button.table-tab {
    background: var(--ds-product-color);
    color: #FFFFFF;
    border-bottom: 1px solid #eee;
}

.two-column-summary {
    display: grid;
    grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
}

.three-column-summary {
    display: grid;
    grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto);
}

.four-column-summary {
    display: grid;
    grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto);
}

@media screen and (max-width: 600px) {
    .two-column-summary {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 800px) {
    .three-column-summary {
        display: grid;
        grid-template-columns: minmax(10%, max-content) minmax(25%, auto);
    }

    .three-column-summary .col-last {
        grid-column-end: span 2;
    }
}

@media screen and (max-width: 1000px) {
    .four-column-summary {
        display: grid;
        grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
    }
}

.summary-table>div,
.details-table>div {
    text-align: left;
    padding: 8px 3px 3px 7px;
}

.col-first,
.col-second,
.col-last,
.col-constructor-name,
.col-summary-item-name {
    vertical-align: top;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 3px;
}

.table-header {
    background: var(--ds-product-color);
    color: #fff;
    font-weight: bold;
}

.col-first,
.col-first {
    font-size: 13px;
}

.col-second,
.col-second,
.col-last,
.col-constructor-name,
.col-summary-item-name,
.col-last {
    font-size: 13px;
}

.col-first,
.col-second,
.col-constructor-name {
    vertical-align: top;
    overflow: auto;
}

.col-last {
    white-space: normal;
}

.col-first a:link,
.col-first a:visited,
.col-second a:link,
.col-second a:visited,
.col-first a:link,
.col-first a:visited,
.col-second a:link,
.col-second a:visited,
.col-constructor-name a:link,
.col-constructor-name a:visited,
.col-summary-item-name a:link,
.col-summary-item-name a:visited,
.constant-values-container a:link,
.constant-values-container a:visited,
.all-classes-container a:link,
.all-classes-container a:visited,
.all-packages-container a:link,
.all-packages-container a:visited {
    font-weight: bold;
}

.table-sub-heading-color {
    background-color: #EEEEFF;
}

.even-row-color,
.even-row-color .table-header {
    background-color: #FFFFFF;
}

.odd-row-color,
.odd-row-color .table-header {
    background-color: #EEEEEF;
}

/*
 * Styles for contents.
 */
.deprecated-content {
    margin: 0;
    padding: 10px 0;
}

div.block {
    font-size: 14px;
}

.col-last div {
    padding-top: 0;
}

.col-last a {
    padding-bottom: 3px;
}

.module-signature,
.package-signature,
.type-signature,
.member-signature {
    font-size: 14px;
    margin: 14px 0;
    white-space: pre-wrap;
}

.module-signature,
.package-signature,
.type-signature {
    margin-top: 0;
}

.member-signature .type-parameters-long,
.member-signature .parameters,
.member-signature .exceptions {
    display: inline-block;
    vertical-align: top;
    white-space: pre;
}

.member-signature .type-parameters {
    white-space: normal;
}

/*
 * Styles for formatting effect.
 */
.source-line-no {
    color: green;
    padding: 0 30px 0 0;
}

h1.hidden {
    visibility: hidden;
    overflow: hidden;
    font-size: 10px;
}

.block {
    display: block;
    margin: 0 10px 5px 0;
    color: #474747;
}

.deprecated-label,
.descfrm-type-label,
.implementation-label,
.member-name-label,
.member-name-link,
.module-label-in-package,
.module-label-in-type,
.override-specify-label,
.package-label-in-type,
.package-hierarchy-label,
.type-name-label,
.type-name-link,
.search-tag-link,
.preview-label {
    font-weight: bold;
}

.deprecation-block {
    font-size: 14px;
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}

.preview-block {
    font-size: 14px;
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}

/*
 * Styles for user-provided tables.
 *
 * borderless:
 *      No borders, vertical margins, styled caption.
 *      This style is provided for use with existing doc comments.
 *      In general, borderless tables should not be used for layout purposes.
 *
 * plain:
 *      Plain borders around table and cells, vertical margins, styled caption.
 *      Best for small tables or for complex tables for tables with cells that span
 *      rows and columns, when the "striped" style does not work well.
 *
 * striped:
 *      Borders around the table and vertical borders between cells, striped rows,
 *      vertical margins, styled caption.
 *      Best for tables that have a header row, and a body containing a series of simple rows.
 */

table.borderless,
table.plain,
table.striped {
    margin-top: 10px;
    margin-bottom: 10px;
}

table.borderless>caption,
table.plain>caption,
table.striped>caption {
    font-weight: bold;
    font-size: smaller;
}

table.borderless th,
table.borderless td,
table.plain th,
table.plain td,
table.striped th,
table.striped td {
    padding: 2px 5px;
}

table.borderless,
table.borderless>thead>tr>th,
table.borderless>tbody>tr>th,
table.borderless>tr>th,
table.borderless>thead>tr>td,
table.borderless>tbody>tr>td,
table.borderless>tr>td {
    border: none;
}

table.borderless>thead>tr,
table.borderless>tbody>tr,
table.borderless>tr {
    background-color: transparent;
}

table.plain {
    border-collapse: collapse;
    border: 1px solid black;
}

table.plain>thead>tr,
table.plain>tbody tr,
table.plain>tr {
    background-color: transparent;
}

table.plain>thead>tr>th,
table.plain>tbody>tr>th,
table.plain>tr>th,
table.plain>thead>tr>td,
table.plain>tbody>tr>td,
table.plain>tr>td {
    border: 1px solid black;
}

table.striped {
    border-collapse: collapse;
    border: 1px solid black;
}

table.striped>thead {
    background-color: #E3E3E3;
}

table.striped>thead>tr>th,
table.striped>thead>tr>td {
    border: 1px solid black;
}

table.striped>tbody>tr:nth-child(even) {
    background-color: #EEE
}

table.striped>tbody>tr:nth-child(odd) {
    background-color: #FFF
}

table.striped>tbody>tr>th,
table.striped>tbody>tr>td {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

table.striped>tbody>tr>th {
    font-weight: normal;
}
</style><h1>Interface IRange</h1>
<!-- ======== START OF CLASS DATA ======== -->

<section class="class-description" id="class-description">
<hr>
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">IRange</span></div>
<div class="block">Represents the IRange object.</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button><button id="method-summary-table-tab6" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab6', 3)" class="table-tab">Deprecated Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#activate()" class="member-name-link">activate</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Activates a single cell, which must be inside the current selection.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IComment.html" title="interface in com.grapecity.documents.excel">IComment</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#addComment(java.lang.String)" class="member-name-link">addComment</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;text)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Adds comments to the current range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ICommentThreaded.html" title="interface in com.grapecity.documents.excel">ICommentThreaded</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#addCommentThreaded(java.lang.String)" class="member-name-link">addCommentThreaded</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;text)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Adds a threaded comment to the range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ICommentThreaded.html" title="interface in com.grapecity.documents.excel">ICommentThreaded</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#addCommentThreaded(java.lang.String,java.lang.String)" class="member-name-link">addCommentThreaded</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;text,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;author)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Adds a threaded comment to the range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#autoFilter()" class="member-name-link">autoFilter</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Filters a list using the AutoFilter.<br>Add a filter with no condition if there's no filter in the sheet.<br>Or show all the data in the first column of the filter.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#autoFilter(boolean)" class="member-name-link">autoFilter</a><wbr>(boolean&nbsp;isFirstRowData)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Filters a list using the AutoFilter.<br>Add a filter with no condition if there's no filter in the sheet.<br>Or show all the data in the first column of the filter.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#autoFilter(boolean,int)" class="member-name-link">autoFilter</a><wbr>(boolean&nbsp;isFirstRowData,
 int&nbsp;field)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Filters a list using the AutoFilter.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#autoFilter(boolean,int,java.lang.Object)" class="member-name-link">autoFilter</a><wbr>(boolean&nbsp;isFirstRowData,
 int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Filters a list using the AutoFilter.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#autoFilter(boolean,int,java.lang.Object,com.grapecity.documents.excel.AutoFilterOperator)" class="member-name-link">autoFilter</a><wbr>(boolean&nbsp;isFirstRowData,
 int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1,
 <a href="AutoFilterOperator.html" title="enum class in com.grapecity.documents.excel">AutoFilterOperator</a>&nbsp;op)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Filters a list using the AutoFilter.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#autoFilter(boolean,int,java.lang.Object,com.grapecity.documents.excel.AutoFilterOperator,java.lang.Object)" class="member-name-link">autoFilter</a><wbr>(boolean&nbsp;isFirstRowData,
 int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1,
 <a href="AutoFilterOperator.html" title="enum class in com.grapecity.documents.excel">AutoFilterOperator</a>&nbsp;op,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria2)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Filters a list using the AutoFilter.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#autoFilter(boolean,int,java.lang.Object,com.grapecity.documents.excel.AutoFilterOperator,java.lang.Object,boolean)" class="member-name-link">autoFilter</a><wbr>(boolean&nbsp;isFirstRowData,
 int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1,
 <a href="AutoFilterOperator.html" title="enum class in com.grapecity.documents.excel">AutoFilterOperator</a>&nbsp;op,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria2,
 boolean&nbsp;visibleDropDown)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Filters a list using the AutoFilter.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#autoFilter(int)" class="member-name-link">autoFilter</a><wbr>(int&nbsp;field)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Filters a list using the AutoFilter.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#autoFilter(int,java.lang.Object)" class="member-name-link">autoFilter</a><wbr>(int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Filters a list using the AutoFilter.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#autoFilter(int,java.lang.Object,com.grapecity.documents.excel.AutoFilterOperator)" class="member-name-link">autoFilter</a><wbr>(int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1,
 <a href="AutoFilterOperator.html" title="enum class in com.grapecity.documents.excel">AutoFilterOperator</a>&nbsp;op)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Filters a list using the AutoFilter.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#autoFilter(int,java.lang.Object,com.grapecity.documents.excel.AutoFilterOperator,java.lang.Object)" class="member-name-link">autoFilter</a><wbr>(int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1,
 <a href="AutoFilterOperator.html" title="enum class in com.grapecity.documents.excel">AutoFilterOperator</a>&nbsp;op,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria2)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Filters a list using the AutoFilter.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#autoFilter(int,java.lang.Object,com.grapecity.documents.excel.AutoFilterOperator,java.lang.Object,boolean)" class="member-name-link">autoFilter</a><wbr>(int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1,
 <a href="AutoFilterOperator.html" title="enum class in com.grapecity.documents.excel">AutoFilterOperator</a>&nbsp;op,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria2,
 boolean&nbsp;visibleDropDown)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Filters a list using the AutoFilter.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#autoFit()" class="member-name-link">autoFit</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Changes the width of the columns in the range or the height of the rows in the range to achieve the best fit.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#autoFit(boolean)" class="member-name-link">autoFit</a><wbr>(boolean&nbsp;considerMergedCell)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Changes the width of the columns in the range or the height of the rows in the range to achieve the best fit.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#calculate()" class="member-name-link">calculate</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Calculates formulas of the range as needed.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ITextRun.html" title="interface in com.grapecity.documents.excel">ITextRun</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#characters(int,int)" class="member-name-link">characters</a><wbr>(int&nbsp;startIndex,
 int&nbsp;length)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns a ITextRun object that represents a range of characters within the cell text.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#clear()" class="member-name-link">clear</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Clears formulas, values, and all formatting from the current range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#clearComments()" class="member-name-link">clearComments</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Clears the comments from the current range</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#clearCommentsThreaded()" class="member-name-link">clearCommentsThreaded</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Clears the threaded comments from the current range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#clearContents()" class="member-name-link">clearContents</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Clears formulas and values from the current range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#clearFormats()" class="member-name-link">clearFormats</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Clears all formatting from the current range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#clearHyperlinks()" class="member-name-link">clearHyperlinks</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Clears all hyperLinks from the current range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#clearOutline()" class="member-name-link">clearOutline</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Clears the outline for the specified range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#copy(com.grapecity.documents.excel.IRange)" class="member-name-link">copy</a><wbr>(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;destination)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Copies the range to the specified range</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#copy(com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.PasteOption)" class="member-name-link">copy</a><wbr>(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;destination,
 <a href="PasteOption.html" title="class in com.grapecity.documents.excel">PasteOption</a>&nbsp;pasteOption)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Copies the range to the specified range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3 method-summary-table-tab6"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3 method-summary-table-tab6"><code><a href="#copy(com.grapecity.documents.excel.IRange,java.util.EnumSet)" class="member-name-link">copy</a><wbr>(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;destination,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/EnumSet.html" title="class or interface in java.util" class="external-link">EnumSet</a>&lt;<a href="PasteType.html" title="enum class in com.grapecity.documents.excel">PasteType</a>&gt;&nbsp;pasteType)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3 method-summary-table-tab6">
<div class="block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">This method is no longer acceptable to compute time between versions.</div>
</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#cut(com.grapecity.documents.excel.IRange)" class="member-name-link">cut</a><wbr>(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;destination)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Cuts the range to the specified range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#delete()" class="member-name-link">delete</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Deletes a cell or a range of cells from the worksheet and shifts other cells to replace deleted cells.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#delete(com.grapecity.documents.excel.DeleteShiftDirection)" class="member-name-link">delete</a><wbr>(<a href="DeleteShiftDirection.html" title="enum class in com.grapecity.documents.excel">DeleteShiftDirection</a>&nbsp;shiftDirection)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Deletes a cell or a range of cells from the worksheet and shifts other cells to replace deleted cells.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#dirty()" class="member-name-link">dirty</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Designates all the formulas of the range to be recalculated when the next calculation occurs.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#find(java.lang.Object)" class="member-name-link">find</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;what)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Finds specific information in a range, starts from the upper-left corner.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#find(java.lang.Object,com.grapecity.documents.excel.FindOptions)" class="member-name-link">find</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;what,
 <a href="FindOptions.html" title="class in com.grapecity.documents.excel">FindOptions</a>&nbsp;options)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Finds specific information in a range, starts from the upper-left corner.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#find(java.lang.Object,com.grapecity.documents.excel.IRange)" class="member-name-link">find</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;what,
 <a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;after)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Finds specific information in a range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#find(java.lang.Object,com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.FindOptions)" class="member-name-link">find</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;what,
 <a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;after,
 <a href="FindOptions.html" title="class in com.grapecity.documents.excel">FindOptions</a>&nbsp;options)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Finds specific information in a range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#fromJson(java.lang.String)" class="member-name-link">fromJson</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;json)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Generates the range data from the json string.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#generateGetPivotDataFunction()" class="member-name-link">generateGetPivotDataFunction</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Generate the corresponding function "GETPIVOTDATA" for the cells in the pivot table.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#generateGetPivotDataFunction(com.grapecity.documents.excel.IRange)" class="member-name-link">generateGetPivotDataFunction</a><wbr>(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;destination)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Generate the corresponding function "GETPIVOTDATA" for the cells in the pivot table.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#get(int)" class="member-name-link">get</a><wbr>(int&nbsp;index)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns a new instance of  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> by index which represents a cell.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#get(int,int)" class="member-name-link">get</a><wbr>(int&nbsp;rowOffset,
 int&nbsp;columnOffset)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns a new instance of  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> which is offset from this range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getAddIndent()" class="member-name-link">getAddIndent</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the property which controls indentation of text when horizontal or vertical alignment is set to distributed.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getAddress()" class="member-name-link">getAddress</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns a String value that represents the range reference.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getAddress(boolean,boolean)" class="member-name-link">getAddress</a><wbr>(boolean&nbsp;rowAbsolute,
 boolean&nbsp;columnAbsolute)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns a String value that represents the range reference.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getAddress(boolean,boolean,com.grapecity.documents.excel.ReferenceStyle)" class="member-name-link">getAddress</a><wbr>(boolean&nbsp;rowAbsolute,
 boolean&nbsp;columnAbsolute,
 <a href="ReferenceStyle.html" title="enum class in com.grapecity.documents.excel">ReferenceStyle</a>&nbsp;referenceStyle)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns a String value that represents the range reference.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getAddress(boolean,boolean,com.grapecity.documents.excel.ReferenceStyle,com.grapecity.documents.excel.IRange)" class="member-name-link">getAddress</a><wbr>(boolean&nbsp;rowAbsolute,
 boolean&nbsp;columnAbsolute,
 <a href="ReferenceStyle.html" title="enum class in com.grapecity.documents.excel">ReferenceStyle</a>&nbsp;referenceStyle,
 <a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;relativeTo)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns a String value that represents the range reference.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IAreas.html" title="interface in com.grapecity.documents.excel">IAreas</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getAreas()" class="member-name-link">getAreas</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an instance of  <a href="IAreas.html" title="interface in com.grapecity.documents.excel"><code>IAreas</code></a> which represents an array of rangeswhere each range returned by areas represents one cell or range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>byte[]</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBackgroundImage()" class="member-name-link">getBackgroundImage</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the cell background image.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="BackgroundImageLayout.html" title="enum class in com.grapecity.documents.excel">BackgroundImageLayout</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBackgroundImageLayout()" class="member-name-link">getBackgroundImageLayout</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the cell background image layout, default is Stretch.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBindingPath()" class="member-name-link">getBindingPath</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the binding path of the current cell or column.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IBorders.html" title="interface in com.grapecity.documents.excel">IBorders</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBorders()" class="member-name-link">getBorders</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an instance of  <a href="IBorders.html" title="interface in com.grapecity.documents.excel"><code>IBorders</code></a> which represents the cell borders ofthe cell or range represented by this IRange.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ICellControl.html" title="interface in com.grapecity.documents.excel">ICellControl</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getCellControl()" class="member-name-link">getCellControl</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the  <a href="ICellControl.html" title="interface in com.grapecity.documents.excel"><code>ICellControl</code></a> object that represents the cell control of the current range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ICellPadding.html" title="interface in com.grapecity.documents.excel">ICellPadding</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getCellPadding()" class="member-name-link">getCellPadding</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the cell padding for range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="CellPicture.html" title="class in com.grapecity.documents.excel">CellPicture</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getCellPicture()" class="member-name-link">getCellPicture</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the picture-in-cell of the specified cell.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getCells()" class="member-name-link">getCells</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object that represents the cells in the specifiedrange.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="BaseCellType.html" title="class in com.grapecity.documents.excel">BaseCellType</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getCellType()" class="member-name-link">getCellType</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the cell type for specified range in the sheet.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getColumn()" class="member-name-link">getColumn</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the zero based column number of the first column of this IRange.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getColumnCount()" class="member-name-link">getColumnCount</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the column count of the first range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getColumns()" class="member-name-link">getColumns</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object that represents the columns in thespecified range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getColumnWidth()" class="member-name-link">getColumnWidth</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the width of the individual columns represented in this range in characters.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getColumnWidthInPixel()" class="member-name-link">getColumnWidthInPixel</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the width of the individual columns represented in this range in pixels.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IComment.html" title="interface in com.grapecity.documents.excel">IComment</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getComment()" class="member-name-link">getComment</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an instance of  <a href="IComment.html" title="interface in com.grapecity.documents.excel"><code>IComment</code></a> which may be used to get and setComment properties of the cells.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ICommentThreaded.html" title="interface in com.grapecity.documents.excel">ICommentThreaded</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getCommentThreaded()" class="member-name-link">getCommentThreaded</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getCount()" class="member-name-link">getCount</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the number of objects in the collection.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getCurrentArray()" class="member-name-link">getCurrentArray</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets whether the specified cell is part of an array or dynamic array, returns an <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object that represents the entire array.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ICellDecoration.html" title="interface in com.grapecity.documents.excel">ICellDecoration</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDecoration()" class="member-name-link">getDecoration</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the cell decoration for range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDefaultValue()" class="member-name-link">getDefaultValue</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the default value of the cell, it can be the value data or the formula string.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDependents()" class="member-name-link">getDependents</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the dependent ranges of the left top cell of the range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDependents(boolean)" class="member-name-link">getDependents</a><wbr>(boolean&nbsp;includeIndirect)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the dependent ranges of all the cells of the range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IDisplayFormat.html" title="interface in com.grapecity.documents.excel">IDisplayFormat</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDisplayFormat()" class="member-name-link">getDisplayFormat</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets a DisplayFormat object that represents the display settings for the specified range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getEntireColumn()" class="member-name-link">getEntireColumn</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns a new instance of  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> which represents the same range ofcells, but expanded to include all rows.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getEntireMergeArea()" class="member-name-link">getEntireMergeArea</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> representing the area of the current range which isiteratively grown as needed until it includes no partial merged cells.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getEntireRow()" class="member-name-link">getEntireRow</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns a new instance of  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> which represents the same range ofcells, but expanded to include all columns.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IFont.html" title="interface in com.grapecity.documents.excel">IFont</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFont()" class="member-name-link">getFont</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an instance of  <a href="IFont.html" title="interface in com.grapecity.documents.excel"><code>IFont</code></a> which may be used to get and set fontproperties of the cells represented by this IRange.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IFormatConditions.html" title="interface in com.grapecity.documents.excel">IFormatConditions</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormatConditions()" class="member-name-link">getFormatConditions</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns a FormatConditions collection that represents all the conditional formats for the specified range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormula()" class="member-name-link">getFormula</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the formula of the cells represented by this range in A1-style notation.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormula2()" class="member-name-link">getFormula2</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the formula of the cells represented by this range in A1-style array notation.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormula2Local()" class="member-name-link">getFormula2Local</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the localized formula of the cells represented by this range in A1-style array notation.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormula2R1C1()" class="member-name-link">getFormula2R1C1</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the formula of the cells represented by this range in R1C1-style array notation.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormula2R1C1Local()" class="member-name-link">getFormula2R1C1Local</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the localized formula of the cells represented by this range in R1C1-style array notation.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormulaArray()" class="member-name-link">getFormulaArray</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the array formula of a range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormulaArrayR1C1()" class="member-name-link">getFormulaArrayR1C1</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the array formula of a range using ReferenceStyle.R1C1.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormulaHidden()" class="member-name-link">getFormulaHidden</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets or Sets whether the formula will be hidden when the worksheet is protected</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormulaLocal()" class="member-name-link">getFormulaLocal</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the localized formula of the cells represented by this range in A1-style notation.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormulaR1C1()" class="member-name-link">getFormulaR1C1</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the formula of the cells represented by this range in R1C1-style notation.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormulaR1C1Local()" class="member-name-link">getFormulaR1C1Local</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the localized formula of the cells represented by this range in R1C1-style notation.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getHasArray()" class="member-name-link">getHasArray</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Determines if the specified cell is part of an array formula or dynamic array formula.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getHasFormula()" class="member-name-link">getHasFormula</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns true if the cell or range contains any formulas; otherwise, false is returned.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getHasValidation()" class="member-name-link">getHasValidation</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns true if any of the cells represented by this range have data validation associated with them.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getHeight()" class="member-name-link">getHeight</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the height, in points, of the range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getHeightInPixel()" class="member-name-link">getHeightInPixel</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the height, in pixels, of the range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getHidden()" class="member-name-link">getHidden</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the property which specifies whether rows or columns should be hidden.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="HorizontalAlignment.html" title="enum class in com.grapecity.documents.excel">HorizontalAlignment</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getHorizontalAlignment()" class="member-name-link">getHorizontalAlignment</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the  <a href="HorizontalAlignment.html" title="enum class in com.grapecity.documents.excel"><code>HorizontalAlignment</code></a> of a cell or range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IHyperlinks.html" title="interface in com.grapecity.documents.excel">IHyperlinks</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getHyperlinks()" class="member-name-link">getHyperlinks</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an instance of  <a href="IValidation.html" title="interface in com.grapecity.documents.excel"><code>IValidation</code></a> which may be used to get and setHyperLinks properties.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/EnumSet.html" title="class or interface in java.util" class="external-link">EnumSet</a>&lt;<a href="IgnoredErrorType.html" title="enum class in com.grapecity.documents.excel">IgnoredErrorType</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getIgnoredError()" class="member-name-link">getIgnoredError</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the error type of the range to be ignored.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getIndentLevel()" class="member-name-link">getIndentLevel</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the indent level of the specified cell(s).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IInterior.html" title="interface in com.grapecity.documents.excel">IInterior</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getInterior()" class="member-name-link">getInterior</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the  <a href="IInterior.html" title="interface in com.grapecity.documents.excel"><code>IInterior</code></a> which represents the interior (background)color and pattern of the specified cell(s).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ILabelOptions.html" title="interface in com.grapecity.documents.excel">ILabelOptions</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getLabelOptions()" class="member-name-link">getLabelOptions</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the setting for watermark.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getLastColumn()" class="member-name-link">getLastColumn</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the zero based column number of the last column of the first range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getLastRow()" class="member-name-link">getLastRow</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the zero based row number of the last row of the first range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getLocked()" class="member-name-link">getLocked</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the property which specifies whether cells should be locked.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMergeArea()" class="member-name-link">getMergeArea</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> representing the merged range containing thespecified cell.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMergeCells()" class="member-name-link">getMergeCells</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the property which specifies whether cells are merged.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getNumberFormat()" class="member-name-link">getNumberFormat</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the number format of the cells in the range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getOrientation()" class="member-name-link">getOrientation</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the text orientation of a cell or range, which may be from -90 to 90 degrees, or 255(vertical text).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getOutlineLevel()" class="member-name-link">getOutlineLevel</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the current outline level of the specified row or column.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getPrecedents()" class="member-name-link">getPrecedents</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the precedent ranges of the left top cell of the range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getPrecedents(boolean)" class="member-name-link">getPrecedents</a><wbr>(boolean&nbsp;includeInDirect)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the precedent ranges of all the cells of the range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ReadingOrder.html" title="enum class in com.grapecity.documents.excel">ReadingOrder</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getReadingOrder()" class="member-name-link">getReadingOrder</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets or Sets the reading order for the specified object.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRichText.html" title="interface in com.grapecity.documents.excel">IRichText</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getRichText()" class="member-name-link">getRichText</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the rich text object associate with the top-left cell of this range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getRow()" class="member-name-link">getRow</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the zero based row number of the first row.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getRowCount()" class="member-name-link">getRowCount</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the row count of the first range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getRowHeight()" class="member-name-link">getRowHeight</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the height of the individual rows represented by this range in points.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getRowHeightInPixel()" class="member-name-link">getRowHeightInPixel</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the height of the individual rows represented by this range in pixels.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getRows()" class="member-name-link">getRows</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object that represents the rows in the specifiedrange.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getShowDetail()" class="member-name-link">getShowDetail</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets whether to show the detail (True if the outline is expanded for the specified range, so that the detail of the column or row is visible).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getShrinkToFit()" class="member-name-link">getShrinkToFit</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the property which specifies whether cells will be drawn in a smaller font if needed to display the contents of the cell.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ISparklineGroups.html" title="interface in com.grapecity.documents.excel">ISparklineGroups</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSparklineGroups()" class="member-name-link">getSparklineGroups</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an instance of  <a href="ISparklineGroups.html" title="interface in com.grapecity.documents.excel"><code>ISparklineGroups</code></a> which may be used to get andset SparklineGroups properties of the cells</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IStyle.html" title="interface in com.grapecity.documents.excel">IStyle</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getStyle()" class="member-name-link">getStyle</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the named style  <a href="IStyle.html" title="interface in com.grapecity.documents.excel"><code>IStyle</code></a> associated with the cells represented bythis IRange.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSummary()" class="member-name-link">getSummary</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Determines if the range is an outlining summary row or column.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getTag()" class="member-name-link">getTag</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the tag value of the specified range in the sheet.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getText()" class="member-name-link">getText</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the value of the cell represented by this IRange as a formatted string.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getUsedRange()" class="member-name-link">getUsedRange</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> representing the used range in the current range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getUsedRange(java.util.EnumSet)" class="member-name-link">getUsedRange</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/EnumSet.html" title="class or interface in java.util" class="external-link">EnumSet</a>&lt;<a href="UsedRangeType.html" title="enum class in com.grapecity.documents.excel">UsedRangeType</a>&gt;&nbsp;type)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> representing the used range in the current range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getUseStandardHeight()" class="member-name-link">getUseStandardHeight</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets whether the row height of the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object equals the standardheight of the sheet.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getUseStandardWidth()" class="member-name-link">getUseStandardWidth</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets whether the column width of the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object equals thestandard width of the sheet.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IValidation.html" title="interface in com.grapecity.documents.excel">IValidation</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getValidation()" class="member-name-link">getValidation</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an instance of  <a href="IValidation.html" title="interface in com.grapecity.documents.excel"><code>IValidation</code></a> which may be used to get and setvalidation properties of the cells represented by this IRange.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getValidationIsSame()" class="member-name-link">getValidationIsSame</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns true if the validation options of all cells represented by this <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> are the same; otherwise, false is returned.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getValue()" class="member-name-link">getValue</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the value of the specified range as a string, double, boolean, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Date.html" title="class or interface in java.util" class="external-link"><code>Date</code></a>, Object[][] or null;</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="VerticalAlignment.html" title="enum class in com.grapecity.documents.excel">VerticalAlignment</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getVerticalAlignment()" class="member-name-link">getVerticalAlignment</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the  <a href="VerticalAlignment.html" title="enum class in com.grapecity.documents.excel"><code>VerticalAlignment</code></a> of a cell or range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getWatermark()" class="member-name-link">getWatermark</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the watermark for range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getWidth()" class="member-name-link">getWidth</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the width, in points, of the range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getWidthInPixel()" class="member-name-link">getWidthInPixel</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the width, in pixels, of the range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IWorksheet.html" title="interface in com.grapecity.documents.excel">IWorksheet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getWorksheet()" class="member-name-link">getWorksheet</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the parent  <a href="IWorksheet.html" title="interface in com.grapecity.documents.excel"><code>IWorksheet</code></a> of this range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getWrapText()" class="member-name-link">getWrapText</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Get the flag which indicates whether word wrap is enabled in a cell.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#goalSeek(double,com.grapecity.documents.excel.IRange)" class="member-name-link">goalSeek</a><wbr>(double&nbsp;goal,
 <a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;changingCell)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">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.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#group()" class="member-name-link">group</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Increments the OutlineLevel of the specified rows or columns.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="DataImportResult.html" title="class in com.grapecity.documents.excel">DataImportResult</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#importData(java.lang.Object)" class="member-name-link">importData</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;items)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Imports data from a data source (up to 2D) to the range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="DataImportResult.html" title="class in com.grapecity.documents.excel">DataImportResult</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#importData(java.lang.Object,com.grapecity.documents.excel.DataImportOptions)" class="member-name-link">importData</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;items,
 <a href="DataImportOptions.html" title="class in com.grapecity.documents.excel">DataImportOptions</a>&nbsp;options)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Imports data from a data source (up to 2D) to the range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#insert()" class="member-name-link">insert</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Inserts a cell or a range of cells into the worksheet and shifts other cells away to make space.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#insert(com.grapecity.documents.excel.InsertShiftDirection)" class="member-name-link">insert</a><wbr>(<a href="InsertShiftDirection.html" title="enum class in com.grapecity.documents.excel">InsertShiftDirection</a>&nbsp;shiftDirection)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Inserts a cell or a range of cells into the worksheet and shifts other cells away to make space.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#intersect(com.grapecity.documents.excel.IRange)" class="member-name-link">intersect</a><wbr>(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;range2)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an IRange object that represents the intersection of two ranges.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#intersect(com.grapecity.documents.excel.IRange...)" class="member-name-link">intersect</a><wbr>(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>...&nbsp;ranges)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an IRange object that represents the intersection of several ranges.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#isRichText()" class="member-name-link">isRichText</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Indicates whether the cell string value is a rich text.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#merge()" class="member-name-link">merge</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Merges the cells in the represented range into a single merged cell.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#merge(boolean)" class="member-name-link">merge</a><wbr>(boolean&nbsp;isAcross)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Merges the cells in the represented range into a single merged cell.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#offset(int,int)" class="member-name-link">offset</a><wbr>(int&nbsp;rowOffset,
 int&nbsp;columnOffset)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an IRange object that represents the offset of this range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#removeControls()" class="member-name-link">removeControls</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Removes cell controls from the current range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#removeSubtotal()" class="member-name-link">removeSubtotal</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Removes subtotals from a list.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#replace(java.lang.Object,java.lang.Object)" class="member-name-link">replace</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;what,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;replacement)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Search in formulas and replace.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#replace(java.lang.Object,java.lang.Object,com.grapecity.documents.excel.ReplaceOptions)" class="member-name-link">replace</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;what,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;replacement,
 <a href="ReplaceOptions.html" title="class in com.grapecity.documents.excel">ReplaceOptions</a>&nbsp;options)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Search in formulas and replace.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#select()" class="member-name-link">select</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Selects the object.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setAddIndent(boolean)" class="member-name-link">setAddIndent</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the property which controls indentation of text when horizontal or vertical alignment is set to distributed.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setBackgroundImage(byte%5B%5D)" class="member-name-link">setBackgroundImage</a><wbr>(byte[]&nbsp;backgroundImage)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the cell background image.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setBackgroundImageLayout(com.grapecity.documents.excel.BackgroundImageLayout)" class="member-name-link">setBackgroundImageLayout</a><wbr>(<a href="BackgroundImageLayout.html" title="enum class in com.grapecity.documents.excel">BackgroundImageLayout</a>&nbsp;backgroundImageLayout)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the cell background image layout.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setBindingPath(java.lang.String)" class="member-name-link">setBindingPath</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the binding path of the current cell or column.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setCellPadding(com.grapecity.documents.excel.ICellPadding)" class="member-name-link">setCellPadding</a><wbr>(<a href="ICellPadding.html" title="interface in com.grapecity.documents.excel">ICellPadding</a>&nbsp;cellPadding)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the cell padding for range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setCellPicture(com.grapecity.documents.excel.CellPicture)" class="member-name-link">setCellPicture</a><wbr>(<a href="CellPicture.html" title="class in com.grapecity.documents.excel">CellPicture</a>&nbsp;picture)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets a picture-in-cell for the specified cell.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setCellType(com.grapecity.documents.excel.BaseCellType)" class="member-name-link">setCellType</a><wbr>(<a href="BaseCellType.html" title="class in com.grapecity.documents.excel">BaseCellType</a>&nbsp;cellType)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the cell type for specified range in the sheet.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setColumnWidth(double)" class="member-name-link">setColumnWidth</a><wbr>(double&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the width of the individual columns represented in this range in characters.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setColumnWidthInPixel(double)" class="member-name-link">setColumnWidthInPixel</a><wbr>(double&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the width of the individual columns represented in this range in pixels.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setDecoration(com.grapecity.documents.excel.ICellDecoration)" class="member-name-link">setDecoration</a><wbr>(<a href="ICellDecoration.html" title="interface in com.grapecity.documents.excel">ICellDecoration</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the cell decoration for range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setDefaultValue(java.lang.Object)" class="member-name-link">setDefaultValue</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the default value of the cell, it can be the value data or the formula string.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setFormula(java.lang.String)" class="member-name-link">setFormula</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the formula of the cells represented by this range in A1-style notation.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setFormula2(java.lang.String)" class="member-name-link">setFormula2</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the formula of the cells represented by this range in A1-style array notation.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setFormula2Local(java.lang.String)" class="member-name-link">setFormula2Local</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the localized formula of the cells represented by this range in A1-style array notation.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setFormula2R1C1(java.lang.String)" class="member-name-link">setFormula2R1C1</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the formula of the cells represented by this range in R1C1-style array notation.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setFormula2R1C1Local(java.lang.String)" class="member-name-link">setFormula2R1C1Local</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the localized formula of the cells represented by this range in R1C1-style array notation.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setFormulaArray(java.lang.String)" class="member-name-link">setFormulaArray</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the array formula of a range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setFormulaArrayR1C1(java.lang.String)" class="member-name-link">setFormulaArrayR1C1</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the array formula of a range using ReferenceStyle.R1C1.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setFormulaHidden(boolean)" class="member-name-link">setFormulaHidden</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets whether the formula will be hidden when the worksheet is protected</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setFormulaLocal(java.lang.String)" class="member-name-link">setFormulaLocal</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the localized formula of the cells represented by this range in A1-style notation.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setFormulaR1C1(java.lang.String)" class="member-name-link">setFormulaR1C1</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the formula of the cells represented by this range in R1C1-style notation.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setFormulaR1C1Local(java.lang.String)" class="member-name-link">setFormulaR1C1Local</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the localized formula of the cells represented by this range in R1C1-style notation.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setHidden(boolean)" class="member-name-link">setHidden</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the property which specifies whether rows or columns should be hidden.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setHorizontalAlignment(com.grapecity.documents.excel.HorizontalAlignment)" class="member-name-link">setHorizontalAlignment</a><wbr>(<a href="HorizontalAlignment.html" title="enum class in com.grapecity.documents.excel">HorizontalAlignment</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the  <a href="HorizontalAlignment.html" title="enum class in com.grapecity.documents.excel"><code>HorizontalAlignment</code></a> of a cell or range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setIgnoredError(java.util.EnumSet)" class="member-name-link">setIgnoredError</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/EnumSet.html" title="class or interface in java.util" class="external-link">EnumSet</a>&lt;<a href="IgnoredErrorType.html" title="enum class in com.grapecity.documents.excel">IgnoredErrorType</a>&gt;&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the error type of the range to be ignored.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setIndentLevel(int)" class="member-name-link">setIndentLevel</a><wbr>(int&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the indent level of the specified cell(s).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setLocked(boolean)" class="member-name-link">setLocked</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the property which specifies whether cells should be locked.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setMergeCells(boolean)" class="member-name-link">setMergeCells</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the property which specifies whether cells are merged.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setNumberFormat(java.lang.String)" class="member-name-link">setNumberFormat</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the number format of the cells in the range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setOrientation(int)" class="member-name-link">setOrientation</a><wbr>(int&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the text orientation of a cell or range, which may be from -90 to 90 degrees, or 255(vertical text).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setOutlineLevel(int)" class="member-name-link">setOutlineLevel</a><wbr>(int&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the current outline level of the specified row or column.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setReadingOrder(com.grapecity.documents.excel.ReadingOrder)" class="member-name-link">setReadingOrder</a><wbr>(<a href="ReadingOrder.html" title="enum class in com.grapecity.documents.excel">ReadingOrder</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the reading order for the specified object.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setRowHeight(double)" class="member-name-link">setRowHeight</a><wbr>(double&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the height of the individual rows represented by this range in points.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setRowHeightInPixel(double)" class="member-name-link">setRowHeightInPixel</a><wbr>(double&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the height of the individual rows represented by this range in pixels.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setShowDetail(boolean)" class="member-name-link">setShowDetail</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets whether to show the detail (True if the outline is expanded for the specified range, so that the detail of the column or row is visible).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setShrinkToFit(boolean)" class="member-name-link">setShrinkToFit</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the property which specifies whether cells will be drawn in a smaller font if needed to display the contents of the cell.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setStyle(com.grapecity.documents.excel.IStyle)" class="member-name-link">setStyle</a><wbr>(<a href="IStyle.html" title="interface in com.grapecity.documents.excel">IStyle</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the named style  <a href="IStyle.html" title="interface in com.grapecity.documents.excel"><code>IStyle</code></a> associated with the cells represented bythis IRange.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setTag(java.lang.Object)" class="member-name-link">setTag</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the tag value of the specified range in the sheet.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setUseStandardHeight(boolean)" class="member-name-link">setUseStandardHeight</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets whether the row height of the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object equals the standardheight of the sheet.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setUseStandardWidth(boolean)" class="member-name-link">setUseStandardWidth</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets whether the column width of the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object equals thestandard width of the sheet.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setValue(java.lang.Object)" class="member-name-link">setValue</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the value of the specified cell as a string, double, int, boolean, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Date.html" title="class or interface in java.util" class="external-link"><code>Date</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util" class="external-link"><code>Calendar</code></a>, Object[][] or null.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setVerticalAlignment(com.grapecity.documents.excel.VerticalAlignment)" class="member-name-link">setVerticalAlignment</a><wbr>(<a href="VerticalAlignment.html" title="enum class in com.grapecity.documents.excel">VerticalAlignment</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the  <a href="VerticalAlignment.html" title="enum class in com.grapecity.documents.excel"><code>VerticalAlignment</code></a> of a cell or range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setWatermark(java.lang.String)" class="member-name-link">setWatermark</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;watermark)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the watermark for range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setWrapText(boolean)" class="member-name-link">setWrapText</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the flag which indicates whether word wrap is enabled in a cell.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#sort(com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.SortOrder,com.grapecity.documents.excel.SortOrientation)" class="member-name-link">sort</a><wbr>(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;key,
 <a href="SortOrder.html" title="enum class in com.grapecity.documents.excel">SortOrder</a>&nbsp;order,
 <a href="SortOrientation.html" title="enum class in com.grapecity.documents.excel">SortOrientation</a>&nbsp;orientation)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sorts the cells represented by this range according to the specified options.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#sort(com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.SortOrder,com.grapecity.documents.excel.SortOrientation,boolean)" class="member-name-link">sort</a><wbr>(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;key,
 <a href="SortOrder.html" title="enum class in com.grapecity.documents.excel">SortOrder</a>&nbsp;order,
 <a href="SortOrientation.html" title="enum class in com.grapecity.documents.excel">SortOrientation</a>&nbsp;orientation,
 boolean&nbsp;caseSensitive)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sorts the cells represented by this range according to the specified options.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#sort(com.grapecity.documents.excel.SortOrientation,boolean,com.grapecity.documents.excel.IValueSortField...)" class="member-name-link">sort</a><wbr>(<a href="SortOrientation.html" title="enum class in com.grapecity.documents.excel">SortOrientation</a>&nbsp;orientation,
 boolean&nbsp;caseSensitive,
 <a href="IValueSortField.html" title="interface in com.grapecity.documents.excel">IValueSortField</a>...&nbsp;keys)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sorts the cells represented by this range according to the specified options.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#specialCells(com.grapecity.documents.excel.SpecialCellType)" class="member-name-link">specialCells</a><wbr>(<a href="SpecialCellType.html" title="enum class in com.grapecity.documents.excel">SpecialCellType</a>&nbsp;type)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets a IRange object that represents all the cells that match the specified type and value.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#specialCells(com.grapecity.documents.excel.SpecialCellType,com.grapecity.documents.excel.SpecialCellsValue)" class="member-name-link">specialCells</a><wbr>(<a href="SpecialCellType.html" title="enum class in com.grapecity.documents.excel">SpecialCellType</a>&nbsp;type,
 <a href="SpecialCellsValue.html" title="class in com.grapecity.documents.excel">SpecialCellsValue</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets a IRange object that represents all the cells that match the specified type and value.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#subtotal(int,com.grapecity.documents.excel.ConsolidationFunction,int%5B%5D)" class="member-name-link">subtotal</a><wbr>(int&nbsp;groupBy,
 <a href="ConsolidationFunction.html" title="enum class in com.grapecity.documents.excel">ConsolidationFunction</a>&nbsp;subtotalFunction,
 int[]&nbsp;totalList)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Creates subtotals for the range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#subtotal(int,com.grapecity.documents.excel.ConsolidationFunction,int%5B%5D,boolean)" class="member-name-link">subtotal</a><wbr>(int&nbsp;groupBy,
 <a href="ConsolidationFunction.html" title="enum class in com.grapecity.documents.excel">ConsolidationFunction</a>&nbsp;subtotalFunction,
 int[]&nbsp;totalList,
 boolean&nbsp;replace)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Creates subtotals for the range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#subtotal(int,com.grapecity.documents.excel.ConsolidationFunction,int%5B%5D,boolean,boolean)" class="member-name-link">subtotal</a><wbr>(int&nbsp;groupBy,
 <a href="ConsolidationFunction.html" title="enum class in com.grapecity.documents.excel">ConsolidationFunction</a>&nbsp;subtotalFunction,
 int[]&nbsp;totalList,
 boolean&nbsp;replace,
 boolean&nbsp;pageBreaks)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Creates subtotals for the range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#subtotal(int,com.grapecity.documents.excel.ConsolidationFunction,int%5B%5D,boolean,boolean,com.grapecity.documents.excel.SummaryRow)" class="member-name-link">subtotal</a><wbr>(int&nbsp;groupBy,
 <a href="ConsolidationFunction.html" title="enum class in com.grapecity.documents.excel">ConsolidationFunction</a>&nbsp;subtotalFunction,
 int[]&nbsp;totalList,
 boolean&nbsp;replace,
 boolean&nbsp;pageBreaks,
 <a href="SummaryRow.html" title="enum class in com.grapecity.documents.excel">SummaryRow</a>&nbsp;summaryRowLocation)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Creates subtotals for the range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#subtotal(int,com.grapecity.documents.excel.ConsolidationFunction,int%5B%5D,com.grapecity.documents.excel.SummaryRow)" class="member-name-link">subtotal</a><wbr>(int&nbsp;groupBy,
 <a href="ConsolidationFunction.html" title="enum class in com.grapecity.documents.excel">ConsolidationFunction</a>&nbsp;subtotalFunction,
 int[]&nbsp;totalList,
 <a href="SummaryRow.html" title="enum class in com.grapecity.documents.excel">SummaryRow</a>&nbsp;summaryRowLocation)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Creates subtotals for the range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#toImage(java.io.OutputStream,com.grapecity.documents.excel.drawing.ImageType)" class="member-name-link">toImage</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/OutputStream.html" title="class or interface in java.io" class="external-link">OutputStream</a>&nbsp;stream,
 <a href="drawing/ImageType.html" title="enum class in com.grapecity.documents.excel.drawing">ImageType</a>&nbsp;imageType)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Saves the range to the specified image file.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#toImage(java.io.OutputStream,com.grapecity.documents.excel.drawing.ImageType,com.grapecity.documents.excel.ImageSaveOptions)" class="member-name-link">toImage</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/OutputStream.html" title="class or interface in java.io" class="external-link">OutputStream</a>&nbsp;stream,
 <a href="drawing/ImageType.html" title="enum class in com.grapecity.documents.excel.drawing">ImageType</a>&nbsp;imageType,
 <a href="ImageSaveOptions.html" title="class in com.grapecity.documents.excel">ImageSaveOptions</a>&nbsp;options)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Saves the range to the specified image file using options.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#toImage(java.lang.String)" class="member-name-link">toImage</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;imageFile)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Saves the range to the specified image file.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#toImage(java.lang.String,com.grapecity.documents.excel.ImageSaveOptions)" class="member-name-link">toImage</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;imageFile,
 <a href="ImageSaveOptions.html" title="class in com.grapecity.documents.excel">ImageSaveOptions</a>&nbsp;options)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Saves the range to the specified image file using options.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#toJson()" class="member-name-link">toJson</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Generates a json string from the range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#ungroup()" class="member-name-link">ungroup</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Decrements the OutlineLevel of the specified rows or columns.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#union(com.grapecity.documents.excel.IRange)" class="member-name-link">union</a><wbr>(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;range2)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an IRange object that represents the union of two ranges.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#union(com.grapecity.documents.excel.IRange...)" class="member-name-link">union</a><wbr>(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>...&nbsp;ranges)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an IRange object that represents the union of several ranges.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#unmerge()" class="member-name-link">unmerge</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Converts merged cells in the represented range to normal cells.</div>
</div>
</div>
</div>
</div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="getRows()">
<h3>getRows</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">getRows</span>()</div>
<div class="block">Returns the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object that represents the rows in the specifiedrange.</div>
</section>
</li>
<li>
<section class="detail" id="getColumns()">
<h3>getColumns</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">getColumns</span>()</div>
<div class="block">Returns the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object that represents the columns in thespecified range.</div>
</section>
</li>
<li>
<section class="detail" id="getCells()">
<h3>getCells</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">getCells</span>()</div>
<div class="block">Returns the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object that represents the cells in the specifiedrange.</div>
</section>
</li>
<li>
<section class="detail" id="getRow()">
<h3>getRow</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getRow</span>()</div>
<div class="block">Returns the zero based row number of the first row.</div>
</section>
</li>
<li>
<section class="detail" id="getLastRow()">
<h3>getLastRow</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getLastRow</span>()</div>
<div class="block">Returns the zero based row number of the last row of the first range.</div>
</section>
</li>
<li>
<section class="detail" id="getRowCount()">
<h3>getRowCount</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getRowCount</span>()</div>
<div class="block">Returns the row count of the first range.</div>
</section>
</li>
<li>
<section class="detail" id="getColumn()">
<h3>getColumn</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getColumn</span>()</div>
<div class="block">Returns the zero based column number of the first column of this IRange.</div>
</section>
</li>
<li>
<section class="detail" id="getLastColumn()">
<h3>getLastColumn</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getLastColumn</span>()</div>
<div class="block">Returns the zero based column number of the last column of the first range.</div>
</section>
</li>
<li>
<section class="detail" id="getColumnCount()">
<h3>getColumnCount</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getColumnCount</span>()</div>
<div class="block">Returns the column count of the first range.</div>
</section>
</li>
<li>
<section class="detail" id="getCount()">
<h3>getCount</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getCount</span>()</div>
<div class="block">Returns the number of objects in the collection.</div>
</section>
</li>
<li>
<section class="detail" id="getFont()">
<h3>getFont</h3>
<div class="member-signature"><span class="return-type"><a href="IFont.html" title="interface in com.grapecity.documents.excel">IFont</a></span>&nbsp;<span class="element-name">getFont</span>()</div>
<div class="block">Returns an instance of  <a href="IFont.html" title="interface in com.grapecity.documents.excel"><code>IFont</code></a> which may be used to get and set fontproperties of the cells represented by this IRange.</div>
</section>
</li>
<li>
<section class="detail" id="getBorders()">
<h3>getBorders</h3>
<div class="member-signature"><span class="return-type"><a href="IBorders.html" title="interface in com.grapecity.documents.excel">IBorders</a></span>&nbsp;<span class="element-name">getBorders</span>()</div>
<div class="block">Returns an instance of  <a href="IBorders.html" title="interface in com.grapecity.documents.excel"><code>IBorders</code></a> which represents the cell borders ofthe cell or range represented by this IRange.</div>
</section>
</li>
<li>
<section class="detail" id="getInterior()">
<h3>getInterior</h3>
<div class="member-signature"><span class="return-type"><a href="IInterior.html" title="interface in com.grapecity.documents.excel">IInterior</a></span>&nbsp;<span class="element-name">getInterior</span>()</div>
<div class="block">Returns the  <a href="IInterior.html" title="interface in com.grapecity.documents.excel"><code>IInterior</code></a> which represents the interior (background)color and pattern of the specified cell(s).</div>
</section>
</li>
<li>
<section class="detail" id="getNumberFormat()">
<h3>getNumberFormat</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getNumberFormat</span>()</div>
<div class="block">Gets the number format of the cells in the range.</div>
</section>
</li>
<li>
<section class="detail" id="setNumberFormat(java.lang.String)">
<h3>setNumberFormat</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setNumberFormat</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</span></div>
<div class="block">Sets the number format of the cells in the range.</div>
</section>
</li>
<li>
<section class="detail" id="getAddIndent()">
<h3>getAddIndent</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getAddIndent</span>()</div>
<div class="block">Gets the property which controls indentation of text when horizontal or vertical alignment is set to distributed.</div>
</section>
</li>
<li>
<section class="detail" id="setAddIndent(boolean)">
<h3>setAddIndent</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setAddIndent</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets the property which controls indentation of text when horizontal or vertical alignment is set to distributed.</div>
</section>
</li>
<li>
<section class="detail" id="getIndentLevel()">
<h3>getIndentLevel</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getIndentLevel</span>()</div>
<div class="block">Gets the indent level of the specified cell(s).</div>
</section>
</li>
<li>
<section class="detail" id="setIndentLevel(int)">
<h3>setIndentLevel</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setIndentLevel</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the indent level of the specified cell(s).</div>
</section>
</li>
<li>
<section class="detail" id="getHidden()">
<h3>getHidden</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHidden</span>()</div>
<div class="block">Gets the property which specifies whether rows or columns should be hidden.</div>
</section>
</li>
<li>
<section class="detail" id="setHidden(boolean)">
<h3>setHidden</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHidden</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets the property which specifies whether rows or columns should be hidden.</div>
</section>
</li>
<li>
<section class="detail" id="getLocked()">
<h3>getLocked</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getLocked</span>()</div>
<div class="block">Gets the property which specifies whether cells should be locked.</div>
</section>
</li>
<li>
<section class="detail" id="setLocked(boolean)">
<h3>setLocked</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setLocked</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets the property which specifies whether cells should be locked.</div>
</section>
</li>
<li>
<section class="detail" id="getOrientation()">
<h3>getOrientation</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getOrientation</span>()</div>
<div class="block">Gets the text orientation of a cell or range, which may be from -90 to 90 degrees, or 255(vertical text).</div>
</section>
</li>
<li>
<section class="detail" id="setOrientation(int)">
<h3>setOrientation</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setOrientation</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the text orientation of a cell or range, which may be from -90 to 90 degrees, or 255(vertical text).</div>
</section>
</li>
<li>
<section class="detail" id="getShrinkToFit()">
<h3>getShrinkToFit</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getShrinkToFit</span>()</div>
<div class="block">Gets the property which specifies whether cells will be drawn in a smaller font if needed to display the contents of the cell.</div>
</section>
</li>
<li>
<section class="detail" id="setShrinkToFit(boolean)">
<h3>setShrinkToFit</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setShrinkToFit</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets the property which specifies whether cells will be drawn in a smaller font if needed to display the contents of the cell.</div>
</section>
</li>
<li>
<section class="detail" id="getWrapText()">
<h3>getWrapText</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getWrapText</span>()</div>
<div class="block">Get the flag which indicates whether word wrap is enabled in a cell.</div>
</section>
</li>
<li>
<section class="detail" id="setWrapText(boolean)">
<h3>setWrapText</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setWrapText</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets the flag which indicates whether word wrap is enabled in a cell.</div>
</section>
</li>
<li>
<section class="detail" id="getHorizontalAlignment()">
<h3>getHorizontalAlignment</h3>
<div class="member-signature"><span class="return-type"><a href="HorizontalAlignment.html" title="enum class in com.grapecity.documents.excel">HorizontalAlignment</a></span>&nbsp;<span class="element-name">getHorizontalAlignment</span>()</div>
<div class="block">Gets the  <a href="HorizontalAlignment.html" title="enum class in com.grapecity.documents.excel"><code>HorizontalAlignment</code></a> of a cell or range.</div>
</section>
</li>
<li>
<section class="detail" id="setHorizontalAlignment(com.grapecity.documents.excel.HorizontalAlignment)">
<h3>setHorizontalAlignment</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHorizontalAlignment</span><wbr><span class="parameters">(<a href="HorizontalAlignment.html" title="enum class in com.grapecity.documents.excel">HorizontalAlignment</a>&nbsp;value)</span></div>
<div class="block">Sets the  <a href="HorizontalAlignment.html" title="enum class in com.grapecity.documents.excel"><code>HorizontalAlignment</code></a> of a cell or range.</div>
</section>
</li>
<li>
<section class="detail" id="getVerticalAlignment()">
<h3>getVerticalAlignment</h3>
<div class="member-signature"><span class="return-type"><a href="VerticalAlignment.html" title="enum class in com.grapecity.documents.excel">VerticalAlignment</a></span>&nbsp;<span class="element-name">getVerticalAlignment</span>()</div>
<div class="block">Gets the  <a href="VerticalAlignment.html" title="enum class in com.grapecity.documents.excel"><code>VerticalAlignment</code></a> of a cell or range.</div>
</section>
</li>
<li>
<section class="detail" id="setVerticalAlignment(com.grapecity.documents.excel.VerticalAlignment)">
<h3>setVerticalAlignment</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setVerticalAlignment</span><wbr><span class="parameters">(<a href="VerticalAlignment.html" title="enum class in com.grapecity.documents.excel">VerticalAlignment</a>&nbsp;value)</span></div>
<div class="block">Sets the  <a href="VerticalAlignment.html" title="enum class in com.grapecity.documents.excel"><code>VerticalAlignment</code></a> of a cell or range.</div>
</section>
</li>
<li>
<section class="detail" id="getDisplayFormat()">
<h3>getDisplayFormat</h3>
<div class="member-signature"><span class="return-type"><a href="IDisplayFormat.html" title="interface in com.grapecity.documents.excel">IDisplayFormat</a></span>&nbsp;<span class="element-name">getDisplayFormat</span>()</div>
<div class="block">Gets a DisplayFormat object that represents the display settings for the specified range.</div>
</section>
</li>
<li>
<section class="detail" id="getFormulaHidden()">
<h3>getFormulaHidden</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getFormulaHidden</span>()</div>
<div class="block">Gets or Sets whether the formula will be hidden when the worksheet is protected</div>
</section>
</li>
<li>
<section class="detail" id="setFormulaHidden(boolean)">
<h3>setFormulaHidden</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFormulaHidden</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the formula will be hidden when the worksheet is protected</div>
</section>
</li>
<li>
<section class="detail" id="getReadingOrder()">
<h3>getReadingOrder</h3>
<div class="member-signature"><span class="return-type"><a href="ReadingOrder.html" title="enum class in com.grapecity.documents.excel">ReadingOrder</a></span>&nbsp;<span class="element-name">getReadingOrder</span>()</div>
<div class="block">Gets or Sets the reading order for the specified object.</div>
</section>
</li>
<li>
<section class="detail" id="setReadingOrder(com.grapecity.documents.excel.ReadingOrder)">
<h3>setReadingOrder</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setReadingOrder</span><wbr><span class="parameters">(<a href="ReadingOrder.html" title="enum class in com.grapecity.documents.excel">ReadingOrder</a>&nbsp;value)</span></div>
<div class="block">Sets the reading order for the specified object.</div>
</section>
</li>
<li>
<section class="detail" id="getStyle()">
<h3>getStyle</h3>
<div class="member-signature"><span class="return-type"><a href="IStyle.html" title="interface in com.grapecity.documents.excel">IStyle</a></span>&nbsp;<span class="element-name">getStyle</span>()</div>
<div class="block">Gets the named style  <a href="IStyle.html" title="interface in com.grapecity.documents.excel"><code>IStyle</code></a> associated with the cells represented bythis IRange.</div>
</section>
</li>
<li>
<section class="detail" id="setStyle(com.grapecity.documents.excel.IStyle)">
<h3>setStyle</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setStyle</span><wbr><span class="parameters">(<a href="IStyle.html" title="interface in com.grapecity.documents.excel">IStyle</a>&nbsp;value)</span></div>
<div class="block">Sets the named style  <a href="IStyle.html" title="interface in com.grapecity.documents.excel"><code>IStyle</code></a> associated with the cells represented bythis IRange.</div>
</section>
</li>
<li>
<section class="detail" id="getValidation()">
<h3>getValidation</h3>
<div class="member-signature"><span class="return-type"><a href="IValidation.html" title="interface in com.grapecity.documents.excel">IValidation</a></span>&nbsp;<span class="element-name">getValidation</span>()</div>
<div class="block">Returns an instance of  <a href="IValidation.html" title="interface in com.grapecity.documents.excel"><code>IValidation</code></a> which may be used to get and setvalidation properties of the cells represented by this IRange.</div>
</section>
</li>
<li>
<section class="detail" id="getHyperlinks()">
<h3>getHyperlinks</h3>
<div class="member-signature"><span class="return-type"><a href="IHyperlinks.html" title="interface in com.grapecity.documents.excel">IHyperlinks</a></span>&nbsp;<span class="element-name">getHyperlinks</span>()</div>
<div class="block">Returns an instance of  <a href="IValidation.html" title="interface in com.grapecity.documents.excel"><code>IValidation</code></a> which may be used to get and setHyperLinks properties.</div>
</section>
</li>
<li>
<section class="detail" id="getComment()">
<h3>getComment</h3>
<div class="member-signature"><span class="return-type"><a href="IComment.html" title="interface in com.grapecity.documents.excel">IComment</a></span>&nbsp;<span class="element-name">getComment</span>()</div>
<div class="block">Returns an instance of  <a href="IComment.html" title="interface in com.grapecity.documents.excel"><code>IComment</code></a> which may be used to get and setComment properties of the cells.</div>
</section>
</li>
<li>
<section class="detail" id="getSparklineGroups()">
<h3>getSparklineGroups</h3>
<div class="member-signature"><span class="return-type"><a href="ISparklineGroups.html" title="interface in com.grapecity.documents.excel">ISparklineGroups</a></span>&nbsp;<span class="element-name">getSparklineGroups</span>()</div>
<div class="block">Returns an instance of  <a href="ISparklineGroups.html" title="interface in com.grapecity.documents.excel"><code>ISparklineGroups</code></a> which may be used to get andset SparklineGroups properties of the cells</div>
</section>
</li>
<li>
<section class="detail" id="getWorksheet()">
<h3>getWorksheet</h3>
<div class="member-signature"><span class="return-type"><a href="IWorksheet.html" title="interface in com.grapecity.documents.excel">IWorksheet</a></span>&nbsp;<span class="element-name">getWorksheet</span>()</div>
<div class="block">Returns the parent  <a href="IWorksheet.html" title="interface in com.grapecity.documents.excel"><code>IWorksheet</code></a> of this range.</div>
</section>
</li>
<li>
<section class="detail" id="getEntireRow()">
<h3>getEntireRow</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">getEntireRow</span>()</div>
<div class="block">Returns a new instance of  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> which represents the same range ofcells, but expanded to include all columns.</div>
</section>
</li>
<li>
<section class="detail" id="getEntireColumn()">
<h3>getEntireColumn</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">getEntireColumn</span>()</div>
<div class="block">Returns a new instance of  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> which represents the same range ofcells, but expanded to include all rows.</div>
</section>
</li>
<li>
<section class="detail" id="getEntireMergeArea()">
<h3>getEntireMergeArea</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">getEntireMergeArea</span>()</div>
<div class="block">Returns an  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> representing the area of the current range which isiteratively grown as needed until it includes no partial merged cells.</div>
</section>
</li>
<li>
<section class="detail" id="getMergeArea()">
<h3>getMergeArea</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">getMergeArea</span>()</div>
<div class="block">Returns an  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> representing the merged range containing thespecified cell. If the specified cell isn't in a merged range, this property returns the specified cell.</div>
</section>
</li>
<li>
<section class="detail" id="getFormula()">
<h3>getFormula</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getFormula</span>()</div>
<div class="block">Gets the formula of the cells represented by this range in A1-style notation.</div>
</section>
</li>
<li>
<section class="detail" id="setFormula(java.lang.String)">
<h3>setFormula</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFormula</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</span></div>
<div class="block">Sets the formula of the cells represented by this range in A1-style notation.</div>
</section>
</li>
<li>
<section class="detail" id="getFormulaLocal()">
<h3>getFormulaLocal</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getFormulaLocal</span>()</div>
<div class="block">Gets the localized formula of the cells represented by this range in A1-style notation.</div>
</section>
</li>
<li>
<section class="detail" id="setFormulaLocal(java.lang.String)">
<h3>setFormulaLocal</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFormulaLocal</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</span></div>
<div class="block">Sets the localized formula of the cells represented by this range in A1-style notation.</div>
</section>
</li>
<li>
<section class="detail" id="getFormulaR1C1()">
<h3>getFormulaR1C1</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getFormulaR1C1</span>()</div>
<div class="block">Gets the formula of the cells represented by this range in R1C1-style notation.</div>
</section>
</li>
<li>
<section class="detail" id="setFormulaR1C1(java.lang.String)">
<h3>setFormulaR1C1</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFormulaR1C1</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</span></div>
<div class="block">Sets the formula of the cells represented by this range in R1C1-style notation.</div>
</section>
</li>
<li>
<section class="detail" id="getFormulaR1C1Local()">
<h3>getFormulaR1C1Local</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getFormulaR1C1Local</span>()</div>
<div class="block">Gets the localized formula of the cells represented by this range in R1C1-style notation.</div>
</section>
</li>
<li>
<section class="detail" id="setFormulaR1C1Local(java.lang.String)">
<h3>setFormulaR1C1Local</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFormulaR1C1Local</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</span></div>
<div class="block">Sets the localized formula of the cells represented by this range in R1C1-style notation.</div>
</section>
</li>
<li>
<section class="detail" id="getFormula2()">
<h3>getFormula2</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getFormula2</span>()</div>
<div class="block">Gets the formula of the cells represented by this range in A1-style array notation.</div>
</section>
</li>
<li>
<section class="detail" id="setFormula2(java.lang.String)">
<h3>setFormula2</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFormula2</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</span></div>
<div class="block">Sets the formula of the cells represented by this range in A1-style array notation.</div>
</section>
</li>
<li>
<section class="detail" id="getFormula2Local()">
<h3>getFormula2Local</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getFormula2Local</span>()</div>
<div class="block">Gets the localized formula of the cells represented by this range in A1-style array notation.</div>
</section>
</li>
<li>
<section class="detail" id="setFormula2Local(java.lang.String)">
<h3>setFormula2Local</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFormula2Local</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</span></div>
<div class="block">Sets the localized formula of the cells represented by this range in A1-style array notation.</div>
</section>
</li>
<li>
<section class="detail" id="getFormula2R1C1()">
<h3>getFormula2R1C1</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getFormula2R1C1</span>()</div>
<div class="block">Gets the formula of the cells represented by this range in R1C1-style array notation.</div>
</section>
</li>
<li>
<section class="detail" id="setFormula2R1C1(java.lang.String)">
<h3>setFormula2R1C1</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFormula2R1C1</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</span></div>
<div class="block">Sets the formula of the cells represented by this range in R1C1-style array notation.</div>
</section>
</li>
<li>
<section class="detail" id="getFormula2R1C1Local()">
<h3>getFormula2R1C1Local</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getFormula2R1C1Local</span>()</div>
<div class="block">Gets the localized formula of the cells represented by this range in R1C1-style array notation.</div>
</section>
</li>
<li>
<section class="detail" id="setFormula2R1C1Local(java.lang.String)">
<h3>setFormula2R1C1Local</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFormula2R1C1Local</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</span></div>
<div class="block">Sets the localized formula of the cells represented by this range in R1C1-style array notation.</div>
</section>
</li>
<li>
<section class="detail" id="getFormulaArray()">
<h3>getFormulaArray</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getFormulaArray</span>()</div>
<div class="block">Gets the array formula of a range.</div>
</section>
</li>
<li>
<section class="detail" id="setFormulaArray(java.lang.String)">
<h3>setFormulaArray</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFormulaArray</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</span></div>
<div class="block">Sets the array formula of a range.</div>
</section>
</li>
<li>
<section class="detail" id="getFormulaArrayR1C1()">
<h3>getFormulaArrayR1C1</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getFormulaArrayR1C1</span>()</div>
<div class="block">Gets the array formula of a range using ReferenceStyle.R1C1.</div>
</section>
</li>
<li>
<section class="detail" id="setFormulaArrayR1C1(java.lang.String)">
<h3>setFormulaArrayR1C1</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFormulaArrayR1C1</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</span></div>
<div class="block">Sets the array formula of a range using ReferenceStyle.R1C1.</div>
</section>
</li>
<li>
<section class="detail" id="getCurrentArray()">
<h3>getCurrentArray</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">getCurrentArray</span>()</div>
<div class="block">Gets whether the specified cell is part of an array or dynamic array, returns an <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object that represents the entire array.</div>
</section>
</li>
<li>
<section class="detail" id="getHasFormula()">
<h3>getHasFormula</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHasFormula</span>()</div>
<div class="block">Returns true if the cell or range contains any formulas; otherwise, false is returned.</div>
</section>
</li>
<li>
<section class="detail" id="getHasArray()">
<h3>getHasArray</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHasArray</span>()</div>
<div class="block">Determines if the specified cell is part of an array formula or dynamic array formula.</div>
</section>
</li>
<li>
<section class="detail" id="getValue()">
<h3>getValue</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span>&nbsp;<span class="element-name">getValue</span>()</div>
<div class="block">Gets the value of the specified range as a string, double, boolean, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Date.html" title="class or interface in java.util" class="external-link"><code>Date</code></a>, Object[][] or null;</div>
</section>
</li>
<li>
<section class="detail" id="setValue(java.lang.Object)">
<h3>setValue</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setValue</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;value)</span></div>
<div class="block">Sets the value of the specified cell as a string, double, int, boolean, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Date.html" title="class or interface in java.util" class="external-link"><code>Date</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util" class="external-link"><code>Calendar</code></a>, Object[][] or null.</div>
</section>
</li>
<li>
<section class="detail" id="setIgnoredError(java.util.EnumSet)">
<h3>setIgnoredError</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setIgnoredError</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/EnumSet.html" title="class or interface in java.util" class="external-link">EnumSet</a>&lt;<a href="IgnoredErrorType.html" title="enum class in com.grapecity.documents.excel">IgnoredErrorType</a>&gt;&nbsp;value)</span></div>
<div class="block">Sets the error type of the range to be ignored.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The EnumSet of <a href="IgnoredErrorType.html" title="enum class in com.grapecity.documents.excel"><code>IgnoredErrorType</code></a>.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getIgnoredError()">
<h3>getIgnoredError</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/EnumSet.html" title="class or interface in java.util" class="external-link">EnumSet</a>&lt;<a href="IgnoredErrorType.html" title="enum class in com.grapecity.documents.excel">IgnoredErrorType</a>&gt;</span>&nbsp;<span class="element-name">getIgnoredError</span>()</div>
<div class="block">Gets the error type of the range to be ignored.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The EnumSet of <a href="IgnoredErrorType.html" title="enum class in com.grapecity.documents.excel"><code>IgnoredErrorType</code></a>.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getTag()">
<h3>getTag</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span>&nbsp;<span class="element-name">getTag</span>()</div>
<div class="block">Gets the tag value of the specified range in the sheet.</div>
</section>
</li>
<li>
<section class="detail" id="setTag(java.lang.Object)">
<h3>setTag</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setTag</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;value)</span></div>
<div class="block">Sets the tag value of the specified range in the sheet.</div>
</section>
</li>
<li>
<section class="detail" id="getCellType()">
<h3>getCellType</h3>
<div class="member-signature"><span class="return-type"><a href="BaseCellType.html" title="class in com.grapecity.documents.excel">BaseCellType</a></span>&nbsp;<span class="element-name">getCellType</span>()</div>
<div class="block">Gets the cell type for specified range in the sheet.</div>
</section>
</li>
<li>
<section class="detail" id="setCellType(com.grapecity.documents.excel.BaseCellType)">
<h3>setCellType</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setCellType</span><wbr><span class="parameters">(<a href="BaseCellType.html" title="class in com.grapecity.documents.excel">BaseCellType</a>&nbsp;cellType)</span></div>
<div class="block">Sets the cell type for specified range in the sheet.</div>
</section>
</li>
<li>
<section class="detail" id="getCellControl()">
<h3>getCellControl</h3>
<div class="member-signature"><span class="return-type"><a href="ICellControl.html" title="interface in com.grapecity.documents.excel">ICellControl</a></span>&nbsp;<span class="element-name">getCellControl</span>()</div>
<div class="block">Returns the  <a href="ICellControl.html" title="interface in com.grapecity.documents.excel"><code>ICellControl</code></a> object that represents the cell control of the current range.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The cell control object.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getBindingPath()">
<h3>getBindingPath</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getBindingPath</span>()</div>
<div class="block">Gets the binding path of the current cell or column. If range is normal range, returns the binding path of the top-left cell of range. If range is EntireColumn, returns the binding path of the left column binding path of range. If range is EntireRow, returns null.</div>
</section>
</li>
<li>
<section class="detail" id="setBindingPath(java.lang.String)">
<h3>setBindingPath</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBindingPath</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</span></div>
<div class="block">Sets the binding path of the current cell or column. If range is normal range, sets the binding path of the top-left cell of range. If range is EntireColumn, sets the binding path of the left column binding path of range. If range is EntireRow, do nothing.</div>
</section>
</li>
<li>
<section class="detail" id="getText()">
<h3>getText</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getText</span>()</div>
<div class="block">Gets the value of the cell represented by this IRange as a formatted string.</div>
</section>
</li>
<li>
<section class="detail" id="getAreas()">
<h3>getAreas</h3>
<div class="member-signature"><span class="return-type"><a href="IAreas.html" title="interface in com.grapecity.documents.excel">IAreas</a></span>&nbsp;<span class="element-name">getAreas</span>()</div>
<div class="block">Returns an instance of  <a href="IAreas.html" title="interface in com.grapecity.documents.excel"><code>IAreas</code></a> which represents an array of rangeswhere each range returned by areas represents one cell or range.</div>
</section>
</li>
<li>
<section class="detail" id="getUsedRange()">
<h3>getUsedRange</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">getUsedRange</span>()</div>
<div class="block">Returns an  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> representing the used range in the current range.</div>
</section>
</li>
<li>
<section class="detail" id="getUsedRange(java.util.EnumSet)">
<h3>getUsedRange</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">getUsedRange</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/EnumSet.html" title="class or interface in java.util" class="external-link">EnumSet</a>&lt;<a href="UsedRangeType.html" title="enum class in com.grapecity.documents.excel">UsedRangeType</a>&gt;&nbsp;type)</span></div>
<div class="block">Returns an  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> representing the used range in the current range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>type</code> - The feature type.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="get(int,int)">
<h3>get</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">get</span><wbr><span class="parameters">(int&nbsp;rowOffset,
 int&nbsp;columnOffset)</span></div>
<div class="block">Returns a new instance of  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> which is offset from this range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>rowOffset</code> - The row offset.</dd>
<dd><code>columnOffset</code> - The column offset.</dd>
<dt>Returns:</dt>
<dd>IRange.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="get(int)">
<h3>get</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">get</span><wbr><span class="parameters">(int&nbsp;index)</span></div>
<div class="block">Returns a new instance of  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> by index which represents a cell.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>index</code> - The index of the range.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getMergeCells()">
<h3>getMergeCells</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getMergeCells</span>()</div>
<div class="block">Gets the property which specifies whether cells are merged.</div>
</section>
</li>
<li>
<section class="detail" id="setMergeCells(boolean)">
<h3>setMergeCells</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setMergeCells</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets the property which specifies whether cells are merged.</div>
</section>
</li>
<li>
<section class="detail" id="merge()">
<h3>merge</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">merge</span>()</div>
<div class="block">Merges the cells in the represented range into a single merged cell.</div>
</section>
</li>
<li>
<section class="detail" id="merge(boolean)">
<h3>merge</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">merge</span><wbr><span class="parameters">(boolean&nbsp;isAcross)</span></div>
<div class="block">Merges the cells in the represented range into a single merged cell.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>isAcross</code> - Optional Object. True to merge cells in each row of thespecified range as separate merged cells. The default value is False.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="unmerge()">
<h3>unmerge</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">unmerge</span>()</div>
<div class="block">Converts merged cells in the represented range to normal cells.</div>
</section>
</li>
<li>
<section class="detail" id="insert()">
<h3>insert</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">insert</span>()</div>
<div class="block">Inserts a cell or a range of cells into the worksheet and shifts other cells away to make space.</div>
</section>
</li>
<li>
<section class="detail" id="insert(com.grapecity.documents.excel.InsertShiftDirection)">
<h3>insert</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">insert</span><wbr><span class="parameters">(<a href="InsertShiftDirection.html" title="enum class in com.grapecity.documents.excel">InsertShiftDirection</a>&nbsp;shiftDirection)</span></div>
<div class="block">Inserts a cell or a range of cells into the worksheet and shifts other cells away to make space.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>shiftDirection</code> - Specifies which way to shift the cells.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="delete()">
<h3>delete</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">delete</span>()</div>
<div class="block">Deletes a cell or a range of cells from the worksheet and shifts other cells to replace deleted cells.</div>
</section>
</li>
<li>
<section class="detail" id="delete(com.grapecity.documents.excel.DeleteShiftDirection)">
<h3>delete</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">delete</span><wbr><span class="parameters">(<a href="DeleteShiftDirection.html" title="enum class in com.grapecity.documents.excel">DeleteShiftDirection</a>&nbsp;shiftDirection)</span></div>
<div class="block">Deletes a cell or a range of cells from the worksheet and shifts other cells to replace deleted cells.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>shiftDirection</code> - Specifies which way to shift the cells.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="clear()">
<h3>clear</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">clear</span>()</div>
<div class="block">Clears formulas, values, and all formatting from the current range.</div>
</section>
</li>
<li>
<section class="detail" id="clearContents()">
<h3>clearContents</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">clearContents</span>()</div>
<div class="block">Clears formulas and values from the current range.</div>
</section>
</li>
<li>
<section class="detail" id="clearFormats()">
<h3>clearFormats</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">clearFormats</span>()</div>
<div class="block">Clears all formatting from the current range.</div>
</section>
</li>
<li>
<section class="detail" id="clearHyperlinks()">
<h3>clearHyperlinks</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">clearHyperlinks</span>()</div>
<div class="block">Clears all hyperLinks from the current range.</div>
</section>
</li>
<li>
<section class="detail" id="clearComments()">
<h3>clearComments</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">clearComments</span>()</div>
<div class="block">Clears the comments from the current range</div>
</section>
</li>
<li>
<section class="detail" id="clearCommentsThreaded()">
<h3>clearCommentsThreaded</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">clearCommentsThreaded</span>()</div>
<div class="block">Clears the threaded comments from the current range.</div>
</section>
</li>
<li>
<section class="detail" id="removeControls()">
<h3>removeControls</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">removeControls</span>()</div>
<div class="block">Removes cell controls from the current range.</div>
</section>
</li>
<li>
<section class="detail" id="addComment(java.lang.String)">
<h3>addComment</h3>
<div class="member-signature"><span class="return-type"><a href="IComment.html" title="interface in com.grapecity.documents.excel">IComment</a></span>&nbsp;<span class="element-name">addComment</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;text)</span></div>
<div class="block">Adds comments to the current range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>text</code> - The text you want to add.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="sort(com.grapecity.documents.excel.SortOrientation,boolean,com.grapecity.documents.excel.IValueSortField...)">
<h3>sort</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">sort</span><wbr><span class="parameters">(<a href="SortOrientation.html" title="enum class in com.grapecity.documents.excel">SortOrientation</a>&nbsp;orientation,
 boolean&nbsp;caseSensitive,
 <a href="IValueSortField.html" title="interface in com.grapecity.documents.excel">IValueSortField</a>...&nbsp;keys)</span></div>
<div class="block">Sorts the cells represented by this range according to the specified options.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>orientation</code> - The orientation.</dd>
<dd><code>caseSensitive</code> - if set to true, case sensitive.</dd>
<dd><code>keys</code> - The <a href="IValueSortField.html" title="interface in com.grapecity.documents.excel"><code>IValueSortField</code></a> array.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="sort(com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.SortOrder,com.grapecity.documents.excel.SortOrientation,boolean)">
<h3>sort</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">sort</span><wbr><span class="parameters">(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;key,
 <a href="SortOrder.html" title="enum class in com.grapecity.documents.excel">SortOrder</a>&nbsp;order,
 <a href="SortOrientation.html" title="enum class in com.grapecity.documents.excel">SortOrientation</a>&nbsp;orientation,
 boolean&nbsp;caseSensitive)</span></div>
<div class="block">Sorts the cells represented by this range according to the specified options.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>key</code> - The key of the sort column.</dd>
<dd><code>order</code> - The sort order, ascending or descending</dd>
<dd><code>orientation</code> - The orientation.</dd>
<dd><code>caseSensitive</code> - if set to true, case sensitive.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="sort(com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.SortOrder,com.grapecity.documents.excel.SortOrientation)">
<h3>sort</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">sort</span><wbr><span class="parameters">(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;key,
 <a href="SortOrder.html" title="enum class in com.grapecity.documents.excel">SortOrder</a>&nbsp;order,
 <a href="SortOrientation.html" title="enum class in com.grapecity.documents.excel">SortOrientation</a>&nbsp;orientation)</span></div>
<div class="block">Sorts the cells represented by this range according to the specified options.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>key</code> - The key of the sort column.</dd>
<dd><code>order</code> - The sort order, ascending or dscending</dd>
<dd><code>orientation</code> - The orientation.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoFilter(int,java.lang.Object,com.grapecity.documents.excel.AutoFilterOperator,java.lang.Object,boolean)">
<h3>autoFilter</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoFilter</span><wbr><span class="parameters">(int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1,
 <a href="AutoFilterOperator.html" title="enum class in com.grapecity.documents.excel">AutoFilterOperator</a>&nbsp;op,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria2,
 boolean&nbsp;visibleDropDown)</span></div>
<div class="block">Filters a list using the AutoFilter.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>field</code> - Optional Object. The integer offset of the field onwhich you want to base the filter (from the left of the list; the leftmost field is field zero).</dd>
<dd><code>criteria1</code> - Optional Object. The criteria (a string; for example,"101"). Use "=" to find blank fields, or use " &lt;&gt;" to find nonblank fields. If this argument is omitted, the criteria is All. If Operator is xlTop10Items, Criteria1 specifies the number of items (for example, "10").</dd>
<dd><code>op</code> - Optional AutoFilterOperator</dd>
<dd><code>criteria2</code> - Optional Object. The second criteria (a string). Usedwith Criteria1 and Operator to construct compound criteria.</dd>
<dd><code>visibleDropDown</code> - Optional Object. True to display the AutoFilterdrop-down arrow for the filtered field; False to hide the AutoFilter drop-down arrow for the filtered field. True by default.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoFilter(int)">
<h3>autoFilter</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoFilter</span><wbr><span class="parameters">(int&nbsp;field)</span></div>
<div class="block">Filters a list using the AutoFilter.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>field</code> - Optional Object. The integer offset of the field on which youwant to base the filter (from the left of the list; the leftmost field is field zero).</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoFilter()">
<h3>autoFilter</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoFilter</span>()</div>
<div class="block">Filters a list using the AutoFilter.<br>Add a filter with no condition if there's no filter in the sheet.<br>Or show all the data in the first column of the filter.</div>
</section>
</li>
<li>
<section class="detail" id="autoFilter(int,java.lang.Object)">
<h3>autoFilter</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoFilter</span><wbr><span class="parameters">(int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1)</span></div>
<div class="block">Filters a list using the AutoFilter.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>field</code> - Optional Object. The integer offset of the field on whichyou want to base the filter (from the left of the list; the leftmost field is field zero).</dd>
<dd><code>criteria1</code> - Optional Object. The criteria (a string; for example,"101"). Use "=" to find blank fields, or use " &lt;&gt;" to find nonblank fields. If this argument is omitted, the criteria is All. If Operator is xlTop10Items, Criteria1 specifies the number of items (for example, "10").</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoFilter(int,java.lang.Object,com.grapecity.documents.excel.AutoFilterOperator)">
<h3>autoFilter</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoFilter</span><wbr><span class="parameters">(int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1,
 <a href="AutoFilterOperator.html" title="enum class in com.grapecity.documents.excel">AutoFilterOperator</a>&nbsp;op)</span></div>
<div class="block">Filters a list using the AutoFilter.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>field</code> - Optional Object. The integer offset of the field on whichyou want to base the filter (from the left of the list; the leftmost field is field zero).</dd>
<dd><code>criteria1</code> - Optional Object. The criteria (a string; for example,"101"). Use "=" to find blank fields, or use " &lt;&gt;" to find nonblank fields. If this argument is omitted, the criteria is All. If Operator is xlTop10Items, Criteria1 specifies the number of items (for example, "10").</dd>
<dd><code>op</code> - Optional AutoFilterOperator</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoFilter(int,java.lang.Object,com.grapecity.documents.excel.AutoFilterOperator,java.lang.Object)">
<h3>autoFilter</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoFilter</span><wbr><span class="parameters">(int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1,
 <a href="AutoFilterOperator.html" title="enum class in com.grapecity.documents.excel">AutoFilterOperator</a>&nbsp;op,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria2)</span></div>
<div class="block">Filters a list using the AutoFilter.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>field</code> - Optional Object. The integer offset of the field on whichyou want to base the filter (from the left of the list; the leftmost field is field zero).</dd>
<dd><code>criteria1</code> - Optional Object. The criteria (a string; for example,"101"). Use "=" to find blank fields, or use " &lt;&gt;" to find nonblank fields. If this argument is omitted, the criteria is All. If Operator is xlTop10Items, Criteria1 specifies the number of items (for example, "10").</dd>
<dd><code>op</code> - Optional AutoFilterOperator</dd>
<dd><code>criteria2</code> - Optional Object. The second criteria (a string). Used withCriteria1 and Operator to construct compound criteria.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoFilter(boolean,int,java.lang.Object,com.grapecity.documents.excel.AutoFilterOperator,java.lang.Object,boolean)">
<h3>autoFilter</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoFilter</span><wbr><span class="parameters">(boolean&nbsp;isFirstRowData,
 int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1,
 <a href="AutoFilterOperator.html" title="enum class in com.grapecity.documents.excel">AutoFilterOperator</a>&nbsp;op,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria2,
 boolean&nbsp;visibleDropDown)</span></div>
<div class="block">Filters a list using the AutoFilter.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>isFirstRowData</code> - Indicates whether the first row of the selection area participates in filtering.When set to true, the behavior is consistent with SpreadJS; when false, it is consistent with Microsoft Excel.</dd>
<dd><code>field</code> - Optional Object. The integer offset of the field onwhich you want to base the filter (from the left of the list; the leftmost field is field zero).</dd>
<dd><code>criteria1</code> - Optional Object. The criteria (a string; for example,"101"). Use "=" to find blank fields, or use " &lt;&gt;" to find nonblank fields. If this argument is omitted, the criteria is All. If Operator is xlTop10Items, Criteria1 specifies the number of items (for example, "10").</dd>
<dd><code>op</code> - Optional AutoFilterOperator</dd>
<dd><code>criteria2</code> - Optional Object. The second criteria (a string). Usedwith Criteria1 and Operator to construct compound criteria.</dd>
<dd><code>visibleDropDown</code> - Optional Object. True to display the AutoFilterdrop-down arrow for the filtered field; False to hide the AutoFilter drop-down arrow for the filtered field. True by default.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoFilter(boolean)">
<h3>autoFilter</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoFilter</span><wbr><span class="parameters">(boolean&nbsp;isFirstRowData)</span></div>
<div class="block">Filters a list using the AutoFilter.<br>Add a filter with no condition if there's no filter in the sheet.<br>Or show all the data in the first column of the filter.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>isFirstRowData</code> - Indicates whether the first row of the selection area participates in filtering.When set to true, the behavior is consistent with SpreadJS; when false, it is consistent with Microsoft Excel.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoFilter(boolean,int)">
<h3>autoFilter</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoFilter</span><wbr><span class="parameters">(boolean&nbsp;isFirstRowData,
 int&nbsp;field)</span></div>
<div class="block">Filters a list using the AutoFilter.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>isFirstRowData</code> - Indicates whether the first row of the selection area participates in filtering.When set to true, the behavior is consistent with SpreadJS; when false, it is consistent with Microsoft Excel.</dd>
<dd><code>field</code> - Optional Object. The integer offset of the field on which youwant to base the filter (from the left of the list; the leftmost field is field zero).</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoFilter(boolean,int,java.lang.Object)">
<h3>autoFilter</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoFilter</span><wbr><span class="parameters">(boolean&nbsp;isFirstRowData,
 int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1)</span></div>
<div class="block">Filters a list using the AutoFilter.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>isFirstRowData</code> - Indicates whether the first row of the selection area participates in filtering.When set to true, the behavior is consistent with SpreadJS; when false, it is consistent with Microsoft Excel.</dd>
<dd><code>field</code> - Optional Object. The integer offset of the field on whichyou want to base the filter (from the left of the list; the leftmost field is field zero).</dd>
<dd><code>criteria1</code> - Optional Object. The criteria (a string; for example,"101"). Use "=" to find blank fields, or use " &lt;&gt;" to find nonblank fields. If this argument is omitted, the criteria is All. If Operator is xlTop10Items, Criteria1 specifies the number of items (for example, "10").</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoFilter(boolean,int,java.lang.Object,com.grapecity.documents.excel.AutoFilterOperator)">
<h3>autoFilter</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoFilter</span><wbr><span class="parameters">(boolean&nbsp;isFirstRowData,
 int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1,
 <a href="AutoFilterOperator.html" title="enum class in com.grapecity.documents.excel">AutoFilterOperator</a>&nbsp;op)</span></div>
<div class="block">Filters a list using the AutoFilter.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>isFirstRowData</code> - Indicates whether the first row of the selection area participates in filtering.When set to true, the behavior is consistent with SpreadJS; when false, it is consistent with Microsoft Excel.</dd>
<dd><code>field</code> - Optional Object. The integer offset of the field on whichyou want to base the filter (from the left of the list; the leftmost field is field zero).</dd>
<dd><code>criteria1</code> - Optional Object. The criteria (a string; for example,"101"). Use "=" to find blank fields, or use " &lt;&gt;" to find nonblank fields. If this argument is omitted, the criteria is All. If Operator is xlTop10Items, Criteria1 specifies the number of items (for example, "10").</dd>
<dd><code>op</code> - Optional AutoFilterOperator</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoFilter(boolean,int,java.lang.Object,com.grapecity.documents.excel.AutoFilterOperator,java.lang.Object)">
<h3>autoFilter</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoFilter</span><wbr><span class="parameters">(boolean&nbsp;isFirstRowData,
 int&nbsp;field,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria1,
 <a href="AutoFilterOperator.html" title="enum class in com.grapecity.documents.excel">AutoFilterOperator</a>&nbsp;op,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;criteria2)</span></div>
<div class="block">Filters a list using the AutoFilter.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>isFirstRowData</code> - Indicates whether the first row of the selection area participates in filtering.When set to true, the behavior is consistent with SpreadJS; when false, it is consistent with Microsoft Excel.</dd>
<dd><code>field</code> - Optional Object. The integer offset of the field on whichyou want to base the filter (from the left of the list; the leftmost field is field zero).</dd>
<dd><code>criteria1</code> - Optional Object. The criteria (a string; for example,"101"). Use "=" to find blank fields, or use " &lt;&gt;" to find nonblank fields. If this argument is omitted, the criteria is All. If Operator is xlTop10Items, Criteria1 specifies the number of items (for example, "10").</dd>
<dd><code>op</code> - Optional AutoFilterOperator</dd>
<dd><code>criteria2</code> - Optional Object. The second criteria (a string). Used withCriteria1 and Operator to construct compound criteria.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getWidth()">
<h3>getWidth</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getWidth</span>()</div>
<div class="block">Gets the width, in points, of the range.</div>
</section>
</li>
<li>
<section class="detail" id="getWidthInPixel()">
<h3>getWidthInPixel</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getWidthInPixel</span>()</div>
<div class="block">Gets the width, in pixels, of the range.</div>
</section>
</li>
<li>
<section class="detail" id="getColumnWidth()">
<h3>getColumnWidth</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getColumnWidth</span>()</div>
<div class="block">Gets the width of the individual columns represented in this range in characters.</div>
</section>
</li>
<li>
<section class="detail" id="setColumnWidth(double)">
<h3>setColumnWidth</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setColumnWidth</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the width of the individual columns represented in this range in characters.</div>
</section>
</li>
<li>
<section class="detail" id="getColumnWidthInPixel()">
<h3>getColumnWidthInPixel</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getColumnWidthInPixel</span>()</div>
<div class="block">Gets the width of the individual columns represented in this range in pixels.</div>
</section>
</li>
<li>
<section class="detail" id="setColumnWidthInPixel(double)">
<h3>setColumnWidthInPixel</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setColumnWidthInPixel</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the width of the individual columns represented in this range in pixels.</div>
</section>
</li>
<li>
<section class="detail" id="getHeight()">
<h3>getHeight</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getHeight</span>()</div>
<div class="block">Gets the height, in points, of the range.</div>
</section>
</li>
<li>
<section class="detail" id="getHeightInPixel()">
<h3>getHeightInPixel</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getHeightInPixel</span>()</div>
<div class="block">Gets the height, in pixels, of the range.</div>
</section>
</li>
<li>
<section class="detail" id="getRowHeight()">
<h3>getRowHeight</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getRowHeight</span>()</div>
<div class="block">Gets the height of the individual rows represented by this range in points.</div>
</section>
</li>
<li>
<section class="detail" id="setRowHeight(double)">
<h3>setRowHeight</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setRowHeight</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the height of the individual rows represented by this range in points.</div>
</section>
</li>
<li>
<section class="detail" id="getRowHeightInPixel()">
<h3>getRowHeightInPixel</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getRowHeightInPixel</span>()</div>
<div class="block">Gets the height of the individual rows represented by this range in pixels.</div>
</section>
</li>
<li>
<section class="detail" id="setRowHeightInPixel(double)">
<h3>setRowHeightInPixel</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setRowHeightInPixel</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the height of the individual rows represented by this range in pixels.</div>
</section>
</li>
<li>
<section class="detail" id="getFormatConditions()">
<h3>getFormatConditions</h3>
<div class="member-signature"><span class="return-type"><a href="IFormatConditions.html" title="interface in com.grapecity.documents.excel">IFormatConditions</a></span>&nbsp;<span class="element-name">getFormatConditions</span>()</div>
<div class="block">Returns a FormatConditions collection that represents all the conditional formats for the specified range.</div>
</section>
</li>
<li>
<section class="detail" id="clearOutline()">
<h3>clearOutline</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">clearOutline</span>()</div>
<div class="block">Clears the outline for the specified range.</div>
</section>
</li>
<li>
<section class="detail" id="group()">
<h3>group</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">group</span>()</div>
<div class="block">Increments the OutlineLevel of the specified rows or columns.</div>
</section>
</li>
<li>
<section class="detail" id="ungroup()">
<h3>ungroup</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">ungroup</span>()</div>
<div class="block">Decrements the OutlineLevel of the specified rows or columns.</div>
</section>
</li>
<li>
<section class="detail" id="getOutlineLevel()">
<h3>getOutlineLevel</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getOutlineLevel</span>()</div>
<div class="block">Gets the current outline level of the specified row or column.</div>
</section>
</li>
<li>
<section class="detail" id="setOutlineLevel(int)">
<h3>setOutlineLevel</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setOutlineLevel</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the current outline level of the specified row or column.</div>
</section>
</li>
<li>
<section class="detail" id="getShowDetail()">
<h3>getShowDetail</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getShowDetail</span>()</div>
<div class="block">Gets whether to show the detail (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. <p> </p><p> The following statements are true: 1.The range must be in a single summary row or column. 2.This property returns False if any of the children of the row or column are hidden. 3.Setting this property to True is equivalent to unhiding all the children of the summary row or column. 4.Setting this property to False is equivalent to hiding all the children of the summary row or column.</p></div>
</section>
</li>
<li>
<section class="detail" id="setShowDetail(boolean)">
<h3>setShowDetail</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setShowDetail</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether to show the detail (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. <p> </p><p> The following statements are true: 1.The range must be in a single summary row or column. 2.This property returns False if any of the children of the row or column are hidden. 3.Setting this property to True is equivalent to unhiding all the children of the summary row or column. 4.Setting this property to False is equivalent to hiding all the children of the summary row or column.</p></div>
</section>
</li>
<li>
<section class="detail" id="getSummary()">
<h3>getSummary</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getSummary</span>()</div>
<div class="block">Determines if the range is an outlining summary row or column.</div>
</section>
</li>
<li>
<section class="detail" id="activate()">
<h3>activate</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">activate</span>()</div>
<div class="block">Activates a single cell, which must be inside the current selection.</div>
</section>
</li>
<li>
<section class="detail" id="select()">
<h3>select</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">select</span>()</div>
<div class="block">Selects the object.</div>
</section>
</li>
<li>
<section class="detail" id="copy(com.grapecity.documents.excel.IRange)">
<h3>copy</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">copy</span><wbr><span class="parameters">(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;destination)</span></div>
<div class="block">Copies the range to the specified range</div>
</section>
</li>
<li>
<section class="detail" id="copy(com.grapecity.documents.excel.IRange,java.util.EnumSet)">
<h3>copy</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="return-type">void</span>&nbsp;<span class="element-name">copy</span><wbr><span class="parameters">(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;destination,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/EnumSet.html" title="class or interface in java.util" class="external-link">EnumSet</a>&lt;<a href="PasteType.html" title="enum class in com.grapecity.documents.excel">PasteType</a>&gt;&nbsp;pasteType)</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">This method is no longer acceptable to compute time between versions.<p> Use  <a href="#copy(com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.PasteOption)"><code>copy(IRange,PasteOption)</code></a> instead.</p></div>
</div>
<div class="block">Copies the range to the specified range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>destination</code> - Specifies the new range to which the specified range willbe pasted. It can be the range of the same or another workbook.</dd>
<dd><code>pasteType</code> - Specifies the part of the range to be pasted.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="copy(com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.PasteOption)">
<h3>copy</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">copy</span><wbr><span class="parameters">(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;destination,
 <a href="PasteOption.html" title="class in com.grapecity.documents.excel">PasteOption</a>&nbsp;pasteOption)</span></div>
<div class="block">Copies the range to the specified range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>destination</code> - Specifies the new range to which the specified range willbe pasted. It can be the range of the same or another workbook.</dd>
<dd><code>pasteOption</code> - Specifies the part of the range to be pasted andwhether to include hidden range.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="cut(com.grapecity.documents.excel.IRange)">
<h3>cut</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">cut</span><wbr><span class="parameters">(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;destination)</span></div>
<div class="block">Cuts the range to the specified range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>destination</code> - Specifies the new range to which the specified range willbe pasted. It can be the range of the same or another workbook.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getHasValidation()">
<h3>getHasValidation</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHasValidation</span>()</div>
<div class="block">Returns true if any of the cells represented by this range have data validation associated with them.</div>
</section>
</li>
<li>
<section class="detail" id="getValidationIsSame()">
<h3>getValidationIsSame</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getValidationIsSame</span>()</div>
<div class="block">Returns true if the validation options of all cells represented by this <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> are the same; otherwise, false is returned.</div>
</section>
</li>
<li>
<section class="detail" id="getUseStandardHeight()">
<h3>getUseStandardHeight</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getUseStandardHeight</span>()</div>
<div class="block">Gets whether the row height of the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object equals the standardheight of the sheet.</div>
</section>
</li>
<li>
<section class="detail" id="setUseStandardHeight(boolean)">
<h3>setUseStandardHeight</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setUseStandardHeight</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the row height of the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object equals the standardheight of the sheet.</div>
</section>
</li>
<li>
<section class="detail" id="getUseStandardWidth()">
<h3>getUseStandardWidth</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getUseStandardWidth</span>()</div>
<div class="block">Gets whether the column width of the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object equals thestandard width of the sheet.</div>
</section>
</li>
<li>
<section class="detail" id="setUseStandardWidth(boolean)">
<h3>setUseStandardWidth</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setUseStandardWidth</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the column width of the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object equals thestandard width of the sheet.</div>
</section>
</li>
<li>
<section class="detail" id="calculate()">
<h3>calculate</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">calculate</span>()</div>
<div class="block">Calculates formulas of the range as needed.</div>
</section>
</li>
<li>
<section class="detail" id="dirty()">
<h3>dirty</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">dirty</span>()</div>
<div class="block">Designates all the formulas of the range to be recalculated when the next calculation occurs.</div>
</section>
</li>
<li>
<section class="detail" id="isRichText()">
<h3>isRichText</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">isRichText</span>()</div>
<div class="block">Indicates whether the cell string value is a rich text.</div>
</section>
</li>
<li>
<section class="detail" id="getRichText()">
<h3>getRichText</h3>
<div class="member-signature"><span class="return-type"><a href="IRichText.html" title="interface in com.grapecity.documents.excel">IRichText</a></span>&nbsp;<span class="element-name">getRichText</span>()</div>
<div class="block">Gets the rich text object associate with the top-left cell of this range.</div>
</section>
</li>
<li>
<section class="detail" id="characters(int,int)">
<h3>characters</h3>
<div class="member-signature"><span class="return-type"><a href="ITextRun.html" title="interface in com.grapecity.documents.excel">ITextRun</a></span>&nbsp;<span class="element-name">characters</span><wbr><span class="parameters">(int&nbsp;startIndex,
 int&nbsp;length)</span></div>
<div class="block">Returns a ITextRun object that represents a range of characters within the cell text.</div>
</section>
</li>
<li>
<section class="detail" id="find(java.lang.Object,com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.FindOptions)">
<h3>find</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">find</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;what,
 <a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;after,
 <a href="FindOptions.html" title="class in com.grapecity.documents.excel">FindOptions</a>&nbsp;options)</span></div>
<div class="block">Finds specific information in a range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>what</code> - The data to search for. Can be a String, double, Date,Calendar, boolean or int.</dd>
<dd><code>after</code> - The cell after which you want the search to begin. Thiscorresponds to the position of the active cell when a search is done from the user interface. Notice that After must be a single cell in the range. Remember that the search begins after this cell; the specified cell isn't searched until the method wraps back around to this cell. If you do not specify this argument, the search starts at the cell in the upper-left corner of the range when FindOptions.SearchDirection is SearchDirection.Next, or at the cell in the bottom-right corner of the range when FindOptions.SearchDirection is SearchDirection.Previous.</dd>
<dd><code>options</code> - The find options</dd>
<dt>Returns:</dt>
<dd>A IRange object that represents the first cell where that informationis found.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="find(java.lang.Object,com.grapecity.documents.excel.IRange)">
<h3>find</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">find</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;what,
 <a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;after)</span></div>
<div class="block">Finds specific information in a range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>what</code> - The data to search for. Can be a String, double, Date,LocalDateTime, Calendar, boolean or int.</dd>
<dd><code>after</code> - The cell after which you want the search to begin. Thiscorresponds to the position of the active cell when a search is done from the user interface. Notice that After must be a single cell in the range. Remember that the search begins after this cell; the specified cell isn't searched until the method wraps back around to this cell. If you do not specify this argument, the search starts at the cell in the upper-left corner of the range when FindOptions.SearchDirection is SearchDirection.Next, or at the cell in the bottom-right corner of the range when FindOptions.SearchDirection is SearchDirection.Previous.</dd>
<dt>Returns:</dt>
<dd>A IRange object that represents the first cell where that informationis found.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="find(java.lang.Object)">
<h3>find</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">find</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;what)</span></div>
<div class="block">Finds specific information in a range, starts from the upper-left corner.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>what</code> - The data to search for. Can be a String, double, Date,LocalDateTime, Calendar, boolean or int.</dd>
<dt>Returns:</dt>
<dd>A IRange object that represents the first cell where that informationis found.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="find(java.lang.Object,com.grapecity.documents.excel.FindOptions)">
<h3>find</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">find</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;what,
 <a href="FindOptions.html" title="class in com.grapecity.documents.excel">FindOptions</a>&nbsp;options)</span></div>
<div class="block">Finds specific information in a range, starts from the upper-left corner.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>what</code> - The data to search for. Can be a String, double, Date,LocalDateTime, Calendar, boolean or int.</dd>
<dd><code>options</code> - The find options</dd>
<dt>Returns:</dt>
<dd>A IRange object that represents the first cell where that informationis found.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="replace(java.lang.Object,java.lang.Object)">
<h3>replace</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">replace</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;what,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;replacement)</span></div>
<div class="block">Search in formulas and replace. Using this method doesn't change either the selection or the active cell.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>what</code> - The string you want to search for.</dd>
<dd><code>replacement</code> - The replacement string.</dd>
<dt>Returns:</dt>
<dd>Number of cells that was replaced.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="replace(java.lang.Object,java.lang.Object,com.grapecity.documents.excel.ReplaceOptions)">
<h3>replace</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">replace</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;what,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;replacement,
 <a href="ReplaceOptions.html" title="class in com.grapecity.documents.excel">ReplaceOptions</a>&nbsp;options)</span></div>
<div class="block">Search in formulas and replace. Using this method doesn't change either the selection or the active cell.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>what</code> - The string you want to search for.</dd>
<dd><code>replacement</code> - The replacement string.</dd>
<dd><code>options</code> - The replace options.</dd>
<dt>Returns:</dt>
<dd>Number of cells that was replaced.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoFit()">
<h3>autoFit</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoFit</span>()</div>
<div class="block">Changes the width of the columns in the range or the height of the rows in the range to achieve the best fit.</div>
</section>
</li>
<li>
<section class="detail" id="autoFit(boolean)">
<h3>autoFit</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoFit</span><wbr><span class="parameters">(boolean&nbsp;considerMergedCell)</span></div>
<div class="block">Changes the width of the columns in the range or the height of the rows in the range to achieve the best fit.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>considerMergedCell</code> - Indicates whether to consider merged cells in a single row.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="subtotal(int,com.grapecity.documents.excel.ConsolidationFunction,int[])">
<h3>subtotal</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">subtotal</span><wbr><span class="parameters">(int&nbsp;groupBy,
 <a href="ConsolidationFunction.html" title="enum class in com.grapecity.documents.excel">ConsolidationFunction</a>&nbsp;subtotalFunction,
 int[]&nbsp;totalList)</span></div>
<div class="block">Creates subtotals for the range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>groupBy</code> - The field to group by, as a one-based integer offset.</dd>
<dd><code>subtotalFunction</code> - The subtotal function.</dd>
<dd><code>totalList</code> - An array of 1-based field offsets, indicating the fields to which the subtotals are added.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="subtotal(int,com.grapecity.documents.excel.ConsolidationFunction,int[],boolean)">
<h3>subtotal</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">subtotal</span><wbr><span class="parameters">(int&nbsp;groupBy,
 <a href="ConsolidationFunction.html" title="enum class in com.grapecity.documents.excel">ConsolidationFunction</a>&nbsp;subtotalFunction,
 int[]&nbsp;totalList,
 boolean&nbsp;replace)</span></div>
<div class="block">Creates subtotals for the range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>groupBy</code> - The field to group by, as a one-based integer offset.</dd>
<dd><code>subtotalFunction</code> - The subtotal function.</dd>
<dd><code>totalList</code> - An array of 1-based field offsets, indicating the fields to which the subtotals are added.</dd>
<dd><code>replace</code> - True to replace existing subtotals. The default value is True.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="subtotal(int,com.grapecity.documents.excel.ConsolidationFunction,int[],boolean,boolean)">
<h3>subtotal</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">subtotal</span><wbr><span class="parameters">(int&nbsp;groupBy,
 <a href="ConsolidationFunction.html" title="enum class in com.grapecity.documents.excel">ConsolidationFunction</a>&nbsp;subtotalFunction,
 int[]&nbsp;totalList,
 boolean&nbsp;replace,
 boolean&nbsp;pageBreaks)</span></div>
<div class="block">Creates subtotals for the range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>groupBy</code> - The field to group by, as a one-based integer offset.</dd>
<dd><code>subtotalFunction</code> - The subtotal function.</dd>
<dd><code>totalList</code> - An array of 1-based field offsets, indicating the fields to which the subtotals are added.</dd>
<dd><code>replace</code> - True to replace existing subtotals. The default value is True.</dd>
<dd><code>pageBreaks</code> - True to add page breaks after each group. The default value is False.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="subtotal(int,com.grapecity.documents.excel.ConsolidationFunction,int[],com.grapecity.documents.excel.SummaryRow)">
<h3>subtotal</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">subtotal</span><wbr><span class="parameters">(int&nbsp;groupBy,
 <a href="ConsolidationFunction.html" title="enum class in com.grapecity.documents.excel">ConsolidationFunction</a>&nbsp;subtotalFunction,
 int[]&nbsp;totalList,
 <a href="SummaryRow.html" title="enum class in com.grapecity.documents.excel">SummaryRow</a>&nbsp;summaryRowLocation)</span></div>
<div class="block">Creates subtotals for the range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>groupBy</code> - The field to group by, as a one-based integer offset.</dd>
<dd><code>subtotalFunction</code> - The subtotal function.</dd>
<dd><code>totalList</code> - An array of 1-based field offsets, indicating the fields to which the subtotals are added.</dd>
<dd><code>summaryRowLocation</code> - Places the summary data relative to the subtotal. The default value is Below.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="subtotal(int,com.grapecity.documents.excel.ConsolidationFunction,int[],boolean,boolean,com.grapecity.documents.excel.SummaryRow)">
<h3>subtotal</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">subtotal</span><wbr><span class="parameters">(int&nbsp;groupBy,
 <a href="ConsolidationFunction.html" title="enum class in com.grapecity.documents.excel">ConsolidationFunction</a>&nbsp;subtotalFunction,
 int[]&nbsp;totalList,
 boolean&nbsp;replace,
 boolean&nbsp;pageBreaks,
 <a href="SummaryRow.html" title="enum class in com.grapecity.documents.excel">SummaryRow</a>&nbsp;summaryRowLocation)</span></div>
<div class="block">Creates subtotals for the range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>groupBy</code> - The field to group by, as a one-based integer offset.</dd>
<dd><code>subtotalFunction</code> - The subtotal function.</dd>
<dd><code>totalList</code> - An array of 1-based field offsets, indicating the fields to which the subtotals are added.</dd>
<dd><code>replace</code> - True to replace existing subtotals. The default value is True.</dd>
<dd><code>pageBreaks</code> - True to add page breaks after each group. The default value is False.</dd>
<dd><code>summaryRowLocation</code> - Places the summary data relative to the subtotal. The default value is Below.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="removeSubtotal()">
<h3>removeSubtotal</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">removeSubtotal</span>()</div>
<div class="block">Removes subtotals from a list.</div>
</section>
</li>
<li>
<section class="detail" id="getPrecedents()">
<h3>getPrecedents</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&gt;</span>&nbsp;<span class="element-name">getPrecedents</span>()</div>
<div class="block">Gets the precedent ranges of the left top cell of the range.</div>
</section>
</li>
<li>
<section class="detail" id="getPrecedents(boolean)">
<h3>getPrecedents</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&gt;</span>&nbsp;<span class="element-name">getPrecedents</span><wbr><span class="parameters">(boolean&nbsp;includeInDirect)</span></div>
<div class="block">Gets the precedent ranges of all the cells of the range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>includeInDirect</code> - Indicates whether to include indirect precedents.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getDependents()">
<h3>getDependents</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&gt;</span>&nbsp;<span class="element-name">getDependents</span>()</div>
<div class="block">Gets the dependent ranges of the left top cell of the range.</div>
</section>
</li>
<li>
<section class="detail" id="getDependents(boolean)">
<h3>getDependents</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&gt;</span>&nbsp;<span class="element-name">getDependents</span><wbr><span class="parameters">(boolean&nbsp;includeIndirect)</span></div>
<div class="block">Gets the dependent ranges of all the cells of the range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>includeIndirect</code> - Include the indirect dependent cells.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="toImage(java.lang.String)">
<h3>toImage</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">toImage</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;imageFile)</span></div>
<div class="block">Saves the range to the specified image file.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>imageFile</code> - The output image file.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="toImage(java.lang.String,com.grapecity.documents.excel.ImageSaveOptions)">
<h3>toImage</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">toImage</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;imageFile,
 <a href="ImageSaveOptions.html" title="class in com.grapecity.documents.excel">ImageSaveOptions</a>&nbsp;options)</span></div>
<div class="block">Saves the range to the specified image file using options.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>imageFile</code> - The output image file.</dd>
<dd><code>options</code> - The options for output image.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="toImage(java.io.OutputStream,com.grapecity.documents.excel.drawing.ImageType)">
<h3>toImage</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">toImage</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/OutputStream.html" title="class or interface in java.io" class="external-link">OutputStream</a>&nbsp;stream,
 <a href="drawing/ImageType.html" title="enum class in com.grapecity.documents.excel.drawing">ImageType</a>&nbsp;imageType)</span></div>
<div class="block">Saves the range to the specified image file.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>stream</code> - The output image stream.</dd>
<dd><code>imageType</code> - Specifies the type of image to create.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="toImage(java.io.OutputStream,com.grapecity.documents.excel.drawing.ImageType,com.grapecity.documents.excel.ImageSaveOptions)">
<h3>toImage</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">toImage</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/OutputStream.html" title="class or interface in java.io" class="external-link">OutputStream</a>&nbsp;stream,
 <a href="drawing/ImageType.html" title="enum class in com.grapecity.documents.excel.drawing">ImageType</a>&nbsp;imageType,
 <a href="ImageSaveOptions.html" title="class in com.grapecity.documents.excel">ImageSaveOptions</a>&nbsp;options)</span></div>
<div class="block">Saves the range to the specified image file using options.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>stream</code> - The output image stream.</dd>
<dd><code>imageType</code> - Specifies the type of image to create.</dd>
<dd><code>options</code> - The options for output image.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getAddress()">
<h3>getAddress</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getAddress</span>()</div>
<div class="block">Returns a String value that represents the range reference.</div>
</section>
</li>
<li>
<section class="detail" id="getAddress(boolean,boolean)">
<h3>getAddress</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getAddress</span><wbr><span class="parameters">(boolean&nbsp;rowAbsolute,
 boolean&nbsp;columnAbsolute)</span></div>
<div class="block">Returns a String value that represents the range reference.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>columnAbsolute</code> - True to return the column part of the reference as an absolute reference.The default value is true.</dd>
<dd><code>rowAbsolute</code> - True to return the row part of the reference as an absolute reference.The default value is true.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getAddress(boolean,boolean,com.grapecity.documents.excel.ReferenceStyle)">
<h3>getAddress</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getAddress</span><wbr><span class="parameters">(boolean&nbsp;rowAbsolute,
 boolean&nbsp;columnAbsolute,
 <a href="ReferenceStyle.html" title="enum class in com.grapecity.documents.excel">ReferenceStyle</a>&nbsp;referenceStyle)</span></div>
<div class="block">Returns a String value that represents the range reference.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>columnAbsolute</code> - True to return the column part of the reference as an absolute reference.The default value is true.</dd>
<dd><code>rowAbsolute</code> - True to return the row part of the reference as an absolute reference.The default value is true.</dd>
<dd><code>referenceStyle</code> - The reference style. The default value is A1.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getAddress(boolean,boolean,com.grapecity.documents.excel.ReferenceStyle,com.grapecity.documents.excel.IRange)">
<h3>getAddress</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getAddress</span><wbr><span class="parameters">(boolean&nbsp;rowAbsolute,
 boolean&nbsp;columnAbsolute,
 <a href="ReferenceStyle.html" title="enum class in com.grapecity.documents.excel">ReferenceStyle</a>&nbsp;referenceStyle,
 <a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;relativeTo)</span></div>
<div class="block">Returns a String value that represents the range reference.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>columnAbsolute</code> - True to return the column part of the reference as an absolute reference.The default value is true.</dd>
<dd><code>rowAbsolute</code> - True to return the row part of the reference as an absolute reference.The default value is true.</dd>
<dd><code>referenceStyle</code> - The reference style. The default value is A1.</dd>
<dd><code>relativeTo</code> - If RowAbsolute and ColumnAbsolute are false,and ReferenceStyle is R1C1, defines a starting point for the relative reference. The default reference is $A$1.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="specialCells(com.grapecity.documents.excel.SpecialCellType)">
<h3>specialCells</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">specialCells</span><wbr><span class="parameters">(<a href="SpecialCellType.html" title="enum class in com.grapecity.documents.excel">SpecialCellType</a>&nbsp;type)</span></div>
<div class="block">Gets a IRange object that represents all the cells that match the specified type and value.</div>
</section>
</li>
<li>
<section class="detail" id="specialCells(com.grapecity.documents.excel.SpecialCellType,com.grapecity.documents.excel.SpecialCellsValue)">
<h3>specialCells</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">specialCells</span><wbr><span class="parameters">(<a href="SpecialCellType.html" title="enum class in com.grapecity.documents.excel">SpecialCellType</a>&nbsp;type,
 <a href="SpecialCellsValue.html" title="class in com.grapecity.documents.excel">SpecialCellsValue</a>&nbsp;value)</span></div>
<div class="block">Gets a IRange object that represents all the cells that match the specified type and value.</div>
</section>
</li>
<li>
<section class="detail" id="getCellPadding()">
<h3>getCellPadding</h3>
<div class="member-signature"><span class="return-type"><a href="ICellPadding.html" title="interface in com.grapecity.documents.excel">ICellPadding</a></span>&nbsp;<span class="element-name">getCellPadding</span>()</div>
<div class="block">Gets the cell padding for range.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>An <a href="ICellPadding.html" title="interface in com.grapecity.documents.excel"><code>ICellPadding</code></a> objectSpreadJS only.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setCellPadding(com.grapecity.documents.excel.ICellPadding)">
<h3>setCellPadding</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setCellPadding</span><wbr><span class="parameters">(<a href="ICellPadding.html" title="interface in com.grapecity.documents.excel">ICellPadding</a>&nbsp;cellPadding)</span></div>
<div class="block">Sets the cell padding for range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>cellPadding</code> - SpreadJS only.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getWatermark()">
<h3>getWatermark</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getWatermark</span>()</div>
<div class="block">Gets the watermark for range. SpreadJS only.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the watermark string</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setWatermark(java.lang.String)">
<h3>setWatermark</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setWatermark</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;watermark)</span></div>
<div class="block">Sets the watermark for range. SpreadJS only.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>watermark</code> - The watermark string</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getDecoration()">
<h3>getDecoration</h3>
<div class="member-signature"><span class="return-type"><a href="ICellDecoration.html" title="interface in com.grapecity.documents.excel">ICellDecoration</a></span>&nbsp;<span class="element-name">getDecoration</span>()</div>
<div class="block">Gets the cell decoration for range. SpreadJS only.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The cell decoration.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setDecoration(com.grapecity.documents.excel.ICellDecoration)">
<h3>setDecoration</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setDecoration</span><wbr><span class="parameters">(<a href="ICellDecoration.html" title="interface in com.grapecity.documents.excel">ICellDecoration</a>&nbsp;value)</span></div>
<div class="block">Sets the cell decoration for range. SpreadJS only.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The cell decoration.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getLabelOptions()">
<h3>getLabelOptions</h3>
<div class="member-signature"><span class="return-type"><a href="ILabelOptions.html" title="interface in com.grapecity.documents.excel">ILabelOptions</a></span>&nbsp;<span class="element-name">getLabelOptions</span>()</div>
<div class="block">Gets the setting for watermark.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>An <a href="ILabelOptions.html" title="interface in com.grapecity.documents.excel"><code>ILabelOptions</code></a> objectSpreadJS only.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="fromJson(java.lang.String)">
<h3>fromJson</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">fromJson</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;json)</span></div>
<div class="block">Generates the range data from the json string.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>json</code> - the json string that contains range info.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="toJson()">
<h3>toJson</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">toJson</span>()</div>
<div class="block">Generates a json string from the range.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the json string that contains range info.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="addCommentThreaded(java.lang.String)">
<h3>addCommentThreaded</h3>
<div class="member-signature"><span class="return-type"><a href="ICommentThreaded.html" title="interface in com.grapecity.documents.excel">ICommentThreaded</a></span>&nbsp;<span class="element-name">addCommentThreaded</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;text)</span></div>
<div class="block">Adds a threaded comment to the range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>text</code> - The string is content of the threaded comment.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="addCommentThreaded(java.lang.String,java.lang.String)">
<h3>addCommentThreaded</h3>
<div class="member-signature"><span class="return-type"><a href="ICommentThreaded.html" title="interface in com.grapecity.documents.excel">ICommentThreaded</a></span>&nbsp;<span class="element-name">addCommentThreaded</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;text,
 <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;author)</span></div>
<div class="block">Adds a threaded comment to the range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>text</code> - The string is content of the threaded comment.</dd>
<dd><code>author</code> - Author name of the threaded comment.</dd>
<dt>Returns:</dt>
<dd>The newly added threaded comment.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getCommentThreaded()">
<h3>getCommentThreaded</h3>
<div class="member-signature"><span class="return-type"><a href="ICommentThreaded.html" title="interface in com.grapecity.documents.excel">ICommentThreaded</a></span>&nbsp;<span class="element-name">getCommentThreaded</span>()</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>Gets the threaded comment of specific cell</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="generateGetPivotDataFunction(com.grapecity.documents.excel.IRange)">
<h3>generateGetPivotDataFunction</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">generateGetPivotDataFunction</span><wbr><span class="parameters">(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;destination)</span></div>
<div class="block">Generate the corresponding function "GETPIVOTDATA" for the cells in the pivot table.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>destination</code> - Indicates for which area the "GETPIVOTDATA" function is generated.</dd>
<dt>Returns:</dt>
<dd>"GETPIVOTDATA" function</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="generateGetPivotDataFunction()">
<h3>generateGetPivotDataFunction</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">generateGetPivotDataFunction</span>()</div>
<div class="block">Generate the corresponding function "GETPIVOTDATA" for the cells in the pivot table.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>"GETPIVOTDATA" function</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="intersect(com.grapecity.documents.excel.IRange)">
<h3>intersect</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">intersect</span><wbr><span class="parameters">(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;range2)</span></div>
<div class="block">Returns an IRange object that represents the intersection of two ranges. <br> If range2 is from a different worksheet, an exception is thrown.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>range2</code> - The range to intersect with this range.</dd>
<dt>Returns:</dt>
<dd>A new range which consists of the intersection of this range and range2, or null if the ranges do not intersect.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="intersect(com.grapecity.documents.excel.IRange...)">
<h3>intersect</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">intersect</span><wbr><span class="parameters">(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>...&nbsp;ranges)</span></div>
<div class="block">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.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>ranges</code> - The intersecting ranges.</dd>
<dt>Returns:</dt>
<dd>A new range which consists of the intersection of this range and other ranges, or null if the ranges do not intersect.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="union(com.grapecity.documents.excel.IRange)">
<h3>union</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">union</span><wbr><span class="parameters">(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;range2)</span></div>
<div class="block">Returns an IRange object that represents the union of two ranges. <br> If range2 is from a different worksheet, an exception is thrown.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>range2</code> - The range to union with this range.</dd>
<dt>Returns:</dt>
<dd>A new range which consists of the union of this range and range2.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="union(com.grapecity.documents.excel.IRange...)">
<h3>union</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">union</span><wbr><span class="parameters">(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>...&nbsp;ranges)</span></div>
<div class="block">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.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>ranges</code> - Other ranges to union with this range.</dd>
<dt>Returns:</dt>
<dd>A new range which consists of the union of this range and other ranges.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="offset(int,int)">
<h3>offset</h3>
<div class="member-signature"><span class="return-type"><a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a></span>&nbsp;<span class="element-name">offset</span><wbr><span class="parameters">(int&nbsp;rowOffset,
 int&nbsp;columnOffset)</span></div>
<div class="block">Returns an IRange object that represents the offset of this range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>rowOffset</code> - Row offset.</dd>
<dd><code>columnOffset</code> - Column offset.</dd>
<dt>Returns:</dt>
<dd>A new range which consists of the offset of this range.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getDefaultValue()">
<h3>getDefaultValue</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span>&nbsp;<span class="element-name">getDefaultValue</span>()</div>
<div class="block">Gets the default value of the cell, it can be the value data or the formula string. It works when the cell has no data.</div>
</section>
</li>
<li>
<section class="detail" id="setDefaultValue(java.lang.Object)">
<h3>setDefaultValue</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setDefaultValue</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;value)</span></div>
<div class="block">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.</div>
</section>
</li>
<li>
<section class="detail" id="goalSeek(double,com.grapecity.documents.excel.IRange)">
<h3>goalSeek</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">goalSeek</span><wbr><span class="parameters">(double&nbsp;goal,
 <a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;changingCell)</span></div>
<div class="block">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.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>goal</code> - Specifies the desired goal value.</dd>
<dd><code>changingCell</code> - Specifies the cell to change.</dd>
<dt>Returns:</dt>
<dd>True if the specified goal value is successfully found, otherwise False.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getBackgroundImage()">
<h3>getBackgroundImage</h3>
<div class="member-signature"><span class="return-type">byte[]</span>&nbsp;<span class="element-name">getBackgroundImage</span>()</div>
<div class="block">Gets the cell background image.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>Cell background image byte array.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setBackgroundImage(byte[])">
<h3>setBackgroundImage</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBackgroundImage</span><wbr><span class="parameters">(byte[]&nbsp;backgroundImage)</span></div>
<div class="block">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.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>backgroundImage</code> - Cell background image byte array.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getBackgroundImageLayout()">
<h3>getBackgroundImageLayout</h3>
<div class="member-signature"><span class="return-type"><a href="BackgroundImageLayout.html" title="enum class in com.grapecity.documents.excel">BackgroundImageLayout</a></span>&nbsp;<span class="element-name">getBackgroundImageLayout</span>()</div>
<div class="block">Gets the cell background image layout, default is Stretch.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>Background image layout of cell.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setBackgroundImageLayout(com.grapecity.documents.excel.BackgroundImageLayout)">
<h3>setBackgroundImageLayout</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBackgroundImageLayout</span><wbr><span class="parameters">(<a href="BackgroundImageLayout.html" title="enum class in com.grapecity.documents.excel">BackgroundImageLayout</a>&nbsp;backgroundImageLayout)</span></div>
<div class="block">Sets the cell background image layout.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>backgroundImageLayout</code> - Background image layout of cell.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="importData(java.lang.Object)">
<h3>importData</h3>
<div class="member-signature"><span class="return-type"><a href="DataImportResult.html" title="class in com.grapecity.documents.excel">DataImportResult</a></span>&nbsp;<span class="element-name">importData</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;items)</span></div>
<div class="block">Imports data from a data source (up to 2D) to the range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>items</code> - The items to import. The element type can be:<ul> <li>Primitive value types:  <code>byte</code>,  <code>short</code>,  <code>int</code>,  <code>long</code>, <code>float</code>,  <code>double</code>,  <code>boolean</code>.</li> <li>Nullable primitives:  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Byte.html" title="class or interface in java.lang" class="external-link"><code>Byte</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Short.html" title="class or interface in java.lang" class="external-link"><code>Short</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link"><code>Integer</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link"><code>Long</code></a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Float.html" title="class or interface in java.lang" class="external-link"><code>Float</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Double.html" title="class or interface in java.lang" class="external-link"><code>Double</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link"><code>Boolean</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link"><code>String</code></a>,  <a href="CalcError.html" title="enum class in com.grapecity.documents.excel"><code>CalcError</code></a>, Classic date and time types:  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Date.html" title="class or interface in java.util" class="external-link"><code>Date</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util" class="external-link"><code>Calendar</code></a>, JSR310 date and time types:  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/LocalDate.html" title="class or interface in java.time" class="external-link"><code>LocalDate</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/LocalTime.html" title="class or interface in java.time" class="external-link"><code>LocalTime</code></a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/LocalDateTime.html" title="class or interface in java.time" class="external-link"><code>LocalDateTime</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/OffsetTime.html" title="class or interface in java.time" class="external-link"><code>OffsetTime</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/OffsetDateTime.html" title="class or interface in java.time" class="external-link"><code>OffsetDateTime</code></a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/ZonedDateTime.html" title="class or interface in java.time" class="external-link"><code>ZonedDateTime</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Instant.html" title="class or interface in java.time" class="external-link"><code>Instant</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/YearMonth.html" title="class or interface in java.time" class="external-link"><code>YearMonth</code></a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Year.html" title="class or interface in java.time" class="external-link"><code>Year</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/MonthDay.html" title="class or interface in java.time" class="external-link"><code>MonthDay</code></a>. (Note:  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html" title="class or interface in java.time" class="external-link"><code>Duration</code></a> and <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Period.html" title="class or interface in java.time" class="external-link"><code>Period</code></a> are not supported at this time)</li><li>Custom objects: objects that have public get methods (properties in Kotlin) to be mapped to cell values.</li> <li> <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link"><code>Map</code></a> where the key is <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link"><code>String</code></a>: It will be treated as a collection of property names and values.</li> </ul> The collection type can be: <ul> <li>Flat (non-jagged, 1D in total)  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link"><code>Iterable</code></a> or array. </li><li>Jagged 2D array where the element type of the inner collection is primitive or nullable primitive.</li> </ul></dd>
<dt>Throws:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/ClassCastException.html" title="class or interface in java.lang" class="external-link">ClassCastException</a></code> - The data type of column is inconsistent. Use <a href="DataImportOptions.html#setItemTypeProvider(java.util.function.Function)"><code>DataImportOptions.setItemTypeProvider(java.util.function.Function&lt;java.lang.Object, java.lang.Class&lt;?&gt;&gt;)</code></a> to fix it.</dd>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/IllegalArgumentException.html" title="class or interface in java.lang" class="external-link">IllegalArgumentException</a></code> - An item is of an unsupported type or <code>options</code> contains incorrect information.</dd>
<dt>API Note:</dt>
<dd>If the items are a list or array of primitive types, the orientation is determined by the shape of the range. If the row count of the range is greater than column count, we import the collection vertically. Otherwise, we import the collection horizontally.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="importData(java.lang.Object,com.grapecity.documents.excel.DataImportOptions)">
<h3>importData</h3>
<div class="member-signature"><span class="return-type"><a href="DataImportResult.html" title="class in com.grapecity.documents.excel">DataImportResult</a></span>&nbsp;<span class="element-name">importData</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;items,
 <a href="DataImportOptions.html" title="class in com.grapecity.documents.excel">DataImportOptions</a>&nbsp;options)</span></div>
<div class="block">Imports data from a data source (up to 2D) to the range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>items</code> - The items to import. The element type can be:<ul> <li>Primitive value types:  <code>byte</code>,  <code>short</code>,  <code>int</code>,  <code>long</code>, <code>float</code>,  <code>double</code>,  <code>boolean</code>.</li> <li>Nullable primitives:  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Byte.html" title="class or interface in java.lang" class="external-link"><code>Byte</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Short.html" title="class or interface in java.lang" class="external-link"><code>Short</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link"><code>Integer</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link"><code>Long</code></a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Float.html" title="class or interface in java.lang" class="external-link"><code>Float</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Double.html" title="class or interface in java.lang" class="external-link"><code>Double</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link"><code>Boolean</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link"><code>String</code></a>,  <a href="CalcError.html" title="enum class in com.grapecity.documents.excel"><code>CalcError</code></a>, Classic date and time types:  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Date.html" title="class or interface in java.util" class="external-link"><code>Date</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util" class="external-link"><code>Calendar</code></a>, JSR310 date and time types:  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/LocalDate.html" title="class or interface in java.time" class="external-link"><code>LocalDate</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/LocalTime.html" title="class or interface in java.time" class="external-link"><code>LocalTime</code></a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/LocalDateTime.html" title="class or interface in java.time" class="external-link"><code>LocalDateTime</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/OffsetTime.html" title="class or interface in java.time" class="external-link"><code>OffsetTime</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/OffsetDateTime.html" title="class or interface in java.time" class="external-link"><code>OffsetDateTime</code></a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/ZonedDateTime.html" title="class or interface in java.time" class="external-link"><code>ZonedDateTime</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Instant.html" title="class or interface in java.time" class="external-link"><code>Instant</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/YearMonth.html" title="class or interface in java.time" class="external-link"><code>YearMonth</code></a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Year.html" title="class or interface in java.time" class="external-link"><code>Year</code></a>,  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/MonthDay.html" title="class or interface in java.time" class="external-link"><code>MonthDay</code></a>. (Note:  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html" title="class or interface in java.time" class="external-link"><code>Duration</code></a> and <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Period.html" title="class or interface in java.time" class="external-link"><code>Period</code></a> are not supported at this time)</li><li>Custom objects: objects that have public get methods (properties in Kotlin) to be mapped to cell values.</li> <li> <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link"><code>Map</code></a> where the key is <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link"><code>String</code></a>: It will be treated as a collection of property names and values.</li> </ul> The collection type can be: <ul> <li>Flat (non-jagged, 1D in total)  <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link"><code>Iterable</code></a> or array. </li><li>Jagged 2D array where the element type of the inner collection is primitive or nullable primitive.</li> </ul></dd>
<dd><code>options</code> - The import options.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/ClassCastException.html" title="class or interface in java.lang" class="external-link">ClassCastException</a></code> - The data type of column is inconsistent. Use <a href="DataImportOptions.html#setItemTypeProvider(java.util.function.Function)"><code>DataImportOptions.setItemTypeProvider(java.util.function.Function&lt;java.lang.Object, java.lang.Class&lt;?&gt;&gt;)</code></a> to fix it.</dd>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/IllegalArgumentException.html" title="class or interface in java.lang" class="external-link">IllegalArgumentException</a></code> - An item is of an unsupported type or <code>options</code> contains incorrect information.</dd>
<dt>API Note:</dt>
<dd>If the items are a list or array of primitive types, the orientation is determined by the shape of the range. If the row count of the range is greater than column count, we import the collection vertically. Otherwise, we import the collection horizontally.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getCellPicture()">
<h3>getCellPicture</h3>
<div class="member-signature"><span class="return-type"><a href="CellPicture.html" title="class in com.grapecity.documents.excel">CellPicture</a></span>&nbsp;<span class="element-name">getCellPicture</span>()</div>
<div class="block">Gets the picture-in-cell of the specified cell. Returns null if the cell does not contain a picture-in-cell. When the range contains multiple cells, only the top-left cell is read. <p> This method also supports reading valid pictures generated by the  <code>IMAGE()</code> function.</p> <p> The returned  <a href="CellPicture.html" title="class in com.grapecity.documents.excel"><code>CellPicture</code></a> object is a copy of the picture data.Modifying the returned object does not affect the picture stored in the cell. To apply changes, the modified  <a href="CellPicture.html" title="class in com.grapecity.documents.excel"><code>CellPicture</code></a> must be set backusing  <code>setCellPicture(CellPicture)</code>. </p></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The <a href="CellPicture.html" title="class in com.grapecity.documents.excel"><code>CellPicture</code></a> object, or null.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setCellPicture(com.grapecity.documents.excel.CellPicture)">
<h3>setCellPicture</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setCellPicture</span><wbr><span class="parameters">(<a href="CellPicture.html" title="class in com.grapecity.documents.excel">CellPicture</a>&nbsp;picture)</span></div>
<div class="block">Sets a picture-in-cell for the specified cell. Pass null to remove the picture. When the range contains multiple cells, the picture is applied to each cell.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>picture</code> - The <a href="CellPicture.html" title="class in com.grapecity.documents.excel"><code>CellPicture</code></a> object, or null to remove.</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
<script>var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";

function show(tableId, selected, columns) {
    if (tableId !== selected) {
        document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')')
            .forEach(function (elem) {
                elem.style.display = 'none';
            });
    }
    document.querySelectorAll('div.' + selected)
        .forEach(function (elem, index) {
            elem.style.display = '';
            var isEvenRow = index % (columns * 2) < columns;
            elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor);
            elem.classList.add(isEvenRow ? evenRowColor : oddRowColor);
        });
    updateTabs(tableId, selected);
}

function updateTabs(tableId, selected) {
    document.querySelector('div#' + tableId + ' .summary-table')
        .setAttribute('aria-labelledby', selected);
    document.querySelectorAll('button[id^="' + tableId + '"]')
        .forEach(function (tab, index) {
            if (selected === tab.id || (tableId === selected && index === 0)) {
                tab.className = activeTableTab;
                tab.setAttribute('aria-selected', true);
                tab.setAttribute('tabindex', 0);
            } else {
                tab.className = tableTab;
                tab.setAttribute('aria-selected', false);
                tab.setAttribute('tabindex', -1);
            }
        });
}

function switchTab(e) {
    var selected = document.querySelector('[aria-selected=true]');
    if (selected) {
        if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) {
            // left or up arrow key pressed: move focus to previous tab
            selected.previousSibling.click();
            selected.previousSibling.focus();
            e.preventDefault();
        } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) {
            // right or down arrow key pressed: move focus to next tab
            selected.nextSibling.click();
            selected.nextSibling.focus();
            e.preventDefault();
        }
    }
}
</script></div>