|
16 | 16 | * [PivotTableLayoutActions.cs](./CS/SpreadsheetDocServerPivotAPI/CodeExamples/PivotTableLayoutActions.cs) (VB: [PivotTableLayoutActions.vb](./VB/SpreadsheetDocServerPivotAPI/CodeExamples/PivotTableLayoutActions.vb))
|
17 | 17 | * [ValueFieldSettingsActions.cs](./CS/SpreadsheetDocServerPivotAPI/CodeExamples/ValueFieldSettingsActions.cs) (VB: [ValueFieldSettingsActions.vb](./VB/SpreadsheetDocServerPivotAPI/CodeExamples/ValueFieldSettingsActions.vb))
|
18 | 18 | <!-- default file list end -->
|
19 | | -# Spreadsheet Pivot Table API |
| 19 | +# Spreadsheet Document API - Manage Pivot Tables in Code |
20 | 20 |
|
21 | 21 |
|
22 | 22 | This example demonstrates how to use the <a href="https://documentation.devexpress.com/OfficeFileAPI/14912/Spreadsheet-Document-API">Spreadsheet Document API</a> to create and modify pivot tables in code.<br>The application uses the <a href="https://documentation.devexpress.com/#WindowsForms/CustomDocument6975">RichEditControl</a> to display and edit the code. The code modifies the spreadsheet document loaded into the <a href="https://documentation.devexpress.com/OfficeFileAPI/DevExpress.Spreadsheet.Workbook.class">Workbook</a> instance. To see the results, open the document in Microsoft Excel by clicking the button.<br>You can modify the code and watch the result. If an error occurs during compilation or execution, the background color of the code window changes.<br><br>The<strong> Universal Subscription</strong> or an additional <strong>Office File API Subscription</strong> is required to use this example in production code. Please refer to the <a href="https://www.devexpress.com/Buy/NET/">DevExpress Subscription</a> page for pricing information.
|
|
0 commit comments