java.lang.Objectcom.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. |
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 |
---|
addByBaseIndex | |
public int addByBaseIndex(int baseFieldIndex) |
baseFieldIndex
- field index in the base PivotFields.add | |
public int add(PivotField pivotField) |
pivotField
- a PivotField Object.