|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CellRange | |
|---|---|
| com.extentech.ExtenXLS | The ExtenXLS package contains the primary classes for working with spreadsheets. |
| com.extentech.ExtenXLS.binder | The ExtenXLS binder package contains the CellBinder API which automates mapping of data to spreadsheets. |
| com.extentech.ExtenXLS.ui | The ExtenXLS UI package contains swing UI spreadsheet components. |
| com.extentech.ExtenXLS.ui.swing | The ExtenXLS UI package contains swing UI spreadsheet components. |
| com.extentech.ExtenXLS.web | The ExtenXLS.web package contains ExtenXLS Spreadsheet classes enhanced with web and database persistence capabilities. |
| Uses of CellRange in com.extentech.ExtenXLS |
|---|
| Methods in com.extentech.ExtenXLS that return CellRange | |
|---|---|
CellRange[] |
WorkBookHandle.getCellRanges()
Returns an Array of the CellRanges existing in this WorkBook specifically the Ranges referenced in Formulas, Charts, and Named Ranges. |
CellRange[] |
NameHandle.getCellRanges()
Get an Array of CellRanges, one per referenced WorkSheet. |
CellRange[] |
FormulaHandle.getCellRanges()
Initialize CellRanges referenced by this formula |
CellRange |
CellHandle.getMergedCellRange()
Returns any other Cells merged with this one, or null if this Cell is not a part of a merged range. |
| Methods in com.extentech.ExtenXLS with parameters of type CellRange | |
|---|---|
void |
FormatHandle.addCellRange(CellRange cr)
Apply this Format to a Range of Cells |
ChartSeriesHandle |
ChartHandle.addSeriesRange(CellHandle legendCell,
CellRange categoryRange,
CellRange seriesRange,
CellRange bubbleRange)
Adds a new Series to the chart via CellHandles and CellRange Objects. |
static String |
ExtenXLS.getJSON(CellRange cr)
Get a JSON representation of a cellRange |
boolean |
CellRange.intersects(CellRange cr)
returns whether this CellRange intersects with another CellRange |
void |
WorkSheetHandle.setPrintArea(CellRange printarea)
Sets the print area for the worksheet sets the printarea as a CellRange |
void |
FormatHandle.stamp(CellRange range)
Applies the format to a cell range without establishing a relationship. |
| Constructors in com.extentech.ExtenXLS with parameters of type CellRange | |
|---|---|
NameHandle(String namestr,
CellRange cr)
Creates a new Named Range from a CellRange |
|
| Uses of CellRange in com.extentech.ExtenXLS.binder |
|---|
| Subclasses of CellRange in com.extentech.ExtenXLS.binder | |
|---|---|
class |
BeanBoundCellRange
Binds a Cell range to a List of Bean values. |
class |
DataBoundCellRange
Binds a Cell range to a JDBC Recordset. |
| Uses of CellRange in com.extentech.ExtenXLS.ui |
|---|
| Fields in com.extentech.ExtenXLS.ui declared as CellRange | |
|---|---|
CellRange |
ExtenXLSCellRenderer.selectedRange
|
| Methods in com.extentech.ExtenXLS.ui that return CellRange | |
|---|---|
CellRange |
ExtenXLSCellRenderer.getSelectedRange()
|
| Methods in com.extentech.ExtenXLS.ui with parameters of type CellRange | |
|---|---|
void |
ExtenXLSCellRenderer.setRanges(CellRange[] crs)
|
void |
ExtenXLSCellRenderer.setSelectedRange(CellRange range)
|
| Uses of CellRange in com.extentech.ExtenXLS.ui.swing |
|---|
| Methods in com.extentech.ExtenXLS.ui.swing that return CellRange | |
|---|---|
CellRange[] |
ExtenXLSMapPanel.getRanges()
|
| Uses of CellRange in com.extentech.ExtenXLS.web |
|---|
| Methods in com.extentech.ExtenXLS.web that return CellRange | |
|---|---|
CellRange[] |
MemeWorkBook.getCellRanges()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||