java.lang.Object
com.aspose.cells.PivotFieldCollection
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 | ||
java.util.Iterator | iterator() | |
| Gets an enumerator over the elements in this collection in proper sequence. | ||
| Property Getters/Setters Detail |
|---|
getType | |
public int getType() | |
getCount | |
public int getCount() | |
get | |
public PivotField get(int index) | |
get | |
public PivotField get(java.lang.String name) | |
| Method Detail |
|---|
iterator | |
public java.util.Iterator iterator() | |
addByBaseIndex | |
public int addByBaseIndex(int baseFieldIndex) | |
baseFieldIndex - field index in the base PivotFields.add | |
public int add(PivotField pivotField) | |
pivotField - a PivotField Object.clear | |
public void clear() | |