| Property Getters/Setters Summary | ||
|---|---|---|
function | getAllowMultipleFiltersPerField() | |
function | ||
function | getAltTextDescription() | |
function | setAltTextDescription(value) | |
| Gets the description of the alt text | ||
function | getAltTextTitle() | |
function | setAltTextTitle(value) | |
| Gets the title of the altertext | ||
function | getAutofitColumnWidthOnUpdate() | |
function | ||
| Indicates whether autofitting column width on update | ||
function | getAutoFormatType() | |
function | setAutoFormatType(value) | |
| Gets and sets the auto format type of PivotTable. The value of the property is PivotTableAutoFormatType integer constant. | ||
function | getBaseFields() | |
Returns all base pivot fields in the PivotTable.
|
||
function | getColumnFields() | |
Returns a PivotFields object that are currently shown as column fields.
|
||
function | getColumnGrand() | |
function | setColumnGrand(value) | |
| Indicates whether the PivotTable report shows grand totals for columns. | ||
function | getColumnHeaderCaption() | |
function | setColumnHeaderCaption(value) | |
| Gets the Column Header Caption of the PivotTable. | ||
function | getColumnRange() | |
Returns a CellArea object that represents the range
that contains the column area in the PivotTable report. Read-only.
|
||
function | getConditionalFormats() | |
function | getCustomListSort() | |
function | setCustomListSort(value) | |
| Indicates whether consider built-in custom list when sort data | ||
function | getDataBodyRange() | |
Returns a |
||
function | getDataField() | |
Gets a |
||
function | getDataFieldHeaderName() | |
function | setDataFieldHeaderName(value) | |
| Gets and sets the name of the value area field header in the PivotTable. | ||
function | getDataFields() | |
Gets a PivotField object that represents all the data fields in a PivotTable.
Read-only.It would be init only when there are two or more data fields in the DataPiovtFiels.
It only use to add DataPivotField to the PivotTable row/column area . Default is in row area.
|
||
function | getDataSource() | |
function | setDataSource(value) | |
| Gets and sets the data source of the pivot table. | ||
function | getDisplayErrorString() | |
function | setDisplayErrorString(value) | |
| Indicates whether the PivotTable report displays a custom string in cells that contain errors. | ||
function | getDisplayImmediateItems() | |
function | setDisplayImmediateItems(value) | |
| Indicates whether items in the row and column areas are visible when the data area of the PivotTable is empty. The default value is true. | ||
function | getDisplayNullString() | |
function | setDisplayNullString(value) | |
| Indicates whether the PivotTable report displays a custom string if the value is null. | ||
function | getEnableDataValueEditing() | |
function | setEnableDataValueEditing(value) | |
| Specifies a boolean value that indicates whether the user is allowed to edit the cells in the data area of the pivottable. Enable cell editing in the values area | ||
function | getEnableDrilldown() | |
function | setEnableDrilldown(value) | |
| Gets whether drilldown is enabled. | ||
function | getEnableFieldDialog() | |
function | setEnableFieldDialog(value) | |
| Indicates whether the PivotTable Field dialog box is available when the user double-clicks the PivotTable field. | ||
function | getEnableFieldList() | |
function | setEnableFieldList(value) | |
| Gets whether enable the field list for the PivotTable. | ||
function | getEnableWizard() | |
function | setEnableWizard(value) | |
| Indicates whether the PivotTable Wizard is available. | ||
function | getErrorString() | |
function | setErrorString(value) | |
| Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string. | ||
function | getExternalConnectionDataSource() | |
Gets the external connection data source.
|
||
function | getFieldListSortAscending() | |
function | setFieldListSortAscending(value) | |
| Indicates whether fields in the PivotTable are sorted in non-default order in the field list. | ||
function | getFilterArea() | |
function | getGrandTotalName() | |
function | setGrandTotalName(value) | |
| Returns the text string label that is displayed in the grand total column or row heading. The default value is the string "Grand Total". | ||
function | hasBlankRows() | |
function | setHasBlankRows(value) | |
| Indicates whether to add blank rows. This property only applies for the PivotTable auto format types which needs to add blank rows. | ||
function | getIndent() | |
function | setIndent(value) | |
| Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form. | ||
function | isAutoFormat() | |
function | setAutoFormat(value) | |
| Indicates whether the PivotTable report is automatically formatted. Checkbox "autoformat table " which is in pivottable option for Excel 2003 | ||
function | isExcel2003Compatible() | |
function | setExcel2003Compatible(value) | |
| Specifies whether the PivotTable is compatible for Excel2003 when refreshing PivotTable, if true, a string must be less than or equal to 255 characters, so if the string is greater than 255 characters, it will be truncated. if false, a string will not have the aforementioned restriction. The default value is true. | ||
function | isGridDropZones() | |
function | setGridDropZones(value) | |
| Indicates whether the PivotTable report displays classic pivottable layout. (enables dragging fields in the grid) | ||
function | isMultipleFieldFilters() | |
function | setMultipleFieldFilters(value) | |
| Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them. | ||
function | isSelected() | |
function | setSelected(value) | |
| Indicates whether this PivotTable is selected. | ||
function | getItemPrintTitles() | |
function | setItemPrintTitles(value) | |
| Indicates whether PivotItem names should be repeated at the top of each printed page. | ||
function | getManualUpdate() | |
function | setManualUpdate(value) | |
| Indicates whether the PivotTable report is recalculated only at the user's request. | ||
function | getMergeLabels() | |
function | setMergeLabels(value) | |
| True if the specified PivotTable report's outer-row item, column item, subtotal, and grand total labels use merged cells. | ||
function | getMissingItemsLimit() | |
function | setMissingItemsLimit(value) | |
| Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them. The value of the property is PivotMissingItemLimitType integer constant. | ||
function | getName() | |
function | setName(value) | |
| Gets the name of the PivotTable | ||
function | getNullString() | |
function | setNullString(value) | |
| Gets the string displayed in cells that contain null values when the DisplayNullString property is true.The default value is an empty string. | ||
function | getPageFieldOrder() | |
function | setPageFieldOrder(value) | |
| Gets the order in which page fields are added to the PivotTable report's layout. The value of the property is PrintOrderType integer constant. | ||
function | getPageFields() | |
Returns a PivotFields object that are currently shown as page fields.
|
||
function | getPageFieldWrapCount() | |
function | setPageFieldWrapCount(value) | |
| Gets the number of page fields in each column or row in the PivotTable report. | ||
function | getPivotCache() | |
function | getPivotFilters() | |
Returns a list of pivot filters.
|
||
function | getPivotFormatConditions() | |
Gets the Format Conditions of the pivot table.
|
||
function | getPivotFormats() | |
Gets the collection of formats applied to PivotTable.
|
||
function | getPivotTableStyle() | |
function | setPivotTableStyle(value) | |
function | getPivotTableStyleName() | |
function | setPivotTableStyleName(value) | |
| Gets and sets the pivottable style name. | ||
function | getPivotTableStyleType() | |
function | setPivotTableStyleType(value) | |
| Gets and sets the built-in pivot table style. The value of the property is PivotTableStyleType integer constant. | ||
function | getPreserveFormatting() | |
function | setPreserveFormatting(value) | |
| Indicates whether formatting is preserved when the PivotTable is refreshed or recalculated. | ||
function | getPrintDrill() | |
function | setPrintDrill(value) | |
| Specifies a boolean value that indicates whether drill indicators should be printed. print expand/collapse buttons when displayed on pivottable. | ||
function | getPrintTitles() | |
function | setPrintTitles(value) | |
| Indicates whether the print titles for the worksheet are set based on the PivotTable report. The default value is false. | ||
function | getRefreshDataFlag() | |
function | setRefreshDataFlag(value) | |
| Indicates whether Refreshing Data or not. | ||
function | getRefreshDataOnOpeningFile() | |
function | setRefreshDataOnOpeningFile(value) | |
| Indicates whether Refresh Data when Opening File. | ||
function | getRefreshDate() | |
Gets the last date time when the PivotTable was refreshed.
|
||
function | getRefreshedByWho() | |
Gets the name of the last user who refreshed this PivotTable
|
||
function | getRepeatItemsOnEachPrintedPage() | |
function | ||
function | getRowFields() | |
Returns a PivotFields object that are currently shown as row fields.
|
||
function | getRowGrand() | |
function | setRowGrand(value) | |
| Indicates whether the PivotTable report shows grand totals for rows. | ||
function | getRowHeaderCaption() | |
function | setRowHeaderCaption(value) | |
| Gets the Row Header Caption of the PivotTable. | ||
function | getRowRange() | |
Returns a CellArea object that represents the range
that contains the row area in the PivotTable report. Read-only.
|
||
function | getSaveData() | |
function | setSaveData(value) | |
| Indicates whether data for the PivotTable report is saved with the workbook. | ||
function | getShowColumnGrandTotals() | |
function | setShowColumnGrandTotals(value) | |
function | getShowDataTips() | |
function | setShowDataTips(value) | |
| Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells. | ||
function | getShowDrill() | |
function | setShowDrill(value) | |
| Gets and sets whether showing expand/collapse buttons. | ||
function | getShowEmptyCol() | |
function | setShowEmptyCol(value) | |
| Specifies a boolean value that indicates whether to include empty columns in the table | ||
function | getShowEmptyRow() | |
function | setShowEmptyRow(value) | |
| Specifies a boolean value that indicates whether to include empty rows in the table. | ||
function | getShowMemberPropertyTips() | |
function | setShowMemberPropertyTips(value) | |
| Specifies a boolean value that indicates whether member property information should be omitted from PivotTable tooltips. | ||
function | getShowPivotStyleColumnHeader() | |
function | ||
| Indicates whether the column header in the pivot table should have the style applied. | ||
function | getShowPivotStyleColumnStripes() | |
function | ||
| Indicates whether stripe formatting is applied for column. | ||
function | getShowPivotStyleLastColumn() | |
function | setShowPivotStyleLastColumn(value) | |
| Indicates whether the column formatting is applied. | ||
function | getShowPivotStyleRowHeader() | |
function | setShowPivotStyleRowHeader(value) | |
| Indicates whether the row header in the pivot table should have the style applied. | ||
function | getShowPivotStyleRowStripes() | |
function | setShowPivotStyleRowStripes(value) | |
| Indicates whether row stripe formatting is applied. | ||
function | getShowRowGrandTotals() | |
function | setShowRowGrandTotals(value) | |
function | getShowRowHeaderCaption() | |
function | setShowRowHeaderCaption(value) | |
| Indicates whether row header caption is shown in the PivotTable report Indicates whether Display field captions and filter drop downs | ||
function | getShowValuesRow() | |
function | setShowValuesRow(value) | |
| Specifies a boolean value that indicates whether show values row. show the values row | ||
function | getSourceType() | |
The value of the property is PivotTableSourceType integer constant. |
||
function | getSubtotalHiddenPageItems() | |
function | setSubtotalHiddenPageItems(value) | |
| Indicates whether hidden page field items in the PivotTable report are included in row and column subtotals, block totals, and grand totals. The default value is False. | ||
function | getTableRange1() | |
Returns a CellArea object that represents the range containing the entire PivotTable report,
but doesn't include page fields. Read-only.
|
||
function | getTableRange2() | |
Returns a CellArea object that represents the range containing the entire PivotTable report,
includes page fields. Read-only.
|
||
function | getTag() | |
function | setTag(value) | |
| Gets a string saved with the PivotTable report. | ||
function | getTopRightArea() | |
function | getValuesField() | |
| Method Summary | ||
|---|---|---|
function | addCalculatedField(name, formula) | |
Adds a calculated field to pivot field and drag it to data area.
|
||
function | addCalculatedField(name, formula, dragToDataArea) | |
Adds a calculated field to pivot field.
|
||
function | addFieldToArea(fieldType, pivotField) | |
Adds the field to the specific area.
|
||
function | addFieldToArea(fieldType, baseFieldIndex) | |
Adds the field to the specific area.
|
||
function | addFieldToArea(fieldType, fieldName) | |
Adds the field to the specific area.
|
||
function | calculateData() | |
Calculates pivottable's data to cells.
|
||
function | calculateData(option) | |
Calculating pivot tables with options
|
||
function | calculateRange() | |
Calculates pivottable's range.
|
||
function | changeDataSource(source) | |
Set pivottable's source data.
Sheet1!$A$1:$C$3
|
||
function | clearAll() | |
function | clearData() | |
Clear PivotTable's data and formatting
|
||
function | clearFilters() | |
function | copyStyle(pivotTable) | |
Copies named style from another pivot table.
|
||
function | dispose() | |
Performs application-defined tasks associated with freeing, releasing, or
resetting unmanaged resources.
|
||
function | fields(fieldType) | |
Gets the specific fields by the field type.
|
||
function | format(ca, style) | |
function | format(pivotArea, style) | |
Formats selected area of the PivotTable.
|
||
function | format(row, column, style) | |
Format the cell in the pivottable area
|
||
function | formatAll(style) | |
Format all the cell in the pivottable area
|
||
function | formatRow(row, style) | |
Format the row data in the pivottable area
|
||
function | getButtonArea(axisType) | |
function | getCellByDisplayName(displayName) | |
Gets the |
||
function | getChildren() | |
Gets the Children Pivot Tables which use this PivotTable data as data source.
|
||
function | getDependentPivotTables() | |
function | getFields(fieldType) | |
Gets the specific pivot field list by the region.
|
||
function | getHorizontalBreaks() | |
get pivot table row index list of horizontal pagebreaks
|
||
function | getHorizontalPageBreaks() | |
function | getNamesOfSourceDataConnections() | |
function | getPivotTablesWithSamePivotCache() | |
function | getSource() | |
Get pivottable's source data.
|
||
function | getSource(isOriginal) | |
function | getSourceDataConnections() | |
function | move(row, column) | |
Moves the PivotTable to a different location in the worksheet.
|
||
function | move(destCellName) | |
Moves the PivotTable to a different location in the worksheet.
|
||
function | moveTo(row, column) | |
function | moveTo(destCellName) | |
function | refreshData() | |
Refreshes pivottable's data and setting from it's data source.
|
||
function | refreshData(option) | |
Refreshes pivottable's data and setting from it's data source with options.
|
||
function | removeField(fieldType, pivotField) | |
Remove field from specific field area
|
||
function | removeField(fieldType, baseFieldIndex) | |
Removes a field from specific field area
|
||
function | removeField(fieldType, fieldName) | |
Removes a field from specific field area
|
||
function | selectArea(ca) | |
function | setAutoGroupField(pivotField) | |
Sets auto field group by the PivotTable.
|
||
function | setAutoGroupField(baseFieldIndex) | |
Sets auto field group by the PivotTable.
|
||
function | setManualGroupField(pivotField, startVal, endVal, groupByList, intervalNum) | |
Sets manual field group by the PivotTable.
|
||
function | setManualGroupField(pivotField, startVal, endVal, groupByList, intervalNum) | |
Sets manual field group by the PivotTable.
|
||
function | setManualGroupField(baseFieldIndex, startVal, endVal, groupByList, intervalNum) | |
Sets manual field group by the PivotTable.
|
||
function | setManualGroupField(baseFieldIndex, startVal, endVal, groupByList, intervalNum) | |
Sets manual field group by the PivotTable.
|
||
function | setUngroup(pivotField) | |
Sets ungroup by the PivotTable
|
||
function | setUngroup(baseFieldIndex) | |
Sets ungroup by the PivotTable
|
||
function | showDetail(rowOffset, columnOffset, newSheet, destRow, destColumn) | |
function | showInCompactForm() | |
Layouts the PivotTable in compact form.
|
||
function | showInOutlineForm() | |
Layouts the PivotTable in outline form.
|
||
function | showInTabularForm() | |
Layouts the PivotTable in tabular form.
|
||
function | showReportFilterPage(pageField) | |
Show all the report filter pages according to PivotField, the PivotField must be located in the PageFields.
|
||
function | showReportFilterPageByIndex(posIndex) | |
Show all the report filter pages according to the position index in the PageFields
|
||
function | showReportFilterPageByName(fieldName) | |
Show all the report filter pages according to PivotField's name, the PivotField must be located in the PageFields.
|
||
function getPivotCache()
function isExcel2003Compatible() / function setExcel2003Compatible(value)
function getRefreshedByWho()
function getRefreshDate()
function getPivotTableStyle() / function setPivotTableStyle(value)
function getPivotTableStyleName() / function setPivotTableStyleName(value)
function getPivotTableStyleType() / function setPivotTableStyleType(value)
function getColumnFields()
function getRowFields()
function getPageFields()
function getDataFields()
function getDataField()
function getValuesField()
function getBaseFields()
function getPivotFilters()
function getTopRightArea()
function getFilterArea()
function getColumnRange()
function getRowRange()
function getDataBodyRange()
function getTableRange1()
function getTableRange2()
function isGridDropZones() / function setGridDropZones(value)
function getShowColumnGrandTotals() / function setShowColumnGrandTotals(value)
function getShowRowGrandTotals() / function setShowRowGrandTotals(value)
function getColumnGrand() / function setColumnGrand(value)
function getRowGrand() / function setRowGrand(value)
function getDisplayNullString() / function setDisplayNullString(value)
function getNullString() / function setNullString(value)
function getDisplayErrorString() / function setDisplayErrorString(value)
function getDataFieldHeaderName() / function setDataFieldHeaderName(value)
function getErrorString() / function setErrorString(value)
function isAutoFormat() / function setAutoFormat(value)
function getAutofitColumnWidthOnUpdate() / function setAutofitColumnWidthOnUpdate(value)
function getAutoFormatType() / function setAutoFormatType(value)
function hasBlankRows() / function setHasBlankRows(value)
function getMergeLabels() / function setMergeLabels(value)
function getPreserveFormatting() / function setPreserveFormatting(value)
function getShowDrill() / function setShowDrill(value)
function getEnableDrilldown() / function setEnableDrilldown(value)
function getEnableFieldDialog() / function setEnableFieldDialog(value)
function getEnableFieldList() / function setEnableFieldList(value)
function getEnableWizard() / function setEnableWizard(value)
function getSubtotalHiddenPageItems() / function setSubtotalHiddenPageItems(value)
function getGrandTotalName() / function setGrandTotalName(value)
function getManualUpdate() / function setManualUpdate(value)
function isMultipleFieldFilters() / function setMultipleFieldFilters(value)
function getAllowMultipleFiltersPerField() / function setAllowMultipleFiltersPerField(value)
function getMissingItemsLimit() / function setMissingItemsLimit(value)
function getEnableDataValueEditing() / function setEnableDataValueEditing(value)
function getShowDataTips() / function setShowDataTips(value)
function getShowMemberPropertyTips() / function setShowMemberPropertyTips(value)
function getShowValuesRow() / function setShowValuesRow(value)
function getShowEmptyCol() / function setShowEmptyCol(value)
function getShowEmptyRow() / function setShowEmptyRow(value)
function getFieldListSortAscending() / function setFieldListSortAscending(value)
function getPrintDrill() / function setPrintDrill(value)
function getAltTextTitle() / function setAltTextTitle(value)
function getAltTextDescription() / function setAltTextDescription(value)
function getName() / function setName(value)
function getColumnHeaderCaption() / function setColumnHeaderCaption(value)
function getIndent() / function setIndent(value)
function getRowHeaderCaption() / function setRowHeaderCaption(value)
function getShowRowHeaderCaption() / function setShowRowHeaderCaption(value)
function getCustomListSort() / function setCustomListSort(value)
function getPivotFormatConditions()
function getConditionalFormats()
function getPageFieldOrder() / function setPageFieldOrder(value)
function getPageFieldWrapCount() / function setPageFieldWrapCount(value)
function getTag() / function setTag(value)
function getSaveData() / function setSaveData(value)
function getRefreshDataOnOpeningFile() / function setRefreshDataOnOpeningFile(value)
function getRefreshDataFlag() / function setRefreshDataFlag(value)
function getSourceType()
function getExternalConnectionDataSource()
function getDataSource() / function setDataSource(value)
function getPivotFormats()
function getItemPrintTitles() / function setItemPrintTitles(value)
function getRepeatItemsOnEachPrintedPage() / function setRepeatItemsOnEachPrintedPage(value)
function getPrintTitles() / function setPrintTitles(value)
function getDisplayImmediateItems() / function setDisplayImmediateItems(value)
function isSelected() / function setSelected(value)
function getShowPivotStyleRowHeader() / function setShowPivotStyleRowHeader(value)
function getShowPivotStyleColumnHeader() / function setShowPivotStyleColumnHeader(value)
function getShowPivotStyleRowStripes() / function setShowPivotStyleRowStripes(value)
function getShowPivotStyleColumnStripes() / function setShowPivotStyleColumnStripes(value)
function getShowPivotStyleLastColumn() / function setShowPivotStyleLastColumn(value)
function getHorizontalPageBreaks()
function getHorizontalBreaks()
function showInCompactForm()
function showInOutlineForm()
function showInTabularForm()
function getCellByDisplayName(displayName)
displayName: String - the DisplayName of PivotFieldfunction getDependentPivotTables()
function getChildren()
function getSourceDataConnections()
function getNamesOfSourceDataConnections()
function changeDataSource(source)
function getSource()
function getSource(isOriginal)
function refreshData()
function refreshData(option)
option: PivotTableRefreshOption - The options for refreshing data source of pivot table.function calculateData()
function calculateData(option)
option: PivotTableCalculateOption - function getPivotTablesWithSamePivotCache()
function clearData()
function clearFilters()
function clearAll()
function calculateRange()
function formatAll(style)
style: Style - Style which is to formatfunction formatRow(row, style)
row: Number - Row Index of the Row objectstyle: Style - Style which is to formatfunction format(pivotArea, style)
pivotArea: PivotArea - style: Style - function format(ca, style)
function format(row, column, style)
row: Number - Row Index of the cellcolumn: Number - Column index of the cellstyle: Style - Style which is to format the cellfunction selectArea(ca)
function showDetail(rowOffset, columnOffset, newSheet, destRow, destColumn)
function setAutoGroupField(baseFieldIndex)
baseFieldIndex - The row or column field index in the base fieldsfunction setAutoGroupField(pivotField)
pivotField: PivotField - The row or column field in the specific fieldsfunction setManualGroupField(baseFieldIndex, startVal, endVal, groupByList, intervalNum)
baseFieldIndex: Number - The row or column field index in the base fieldsstartVal: Number - Specifies the starting value for numeric grouping.endVal: Number - Specifies the ending value for numeric grouping. groupByList: ArrayList - Specifies the grouping type list. Specified by PivotTableGroupTypeintervalNum: Number - Specifies the interval number group by numeric grouping.function setManualGroupField(pivotField, startVal, endVal, groupByList, intervalNum)
pivotField: PivotField - The row or column field in the base fieldsstartVal: Number - Specifies the starting value for numeric grouping.endVal: Number - Specifies the ending value for numeric grouping. groupByList: ArrayList - Specifies the grouping type list. Specified by PivotTableGroupTypeintervalNum: Number - Specifies the interval number group by numeric grouping.function setManualGroupField(baseFieldIndex, startVal, endVal, groupByList, intervalNum)
baseFieldIndex: Number - The row or column field index in the base fieldsstartVal: DateTime - Specifies the starting value for date grouping. endVal: DateTime - Specifies the ending value for date grouping.groupByList: ArrayList - Specifies the grouping type list. Specified by PivotTableGroupTypeintervalNum: Number - Specifies the interval number group by in days grouping.The number of days must be positive integer of nonzerofunction setManualGroupField(pivotField, startVal, endVal, groupByList, intervalNum)
pivotField: PivotField - The row or column field in the base fieldsstartVal: DateTime - Specifies the starting value for date grouping.endVal: DateTime - Specifies the ending value for date grouping.groupByList: ArrayList - Specifies the grouping type list. Specified by PivotTableGroupTypeintervalNum: Number - Specifies the interval number group by in days grouping.The number of days must be positive integer of nonzerofunction setUngroup(baseFieldIndex)
baseFieldIndex: Number - The row or column field index in the base fieldsfunction setUngroup(pivotField)
pivotField: PivotField - The row or column field in the base fieldsfunction dispose()
function copyStyle(pivotTable)
pivotTable: PivotTable - Source pivot table.function showReportFilterPage(pageField)
pageField: PivotField - The PivotField objectfunction showReportFilterPageByName(fieldName)
fieldName: String - The name of PivotFieldfunction showReportFilterPageByIndex(posIndex)
posIndex: Number - The position index in the PageFieldsfunction removeField(fieldType, fieldName)
fieldType: Number - A fieldName: String - The name in the base fields.function removeField(fieldType, baseFieldIndex)
fieldType: Number - A baseFieldIndex: Number - The field index in the base fields.function removeField(fieldType, pivotField)
fieldType: Number - A pivotField: PivotField - the field in the base fields.function addFieldToArea(fieldType, fieldName)
fieldType: Number - A fieldName: String - The name in the base fields.function addFieldToArea(fieldType, baseFieldIndex)
fieldType: Number - A baseFieldIndex: Number - The field index in the base fields.function addFieldToArea(fieldType, pivotField)
fieldType: Number - A pivotField: PivotField - the field in the base fields.function addCalculatedField(name, formula, dragToDataArea)
name: String - The name of the calculated fieldformula: String - The formula of the calculated field.dragToDataArea: boolean - True,drag this field to data area immediatelyfunction addCalculatedField(name, formula)
name: String - The name of the calculated fieldformula: String - The formula of the calculated field.function getFields(fieldType)
fieldType: Number - A function fields(fieldType)
fieldType: Number - A function getButtonArea(axisType)
axisType - A PivotFieldType value.function move(row, column)
row: Number - row index.column: Number - column index.function move(destCellName)
destCellName: String - the dest cell name.function moveTo(row, column)
function moveTo(destCellName)