PivotTableOperateParameter
Contents
[
Hide
]
pivotTableOperateParameter
Represents pivot table operate parameter.
Property Name | Property Type | Nullable | ReadOnly | DefaultValue | Description |
---|---|---|---|---|---|
SourceData | String | True | False | Represents source data of pivot table. | |
DestCellName | String | True | False | Represents start cell name of the pivot table. | |
TableName | String | True | False | Represents table name of pivot table. | |
UseSameSource | Boolean | True | False | Represents whether the same source is used. | |
PivotTableIndex | Integer | True | False | Represents pivot table index. | |
PivotFieldRows | Array |
True | False | Represents pivot row fields. | |
PivotFieldColumns | Array |
True | False | Represents pivot column fields. | |
PivotFieldData | Array |
True | False | Represents pivot data field. | |
OperateType | String | True | False |
Parent Name : OperateParameter