|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Spreadsheet.Range | |
---|---|
org.formulacompiler.spreadsheet | Contains the public compile-time API of AFC's spreadsheet compiler, which extends the core functional model compiler. |
Uses of Spreadsheet.Range in org.formulacompiler.spreadsheet |
---|
Subinterfaces of Spreadsheet.Range in org.formulacompiler.spreadsheet | |
---|---|
static interface |
Spreadsheet.Cell
Returns information about a spreadsheet cell. |
Methods in org.formulacompiler.spreadsheet that return Spreadsheet.Range | |
---|---|
Spreadsheet.Range |
Spreadsheet.getRange(String _rangeName)
Get a range by its name. |
Methods in org.formulacompiler.spreadsheet that return types with arguments of type Spreadsheet.Range | |
---|---|
Map<String,Spreadsheet.Range> |
SpreadsheetByNameBinder.cellNamesLeftUnbound()
Returns the cell name definition this by-name binder has not bound to an input or output method. |
Map<String,Spreadsheet.Range> |
Spreadsheet.getRangeNames()
Get all the range (and cell) names defined for this spreadsheet. |
Methods in org.formulacompiler.spreadsheet with parameters of type Spreadsheet.Range | |
---|---|
boolean |
Spreadsheet.Range.contains(Spreadsheet.Range _other)
Tests whether the other range is completely contained within this one. |
void |
Spreadsheet.defineAdditionalRangeName(String _name,
Spreadsheet.Range _ref)
Defines an additional range name to be returned by getRangeNames et al. |
SpreadsheetBinder.Section |
SpreadsheetBinder.Section.defineRepeatingSection(Spreadsheet.Range _range,
Orientation _orientation,
CallFrame _inputCallChainReturningIterable,
Class _inputClass,
CallFrame _outputCallReturningIterableToImplement,
Class _outputClass)
Defines a range in the spreadsheet as a section of similar, repeating rows (or columns). |
SpreadsheetBinder.Section |
SpreadsheetBinder.Section.defineRepeatingSection(Spreadsheet.Range _range,
Orientation _orientation,
Method _inputMethodReturningIterable,
Class _inputClass,
Method _outputMethodReturningIterableToImplement,
Class _outputClass)
Like SpreadsheetBinder.Section.defineRepeatingSection(org.formulacompiler.spreadsheet.Spreadsheet.Range, Orientation, CallFrame, Class, CallFrame, Class) ,
but constructs the CallFrame instances directly. |
SpreadsheetBinder.Section |
SpreadsheetBinder.Section.defineRepeatingSection(Spreadsheet.Range _range,
Orientation _orientation,
String _nameOfInputMethodReturningIterable,
Class _inputClass,
String _nameOfOutputMethodReturningIterableToImplement,
Class _outputClass)
Like SpreadsheetBinder.Section.defineRepeatingSection(org.formulacompiler.spreadsheet.Spreadsheet.Range, Orientation, CallFrame, Class, CallFrame, Class) ,
but constructs the CallFrame instances directly. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |