public interface ICalculatedFields extends java.lang.Iterable<IPivotField>
IPivotField| Modifier and Type | Method and Description |
|---|---|
IPivotField |
add(java.lang.String Name,
java.lang.String Formula)
Creates a new calculated field.
|
IPivotField |
get(int index)
Get calculated field by index.
|
IPivotField |
get(java.lang.String fieldName)
Get calculated field by name.
|
int |
getCount()
Returns the number of calculated fields.
|
void |
remove(java.lang.String fieldName)
Remove the calculated fields by name.
|
int getCount()
IPivotField get(int index)
index - IPivotFieldIPivotField get(java.lang.String fieldName)
fieldName - IPivotFieldIPivotField add(java.lang.String Name, java.lang.String Formula)
Name - The name of the field.Formula - The formula for the field.IPivotFieldvoid remove(java.lang.String fieldName)
fieldName - name of calculated field