public interface IEssOpCascade extends IEssOperation
IEssOperation.EEssOperationType
Modifier and Type | Method and Description |
---|---|
void |
addRange(int startRow,
int startColumn,
int countRows,
int countColumns,
IEssOpZoomIn.EEssZoomInPreference pref)
Adds range of cells to cascade.
|
int |
getCountRanges()
Gets the count of cell ranges to cascade.
|
IEssIterator |
getRanges()
Gets the list of cell ranges to cascade.
|
void |
set(boolean supMissing,
boolean listFile,
short level,
java.lang.String prefix,
java.lang.String suffix,
java.lang.String header,
java.lang.String footer,
java.lang.String path)
Sets cascading options.
|
getOperationType
void addRange(int startRow, int startColumn, int countRows, int countColumns, IEssOpZoomIn.EEssZoomInPreference pref) throws com.essbase.api.base.EssException
startRow
- The start row.startColumn
- The start column.countRows
- The count of rows.countColumns
- The count of columns.pref
- The zoom in preference.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 occursvoid set(boolean supMissing, boolean listFile, short level, java.lang.String prefix, java.lang.String suffix, java.lang.String header, java.lang.String footer, java.lang.String path) throws com.essbase.api.base.EssException
supMissing
- true is sup is missing.listFile
- true if listing of files required.level
- The number of level.prefix
- The prefix string.suffix
- The suffix string.header
- The header string.footer
- The footer string.path
- The path string.com.essbase.api.base.EssException
- if an error occurs.