| 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 | ||
| Property Getters/Setters Detail |
|---|
getType : Number | |
function getType() | |
getCount : Number | |
function getCount() | |
get : PivotField | |
function get(index) | |
get : PivotField | |
function get(name) | |
| Method Detail |
|---|
addByBaseIndex | |
function addByBaseIndex(baseFieldIndex) | |
baseFieldIndex: Number - field index in the base PivotFields.add | |
function add(pivotField) | |
pivotField: PivotField - a PivotField Object.clear | |
function clear() | |