Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
Gets the count of the pivotFields.
|
||
method | getType() | |
Gets the PivotFields type.
The value of the property is PivotFieldType integer constant. |
||
method | get(index) | |
Gets the PivotField Object at the specific index.
|
||
method | get(name) | |
Gets the PivotField Object of the specific name.
|
Method Summary | ||
---|---|---|
method | add(pivotField) | |
Adds a PivotField Object to the specific type PivotFields.
|
||
method | addByBaseIndex(baseFieldIndex) | |
Adds a PivotField Object to the specific type PivotFields.
|
||
method | clear() | |
clear all fields of PivotFieldCollection
|
||
method | iterator() | |
Gets an enumerator over the elements in this collection in proper sequence.
|
int getType()
int getCount()
PivotField get(index)
PivotField get(name)
Iterator iterator()
int addByBaseIndex(baseFieldIndex)
baseFieldIndex: int
- field index in the base PivotFields.int add(pivotField)
pivotField: PivotField
- a PivotField Object.clear()