|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEssGridRange
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 |
---|
void set(int startRow, int startColumn, int countRows, int countColumns) throws com.essbase.api.base.EssException
startRow
- The start row id.startColumn
- The start column id.countRows
- The count of rows.countColumns
- The count of columns.com.essbase.api.base.EssException
- if an error occurs.int getStartRow() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getStartColumn() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getCountRows() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getCountColumns() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |