Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
Gets the count of the pivotFields.
|
||
function | getType() | |
Gets the PivotFields type.
The value of the property is PivotFieldType integer constant. |
||
function | get(index) | |
Gets the PivotField Object at the specific index.
|
||
function | get(name) | |
Gets the PivotField Object of the specific name.
|
Method Summary | ||
---|---|---|
function | add(pivotField) | |
Adds a PivotField Object to the specific type PivotFields.
|
||
function | addByBaseIndex(baseFieldIndex) | |
Adds a PivotField Object to the specific type PivotFields.
|
||
function | clear() | |
clear all fields of PivotFieldCollection
|
||
function | iterator() | |
Gets an enumerator over the elements in this collection in proper sequence.
|
||
function | move(currPos, destPos) | |
Moves the PivotField from current position to destination position
|
function getType()
function getCount()
function get(index)
function get(name)
function iterator()
function addByBaseIndex(baseFieldIndex)
baseFieldIndex: Number
- field index in the base PivotFields.function add(pivotField)
pivotField: PivotField
- a PivotField Object.function clear()
function move(currPos, destPos)
currPos: Number
- Current position of PivotField based on zerodestPos: Number
- Destination position of PivotField based on zero