public interface IEssOpPivot extends IEssOperation
IEssOperation.EEssOperationType
Modifier and Type | Method and Description |
---|---|
int |
getEndColumn()
Gets the column to end the pivot.
|
int |
getEndRow()
Gets the row to end the pivot.
|
int |
getStartColumn()
Gets the column to start the pivot.
|
int |
getStartRow()
Gets the row to start the pivot.
|
void |
set(int startRow,
int startColumn)
Sets to pivot from row to column or column to row.
|
void |
set(int startRow,
int startColumn,
int endRow,
int endColumn)
Sets to pivot from the specified start coordinates to the end
coordinates.
|
getOperationType
void set(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 set(int startRow, int startColumn, int endRow, int endColumn) throws com.essbase.api.base.EssException
startRow
- The start row.startColumn
- The start column.endRow
- The end row.endColumn
- The end column.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 getEndRow() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getEndColumn() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.