|
||
| Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate | ||
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.cells.PivotFields
public class PivotFields
Represents a collection of all the PivotField objects in the PivotTable's specific PivotFields type.
| 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. |
PivotField |
get(int index)
Gets the PivotField Object at the specific index. |
byte |
getType()
Gets the PivotFields type. |
void |
remove(int index)
Removes the PivotField Object at the specific index from the specific type PivotFields. |
int |
size()
Gets the number of the PiovtFields in the PivotFields. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public byte getType()
public PivotField get(int index)
index - index of the PivotTable object.
java.lang.IllegalArgumentException - if the index is out of range.public int size()
public int addByBaseIndex(int baseFieldIndex)
baseFieldIndex - field index in the base PivotFields.
public int add(PivotField pivotField)
pivotField - a PivotField Object.
public void remove(int index)
index - the PivotField Object at the specific index from the specific type PivotFields.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||