public interface IEssGridRange extends IEssBaseObject
Modifier and Type | Method and Description |
---|---|
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.
|
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.