|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Spreadsheet.Range
Marker interface for a spreadsheet range in the spreadsheet model.
This interface is an API only. Do not implement it yourself.
Spreadsheet
Method Summary | |
---|---|
java.lang.Iterable<Spreadsheet.Cell> |
cells()
Allows iteration over the cells contained in the range. |
boolean |
contains(Spreadsheet.Range _other)
Tests whether the other range is completely contained within this one. |
Spreadsheet.Cell |
getBottomRight()
Returns the bottom right corner of the range (on the rightmost sheet of the range). |
Spreadsheet.Cell |
getTopLeft()
Returns the top left corner of the range (on the leftmost sheet of the range). |
Methods inherited from interface org.formulacompiler.compiler.Describable |
---|
describe, toString |
Method Detail |
---|
boolean contains(Spreadsheet.Range _other)
_other
- is the other range.
Spreadsheet.Cell getTopLeft()
Spreadsheet.Cell getBottomRight()
java.lang.Iterable<Spreadsheet.Cell> cells()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |