|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Spreadsheet.Row
Returns information about a row.
This interface is an API only. Do not implement it yourself.
Method Summary | |
---|---|
Spreadsheet.Cell[] |
getCells()
Returns the cells defined in the row. |
int |
getRowIndex()
Returns the row index (0 based) within the sheet. |
Spreadsheet.Sheet |
getSheet()
Returns the sheet this row is part of. |
Methods inherited from interface org.formulacompiler.compiler.Describable |
---|
describe, toString |
Method Detail |
---|
Spreadsheet.Sheet getSheet()
int getRowIndex()
Spreadsheet.Cell[] getCells()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |