AsposeCellsCloud::Object::CreatePivotTableRequest

Load the model package

use AsposeCellsCloud::Object::CreatePivotTableRequest;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- Name | string | Pivot table name | SourceData | string | The data for the new PivotTable cache. | DestCellName | string | The cell in the upper-left corner of the PivotTable report's destination range. | UseSameSource | boolean | Indicates whether using same data source when another existing pivot table has used this data source.If the property is true, it will save memory. | PivotFieldRows | ARRAY[int?] | Represents row fields in a PivotTable report. | PivotFieldColumns | ARRAY[int?] | Represents column fields in a PivotTable report. | PivotFieldData | ARRAY[int?] | Represents data fields in a PivotTable report. |

[Back to Model list]
[Back to README]