Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 4.16 KB

File metadata and controls

41 lines (31 loc) · 4.16 KB

Spreadsheet Document API - Manage Pivot Tables in Code

This example demonstrates how to use the Spreadsheet Document API to create and modify pivot tables in code.

The application form contains the list of supported operations. A user can select an operation and click the Run button to view the resulting spreadsheet document in Microsoft Excel.

Important

The Universal Subscription or an additional Office File API Subscription is required to use this example in production code. Please refer to the following page for pricing information: DevExpress Subscription

Files to Look At

C# Visual Basic
PivotCalculatedFieldActions.cs PivotCalculatedFieldActions.vb
PivotCalculatedItemActions.cs PivotCalculatedItemActions.vb
PivotFieldActions.cs PivotFieldActions.vb
PivotFieldGroupingActions.cs PivotFieldGroupingActions.vb
PivotTableActions.cs PivotTableActions.vb
PivotTableFilterActions.cs PivotTableFilterActions.vb
PivotTableFormattingActions.cs PivotTableFormattingActions.vb
PivotTableLayoutActions.cs PivotTableLayoutActions.vb
ValueFieldSettingsActions.cs ValueFieldSettingsActions.vb

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)