|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssGridRange interface is a range of grid cells.
Method Summary | |
int |
getCountColumns()
Gets the count of columns. |
int |
getCountRows()
Gets the count of rows. |
int |
getStartColumn()
Gets the start column. |
int |
getStartRow()
Gets the start row. |
void |
set(int startRow,
int startColumn,
int countRows,
int countColumns)
Sets the grid range. |
Method Detail |
public void set(int startRow, int startColumn, int countRows, int countColumns) throws EssException
startRow
- The start row id.startColumn
- The start column id.countRows
- The count of rows.countColumns
- The count of columns.
EssException
- if an error occurs.public int getStartRow() throws EssException
EssException
- if an error occurs.public int getStartColumn() throws EssException
EssException
- if an error occurs.public int getCountRows() throws EssException
EssException
- if an error occurs.public int getCountColumns() throws EssException
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |