public class PivotPageFields
extends java.lang.Object
| Constructor and Description |
|---|
PivotPageFields()
Represents the pivot page field items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addIdentify(int rangeIndex,
int[] pageItemIndex)
Sets which item label in each page field to use to identify the data range.
|
void |
addPageField(java.lang.String[] pageItems)
Adds a page field.
|
int |
getPageFieldCount()
Gets the number of page fields.
|
public void addPageField(java.lang.String[] pageItems)
pageItems - Page field item labelpublic int getPageFieldCount()
public void addIdentify(int rangeIndex,
int[] pageItemIndex)
rangeIndex - The consolidation data range index.pageItemIndex - The page item index in the each page field.
pageItemIndex[2] = 1 means the second item in the third field to use to identify this range.
pageItemIndex[1] = -1 means no item in the second field to use to identify this range
and MS will auto create "blank" item in the second field to identify this range.See 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.