AsposeCellsCloud::Object::DiscoverPivotTable

Load the model package

use AsposeCellsCloud::Object::DiscoverPivotTable;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- Name | string | Represents pivot table name. | Title | string | Represents pivot table title. | DataRange | string | Represents pivot table data range. | 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. | Thumbnail | string | Represents pivot table thumbnail. Base64String |

[Back to Model list]
[Back to README]