public class PivotFieldCollection
extends java.lang.Object
implements java.lang.Iterable
| Modifier and Type | Method and Description |
|---|---|
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
|
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.
|
int |
getCount()
Gets the count of the pivotFields.
|
int |
getType()
Gets the PivotFields type.
|
java.util.Iterator |
iterator()
Gets an enumerator over the elements in this collection in proper sequence.
|
void |
move(int currPos,
int destPos)
Moves the PivotField from current position to destination position
|
public int getType()
See PivotFieldType.
public int getCount()
public java.util.Iterator iterator()
iterator in interface java.lang.Iterablepublic PivotField get(int index)
public PivotField get(java.lang.String name)
public int addByBaseIndex(int baseFieldIndex)
baseFieldIndex - field index in the base PivotFields.public int add(PivotField pivotField)
pivotField - a PivotField Object.public void clear()
public void move(int currPos,
int destPos)
currPos - Current position of PivotField based on zerodestPos - Destination position of PivotField based on zeroSee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.