public interface IEssOpZoomOut extends IEssOperation
IEssOperation.EEssOperationType
Modifier and Type | Method and Description |
---|---|
void |
addCell(int startRow,
int startColumn)
Adds a cell to operate on.
|
void |
addRange(int startRow,
int startColumn,
int countRows,
int countColumns)
Adds a range to operate on.
|
int |
getCountRanges()
Gets the count of ranges to operate on.
|
IEssIterator |
getRanges()
Gets the list of ranges to operate on.
|
getOperationType
void addCell(int startRow, int startColumn) throws com.essbase.api.base.EssException
startRow
- The start row.startColumn
- The start column.com.essbase.api.base.EssException
- if an error occurs.void addRange(int startRow, int startColumn, int countRows, int countColumns) throws com.essbase.api.base.EssException
startRow
- The start row.startColumn
- The start column.countRows
- The count of rows.countColumns
- The count of columns.com.essbase.api.base.EssException
- if an error occurs.int getCountRanges() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssIterator getRanges() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.