<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Fri Dec 13 11:19:26 CST 2019 -->
<TITLE>
Index
</TITLE>
<META NAME="date" CONTENT="2019-12-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./com/spire/xls/CellRange.html#activate()"><B>activate()</B></A> -
Method in class com.spire.xls.<A HREF="./com/spire/xls/CellRange.html" title="class in com.spire.xls">CellRange</A>
<DD>Active single cell in the worksheet.
<DT><A HREF="./com/spire/xls/core/IXLSRange.html#activate(boolean)"><B>activate(boolean)</B></A> -
Method in interface com.spire.xls.core.<A HREF="./com/spire/xls/core/IXLSRange.html" title="interface in com.spire.xls.core">IXLSRange</A>
<DD>Activates a single cell, which must be inside the current selection.
<DT><A HREF="./com/spire/xls/core/spreadsheet/collections/XlsRangesCollection.html#activate(boolean)"><B>activate(boolean)</B></A> -
Method in class com.spire.xls.core.spreadsheet.collections.<A HREF="./com/spire/xls/core/spreadsheet/collections/XlsRangesCollection.html" title="class in com.spire.xls.core.spreadsheet.collections">XlsRangesCollection</A>
<DD>Activages a single cell, scroll to it and activates the respective sheet
To select a range of cells, use the Select method.
<DT><A HREF="./com/spire/xls/core/spreadsheet/XlsRange.html#activate(boolean)"><B>activate(boolean)</B></A> -
Method in class com.spire.xls.core.spreadsheet.<A HREF="./com/spire/xls/core/spreadsheet/XlsRange.html" title="class in com.spire.xls.core.spreadsheet">XlsRange</A>
<DD>Activates a single cell, scroll to it and activates the corresponding sheet.
<DT><A HREF="./com/spire/xls/core/spreadsheet/XlsRange.html#activate()"><B>activate()</B></A> -
Method in class com.spire.xls.core.spreadsheet.<A HREF="./com/spire/xls/core/spreadsheet/XlsRange.html" title="class in com.spire.xls.core.spreadsheet">XlsRange</A>
<DD>Active single cell in the worksheet
<DT><A HREF="./com/spire/xls/core/spreadsheet/XlsWorksheetBase.html#activate()"><B>activate()</B></A> -
Method in class com.spire.xls.core.spreadsheet.<A HREF="./com/spire/xls/core/spreadsheet/XlsWorksheetBase.html" title="class in com.spire.xls.core.spreadsheet">XlsWorksheetBase</A>
<DD>Makes the current sheet the active sheet.
<DT><A HREF="./com/spire/xls/charts/ChartFormatCollection.html#add(com.spire.xls.charts.ChartFormat)"><B>add(ChartFormat)</B></A> -
Method in class com.spire.xls.charts.<A HREF="./com/spire/xls/charts/ChartFormatCollection.html" title="class in com.spire.xls.charts">ChartFormatCollection</A>
<DD>
<DT><A HREF="./com/spire/xls/charts/ChartSeries.html#add(com.spire.xls.charts.ChartSerie)"><B>add(ChartSerie)</B></A> -
Method in class com.spire.xls.charts.<A HREF="./com/spire/xls/charts/ChartSeries.html" title="class in com.spire.xls.charts">ChartSeries</A>
<DD>Adds series to the collection.
<DT><A HREF="./com/spire/xls/charts/ChartSeries.html#add()"><B>add()</B></A> -
Method in class com.spire.xls.charts.<A HREF="./com/spire/xls/charts/ChartSeries.html" title="class in com.spire.xls.charts">ChartSeries</A>
<DD>Defines a new series.
<DT><A HREF="./com/spire/xls/charts/ChartSeries.html#add(java.lang.String)"><B>add(String)</B></A> -
Method in class com.spire.xls.charts.<A HREF="./com/spire/xls/charts/ChartSeries.html" title="class in com.spire.xls.charts">ChartSeries</A>
<DD>Defines a new series.
<DT><A HREF="./com/spire/xls/charts/ChartSeries.html#add(com.spire.xls.ExcelChartType)"><B>add(ExcelChartType)</B></A> -
Method in class com.spire.xls.charts.<A HREF="./com/spire/xls/charts/ChartSeries.html" title="class in com.spire.xls.charts">ChartSeries</A>
<DD>Defines a new series.
<DT><A HREF="./com/spire/xls/charts/ChartSeries.html#add(java.lang.String, com.spire.xls.ExcelChartType)"><B>add(String, ExcelChartType)</B></A> -
Method in class com.spire.xls.charts.<A HREF="./com/spire/xls/charts/ChartSeries.html" title="class in com.spire.xls.charts">ChartSeries</A>
<DD>Defines a new series.
<DT><A HREF="./com/spire/xls/collections/ChartsCollection.html#add()"><B>add()</B></A> -
Method in class com.spire.xls.collections.<A HREF="./com/spire/xls/collections/ChartsCollection.html" title="class in com.spire.xls.collections">ChartsCollection</A>
<DD>Adds a new chart.
<DT><A HREF="./com/spire/xls/collections/ChartsCollection.html#add(java.lang.String)"><B>add(String)</B></A> -
Method in class com.spire.xls.collections.<A HREF="./com/spire/xls/collections/ChartsCollection.html" title="class in com.spire.xls.collections">ChartsCollection</A>
<DD>Add a new chart with name.
<DT><A HREF="./com/spire/xls/collections/ChartsCollection.html#add(com.spire.xls.ChartSheet)"><B>add(ChartSheet)</B></A> -
Method in class com.spire.xls.collections.<A HREF="./com/spire/xls/collections/ChartsCollection.html" title="class in com.spire.xls.collections">ChartsCollection</A>
<DD>Adds chart to the collection.
<DT><A HREF="./com/spire/xls/collections/H