public interface IPivotFormula
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormula()
Gets the formula.
|
int |
getIndex()
Gets or sets the solved order of current formula.
|
java.lang.String |
getName()
Gets the name of the specified formula in the PivotTable formula.
|
void |
setIndex(int value)
Sets the solved order of current formula.
|
java.lang.String getFormula()
int getIndex()
void setIndex(int value)
java.lang.String getName()