# IWorksheet

## 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 IWorksheet</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">IWorksheet</span></div>
<div class="block">Represents a worksheet.</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></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">Makes the current sheet the active 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="#autoMerge(com.grapecity.documents.excel.IRange)" class="member-name-link">autoMerge</a><wbr>(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;range)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Applies auto merge for 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="#autoMerge(com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.AutoMergeDirection)" class="member-name-link">autoMerge</a><wbr>(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;range,
 <a href="AutoMergeDirection.html" title="enum class in com.grapecity.documents.excel">AutoMergeDirection</a>&nbsp;direction)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Applies auto merge for 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="#autoMerge(com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.AutoMergeDirection,com.grapecity.documents.excel.AutoMergeMode)" class="member-name-link">autoMerge</a><wbr>(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;range,
 <a href="AutoMergeDirection.html" title="enum class in com.grapecity.documents.excel">AutoMergeDirection</a>&nbsp;direction,
 <a href="AutoMergeMode.html" title="enum class in com.grapecity.documents.excel">AutoMergeMode</a>&nbsp;mode)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Applies auto merge for 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="#autoMerge(com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.AutoMergeDirection,com.grapecity.documents.excel.AutoMergeMode,com.grapecity.documents.excel.AutoMergeSelectionMode)" class="member-name-link">autoMerge</a><wbr>(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;range,
 <a href="AutoMergeDirection.html" title="enum class in com.grapecity.documents.excel">AutoMergeDirection</a>&nbsp;direction,
 <a href="AutoMergeMode.html" title="enum class in com.grapecity.documents.excel">AutoMergeMode</a>&nbsp;mode,
 <a href="AutoMergeSelectionMode.html" title="enum class in com.grapecity.documents.excel">AutoMergeSelectionMode</a>&nbsp;selectionMode)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Applies auto merge for 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="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="#copy()" class="member-name-link">copy</a>()</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 sheet to the end of the current workbook.</div>
</div>
<div class="col-first even-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 even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#copy(com.grapecity.documents.excel.IWorkbook)" class="member-name-link">copy</a><wbr>(<a href="IWorkbook.html" title="interface in com.grapecity.documents.excel">IWorkbook</a>&nbsp;workbook)</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 sheet to the end of the specified workbook.</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="#copyAfter(com.grapecity.documents.excel.IWorksheet)" class="member-name-link">copyAfter</a><wbr>(<a href="IWorksheet.html" title="interface in com.grapecity.documents.excel">IWorksheet</a>&nbsp;targetSheet)</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 sheet to the location after the specified sheet.</div>
</div>
<div class="col-first even-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 even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#copyBefore(com.grapecity.documents.excel.IWorksheet)" class="member-name-link">copyBefore</a><wbr>(<a href="IWorksheet.html" title="interface in com.grapecity.documents.excel">IWorksheet</a>&nbsp;targetSheet)</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 sheet to the location before the specified 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="#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 the object.</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="#evaluate(java.lang.String)" class="member-name-link">evaluate</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;formula)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Evaluates the specified Excel formula or named expression and returns the result.</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/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#evaluate(java.lang.String,com.grapecity.documents.excel.IFormulaResolver)" class="member-name-link">evaluate</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;formula,
 <a href="IFormulaResolver.html" title="interface in com.grapecity.documents.excel">IFormulaResolver</a>&nbsp;resolver)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</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="#evaluate2(java.lang.String)" class="member-name-link">evaluate2</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;formula)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Evaluates the specified Excel formula or named expression and returns the result.</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="#freezePanes(int,int)" class="member-name-link">freezePanes</a><wbr>(int&nbsp;row,
 int&nbsp;column)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Freezes panes at the specified position.</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="#freezeTrailingPanes(int,int)" class="member-name-link">freezeTrailingPanes</a><wbr>(int&nbsp;row,
 int&nbsp;column)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Freezes trailing panes at the specified position.</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="#fromJson(java.io.InputStream)" class="member-name-link">fromJson</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;stream)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Generates a worksheet from the json stream.</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.io.InputStream,com.grapecity.documents.excel.DeserializationOptions)" class="member-name-link">fromJson</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;stream,
 <a href="DeserializationOptions.html" title="class in com.grapecity.documents.excel">DeserializationOptions</a>&nbsp;deserializationOptions)</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>void</code></div>
<div class="col-second odd-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 odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Generates a worksheet from the json string.</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,com.grapecity.documents.excel.DeserializationOptions)" 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,
 <a href="DeserializationOptions.html" title="class in com.grapecity.documents.excel">DeserializationOptions</a>&nbsp;deserializationOptions)</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><a href="Event.html" title="class in com.grapecity.documents.excel">Event</a>&lt;<a href="EventHandler.html" title="interface in com.grapecity.documents.excel">EventHandler</a>&lt;<a href="EventArgs.html" title="class in com.grapecity.documents.excel">EventArgs</a>&gt;&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getActivatedEvent()" class="member-name-link">getActivatedEvent</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Occurs when the worksheet is activated.</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="#getActiveCell()" class="member-name-link">getActiveCell</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 active cell.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IPane.html" title="interface in com.grapecity.documents.excel">IPane</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getActivePane()" class="member-name-link">getActivePane</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="IPane.html" title="interface in com.grapecity.documents.excel"><code>IPane</code></a> object that represents the active pane of the worksheet.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IAutoFilter.html" title="interface in com.grapecity.documents.excel">IAutoFilter</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getAutoFilter()" class="member-name-link">getAutoFilter</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="IAutoFilter.html" title="interface in com.grapecity.documents.excel"><code>IAutoFilter</code></a> object if filtering is on.</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="#getAutoFilterMode()" class="member-name-link">getAutoFilterMode</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 AutoFilter drop-down arrows are currently displayed on the sheet.</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="#getAutoGenerateColumns()" class="member-name-link">getAutoGenerateColumns</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 to generate columns automatically while binding data.</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="IAutoMergeRangeInfo.html" title="interface in com.grapecity.documents.excel">IAutoMergeRangeInfo</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="#getAutoMergeRangesInfo()" class="member-name-link">getAutoMergeRangesInfo</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 list of  <a href="IAutoMergeRangeInfo.html" title="interface in com.grapecity.documents.excel"><code>IAutoMergeRangeInfo</code></a> objects that represent all auto merge range information of the current worksheet.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>byte[]</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBackgroundPicture()" class="member-name-link">getBackgroundPicture</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 background graphic for this worksheet.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="drawing/IBackgroundPictures.html" title="interface in com.grapecity.documents.excel.drawing">IBackgroundPictures</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBackgroundPictures()" class="member-name-link">getBackgroundPictures</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 a  <a href="drawing/IBackgroundPictures.html" title="interface in com.grapecity.documents.excel.drawing"><code>IBackgroundPictures</code></a> object that represents all the backgound pictures on theworksheet or chart sheet.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Event.html" title="class in com.grapecity.documents.excel">Event</a>&lt;<a href="EventHandler.html" title="interface in com.grapecity.documents.excel">EventHandler</a>&lt;<a href="EventArgs.html" title="class in com.grapecity.documents.excel">EventArgs</a>&gt;&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBeforeDeleteEvent()" class="member-name-link">getBeforeDeleteEvent</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Occurs before the worksheet is deleted.</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="#getCells()" class="member-name-link">getCells</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="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object that represents all the cells on theworksheet (not just the cells that are currently in use).</div>
</div>
<div class="col-first even-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 even-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 even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the cell type for sheet.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Event.html" title="class in com.grapecity.documents.excel">Event</a>&lt;<a href="EventHandler.html" title="interface in com.grapecity.documents.excel">EventHandler</a>&lt;<a href="RangeEventArgs.html" title="class in com.grapecity.documents.excel">RangeEventArgs</a>&gt;&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getChangedEvent()" class="member-name-link">getChangedEvent</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Occurs when something changes in the cells.</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="#getColumnCount()" class="member-name-link">getColumnCount</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 column count of the worksheet.</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="#getColumns()" class="member-name-link">getColumns</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="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object that represents all the columns on thespecified worksheet.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IComments.html" title="interface in com.grapecity.documents.excel">IComments</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getComments()" class="member-name-link">getComments</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="IComments.html" title="interface in com.grapecity.documents.excel"><code>IComments</code></a> collection that represents all the comments forthe specified worksheet.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ICommentsThreaded.html" title="interface in com.grapecity.documents.excel">ICommentsThreaded</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getCommentsThreaded()" class="member-name-link">getCommentsThreaded</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="ICommentsThreaded.html" title="interface in com.grapecity.documents.excel"><code>ICommentsThreaded</code></a> collection that represents all the threaded comments forthe specified worksheet.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="forms/IControlCollection.html" title="interface in com.grapecity.documents.excel.forms">IControlCollection</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getControls()" class="member-name-link">getControls</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 control collection of this worksheet.</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/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDataSource()" class="member-name-link">getDataSource</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 data source of data binding for current sheet.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Event.html" title="class in com.grapecity.documents.excel">Event</a>&lt;<a href="EventHandler.html" title="interface in com.grapecity.documents.excel">EventHandler</a>&lt;<a href="EventArgs.html" title="class in com.grapecity.documents.excel">EventArgs</a>&gt;&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDeactivatedEvent()" class="member-name-link">getDeactivatedEvent</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Occurs when the worksheet is deactivated.</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="#getFilterMode()" class="member-name-link">getFilterMode</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 worksheet is in filter mode.</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="#getFixedPageBreaks()" class="member-name-link">getFixedPageBreaks</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 horizontal and vertical page breaks are fixed when inserting/deleting rows/columns.</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="#getFreezeColumn()" class="member-name-link">getFreezeColumn</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 frozen column.</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="#getFreezeRow()" class="member-name-link">getFreezeRow</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 frozen 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="#getFreezeTrailingColumn()" class="member-name-link">getFreezeTrailingColumn</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 of trailing frozen columns of 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="#getFreezeTrailingRow()" class="member-name-link">getFreezeTrailingRow</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 number of trailing frozen rows of 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="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFrozenLineColor()" class="member-name-link">getFrozenLineColor</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 color of frozen line.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IHPageBreaks.html" title="interface in com.grapecity.documents.excel">IHPageBreaks</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getHPageBreaks()" class="member-name-link">getHPageBreaks</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 collection of horizontal page breaks within the print area.</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">Provides access to the collection of Hyperlinks contained in the worksheet.</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="#getIndex()" class="member-name-link">getIndex</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 index number of the object within the collection of similar objects.</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="#getName()" class="member-name-link">getName</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 name of the object.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="INames.html" title="interface in com.grapecity.documents.excel">INames</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getNames()" class="member-name-link">getNames</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="INames.html" title="interface in com.grapecity.documents.excel"><code>INames</code></a> collection that represents all theworksheet-specific names (names defined with the "WorksheetName!" prefix).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IOutline.html" title="interface in com.grapecity.documents.excel">IOutline</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getOutline()" class="member-name-link">getOutline</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="IOutline.html" title="interface in com.grapecity.documents.excel"><code>IOutline</code></a> object that represents the outline for thespecified worksheet.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IOutlineColumn.html" title="interface in com.grapecity.documents.excel">IOutlineColumn</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getOutlineColumn()" class="member-name-link">getOutlineColumn</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 outline column for the worksheet.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IPageSetup.html" title="interface in com.grapecity.documents.excel">IPageSetup</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getPageSetup()" class="member-name-link">getPageSetup</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 a  <a href="IPageSetup.html" title="interface in com.grapecity.documents.excel"><code>IPageSetup</code></a> object that contains all the page setup settingsfor the specified object.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IPanes.html" title="interface in com.grapecity.documents.excel">IPanes</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getPanes()" class="member-name-link">getPanes</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Worksheet panes.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IPivotTables.html" title="interface in com.grapecity.documents.excel">IPivotTables</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getPivotTables()" class="member-name-link">getPivotTables</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 object that represents either a single PivotTable report a <a href="IPivotTables.html" title="interface in com.grapecity.documents.excel"><code>IPivotTables</code></a> object or a collection of all the PivotTables report<a href="IPivotTables.html" title="interface in com.grapecity.documents.excel"><code>IPivotTables</code></a> object on a worksheet.</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="#getProtection()" class="member-name-link">getProtection</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 protection status of the worksheet.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IProtectionSettings.html" title="interface in com.grapecity.documents.excel">IProtectionSettings</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getProtectionSettings()" class="member-name-link">getProtectionSettings</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="IProtectionSettings.html" title="interface in com.grapecity.documents.excel"><code>IProtectionSettings</code></a> object that represents the protectionoptions of the worksheet.</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="#getRange(int,int)" class="member-name-link">getRange</a><wbr>(int&nbsp;row,
 int&nbsp;column)</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="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object with the specified row and column.</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="#getRange(int,int,int,int)" class="member-name-link">getRange</a><wbr>(int&nbsp;row,
 int&nbsp;column,
 int&nbsp;rowCount,
 int&nbsp;columnCount)</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="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object with the specified row and column.</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="#getRange(java.lang.String)" class="member-name-link">getRange</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;reference)</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="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object with the specified reference.</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">Gets the row count of the worksheet.</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 all the rows on thespecified worksheet.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IScenarios.html" title="interface in com.grapecity.documents.excel">IScenarios</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getScenarios()" class="member-name-link">getScenarios</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Get the  <a href="IScenarios.html" title="interface in com.grapecity.documents.excel"><code>IScenarios</code></a> object that represents the collection of What-If analysis scenarios in the worksheet.</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="#getSelection()" class="member-name-link">getSelection</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 selection range.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Event.html" title="class in com.grapecity.documents.excel">Event</a>&lt;<a href="EventHandler.html" title="interface in com.grapecity.documents.excel">EventHandler</a>&lt;<a href="RangeEventArgs.html" title="class in com.grapecity.documents.excel">RangeEventArgs</a>&gt;&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSelectionChangeEvent()" class="member-name-link">getSelectionChangeEvent</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Occurs when the selection changes on a worksheet.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="drawing/IShapes.html" title="interface in com.grapecity.documents.excel.drawing">IShapes</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getShapes()" class="member-name-link">getShapes</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  <a href="drawing/IShapes.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShapes</code></a> object that represents all the shapes on theworksheet or chart sheet.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IWorksheetView.html" title="interface in com.grapecity.documents.excel">IWorksheetView</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSheetView()" class="member-name-link">getSheetView</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 object that represents the view settings of this worksheet.</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="#getShowColumnOutline()" class="member-name-link">getShowColumnOutline</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 to display the column outline.</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="#getShowRowOutline()" class="member-name-link">getShowRowOutline</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 display the row outline.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ISort.html" title="interface in com.grapecity.documents.excel">ISort</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSort()" class="member-name-link">getSort</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 sorted values in the current worksheet.</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="#getSplitColumn()" class="member-name-link">getSplitColumn</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 split column.</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="#getSplitRow()" class="member-name-link">getSplitRow</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 split row.</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="#getStandardHeight()" class="member-name-link">getStandardHeight</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 standard (default) height(in points) of all the rows in the worksheet in points.</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="#getStandardHeightInPixel()" class="member-name-link">getStandardHeightInPixel</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 standard (default) height(in pixels) of all the rows in the worksheet 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="#getStandardWidth()" class="member-name-link">getStandardWidth</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 standard (default) width(in points) of all the columns in the worksheet.</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="#getStandardWidthInPixel()" class="member-name-link">getStandardWidthInPixel</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 standard (default) width(in pixels) of all the columns in the worksheet.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getTabColor()" class="member-name-link">getTabColor</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 primary color of the tab.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ITables.html" title="interface in com.grapecity.documents.excel">ITables</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getTables()" class="member-name-link">getTables</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 collection of  <a href="ITable.html" title="interface in com.grapecity.documents.excel"><code>ITable</code></a> objects in the worksheet.</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/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></div>
<div class="col-second odd-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 odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the tag of sheet.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="SheetType.html" title="enum class in com.grapecity.documents.excel">SheetType</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getType()" class="member-name-link">getType</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 sheet's type.</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()" class="member-name-link">getUsedRange</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 used range, its behavior is equivalent to getUsedRange(EnumSet.of(UsedRangeType.Axis, UsedRangeType.Data, UsedRangeType.Comment, UsedRangeType.Style, UsedRangeType.Merge))</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(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 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><a href="Visibility.html" title="enum class in com.grapecity.documents.excel">Visibility</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getVisible()" class="member-name-link">getVisible</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 object is visible.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IVPageBreaks.html" title="interface in com.grapecity.documents.excel">IVPageBreaks</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getVPageBreaks()" class="member-name-link">getVPageBreaks</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 collection of vertical page breaks within the print area.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IWorkbook.html" title="interface in com.grapecity.documents.excel">IWorkbook</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getWorkbook()" class="member-name-link">getWorkbook</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 workbook.</div>
</div>
<div class="col-first even-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 even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#move()" class="member-name-link">move</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Moves the sheet to the end of the current workbook.</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="#move(com.grapecity.documents.excel.IWorkbook)" class="member-name-link">move</a><wbr>(<a href="IWorkbook.html" title="interface in com.grapecity.documents.excel">IWorkbook</a>&nbsp;workbook)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Moves the sheet to the end of the specified workbook.</div>
</div>
<div class="col-first even-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 even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#moveAfter(com.grapecity.documents.excel.IWorksheet)" class="member-name-link">moveAfter</a><wbr>(<a href="IWorksheet.html" title="interface in com.grapecity.documents.excel">IWorksheet</a>&nbsp;targetSheet)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Moves the sheet to the location after the specified sheet.</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="#moveBefore(com.grapecity.documents.excel.IWorksheet)" class="member-name-link">moveBefore</a><wbr>(<a href="IWorksheet.html" title="interface in com.grapecity.documents.excel">IWorksheet</a>&nbsp;targetSheet)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Moves the sheet to the location before the specified 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="#protect()" class="member-name-link">protect</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Protects a worksheet so that it cannot be modified.</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="#protect(java.lang.String)" class="member-name-link">protect</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;password)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Protects a worksheet so that it cannot be modified.</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="#save(java.io.OutputStream,com.grapecity.documents.excel.SaveFileFormat)" class="member-name-link">save</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;fileStream,
 <a href="SaveFileFormat.html" title="enum class in com.grapecity.documents.excel">SaveFileFormat</a>&nbsp;fileFormat)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Saves current worksheet to the specified format file stream.</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="#save(java.io.OutputStream,com.grapecity.documents.excel.SaveOptionsBase)" class="member-name-link">save</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;fileStream,
 <a href="SaveOptionsBase.html" title="class in com.grapecity.documents.excel">SaveOptionsBase</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 current worksheet to the specified file stream.</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="#save(java.lang.String)" class="member-name-link">save</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;fileName)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Saves current worksheet to the specified 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="#save(java.lang.String,com.grapecity.documents.excel.SaveFileFormat)" class="member-name-link">save</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;fileName,
 <a href="SaveFileFormat.html" title="enum class in com.grapecity.documents.excel">SaveFileFormat</a>&nbsp;fileFormat)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Saves current worksheet to the specified format file.</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="#save(java.lang.String,com.grapecity.documents.excel.SaveOptionsBase)" class="member-name-link">save</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;fileName,
 <a href="SaveOptionsBase.html" title="class in com.grapecity.documents.excel">SaveOptionsBase</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">Saves current worksheet to the specified 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="#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="#select(boolean)" class="member-name-link">select</a><wbr>(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">Selects the object.</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="#setAutoFilterMode(boolean)" class="member-name-link">setAutoFilterMode</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 AutoFilter drop-down arrows are currently displayed on 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="#setAutoGenerateColumns(boolean)" class="member-name-link">setAutoGenerateColumns</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 generate columns automatically while binding data.</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="#setBackgroundPicture(byte%5B%5D)" class="member-name-link">setBackgroundPicture</a><wbr>(byte[]&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 the background graphic for this worksheet.</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 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="#setColumnCount(int)" class="member-name-link">setColumnCount</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 column count of the worksheet.</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="#setDataSource(java.lang.Object)" class="member-name-link">setDataSource</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 data source of data binding for current 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="#setFixedPageBreaks(boolean)" class="member-name-link">setFixedPageBreaks</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 horizontal and vertical page breaks are fixed when inserting/deleting rows/columns.</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="#setFrozenLineColor(com.grapecity.documents.excel.Color)" class="member-name-link">setFrozenLineColor</a><wbr>(<a href="Color.html" title="class in com.grapecity.documents.excel">Color</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 color of frozen line.</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="#setIndex(int)" class="member-name-link">setIndex</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 index number of the object within the collection of similar objects.</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="#setName(java.lang.String)" class="member-name-link">setName</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 name of the object.</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="#setProtection(boolean)" class="member-name-link">setProtection</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 protection status of the worksheet.</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="#setRowCount(int)" class="member-name-link">setRowCount</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 row count of the worksheet.</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="#setShowColumnOutline(boolean)" class="member-name-link">setShowColumnOutline</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 to display the column outline.</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="#setShowRowOutline(boolean)" class="member-name-link">setShowRowOutline</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 display the row outline.</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="#setStandardHeight(double)" class="member-name-link">setStandardHeight</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 standard (default) height(in points) of all the rows in the worksheet in points.</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="#setStandardHeightInPixel(double)" class="member-name-link">setStandardHeightInPixel</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 standard (default) height(in pixels) of all the rows in the worksheet 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="#setStandardWidth(double)" class="member-name-link">setStandardWidth</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 standard (default) width(in points) of all the columns in the worksheet.</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="#setStandardWidthInPixel(double)" class="member-name-link">setStandardWidthInPixel</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 standard (default) width(in pixels) of all the columns in the worksheet.</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="#setTabColor(com.grapecity.documents.excel.Color)" class="member-name-link">setTabColor</a><wbr>(<a href="Color.html" title="class in com.grapecity.documents.excel">Color</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 primary color of the tab.</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="#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;tag)</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 tag for 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="#setVisible(com.grapecity.documents.excel.Visibility)" class="member-name-link">setVisible</a><wbr>(<a href="Visibility.html" title="enum class in com.grapecity.documents.excel">Visibility</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 whether the object is visible.</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="#showAllData()" class="member-name-link">showAllData</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Makes all rows of the currently filtered list 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="#splitPanes(int,int)" class="member-name-link">splitPanes</a><wbr>(int&nbsp;row,
 int&nbsp;column)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Splits panes at the specified position.</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 sheet 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 sheet 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 sheet 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 sheet 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 worksheet.</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="#toJson(com.grapecity.documents.excel.SerializationOptions)" class="member-name-link">toJson</a><wbr>(<a href="SerializationOptions.html" title="class in com.grapecity.documents.excel">SerializationOptions</a>&nbsp;serializationOptions)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Generates a json string from the worksheet.</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="#toJson(java.io.OutputStream)" class="member-name-link">toJson</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)</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 stream from the worksheet.</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="#toJson(java.io.OutputStream,com.grapecity.documents.excel.SerializationOptions)" class="member-name-link">toJson</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="SerializationOptions.html" title="class in com.grapecity.documents.excel">SerializationOptions</a>&nbsp;serializationOptions)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Generates a json stream from the worksheet.</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="#unfreezePanes()" class="member-name-link">unfreezePanes</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Unfreezes panes.</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="#unfreezeTrailingPanes()" class="member-name-link">unfreezeTrailingPanes</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Unfreezes trailing panes.</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="#unprotect()" class="member-name-link">unprotect</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 protection from the worksheet.</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="#unprotect(java.lang.String)" class="member-name-link">unprotect</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;password)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Removes protection from the worksheet.</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="#unsplitPanes()" class="member-name-link">unsplitPanes</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Unsplits panes.</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="getActivatedEvent()">
<h3>getActivatedEvent</h3>
<div class="member-signature"><span class="return-type"><a href="Event.html" title="class in com.grapecity.documents.excel">Event</a>&lt;<a href="EventHandler.html" title="interface in com.grapecity.documents.excel">EventHandler</a>&lt;<a href="EventArgs.html" title="class in com.grapecity.documents.excel">EventArgs</a>&gt;&gt;</span>&nbsp;<span class="element-name">getActivatedEvent</span>()</div>
<div class="block">Occurs when the worksheet is activated.</div>
</section>
</li>
<li>
<section class="detail" id="getBeforeDeleteEvent()">
<h3>getBeforeDeleteEvent</h3>
<div class="member-signature"><span class="return-type"><a href="Event.html" title="class in com.grapecity.documents.excel">Event</a>&lt;<a href="EventHandler.html" title="interface in com.grapecity.documents.excel">EventHandler</a>&lt;<a href="EventArgs.html" title="class in com.grapecity.documents.excel">EventArgs</a>&gt;&gt;</span>&nbsp;<span class="element-name">getBeforeDeleteEvent</span>()</div>
<div class="block">Occurs before the worksheet is deleted.</div>
</section>
</li>
<li>
<section class="detail" id="getChangedEvent()">
<h3>getChangedEvent</h3>
<div class="member-signature"><span class="return-type"><a href="Event.html" title="class in com.grapecity.documents.excel">Event</a>&lt;<a href="EventHandler.html" title="interface in com.grapecity.documents.excel">EventHandler</a>&lt;<a href="RangeEventArgs.html" title="class in com.grapecity.documents.excel">RangeEventArgs</a>&gt;&gt;</span>&nbsp;<span class="element-name">getChangedEvent</span>()</div>
<div class="block">Occurs when something changes in the cells.</div>
</section>
</li>
<li>
<section class="detail" id="getDeactivatedEvent()">
<h3>getDeactivatedEvent</h3>
<div class="member-signature"><span class="return-type"><a href="Event.html" title="class in com.grapecity.documents.excel">Event</a>&lt;<a href="EventHandler.html" title="interface in com.grapecity.documents.excel">EventHandler</a>&lt;<a href="EventArgs.html" title="class in com.grapecity.documents.excel">EventArgs</a>&gt;&gt;</span>&nbsp;<span class="element-name">getDeactivatedEvent</span>()</div>
<div class="block">Occurs when the worksheet is deactivated.</div>
</section>
</li>
<li>
<section class="detail" id="getSelectionChangeEvent()">
<h3>getSelectionChangeEvent</h3>
<div class="member-signature"><span class="return-type"><a href="Event.html" title="class in com.grapecity.documents.excel">Event</a>&lt;<a href="EventHandler.html" title="interface in com.grapecity.documents.excel">EventHandler</a>&lt;<a href="RangeEventArgs.html" title="class in com.grapecity.documents.excel">RangeEventArgs</a>&gt;&gt;</span>&nbsp;<span class="element-name">getSelectionChangeEvent</span>()</div>
<div class="block">Occurs when the selection changes on a worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getControls()">
<h3>getControls</h3>
<div class="member-signature"><span class="return-type"><a href="forms/IControlCollection.html" title="interface in com.grapecity.documents.excel.forms">IControlCollection</a></span>&nbsp;<span class="element-name">getControls</span>()</div>
<div class="block">Gets the control collection of this worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getSheetView()">
<h3>getSheetView</h3>
<div class="member-signature"><span class="return-type"><a href="IWorksheetView.html" title="interface in com.grapecity.documents.excel">IWorksheetView</a></span>&nbsp;<span class="element-name">getSheetView</span>()</div>
<div class="block">Returns an object that represents the view settings of this worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getVisible()">
<h3>getVisible</h3>
<div class="member-signature"><span class="return-type"><a href="Visibility.html" title="enum class in com.grapecity.documents.excel">Visibility</a></span>&nbsp;<span class="element-name">getVisible</span>()</div>
<div class="block">Gets whether the object is visible.</div>
</section>
</li>
<li>
<section class="detail" id="setVisible(com.grapecity.documents.excel.Visibility)">
<h3>setVisible</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setVisible</span><wbr><span class="parameters">(<a href="Visibility.html" title="enum class in com.grapecity.documents.excel">Visibility</a>&nbsp;value)</span></div>
<div class="block">Sets whether the object is visible.</div>
</section>
</li>
<li>
<section class="detail" id="getActiveCell()">
<h3>getActiveCell</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">getActiveCell</span>()</div>
<div class="block">Gets the active cell.</div>
</section>
</li>
<li>
<section class="detail" id="getAutoFilter()">
<h3>getAutoFilter</h3>
<div class="member-signature"><span class="return-type"><a href="IAutoFilter.html" title="interface in com.grapecity.documents.excel">IAutoFilter</a></span>&nbsp;<span class="element-name">getAutoFilter</span>()</div>
<div class="block">Returns an  <a href="IAutoFilter.html" title="interface in com.grapecity.documents.excel"><code>IAutoFilter</code></a> object if filtering is on. Returns nothing iffiltering is off.</div>
</section>
</li>
<li>
<section class="detail" id="getAutoFilterMode()">
<h3>getAutoFilterMode</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getAutoFilterMode</span>()</div>
<div class="block">Gets whether the AutoFilter drop-down arrows are currently displayed on the sheet.</div>
</section>
</li>
<li>
<section class="detail" id="setAutoFilterMode(boolean)">
<h3>setAutoFilterMode</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setAutoFilterMode</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the AutoFilter drop-down arrows are currently displayed on the sheet.</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 all the columns on thespecified worksheet.</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 all the cells on theworksheet (not just the cells that are currently in use).</div>
</section>
</li>
<li>
<section class="detail" id="getComments()">
<h3>getComments</h3>
<div class="member-signature"><span class="return-type"><a href="IComments.html" title="interface in com.grapecity.documents.excel">IComments</a></span>&nbsp;<span class="element-name">getComments</span>()</div>
<div class="block">Returns the  <a href="IComments.html" title="interface in com.grapecity.documents.excel"><code>IComments</code></a> collection that represents all the comments forthe specified worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getCommentsThreaded()">
<h3>getCommentsThreaded</h3>
<div class="member-signature"><span class="return-type"><a href="ICommentsThreaded.html" title="interface in com.grapecity.documents.excel">ICommentsThreaded</a></span>&nbsp;<span class="element-name">getCommentsThreaded</span>()</div>
<div class="block">Returns the  <a href="ICommentsThreaded.html" title="interface in com.grapecity.documents.excel"><code>ICommentsThreaded</code></a> collection that represents all the threaded comments forthe specified worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getStandardWidth()">
<h3>getStandardWidth</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getStandardWidth</span>()</div>
<div class="block">Gets the standard (default) width(in points) of all the columns in the worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getStandardWidthInPixel()">
<h3>getStandardWidthInPixel</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getStandardWidthInPixel</span>()</div>
<div class="block">Gets the standard (default) width(in pixels) of all the columns in the worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="setStandardWidth(double)">
<h3>setStandardWidth</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setStandardWidth</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the standard (default) width(in points) of all the columns in the worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="setStandardWidthInPixel(double)">
<h3>setStandardWidthInPixel</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setStandardWidthInPixel</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the standard (default) width(in pixels) of all the columns in the worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getStandardHeight()">
<h3>getStandardHeight</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getStandardHeight</span>()</div>
<div class="block">Gets the standard (default) height(in points) of all the rows in the worksheet in points.</div>
</section>
</li>
<li>
<section class="detail" id="getStandardHeightInPixel()">
<h3>getStandardHeightInPixel</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getStandardHeightInPixel</span>()</div>
<div class="block">Gets the standard (default) height(in pixels) of all the rows in the worksheet in points.</div>
</section>
</li>
<li>
<section class="detail" id="setStandardHeight(double)">
<h3>setStandardHeight</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setStandardHeight</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the standard (default) height(in points) of all the rows in the worksheet in points.</div>
</section>
</li>
<li>
<section class="detail" id="setStandardHeightInPixel(double)">
<h3>setStandardHeightInPixel</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setStandardHeightInPixel</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the standard (default) height(in pixels) of all the rows in the worksheet in points.</div>
</section>
</li>
<li>
<section class="detail" id="getFilterMode()">
<h3>getFilterMode</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getFilterMode</span>()</div>
<div class="block">Gets whether the worksheet is in filter mode.</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">Provides access to the collection of Hyperlinks contained in the worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getIndex()">
<h3>getIndex</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getIndex</span>()</div>
<div class="block">Gets the index number of the object within the collection of similar objects.</div>
</section>
</li>
<li>
<section class="detail" id="setIndex(int)">
<h3>setIndex</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setIndex</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the index number of the object within the collection of similar objects.</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">Gets the row count of the worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="setRowCount(int)">
<h3>setRowCount</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setRowCount</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the row count of the worksheet.</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">Gets the column count of the worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="setColumnCount(int)">
<h3>setColumnCount</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setColumnCount</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the column count of the worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getBackgroundPicture()">
<h3>getBackgroundPicture</h3>
<div class="member-signature"><span class="return-type">byte[]</span>&nbsp;<span class="element-name">getBackgroundPicture</span>()</div>
<div class="block">Gets the background graphic for this worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="setBackgroundPicture(byte[])">
<h3>setBackgroundPicture</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBackgroundPicture</span><wbr><span class="parameters">(byte[]&nbsp;picture)</span></div>
<div class="block">Sets the background graphic for this worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getName()">
<h3>getName</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">getName</span>()</div>
<div class="block">Gets the name of the object.</div>
</section>
</li>
<li>
<section class="detail" id="setName(java.lang.String)">
<h3>setName</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setName</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 name of the object.</div>
</section>
</li>
<li>
<section class="detail" id="getNames()">
<h3>getNames</h3>
<div class="member-signature"><span class="return-type"><a href="INames.html" title="interface in com.grapecity.documents.excel">INames</a></span>&nbsp;<span class="element-name">getNames</span>()</div>
<div class="block">Returns the  <a href="INames.html" title="interface in com.grapecity.documents.excel"><code>INames</code></a> collection that represents all theworksheet-specific names (names defined with the "WorksheetName!" prefix).</div>
</section>
</li>
<li>
<section class="detail" id="getOutline()">
<h3>getOutline</h3>
<div class="member-signature"><span class="return-type"><a href="IOutline.html" title="interface in com.grapecity.documents.excel">IOutline</a></span>&nbsp;<span class="element-name">getOutline</span>()</div>
<div class="block">Returns an  <a href="IOutline.html" title="interface in com.grapecity.documents.excel"><code>IOutline</code></a> object that represents the outline for thespecified worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getShowRowOutline()">
<h3>getShowRowOutline</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getShowRowOutline</span>()</div>
<div class="block">Gets whether to display the row outline. The default value is true, and this property only applies when interacting with SJS.</div>
</section>
</li>
<li>
<section class="detail" id="setShowRowOutline(boolean)">
<h3>setShowRowOutline</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setShowRowOutline</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether to display the row outline. The default value is true, and this property only applies when interacting with SJS..</div>
</section>
</li>
<li>
<section class="detail" id="getShowColumnOutline()">
<h3>getShowColumnOutline</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getShowColumnOutline</span>()</div>
<div class="block">Gets whether to display the column outline. The default value is true, and this property only applies when interacting with SJS.</div>
</section>
</li>
<li>
<section class="detail" id="setShowColumnOutline(boolean)">
<h3>setShowColumnOutline</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setShowColumnOutline</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether to display the column outline. The default value is true, and this property only applies when interacting with SJS..</div>
</section>
</li>
<li>
<section class="detail" id="getPivotTables()">
<h3>getPivotTables</h3>
<div class="member-signature"><span class="return-type"><a href="IPivotTables.html" title="interface in com.grapecity.documents.excel">IPivotTables</a></span>&nbsp;<span class="element-name">getPivotTables</span>()</div>
<div class="block">Returns an object that represents either a single PivotTable report a <a href="IPivotTables.html" title="interface in com.grapecity.documents.excel"><code>IPivotTables</code></a> object or a collection of all the PivotTables report<a href="IPivotTables.html" title="interface in com.grapecity.documents.excel"><code>IPivotTables</code></a> object on a worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getRange(java.lang.String)">
<h3>getRange</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">getRange</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;reference)</span></div>
<div class="block">Gets the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object with the specified reference.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>reference</code> - The reference.</dd>
<dt>Returns:</dt>
<dd>the range.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getRange(int,int)">
<h3>getRange</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">getRange</span><wbr><span class="parameters">(int&nbsp;row,
 int&nbsp;column)</span></div>
<div class="block">Gets the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object with the specified row and column.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>row</code> - The row.</dd>
<dd><code>column</code> - The column.</dd>
<dt>Returns:</dt>
<dd>the range.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getRange(int,int,int,int)">
<h3>getRange</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">getRange</span><wbr><span class="parameters">(int&nbsp;row,
 int&nbsp;column,
 int&nbsp;rowCount,
 int&nbsp;columnCount)</span></div>
<div class="block">Gets the  <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object with the specified row and column.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>row</code> - The row.</dd>
<dd><code>column</code> - The column.</dd>
<dd><code>rowCount</code> - The row count.</dd>
<dd><code>columnCount</code> - The column count.</dd>
<dt>Returns:</dt>
<dd>the range.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getSelection()">
<h3>getSelection</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">getSelection</span>()</div>
<div class="block">Gets the selection range.</div>
</section>
</li>
<li>
<section class="detail" id="getShapes()">
<h3>getShapes</h3>
<div class="member-signature"><span class="return-type"><a href="drawing/IShapes.html" title="interface in com.grapecity.documents.excel.drawing">IShapes</a></span>&nbsp;<span class="element-name">getShapes</span>()</div>
<div class="block">Returns a  <a href="drawing/IShapes.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShapes</code></a> object that represents all the shapes on theworksheet or chart sheet.</div>
</section>
</li>
<li>
<section class="detail" id="getBackgroundPictures()">
<h3>getBackgroundPictures</h3>
<div class="member-signature"><span class="return-type"><a href="drawing/IBackgroundPictures.html" title="interface in com.grapecity.documents.excel.drawing">IBackgroundPictures</a></span>&nbsp;<span class="element-name">getBackgroundPictures</span>()</div>
<div class="block">Returns a  <a href="drawing/IBackgroundPictures.html" title="interface in com.grapecity.documents.excel.drawing"><code>IBackgroundPictures</code></a> object that represents all the backgound pictures on theworksheet or chart sheet.</div>
</section>
</li>
<li>
<section class="detail" id="getSort()">
<h3>getSort</h3>
<div class="member-signature"><span class="return-type"><a href="ISort.html" title="interface in com.grapecity.documents.excel">ISort</a></span>&nbsp;<span class="element-name">getSort</span>()</div>
<div class="block">Returns the sorted values in the current worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getTabColor()">
<h3>getTabColor</h3>
<div class="member-signature"><span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">getTabColor</span>()</div>
<div class="block">Gets the primary color of the tab.</div>
</section>
</li>
<li>
<section class="detail" id="setTabColor(com.grapecity.documents.excel.Color)">
<h3>setTabColor</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setTabColor</span><wbr><span class="parameters">(<a href="Color.html" title="class in com.grapecity.documents.excel">Color</a>&nbsp;value)</span></div>
<div class="block">Sets the primary color of the tab.</div>
</section>
</li>
<li>
<section class="detail" id="getTables()">
<h3>getTables</h3>
<div class="member-signature"><span class="return-type"><a href="ITables.html" title="interface in com.grapecity.documents.excel">ITables</a></span>&nbsp;<span class="element-name">getTables</span>()</div>
<div class="block">Returns a collection of  <a href="ITable.html" title="interface in com.grapecity.documents.excel"><code>ITable</code></a> objects in the worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getWorkbook()">
<h3>getWorkbook</h3>
<div class="member-signature"><span class="return-type"><a href="IWorkbook.html" title="interface in com.grapecity.documents.excel">IWorkbook</a></span>&nbsp;<span class="element-name">getWorkbook</span>()</div>
<div class="block">Returns the workbook.</div>
</section>
</li>
<li>
<section class="detail" id="getProtectionSettings()">
<h3>getProtectionSettings</h3>
<div class="member-signature"><span class="return-type"><a href="IProtectionSettings.html" title="interface in com.grapecity.documents.excel">IProtectionSettings</a></span>&nbsp;<span class="element-name">getProtectionSettings</span>()</div>
<div class="block">Returns the  <a href="IProtectionSettings.html" title="interface in com.grapecity.documents.excel"><code>IProtectionSettings</code></a> object that represents the protectionoptions of the worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getProtection()">
<h3>getProtection</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getProtection</span>()</div>
<div class="block">Gets the protection status of the worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="setProtection(boolean)">
<h3>setProtection</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setProtection</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets the protection status of the worksheet.</div>
</section>
</li>
<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 all the rows on thespecified worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getFreezeRow()">
<h3>getFreezeRow</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getFreezeRow</span>()</div>
<div class="block">Gets the frozen row.</div>
</section>
</li>
<li>
<section class="detail" id="getFreezeColumn()">
<h3>getFreezeColumn</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getFreezeColumn</span>()</div>
<div class="block">Gets the frozen column.</div>
</section>
</li>
<li>
<section class="detail" id="getFrozenLineColor()">
<h3>getFrozenLineColor</h3>
<div class="member-signature"><span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">getFrozenLineColor</span>()</div>
<div class="block">Gets the color of frozen line.</div>
</section>
</li>
<li>
<section class="detail" id="getFreezeTrailingRow()">
<h3>getFreezeTrailingRow</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getFreezeTrailingRow</span>()</div>
<div class="block">Gets the number of trailing frozen rows of the sheet.</div>
</section>
</li>
<li>
<section class="detail" id="getFreezeTrailingColumn()">
<h3>getFreezeTrailingColumn</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getFreezeTrailingColumn</span>()</div>
<div class="block">Gets the number of trailing frozen columns of the sheet.</div>
</section>
</li>
<li>
<section class="detail" id="setFrozenLineColor(com.grapecity.documents.excel.Color)">
<h3>setFrozenLineColor</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFrozenLineColor</span><wbr><span class="parameters">(<a href="Color.html" title="class in com.grapecity.documents.excel">Color</a>&nbsp;value)</span></div>
<div class="block">Sets the color of frozen line.</div>
</section>
</li>
<li>
<section class="detail" id="getSplitRow()">
<h3>getSplitRow</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getSplitRow</span>()</div>
<div class="block">Gets the split row.</div>
</section>
</li>
<li>
<section class="detail" id="getSplitColumn()">
<h3>getSplitColumn</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getSplitColumn</span>()</div>
<div class="block">Gets the split column.</div>
</section>
</li>
<li>
<section class="detail" id="getPageSetup()">
<h3>getPageSetup</h3>
<div class="member-signature"><span class="return-type"><a href="IPageSetup.html" title="interface in com.grapecity.documents.excel">IPageSetup</a></span>&nbsp;<span class="element-name">getPageSetup</span>()</div>
<div class="block">Returns a  <a href="IPageSetup.html" title="interface in com.grapecity.documents.excel"><code>IPageSetup</code></a> object that contains all the page setup settingsfor the specified object.</div>
</section>
</li>
<li>
<section class="detail" id="getHPageBreaks()">
<h3>getHPageBreaks</h3>
<div class="member-signature"><span class="return-type"><a href="IHPageBreaks.html" title="interface in com.grapecity.documents.excel">IHPageBreaks</a></span>&nbsp;<span class="element-name">getHPageBreaks</span>()</div>
<div class="block">Get the collection of horizontal page breaks within the print area.</div>
</section>
</li>
<li>
<section class="detail" id="getVPageBreaks()">
<h3>getVPageBreaks</h3>
<div class="member-signature"><span class="return-type"><a href="IVPageBreaks.html" title="interface in com.grapecity.documents.excel">IVPageBreaks</a></span>&nbsp;<span class="element-name">getVPageBreaks</span>()</div>
<div class="block">Get the collection of vertical page breaks within the print area.</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="select(boolean)">
<h3>select</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">select</span><wbr><span class="parameters">(boolean&nbsp;replace)</span></div>
<div class="block">Selects the object.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>replace</code> - True to replace the current selection withthe specified object. False to extend the current selection to include any previously selected objects and the specified object.</dd>
</dl>
</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">Makes the current sheet the active sheet. This is equivalent to clicking the sheet's tab.</div>
</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 the object.</div>
</section>
</li>
<li>
<section class="detail" id="evaluate(java.lang.String)">
<h3>evaluate</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">evaluate</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;formula)</span></div>
<div class="block">Evaluates the specified Excel formula or named expression and returns the result. The calculation behavior is consistent with Excel 2019 and earlier versions.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>formula</code> - A string containing an Excel formula, named range, or defined name to evaluate.</dd>
<dt>Returns:</dt>
<dd>The result of the evaluation.When the result of the formula is a reference, such as "=A1", it will return an IRange object.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="evaluate2(java.lang.String)">
<h3>evaluate2</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">evaluate2</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;formula)</span></div>
<div class="block">Evaluates the specified Excel formula or named expression and returns the result. The calculation behavior is consistent with Excel 2021/365.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>formula</code> - A string containing an Excel formula, named range, or defined name to evaluate.</dd>
<dt>Returns:</dt>
<dd>The result of the evaluation in one of these forms:<ul> <li>A single value for a standard formula</li> <li>A two-dimensional object array (Object[][]) for a dynamic array formula (first dimension: rows, second dimension: columns)</li> <li>An IRange object when the formula returns a reference (e.g. "=A1:A5")</li> </ul></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="evaluate(java.lang.String,com.grapecity.documents.excel.IFormulaResolver)">
<h3>evaluate</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">evaluate</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;formula,
 <a href="IFormulaResolver.html" title="interface in com.grapecity.documents.excel">IFormulaResolver</a>&nbsp;resolver)</span></div>
</section>
</li>
<li>
<section class="detail" id="showAllData()">
<h3>showAllData</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">showAllData</span>()</div>
<div class="block">Makes all rows of the currently filtered list visible. If AutoFilter is in use, this method changes the arrows to "All."</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">Gets the used range, its behavior is equivalent to getUsedRange(EnumSet.of(UsedRangeType.Axis, UsedRangeType.Data, UsedRangeType.Comment, UsedRangeType.Style, UsedRangeType.Merge))</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>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>type</code> - The feature type.</dd>
<dt>Returns:</dt>
<dd>the <a href="IRange.html" title="interface in com.grapecity.documents.excel"><code>IRange</code></a> object that represents the used range on thespecified worksheet.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="freezePanes(int,int)">
<h3>freezePanes</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">freezePanes</span><wbr><span class="parameters">(int&nbsp;row,
 int&nbsp;column)</span></div>
<div class="block">Freezes panes at the specified position.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>row</code> - The frozen row position.</dd>
<dd><code>column</code> - The frozen column position.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="unfreezePanes()">
<h3>unfreezePanes</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">unfreezePanes</span>()</div>
<div class="block">Unfreezes panes.</div>
</section>
</li>
<li>
<section class="detail" id="freezeTrailingPanes(int,int)">
<h3>freezeTrailingPanes</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">freezeTrailingPanes</span><wbr><span class="parameters">(int&nbsp;row,
 int&nbsp;column)</span></div>
<div class="block">Freezes trailing panes at the specified position.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>row</code> - The trailing frozen row position.</dd>
<dd><code>column</code> - The trailing frozen column position.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="unfreezeTrailingPanes()">
<h3>unfreezeTrailingPanes</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">unfreezeTrailingPanes</span>()</div>
<div class="block">Unfreezes trailing panes.</div>
</section>
</li>
<li>
<section class="detail" id="splitPanes(int,int)">
<h3>splitPanes</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">splitPanes</span><wbr><span class="parameters">(int&nbsp;row,
 int&nbsp;column)</span></div>
<div class="block">Splits panes at the specified position.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>row</code> - The split row position.</dd>
<dd><code>column</code> - The split column position.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="unsplitPanes()">
<h3>unsplitPanes</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">unsplitPanes</span>()</div>
<div class="block">Unsplits panes.</div>
</section>
</li>
<li>
<section class="detail" id="getPanes()">
<h3>getPanes</h3>
<div class="member-signature"><span class="return-type"><a href="IPanes.html" title="interface in com.grapecity.documents.excel">IPanes</a></span>&nbsp;<span class="element-name">getPanes</span>()</div>
<div class="block">Worksheet panes.</div>
</section>
</li>
<li>
<section class="detail" id="getActivePane()">
<h3>getActivePane</h3>
<div class="member-signature"><span class="return-type"><a href="IPane.html" title="interface in com.grapecity.documents.excel">IPane</a></span>&nbsp;<span class="element-name">getActivePane</span>()</div>
<div class="block">Returns the  <a href="IPane.html" title="interface in com.grapecity.documents.excel"><code>IPane</code></a> object that represents the active pane of the worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="save(java.lang.String)">
<h3>save</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">save</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;fileName)</span></div>
<div class="block">Saves current worksheet to the specified file.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>fileName</code> - The specified file name.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="save(java.lang.String,com.grapecity.documents.excel.SaveFileFormat)">
<h3>save</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">save</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;fileName,
 <a href="SaveFileFormat.html" title="enum class in com.grapecity.documents.excel">SaveFileFormat</a>&nbsp;fileFormat)</span></div>
<div class="block">Saves current worksheet to the specified format file.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>fileName</code> - The specified file.</dd>
<dd><code>fileFormat</code> - The format of the file.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="save(java.io.OutputStream,com.grapecity.documents.excel.SaveFileFormat)">
<h3>save</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">save</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;fileStream,
 <a href="SaveFileFormat.html" title="enum class in com.grapecity.documents.excel">SaveFileFormat</a>&nbsp;fileFormat)</span></div>
<div class="block">Saves current worksheet to the specified format file stream.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>fileStream</code> - The specified file stream.</dd>
<dd><code>fileFormat</code> - The format of the file stream.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="save(java.lang.String,com.grapecity.documents.excel.SaveOptionsBase)">
<h3>save</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">save</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;fileName,
 <a href="SaveOptionsBase.html" title="class in com.grapecity.documents.excel">SaveOptionsBase</a>&nbsp;options)</span></div>
<div class="block">Saves current worksheet to the specified file.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>fileName</code> - The specified file.</dd>
<dd><code>options</code> - The options of saving the file.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="save(java.io.OutputStream,com.grapecity.documents.excel.SaveOptionsBase)">
<h3>save</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">save</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;fileStream,
 <a href="SaveOptionsBase.html" title="class in com.grapecity.documents.excel">SaveOptionsBase</a>&nbsp;options)</span></div>
<div class="block">Saves current worksheet to the specified file stream.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>fileStream</code> - The specified file stream.</dd>
<dd><code>options</code> - The options of saving the file stream.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getFixedPageBreaks()">
<h3>getFixedPageBreaks</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getFixedPageBreaks</span>()</div>
<div class="block">Gets whether the horizontal and vertical page breaks are fixed when inserting/deleting rows/columns.</div>
</section>
</li>
<li>
<section class="detail" id="setFixedPageBreaks(boolean)">
<h3>setFixedPageBreaks</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFixedPageBreaks</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the horizontal and vertical page breaks are fixed when inserting/deleting rows/columns.</div>
</section>
</li>
<li>
<section class="detail" id="getType()">
<h3>getType</h3>
<div class="member-signature"><span class="return-type"><a href="SheetType.html" title="enum class in com.grapecity.documents.excel">SheetType</a></span>&nbsp;<span class="element-name">getType</span>()</div>
<div class="block">Gets the sheet's type.</div>
</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 of 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;tag)</span></div>
<div class="block">Sets the tag for 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 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 sheet.</div>
</section>
</li>
<li>
<section class="detail" id="getDataSource()">
<h3>getDataSource</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">getDataSource</span>()</div>
<div class="block">Gets the data source of data binding for current sheet.</div>
</section>
</li>
<li>
<section class="detail" id="setDataSource(java.lang.Object)">
<h3>setDataSource</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setDataSource</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 data source of data binding for current sheet.</div>
</section>
</li>
<li>
<section class="detail" id="getAutoGenerateColumns()">
<h3>getAutoGenerateColumns</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getAutoGenerateColumns</span>()</div>
<div class="block">Gets whether to generate columns automatically while binding data.</div>
</section>
</li>
<li>
<section class="detail" id="setAutoGenerateColumns(boolean)">
<h3>setAutoGenerateColumns</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setAutoGenerateColumns</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether to generate columns automatically while binding data.</div>
</section>
</li>
<li>
<section class="detail" id="getOutlineColumn()">
<h3>getOutlineColumn</h3>
<div class="member-signature"><span class="return-type"><a href="IOutlineColumn.html" title="interface in com.grapecity.documents.excel">IOutlineColumn</a></span>&nbsp;<span class="element-name">getOutlineColumn</span>()</div>
<div class="block">Gets the outline column for the worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getScenarios()">
<h3>getScenarios</h3>
<div class="member-signature"><span class="return-type"><a href="IScenarios.html" title="interface in com.grapecity.documents.excel">IScenarios</a></span>&nbsp;<span class="element-name">getScenarios</span>()</div>
<div class="block">Get the  <a href="IScenarios.html" title="interface in com.grapecity.documents.excel"><code>IScenarios</code></a> object that represents the collection of What-If analysis scenarios in the worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="getAutoMergeRangesInfo()">
<h3>getAutoMergeRangesInfo</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="IAutoMergeRangeInfo.html" title="interface in com.grapecity.documents.excel">IAutoMergeRangeInfo</a>&gt;</span>&nbsp;<span class="element-name">getAutoMergeRangesInfo</span>()</div>
<div class="block">Gets a list of  <a href="IAutoMergeRangeInfo.html" title="interface in com.grapecity.documents.excel"><code>IAutoMergeRangeInfo</code></a> objects that represent all auto merge range information of the current worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="copy()">
<h3>copy</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">copy</span>()</div>
<div class="block">Copies the sheet to the end of the current workbook.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The new copied sheet</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="copy(com.grapecity.documents.excel.IWorkbook)">
<h3>copy</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">copy</span><wbr><span class="parameters">(<a href="IWorkbook.html" title="interface in com.grapecity.documents.excel">IWorkbook</a>&nbsp;workbook)</span></div>
<div class="block">Copies the sheet to the end of the specified workbook.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>workbook</code> - Specifies the workbook to which the sheet will be copied.</dd>
<dt>Returns:</dt>
<dd>The new copied sheet</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="copyBefore(com.grapecity.documents.excel.IWorksheet)">
<h3>copyBefore</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">copyBefore</span><wbr><span class="parameters">(<a href="IWorksheet.html" title="interface in com.grapecity.documents.excel">IWorksheet</a>&nbsp;targetSheet)</span></div>
<div class="block">Copies the sheet to the location before the specified sheet.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>targetSheet</code> - The sheet before which the copied sheet will be placed. It can be the sheet of the same or another workbook.</dd>
<dt>Returns:</dt>
<dd>The new copied sheet</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="copyAfter(com.grapecity.documents.excel.IWorksheet)">
<h3>copyAfter</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">copyAfter</span><wbr><span class="parameters">(<a href="IWorksheet.html" title="interface in com.grapecity.documents.excel">IWorksheet</a>&nbsp;targetSheet)</span></div>
<div class="block">Copies the sheet to the location after the specified sheet.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>targetSheet</code> - The sheet after which the copied sheet will be placed. It can be the sheet of the same or another workbook.</dd>
<dt>Returns:</dt>
<dd>The new copied sheet</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="move()">
<h3>move</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">move</span>()</div>
<div class="block">Moves the sheet to the end of the current workbook.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The moved sheet</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="move(com.grapecity.documents.excel.IWorkbook)">
<h3>move</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">move</span><wbr><span class="parameters">(<a href="IWorkbook.html" title="interface in com.grapecity.documents.excel">IWorkbook</a>&nbsp;workbook)</span></div>
<div class="block">Moves the sheet to the end of the specified workbook.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>workbook</code> - Specifies the workbook to which the sheet will be moved.</dd>
<dt>Returns:</dt>
<dd>The moved sheet</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="moveBefore(com.grapecity.documents.excel.IWorksheet)">
<h3>moveBefore</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">moveBefore</span><wbr><span class="parameters">(<a href="IWorksheet.html" title="interface in com.grapecity.documents.excel">IWorksheet</a>&nbsp;targetSheet)</span></div>
<div class="block">Moves the sheet to the location before the specified sheet.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>targetSheet</code> - The sheet before which the moved sheet will be placed. It can be the sheet of the same or another workbook.</dd>
<dt>Returns:</dt>
<dd>The moved sheet</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="moveAfter(com.grapecity.documents.excel.IWorksheet)">
<h3>moveAfter</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">moveAfter</span><wbr><span class="parameters">(<a href="IWorksheet.html" title="interface in com.grapecity.documents.excel">IWorksheet</a>&nbsp;targetSheet)</span></div>
<div class="block">Moves the sheet to the location after the specified sheet.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>targetSheet</code> - The sheet after which the moved sheet will be placed. It can be the sheet of the same or another workbook.</dd>
<dt>Returns:</dt>
<dd>The moved sheet</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 worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="toJson(com.grapecity.documents.excel.SerializationOptions)">
<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><wbr><span class="parameters">(<a href="SerializationOptions.html" title="class in com.grapecity.documents.excel">SerializationOptions</a>&nbsp;serializationOptions)</span></div>
<div class="block">Generates a json string from the worksheet.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>serializationOptions</code> - the <a href="SerializationOptions.html" title="class in com.grapecity.documents.excel"><code>SerializationOptions</code></a> object.</dd>
<dt>Returns:</dt>
<dd>The json string</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="toJson(java.io.OutputStream)">
<h3>toJson</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">toJson</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)</span></div>
<div class="block">Generates a json stream from the worksheet.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>stream</code> - the output stream.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="toJson(java.io.OutputStream,com.grapecity.documents.excel.SerializationOptions)">
<h3>toJson</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">toJson</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="SerializationOptions.html" title="class in com.grapecity.documents.excel">SerializationOptions</a>&nbsp;serializationOptions)</span></div>
<div class="block">Generates a json stream from the worksheet.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>stream</code> - the output stream.</dd>
<dd><code>serializationOptions</code> - the <a href="SerializationOptions.html" title="class in com.grapecity.documents.excel"><code>SerializationOptions</code></a> object.</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 a worksheet from the json string.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>json</code> - the input json string.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="fromJson(java.lang.String,com.grapecity.documents.excel.DeserializationOptions)">
<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,
 <a href="DeserializationOptions.html" title="class in com.grapecity.documents.excel">DeserializationOptions</a>&nbsp;deserializationOptions)</span></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>json</code> - the input json string.</dd>
<dd><code>deserializationOptions</code> - the <a href="DeserializationOptions.html" title="class in com.grapecity.documents.excel"><code>DeserializationOptions</code></a> object.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="fromJson(java.io.InputStream)">
<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/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;stream)</span></div>
<div class="block">Generates a worksheet from the json stream.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>stream</code> - the input json stream.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="fromJson(java.io.InputStream,com.grapecity.documents.excel.DeserializationOptions)">
<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/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;stream,
 <a href="DeserializationOptions.html" title="class in com.grapecity.documents.excel">DeserializationOptions</a>&nbsp;deserializationOptions)</span></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>stream</code> - the input json stream.</dd>
<dd><code>deserializationOptions</code> - the <a href="DeserializationOptions.html" title="class in com.grapecity.documents.excel"><code>DeserializationOptions</code></a> object.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoMerge(com.grapecity.documents.excel.IRange)">
<h3>autoMerge</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoMerge</span><wbr><span class="parameters">(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;range)</span></div>
<div class="block">Applies auto merge for a range. The auto merge direction is Column. The auto merge mode is Free. The auto merge selection mode is Source.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>range</code> - The auto merge range.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoMerge(com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.AutoMergeDirection)">
<h3>autoMerge</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoMerge</span><wbr><span class="parameters">(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;range,
 <a href="AutoMergeDirection.html" title="enum class in com.grapecity.documents.excel">AutoMergeDirection</a>&nbsp;direction)</span></div>
<div class="block">Applies auto merge for a range. The auto merge mode is Free. The auto merge selection mode is Source.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>range</code> - The auto merge range.</dd>
<dd><code>direction</code> - The auto merge direction. Specially, if the direction is AutoMergeDirection.None, the auto merge for the range will be canceled.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoMerge(com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.AutoMergeDirection,com.grapecity.documents.excel.AutoMergeMode)">
<h3>autoMerge</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoMerge</span><wbr><span class="parameters">(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;range,
 <a href="AutoMergeDirection.html" title="enum class in com.grapecity.documents.excel">AutoMergeDirection</a>&nbsp;direction,
 <a href="AutoMergeMode.html" title="enum class in com.grapecity.documents.excel">AutoMergeMode</a>&nbsp;mode)</span></div>
<div class="block">Applies auto merge for a range. The auto merge selection mode is Source.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>range</code> - The auto merge range.</dd>
<dd><code>direction</code> - The auto merge direction. Specially, if the direction is AutoMergeDirection.None, the auto merge for the range will be canceled.</dd>
<dd><code>mode</code> - The auto merge mode.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="autoMerge(com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.AutoMergeDirection,com.grapecity.documents.excel.AutoMergeMode,com.grapecity.documents.excel.AutoMergeSelectionMode)">
<h3>autoMerge</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">autoMerge</span><wbr><span class="parameters">(<a href="IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;range,
 <a href="AutoMergeDirection.html" title="enum class in com.grapecity.documents.excel">AutoMergeDirection</a>&nbsp;direction,
 <a href="AutoMergeMode.html" title="enum class in com.grapecity.documents.excel">AutoMergeMode</a>&nbsp;mode,
 <a href="AutoMergeSelectionMode.html" title="enum class in com.grapecity.documents.excel">AutoMergeSelectionMode</a>&nbsp;selectionMode)</span></div>
<div class="block">Applies auto merge for a range.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>range</code> - The auto merge range.</dd>
<dd><code>direction</code> - The auto merge direction. Specially, if the direction is AutoMergeDirection.None, the auto merge for the range will be canceled.</dd>
<dd><code>mode</code> - The auto merge mode.</dd>
<dd><code>selectionMode</code> - The auto merge selection mode.</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 sheet 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 sheet 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 sheet 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 sheet 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="protect()">
<h3>protect</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">protect</span>()</div>
<div class="block">Protects a worksheet so that it cannot be modified.</div>
</section>
</li>
<li>
<section class="detail" id="protect(java.lang.String)">
<h3>protect</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">protect</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;password)</span></div>
<div class="block">Protects a worksheet so that it cannot be modified.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>password</code> - Password to protect the worksheet.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="unprotect()">
<h3>unprotect</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">unprotect</span>()</div>
<div class="block">Removes protection from the worksheet.</div>
</section>
</li>
<li>
<section class="detail" id="unprotect(java.lang.String)">
<h3>unprotect</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">unprotect</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;password)</span></div>
<div class="block">Removes protection from the worksheet.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>password</code> - Password to protect the worksheet.</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>