Inherits IDisposable, and Object.
|
virtual void | Dispose ()=0 |
| Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More...
|
|
virtual bool | IsExcel2003Compatible ()=0 |
| 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. More...
|
|
virtual void | SetExcel2003Compatible (bool value)=0 |
| 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. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetRefreshedByWho ()=0 |
| Gets the name of the user who last refreshed the PivotTable More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::DateTime > | GetRefreshDate ()=0 |
| Gets the date when the PivotTable was last refreshed. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetPivotTableStyleName ()=0 |
| Gets and sets the pivottable style name. More...
|
|
virtual void | SetPivotTableStyleName (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets the pivottable style name. More...
|
|
virtual Aspose::Cells::Pivot::PivotTableStyleType | GetPivotTableStyleType ()=0 |
| Gets the built-in pivot table style. More...
|
|
virtual void | SetPivotTableStyleType (Aspose::Cells::Pivot::PivotTableStyleType value)=0 |
| Sets the built-in pivot table style. More...
|
|
virtual void | CopyStyle (intrusive_ptr< Aspose::Cells::Pivot::IPivotTable > pivotTable)=0 |
| Copies named style from another pivot table. More...
|
|
virtual void | ShowReportFilterPage (intrusive_ptr< Aspose::Cells::Pivot::IPivotField > pageField)=0 |
| Show all the report filter pages according to PivotField, the PivotField must be located in the PageFields. More...
|
|
virtual void | ShowReportFilterPageByName (intrusive_ptr< Aspose::Cells::Systems::String > fieldName)=0 |
| Show all the report filter pages according to PivotField's name, the PivotField must be located in the PageFields. More...
|
|
virtual void | ShowReportFilterPageByIndex (Aspose::Cells::Systems::Int32 posIndex)=0 |
| Show all the report filter pages according to the position index in the PageFields More...
|
|
virtual void | RemoveField (Aspose::Cells::Pivot::PivotFieldType fieldType, intrusive_ptr< Aspose::Cells::Systems::String > fieldName)=0 |
| Removes a field from specific field area More...
|
|
virtual void | RemoveField (Aspose::Cells::Pivot::PivotFieldType fieldType, Aspose::Cells::Systems::Int32 baseFieldIndex)=0 |
| Removes a field from specific field area More...
|
|
virtual void | RemoveField (Aspose::Cells::Pivot::PivotFieldType fieldType, intrusive_ptr< Aspose::Cells::Pivot::IPivotField > pivotField)=0 |
| Remove field from specific field area More...
|
|
virtual Aspose::Cells::Systems::Int32 | AddFieldToArea (Aspose::Cells::Pivot::PivotFieldType fieldType, intrusive_ptr< Aspose::Cells::Systems::String > fieldName)=0 |
| Adds the field to the specific area. More...
|
|
virtual Aspose::Cells::Systems::Int32 | AddFieldToArea (Aspose::Cells::Pivot::PivotFieldType fieldType, Aspose::Cells::Systems::Int32 baseFieldIndex)=0 |
| Adds the field to the specific area. More...
|
|
virtual Aspose::Cells::Systems::Int32 | AddFieldToArea (Aspose::Cells::Pivot::PivotFieldType fieldType, intrusive_ptr< Aspose::Cells::Pivot::IPivotField > pivotField)=0 |
| Adds the field to the specific area. More...
|
|
virtual void | AddCalculatedField (intrusive_ptr< Aspose::Cells::Systems::String > name, intrusive_ptr< Aspose::Cells::Systems::String > formula, bool dragToDataArea)=0 |
| Adds a calculated field to pivot field. More...
|
|
virtual void | AddCalculatedField (intrusive_ptr< Aspose::Cells::Systems::String > name, intrusive_ptr< Aspose::Cells::Systems::String > formula)=0 |
| Adds a calculated field to pivot field and drag it to data area. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Pivot::IPivotFieldCollection > | GetIPivotFields (Aspose::Cells::Pivot::PivotFieldType fieldType)=0 |
| Gets the specific fields by the field type. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Pivot::IPivotFieldCollection > | GetIColumnFields ()=0 |
| Returns a PivotFields object that are currently shown as column fields. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Pivot::IPivotFieldCollection > | GetIRowFields ()=0 |
| Returns a PivotFields object that are currently shown as row fields. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Pivot::IPivotFieldCollection > | GetIPageFields ()=0 |
| Returns a PivotFields object that are currently shown as page fields. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Pivot::IPivotFieldCollection > | GetIDataFields ()=0 |
| 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. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Pivot::IPivotField > | GetIDataField ()=0 |
| 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. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Pivot::IPivotFieldCollection > | GetIBaseFields ()=0 |
| Returns a PivotFields object that includes all fields in the PivotTable report More...
|
|
virtual intrusive_ptr< Aspose::Cells::Pivot::IPivotFilterCollection > | GetIPivotFilters ()=0 |
| Returns a PivotFilterCollection object. More...
|
|
virtual intrusive_ptr< Aspose::Cells::ICellArea > | GetIColumnRange ()=0 |
| Returns a CellArea object that represents the range that contains the column area in the PivotTable report. Read-only. More...
|
|
virtual intrusive_ptr< Aspose::Cells::ICellArea > | GetIRowRange ()=0 |
| Returns a CellArea object that represents the range that contains the row area in the PivotTable report. Read-only. More...
|
|
virtual intrusive_ptr< Aspose::Cells::ICellArea > | GetIDataBodyRange ()=0 |
| Returns a CellArea object that represents the range that contains the data area in the list between the header row and the insert row. Read-only. More...
|
|
virtual intrusive_ptr< Aspose::Cells::ICellArea > | GetITableRange1 ()=0 |
| Returns a CellArea object that represents the range containing the entire PivotTable report, but doesn't include page fields. Read-only. More...
|
|
virtual intrusive_ptr< Aspose::Cells::ICellArea > | GetITableRange2 ()=0 |
| Returns a CellArea object that represents the range containing the entire PivotTable report, includes page fields. Read-only. More...
|
|
virtual void | Move (Aspose::Cells::Systems::Int32 row, Aspose::Cells::Systems::Int32 column)=0 |
| Moves the PivotTable to a different location in the worksheet. More...
|
|
virtual void | Move (intrusive_ptr< Aspose::Cells::Systems::String > destCellName)=0 |
| Moves the PivotTable to a different location in the worksheet. More...
|
|
virtual bool | GetColumnGrand ()=0 |
| Indicates whether the PivotTable report shows grand totals for columns. More...
|
|
virtual void | SetColumnGrand (bool value)=0 |
| Indicates whether the PivotTable report shows grand totals for columns. More...
|
|
virtual bool | IsGridDropZones ()=0 |
| Indicates whether the PivotTable report displays classic pivottable layout. (enables dragging fields in the grid) More...
|
|
virtual void | SetGridDropZones (bool value)=0 |
| Indicates whether the PivotTable report displays classic pivottable layout. (enables dragging fields in the grid) More...
|
|
virtual bool | GetRowGrand ()=0 |
| Indicates whether the PivotTable report shows grand totals for rows. More...
|
|
virtual void | SetRowGrand (bool value)=0 |
| Indicates whether the PivotTable report shows grand totals for rows. More...
|
|
virtual bool | GetDisplayNullString ()=0 |
| Indicates whether the PivotTable report displays a custom string in cells that contain null values. More...
|
|
virtual void | SetDisplayNullString (bool value)=0 |
| Indicates whether the PivotTable report displays a custom string in cells that contain null values. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetNullString ()=0 |
| Gets the string displayed in cells that contain null values when the DisplayNullString property is true.The default value is an empty string. More...
|
|
virtual void | SetNullString (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Gets the string displayed in cells that contain null values when the DisplayNullString property is true.The default value is an empty string. More...
|
|
virtual bool | GetDisplayErrorString ()=0 |
| Indicates whether the PivotTable report displays a custom string in cells that contain errors. More...
|
|
virtual void | SetDisplayErrorString (bool value)=0 |
| Indicates whether the PivotTable report displays a custom string in cells that contain errors. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetErrorString ()=0 |
| Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string. More...
|
|
virtual void | SetErrorString (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string. More...
|
|
virtual bool | IsAutoFormat ()=0 |
| Indicates whether the PivotTable report is automatically formatted. Checkbox "autoformat table "which in pivottable option for Excel 2003 Checkbox "autofit column width on update"which in pivot table Options :Layout Format for Excel 2007 More...
|
|
virtual void | SetAutoFormat (bool value)=0 |
| Indicates whether the PivotTable report is automatically formatted. Checkbox "autoformat table "which in pivottable option for Excel 2003 Checkbox "autofit column width on update"which in pivot table Options :Layout Format for Excel 2007 More...
|
|
virtual Aspose::Cells::Pivot::PivotTableAutoFormatType | GetAutoFormatType ()=0 |
| Gets the PivotTable auto format type. More...
|
|
virtual void | SetAutoFormatType (Aspose::Cells::Pivot::PivotTableAutoFormatType value)=0 |
| Gets the PivotTable auto format type. More...
|
|
virtual bool | HasBlankRows ()=0 |
| Indicates whether to add blank rows. This property only applies for the PivotTable auto format types which needs to add blank rows. More...
|
|
virtual void | SetHasBlankRows (bool value)=0 |
| Indicates whether to add blank rows. This property only applies for the PivotTable auto format types which needs to add blank rows. More...
|
|
virtual bool | GetMergeLabels ()=0 |
| Indicates whether the specified PivotTable report's outer-row item, column item, subtotal, and grand total labels use merged cells. More...
|
|
virtual void | SetMergeLabels (bool value)=0 |
| Indicates whether the specified PivotTable report's outer-row item, column item, subtotal, and grand total labels use merged cells. More...
|
|
virtual bool | GetPreserveFormatting ()=0 |
| Indicates whether formatting is preserved when the PivotTable is refreshed or recalculated. More...
|
|
virtual void | SetPreserveFormatting (bool value)=0 |
| Indicates whether formatting is preserved when the PivotTable is refreshed or recalculated. More...
|
|
virtual bool | GetShowDrill ()=0 |
| Gets whether expand/collapse buttons is shown. More...
|
|
virtual void | SetShowDrill (bool value)=0 |
| Sets whether expand/collapse buttons is shown. More...
|
|
virtual bool | GetEnableDrilldown ()=0 |
| Gets whether drilldown is enabled. More...
|
|
virtual void | SetEnableDrilldown (bool value)=0 |
| Sets whether drilldown is enabled. More...
|
|
virtual bool | GetEnableFieldDialog ()=0 |
| Indicates whether the PivotTable Field dialog box is available when the user double-clicks the PivotTable field. More...
|
|
virtual void | SetEnableFieldDialog (bool value)=0 |
| Indicates whether the PivotTable Field dialog box is available when the user double-clicks the PivotTable field. More...
|
|
virtual bool | GetEnableFieldList ()=0 |
| Gets whether enable the field list for the PivotTable. More...
|
|
virtual void | SetEnableFieldList (bool value)=0 |
| Gets whether enable the field list for the PivotTable. More...
|
|
virtual bool | GetEnableWizard ()=0 |
| Indicates whether the PivotTable Wizard is available. More...
|
|
virtual void | SetEnableWizard (bool value)=0 |
| Indicates whether the PivotTable Wizard is available. More...
|
|
virtual bool | GetSubtotalHiddenPageItems ()=0 |
| 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. More...
|
|
virtual void | SetSubtotalHiddenPageItems (bool value)=0 |
| 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. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetGrandTotalName ()=0 |
| Returns the text string label that is displayed in the grand total column or row heading. The default value is the string "Grand Total". More...
|
|
virtual void | SetGrandTotalName (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Returns the text string label that is displayed in the grand total column or row heading. The default value is the string "Grand Total". More...
|
|
virtual bool | GetManualUpdate ()=0 |
| Indicates whether the PivotTable report is recalculated only at the user's request. More...
|
|
virtual void | SetManualUpdate (bool value)=0 |
| Indicates whether the PivotTable report is recalculated only at the user's request. More...
|
|
virtual bool | IsMultipleFieldFilters ()=0 |
| Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them. More...
|
|
virtual void | SetMultipleFieldFilters (bool value)=0 |
| Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them. More...
|
|
virtual Aspose::Cells::Pivot::PivotMissingItemLimitType | GetMissingItemsLimit ()=0 |
| Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them. More...
|
|
virtual void | SetMissingItemsLimit (Aspose::Cells::Pivot::PivotMissingItemLimitType value)=0 |
| Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them. More...
|
|
virtual bool | GetEnableDataValueEditing ()=0 |
| 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 More...
|
|
virtual void | SetEnableDataValueEditing (bool value)=0 |
| 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 More...
|
|
virtual bool | GetShowDataTips ()=0 |
| Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells. More...
|
|
virtual void | SetShowDataTips (bool value)=0 |
| Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells. More...
|
|
virtual bool | GetShowMemberPropertyTips ()=0 |
| Specifies a boolean value that indicates whether member property information should be omitted from PivotTable tooltips. More...
|
|
virtual void | SetShowMemberPropertyTips (bool value)=0 |
| Specifies a boolean value that indicates whether member property information should be omitted from PivotTable tooltips. More...
|
|
virtual bool | GetShowValuesRow ()=0 |
| Specifies a boolean value that indicates whether show values row. show the values row More...
|
|
virtual void | SetShowValuesRow (bool value)=0 |
| Specifies a boolean value that indicates whether show values row. show the values row More...
|
|
virtual bool | GetShowEmptyCol ()=0 |
| Specifies a boolean value that indicates whether to include empty columns in the table More...
|
|
virtual void | SetShowEmptyCol (bool value)=0 |
| Specifies a boolean value that indicates whether to include empty columns in the table More...
|
|
virtual bool | GetShowEmptyRow ()=0 |
| Specifies a boolean value that indicates whether to include empty rows in the table. More...
|
|
virtual void | SetShowEmptyRow (bool value)=0 |
| Specifies a boolean value that indicates whether to include empty rows in the table. More...
|
|
virtual bool | GetFieldListSortAscending ()=0 |
| Specifies a boolean value that indicates whether fields in the PivotTable are sorted in non-default order in the field list. More...
|
|
virtual void | SetFieldListSortAscending (bool value)=0 |
| Specifies a boolean value that indicates whether fields in the PivotTable are sorted in non-default order in the field list. More...
|
|
virtual bool | GetPrintDrill ()=0 |
| Specifies a boolean value that indicates whether drill indicators should be printed. print expand/collapse buttons when displayed on pivottable. More...
|
|
virtual void | SetPrintDrill (bool value)=0 |
| Specifies a boolean value that indicates whether drill indicators should be printed. print expand/collapse buttons when displayed on pivottable. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetAltTextTitle ()=0 |
| Gets the title of the alttext More...
|
|
virtual void | SetAltTextTitle (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Gets the title of the alttext More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetAltTextDescription ()=0 |
| Gets the description of the alt text More...
|
|
virtual void | SetAltTextDescription (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Gets the description of the alt text More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetName ()=0 |
| Gets the name of the PivotTable More...
|
|
virtual void | SetName (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets the name of the PivotTable More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetColumnHeaderCaption ()=0 |
| Gets the Column Header Caption of the PivotTable. More...
|
|
virtual void | SetColumnHeaderCaption (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets the Column Header Caption of the PivotTable. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetIndent ()=0 |
| Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form. More...
|
|
virtual void | SetIndent (Aspose::Cells::Systems::Int32 value)=0 |
| Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetRowHeaderCaption ()=0 |
| Gets the Row Header Caption of the PivotTable. More...
|
|
virtual void | SetRowHeaderCaption (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets the Row Header Caption of the PivotTable. More...
|
|
virtual bool | GetShowRowHeaderCaption ()=0 |
| Indicates whether row header caption is shown in the PivotTable report Indicates whether Display field captions and filter drop downs More...
|
|
virtual void | SetShowRowHeaderCaption (bool value)=0 |
| Indicates whether row header caption is shown in the PivotTable report Indicates whether Display field captions and filter drop downs More...
|
|
virtual bool | GetCustomListSort ()=0 |
| Indicates whether consider built-in custom list when sort data More...
|
|
virtual void | SetCustomListSort (bool value)=0 |
| Indicates whether consider built-in custom list when sort data More...
|
|
virtual intrusive_ptr< Aspose::Cells::Pivot::IPivotFormatConditionCollection > | GetIPivotFormatConditions ()=0 |
| Gets the Format Conditions of the pivot table. More...
|
|
virtual Aspose::Cells::PrintOrderType | GetPageFieldOrder ()=0 |
| Gets the order in which page fields are added to the PivotTable report's layout. More...
|
|
virtual void | SetPageFieldOrder (Aspose::Cells::PrintOrderType value)=0 |
| Sets the order in which page fields are added to the PivotTable report's layout. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetPageFieldWrapCount ()=0 |
| Gets the number of page fields in each column or row in the PivotTable report. More...
|
|
virtual void | SetPageFieldWrapCount (Aspose::Cells::Systems::Int32 value)=0 |
| Sets the number of page fields in each column or row in the PivotTable report. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetTag ()=0 |
| Gets a string saved with the PivotTable report. More...
|
|
virtual void | SetTag (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets a string saved with the PivotTable report. More...
|
|
virtual bool | GetSaveData ()=0 |
| Indicates whether data for the PivotTable report is saved with the workbook. More...
|
|
virtual void | SetSaveData (bool value)=0 |
| Indicates whether data for the PivotTable report is saved with the workbook. More...
|
|
virtual bool | GetRefreshDataOnOpeningFile ()=0 |
| Indicates whether Refresh Data when Opening File. More...
|
|
virtual void | SetRefreshDataOnOpeningFile (bool value)=0 |
| Indicates whether Refresh Data when Opening File. More...
|
|
virtual bool | GetRefreshDataFlag ()=0 |
| Indicates whether Refresh Data or not. More...
|
|
virtual void | SetRefreshDataFlag (bool value)=0 |
| Indicates whether Refresh Data or not. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::String * > > | GetDataSource ()=0 |
| Gets and sets the data source of the pivot table. More...
|
|
virtual void | SetDataSource (intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::String *>> value)=0 |
| Sets and sets the data source of the pivot table. More...
|
|
virtual void | ChangeDataSource (intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::String *>> source)=0 |
| Set pivottable's source data. Sheet1!$A$1:$C$3 More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::String * > > | GetSource ()=0 |
| Get pivottable's source data. More...
|
|
virtual void | RefreshData ()=0 |
| Refreshes pivottable's data and setting from it's data source. More...
|
|
virtual void | CalculateData ()=0 |
| Calculates pivottable's data to cells. More...
|
|
virtual void | ClearData ()=0 |
| Clear PivotTable's data and formatting More...
|
|
virtual void | CalculateRange ()=0 |
| Calculates pivottable's range. More...
|
|
virtual void | FormatAll (intrusive_ptr< Aspose::Cells::IStyle > style)=0 |
| Format all the cell in the pivottable area More...
|
|
virtual void | FormatRow (Aspose::Cells::Systems::Int32 row, intrusive_ptr< Aspose::Cells::IStyle > style)=0 |
| Format the row data in the pivottable area More...
|
|
virtual void | Format (Aspose::Cells::Systems::Int32 row, Aspose::Cells::Systems::Int32 column, intrusive_ptr< Aspose::Cells::IStyle > style)=0 |
|
virtual bool | GetItemPrintTitles ()=0 |
| A bit that specifies whether pivot item captions on the row axis are repeated on each printed page for pivot fields in tabular form. More...
|
|
virtual void | SetItemPrintTitles (bool value)=0 |
| A bit that specifies whether pivot item captions on the row axis are repeated on each printed page for pivot fields in tabular form. More...
|
|
virtual bool | GetPrintTitles ()=0 |
| Indicates whether the print titles for the worksheet are set based on the PivotTable report. The default value is false. More...
|
|
virtual void | SetPrintTitles (bool value)=0 |
| Indicates whether the print titles for the worksheet are set based on the PivotTable report. The default value is false. More...
|
|
virtual bool | GetDisplayImmediateItems ()=0 |
| 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. More...
|
|
virtual void | SetDisplayImmediateItems (bool value)=0 |
| 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. More...
|
|
virtual bool | IsSelected ()=0 |
| Indicates whether the PivotTable is selected. More...
|
|
virtual void | SetSelected (bool value)=0 |
| Indicates whether the PivotTable is selected. More...
|
|
virtual bool | GetShowPivotStyleRowHeader ()=0 |
| Indicates whether the row header in the pivot table should have the style applied. More...
|
|
virtual void | SetShowPivotStyleRowHeader (bool value)=0 |
| Indicates whether the row header in the pivot table should have the style applied. More...
|
|
virtual bool | GetShowPivotStyleColumnHeader ()=0 |
| Indicates whether the column header in the pivot table should have the style applied. More...
|
|
virtual void | SetShowPivotStyleColumnHeader (bool value)=0 |
| Indicates whether the column header in the pivot table should have the style applied. More...
|
|
virtual bool | GetShowPivotStyleRowStripes ()=0 |
| Indicates whether row stripe formatting is applied. More...
|
|
virtual void | SetShowPivotStyleRowStripes (bool value)=0 |
| Indicates whether row stripe formatting is applied. More...
|
|
virtual bool | GetShowPivotStyleColumnStripes ()=0 |
| Indicates whether column stripe formatting is applied. More...
|
|
virtual void | SetShowPivotStyleColumnStripes (bool value)=0 |
| Indicates whether column stripe formatting is applied. More...
|
|
virtual bool | GetShowPivotStyleLastColumn ()=0 |
| Indicates whether column stripe formatting is applied. More...
|
|
virtual void | SetShowPivotStyleLastColumn (bool value)=0 |
| Indicates whether column stripe formatting is applied. More...
|
|
virtual void | SetAutoGroupField (Aspose::Cells::Systems::Int32 baseFieldIndex)=0 |
| Sets auto field group by the PivotTable. More...
|
|
virtual void | SetAutoGroupField (intrusive_ptr< Aspose::Cells::Pivot::IPivotField > pivotField)=0 |
| Sets auto field group by the PivotTable. More...
|
|
virtual void | SetManualGroupField (Aspose::Cells::Systems::Int32 baseFieldIndex, Aspose::Cells::Systems::Double startVal, Aspose::Cells::Systems::Double endVal, intrusive_ptr< Aspose::Cells::Systems::Collections::ArrayList > groupByList, Aspose::Cells::Systems::Double intervalNum)=0 |
| Sets manual field group by the PivotTable. More...
|
|
virtual void | SetManualGroupField (intrusive_ptr< Aspose::Cells::Pivot::IPivotField > pivotField, Aspose::Cells::Systems::Double startVal, Aspose::Cells::Systems::Double endVal, intrusive_ptr< Aspose::Cells::Systems::Collections::ArrayList > groupByList, Aspose::Cells::Systems::Double intervalNum)=0 |
| Sets manual field group by the PivotTable. More...
|
|
virtual void | SetManualGroupField (Aspose::Cells::Systems::Int32 baseFieldIndex, intrusive_ptr< Aspose::Cells::Systems::DateTime > startVal, intrusive_ptr< Aspose::Cells::Systems::DateTime > endVal, intrusive_ptr< Aspose::Cells::Systems::Collections::ArrayList > groupByList, Aspose::Cells::Systems::Int32 intervalNum)=0 |
| Sets manual field group by the PivotTable. More...
|
|
virtual void | SetManualGroupField (intrusive_ptr< Aspose::Cells::Pivot::IPivotField > pivotField, intrusive_ptr< Aspose::Cells::Systems::DateTime > startVal, intrusive_ptr< Aspose::Cells::Systems::DateTime > endVal, intrusive_ptr< Aspose::Cells::Systems::Collections::ArrayList > groupByList, Aspose::Cells::Systems::Int32 intervalNum)=0 |
| Sets manual field group by the PivotTable. More...
|
|
virtual void | SetUngroup (Aspose::Cells::Systems::Int32 baseFieldIndex)=0 |
| Sets ungroup by the PivotTable More...
|
|
virtual void | SetUngroup (intrusive_ptr< Aspose::Cells::Pivot::IPivotField > pivotField)=0 |
| Sets ungroup by the PivotTable More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Collections::ArrayList > | GetHorizontalBreaks ()=0 |
| get pivot table row index list of horizontal pagebreaks More...
|
|
virtual void | ShowInCompactForm ()=0 |
| Layouts the PivotTable in compact form. More...
|
|
virtual void | ShowInOutlineForm ()=0 |
| Layouts the PivotTable in outline form. More...
|
|
virtual void | ShowInTabularForm ()=0 |
| Layouts the PivotTable in tabular form. More...
|
|
virtual intrusive_ptr< Aspose::Cells::ICell > | GetICellByDisplayName (intrusive_ptr< Aspose::Cells::Systems::String > displayName)=0 |
| Gets the Cell object by the DisplayName of PivotField More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Pivot::IPivotTable * > > | GetIChildren ()=0 |
| Gets the Children Pivot Tables which use this PivotTable data as data source. More...
|
|
virtual void | add_ref () |
|
virtual int | release_ref () |
|