public class PivotFieldCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
Gets the count of the pivotFields.
|
||
int | getType() | |
Gets the PivotFields type.
The value of the property is PivotFieldType integer constant. |
||
PivotField | get(int index) | |
Gets the PivotField Object at the specific index.
|
||
PivotField | get(java.lang.String name) | |
Gets the PivotField Object of the specific name.
|
Method Summary | ||
---|---|---|
int | add(PivotField pivotField) | |
Adds a PivotField Object to the specific type PivotFields.
|
||
int | addByBaseIndex(int baseFieldIndex) | |
Adds a PivotField Object to the specific type PivotFields.
|
||
void | clear() | |
clear all fields of PivotFieldCollection
|
public int getType()
public int getCount()
public PivotField get(int index)
public PivotField get(java.lang.String name)
public int addByBaseIndex(int baseFieldIndex)
baseFieldIndex
- field index in the base PivotFields.public int add(PivotField pivotField)
pivotField
- a PivotField Object.public void clear()