|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Spreadsheet.Sheet
Returns information about a worksheet.
This interface is an API only. Do not implement it yourself.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name. |
Spreadsheet.Row[] |
getRows()
Returns the rows defined in the worksheet. |
int |
getSheetIndex()
Returns the sheet index (0 based) within the spreadsheet. |
Spreadsheet |
getSpreadsheet()
Returns the spreadsheet this worksheet is part of. |
Methods inherited from interface org.formulacompiler.compiler.Describable |
---|
describe, toString |
Method Detail |
---|
Spreadsheet getSpreadsheet()
int getSheetIndex()
java.lang.String getName()
Spreadsheet.Row[] getRows()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |