diff --git a/english/aspose.cells.pivot/_index.md b/english/aspose.cells.pivot/_index.md
index d2356ba06b..6e4d45dfe7 100644
--- a/english/aspose.cells.pivot/_index.md
+++ b/english/aspose.cells.pivot/_index.md
@@ -15,8 +15,11 @@ The **Aspose.Cells.Pivot** namespace contains all classes of rendering and mani
| :- | :- |
| [`CustomPiovtFieldGroupItem`](/cells/python-net/aspose.cells.pivot/custompiovtfieldgroupitem) | Represents an item of custom grouped field. |
| [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) | Presents the selected area of the PivotTable. |
+| [`PivotAreaCollection`](/cells/python-net/aspose.cells.pivot/pivotareacollection) | Represents a list of pivot area. |
| [`PivotAreaFilter`](/cells/python-net/aspose.cells.pivot/pivotareafilter) | Represents the filter of [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) for [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable). |
| [`PivotAreaFilterCollection`](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection) | Represents the list of filters for [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) |
+| [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat) | Represents a PivotTable Format Condition in PivotFormatCondition Collection. |
+| [`PivotConditionalFormatCollection`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection) | Represents all conditional formats of pivot table. |
| [`PivotDateTimeRangeGroupSettings`](/cells/python-net/aspose.cells.pivot/pivotdatetimerangegroupsettings) | Represents the field grouped by date time range. |
| [`PivotDiscreteGroupSettings`](/cells/python-net/aspose.cells.pivot/pivotdiscretegroupsettings) | Rrepsents the discrete group of pivot field |
| [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) | Represents a field in a PivotTable report. |
@@ -25,8 +28,8 @@ The **Aspose.Cells.Pivot** namespace contains all classes of rendering and mani
| [`PivotFieldSortSetting`](/cells/python-net/aspose.cells.pivot/pivotfieldsortsetting) | Represents the setting of sorting pivot fields. |
| [`PivotFilter`](/cells/python-net/aspose.cells.pivot/pivotfilter) | Represents a PivotFilter in PivotFilter Collection. |
| [`PivotFilterCollection`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection) | Represents a collection of all the PivotFilter objects |
-| [`PivotFormatCondition`](/cells/python-net/aspose.cells.pivot/pivotformatcondition) | Represents a PivotTable Format Condition in PivotFormatCondition Collection. |
-| [`PivotFormatConditionCollection`](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection) | Represents PivotTable Format Conditions. |
+| [`PivotFormatCondition`](/cells/python-net/aspose.cells.pivot/pivotformatcondition) | |
+| [`PivotFormatConditionCollection`](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection) | |
| [`PivotItem`](/cells/python-net/aspose.cells.pivot/pivotitem) | Represents a item in a PivotField report. |
| [`PivotItemCollection`](/cells/python-net/aspose.cells.pivot/pivotitemcollection) | Represents all the [`PivotItem`](/cells/python-net/aspose.cells.pivot/pivotitem) objects in the PivotField. |
| [`PivotNumbericRangeGroupSettings`](/cells/python-net/aspose.cells.pivot/pivotnumbericrangegroupsettings) | Represents the numberic range group of the pivot field. |
diff --git a/english/aspose.cells.pivot/pivotarea/_index.md b/english/aspose.cells.pivot/pivotarea/_index.md
index cc4e966237..f42e99aeea 100644
--- a/english/aspose.cells.pivot/pivotarea/_index.md
+++ b/english/aspose.cells.pivot/pivotarea/_index.md
@@ -38,7 +38,10 @@ The PivotArea type exposes the following members:
### Methods
| Method | Description |
| :- | :- |
+| [select_field](/cells/python-net/aspose.cells.pivot/pivotarea/select_field/#aspose.cells.pivot.PivotFieldType-str) | Select a field in the region as an area. |
+| [select_field](/cells/python-net/aspose.cells.pivot/pivotarea/select_field/#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField) | Select a field in the region as an area. |
| [select](/cells/python-net/aspose.cells.pivot/pivotarea/select/#aspose.cells.pivot.PivotFieldType-int-aspose.cells.pivot.PivotTableSelectionType) | Select the area with filters. |
+| [get_cell_areas](/cells/python-net/aspose.cells.pivot/pivotarea/get_cell_areas/#) | Gets cell areas of this pivot area. |
diff --git a/english/aspose.cells.pivot/pivotarea/axis_type/_index.md b/english/aspose.cells.pivot/pivotarea/axis_type/_index.md
index 36e2de23d4..f7d5c07033 100644
--- a/english/aspose.cells.pivot/pivotarea/axis_type/_index.md
+++ b/english/aspose.cells.pivot/pivotarea/axis_type/_index.md
@@ -3,7 +3,7 @@ title: axis_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 60
url: /aspose.cells.pivot/pivotarea/axis_type/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotarea/filters/_index.md b/english/aspose.cells.pivot/pivotarea/filters/_index.md
index 63f2da2fb2..ddb107cc93 100644
--- a/english/aspose.cells.pivot/pivotarea/filters/_index.md
+++ b/english/aspose.cells.pivot/pivotarea/filters/_index.md
@@ -3,7 +3,7 @@ title: filters property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 70
url: /aspose.cells.pivot/pivotarea/filters/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotarea/get_cell_areas/_index.md b/english/aspose.cells.pivot/pivotarea/get_cell_areas/_index.md
new file mode 100644
index 0000000000..e07151b297
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotarea/get_cell_areas/_index.md
@@ -0,0 +1,33 @@
+---
+title: get_cell_areas method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cells.pivot/pivotarea/get_cell_areas/
+is_root: false
+---
+
+## get_cell_areas {#}
+
+Gets cell areas of this pivot area.
+
+
+### Returns
+
+
+
+
+
+```python
+def get_cell_areas(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea)
diff --git a/english/aspose.cells.pivot/pivotarea/is_column_grand_included/_index.md b/english/aspose.cells.pivot/pivotarea/is_column_grand_included/_index.md
index fb3cdb35a4..45402c7d86 100644
--- a/english/aspose.cells.pivot/pivotarea/is_column_grand_included/_index.md
+++ b/english/aspose.cells.pivot/pivotarea/is_column_grand_included/_index.md
@@ -3,7 +3,7 @@ title: is_column_grand_included property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 80
url: /aspose.cells.pivot/pivotarea/is_column_grand_included/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotarea/is_outline/_index.md b/english/aspose.cells.pivot/pivotarea/is_outline/_index.md
index fc6ddea1ec..98aa0c69a1 100644
--- a/english/aspose.cells.pivot/pivotarea/is_outline/_index.md
+++ b/english/aspose.cells.pivot/pivotarea/is_outline/_index.md
@@ -3,7 +3,7 @@ title: is_outline property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 90
url: /aspose.cells.pivot/pivotarea/is_outline/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotarea/is_row_grand_included/_index.md b/english/aspose.cells.pivot/pivotarea/is_row_grand_included/_index.md
index a90adc609d..6f16648d41 100644
--- a/english/aspose.cells.pivot/pivotarea/is_row_grand_included/_index.md
+++ b/english/aspose.cells.pivot/pivotarea/is_row_grand_included/_index.md
@@ -3,7 +3,7 @@ title: is_row_grand_included property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 100
url: /aspose.cells.pivot/pivotarea/is_row_grand_included/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotarea/only_data/_index.md b/english/aspose.cells.pivot/pivotarea/only_data/_index.md
index f2b2c14949..dc05b85e94 100644
--- a/english/aspose.cells.pivot/pivotarea/only_data/_index.md
+++ b/english/aspose.cells.pivot/pivotarea/only_data/_index.md
@@ -3,7 +3,7 @@ title: only_data property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 110
url: /aspose.cells.pivot/pivotarea/only_data/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotarea/only_label/_index.md b/english/aspose.cells.pivot/pivotarea/only_label/_index.md
index 07eefa1996..3fc679c0b9 100644
--- a/english/aspose.cells.pivot/pivotarea/only_label/_index.md
+++ b/english/aspose.cells.pivot/pivotarea/only_label/_index.md
@@ -3,7 +3,7 @@ title: only_label property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 120
url: /aspose.cells.pivot/pivotarea/only_label/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotarea/rule_type/_index.md b/english/aspose.cells.pivot/pivotarea/rule_type/_index.md
index 49a7db02df..6b99d51d9f 100644
--- a/english/aspose.cells.pivot/pivotarea/rule_type/_index.md
+++ b/english/aspose.cells.pivot/pivotarea/rule_type/_index.md
@@ -3,7 +3,7 @@ title: rule_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 130
url: /aspose.cells.pivot/pivotarea/rule_type/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotarea/select/_index.md b/english/aspose.cells.pivot/pivotarea/select/_index.md
index 32735fa56e..9662947e6c 100644
--- a/english/aspose.cells.pivot/pivotarea/select/_index.md
+++ b/english/aspose.cells.pivot/pivotarea/select/_index.md
@@ -3,7 +3,7 @@ title: select method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 20
+weight: 30
url: /aspose.cells.pivot/pivotarea/select/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotarea/select_field/_index.md b/english/aspose.cells.pivot/pivotarea/select_field/_index.md
new file mode 100644
index 0000000000..a507fb8912
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotarea/select_field/_index.md
@@ -0,0 +1,50 @@
+---
+title: select_field method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.pivot/pivotarea/select_field/
+is_root: false
+---
+
+## select_field {#aspose.cells.pivot.PivotFieldType-str}
+
+Select a field in the region as an area.
+
+
+
+```python
+def select_field(self, axis_type, field_name):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| axis_type | [`PivotFieldType`](/cells/python-net/aspose.cells.pivot/pivotfieldtype) | The region type. |
+| field_name | str | The name of pivot field. |
+
+
+## select_field {#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField}
+
+Select a field in the region as an area.
+
+
+
+```python
+def select_field(self, axis_type, field):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| axis_type | [`PivotFieldType`](/cells/python-net/aspose.cells.pivot/pivotfieldtype) | The region type. |
+| field | [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) | The pivot field. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea)
diff --git a/english/aspose.cells.pivot/pivotareacollection/_index.md b/english/aspose.cells.pivot/pivotareacollection/_index.md
new file mode 100644
index 0000000000..8d5b270763
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotareacollection/_index.md
@@ -0,0 +1,42 @@
+---
+title: PivotAreaCollection class
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cells.pivot/pivotareacollection/
+is_root: false
+---
+
+## PivotAreaCollection class
+
+Represents a list of pivot area.
+
+
+
+The PivotAreaCollection type exposes the following members:
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [capacity](/cells/python-net/aspose.cells.pivot/pivotareacollection/capacity) | Gets or sets the number of elements that the array list can contain. |
+
+
+### Methods
+| Method | Description |
+| :- | :- |
+| [add](/cells/python-net/aspose.cells.pivot/pivotareacollection/add/#aspose.cells.pivot.PivotArea) | Adds pivot area. |
+| [add](/cells/python-net/aspose.cells.pivot/pivotareacollection/add/#aspose.cells.CellArea) | Adds an area based on pivot table view. |
+| [copy_to](/cells/python-net/aspose.cells.pivot/pivotareacollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. |
+| [copy_to](/cells/python-net/aspose.cells.pivot/pivotareacollection/copy_to/#int-list-int-int) | Copies a range of elements from the array list to a compatible one-dimensional array list, starting at the specified index of the target array list. |
+| [index_of](/cells/python-net/aspose.cells.pivot/pivotareacollection/index_of/#aspose.cells.pivot.PivotArea-int) | Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the array list that extends from the specified index to the last element. |
+| [index_of](/cells/python-net/aspose.cells.pivot/pivotareacollection/index_of/#aspose.cells.pivot.PivotArea-int-int) | Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the array list that starts at the specified index and contains the specified number of elements. |
+| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotareacollection/last_index_of/#aspose.cells.pivot.PivotArea) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. |
+| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotareacollection/last_index_of/#aspose.cells.pivot.PivotArea-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that extends from the first element to the specified index. |
+| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotareacollection/last_index_of/#aspose.cells.pivot.PivotArea-int-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that contains the specified number of elements and ends at the specified index. |
+| [binary_search](/cells/python-net/aspose.cells.pivot/pivotareacollection/binary_search/#aspose.cells.pivot.PivotArea) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](..)
diff --git a/english/aspose.cells.pivot/pivotareacollection/add/_index.md b/english/aspose.cells.pivot/pivotareacollection/add/_index.md
new file mode 100644
index 0000000000..23cbbe0d83
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotareacollection/add/_index.md
@@ -0,0 +1,53 @@
+---
+title: add method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cells.pivot/pivotareacollection/add/
+is_root: false
+---
+
+## add {#aspose.cells.pivot.PivotArea}
+
+Adds pivot area.
+
+
+### Returns
+
+
+
+
+
+```python
+def add(self, pivot_area):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| pivot_area | [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) | The pivot area. |
+
+
+## add {#aspose.cells.CellArea}
+
+Adds an area based on pivot table view.
+
+
+
+```python
+def add(self, cell_area):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| cell_area | [`CellArea`](/cells/python-net/aspose.cells/cellarea) | The area based on pivot table view. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotAreaCollection`](/cells/python-net/aspose.cells.pivot/pivotareacollection)
diff --git a/english/aspose.cells.pivot/pivotareacollection/binary_search/_index.md b/english/aspose.cells.pivot/pivotareacollection/binary_search/_index.md
new file mode 100644
index 0000000000..e9df52a050
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotareacollection/binary_search/_index.md
@@ -0,0 +1,36 @@
+---
+title: binary_search method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cells.pivot/pivotareacollection/binary_search/
+is_root: false
+---
+
+## binary_search {#aspose.cells.pivot.PivotArea}
+
+Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element.
+
+
+### Returns
+
+
+The zero-based index of value in the sorted array list, if item is found; otherwise, a negative number, which is the bitwise complement of the index of the next element that is larger than value or, if there is no larger element, the bitwise complement of array list Count.
+
+
+```python
+def binary_search(self, item):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| item | [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) | The System.Object to locate. The value can be null. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotAreaCollection`](/cells/python-net/aspose.cells.pivot/pivotareacollection)
diff --git a/english/aspose.cells.pivot/pivotareacollection/capacity/_index.md b/english/aspose.cells.pivot/pivotareacollection/capacity/_index.md
new file mode 100644
index 0000000000..8fb169f68a
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotareacollection/capacity/_index.md
@@ -0,0 +1,25 @@
+---
+title: capacity property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cells.pivot/pivotareacollection/capacity/
+is_root: false
+---
+
+## capacity property
+
+### Definition:
+```python
+@property
+def capacity(self):
+ ...
+@capacity.setter
+def capacity(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotAreaCollection`](/cells/python-net/aspose.cells.pivot/pivotareacollection)
diff --git a/english/aspose.cells.pivot/pivotareacollection/copy_to/_index.md b/english/aspose.cells.pivot/pivotareacollection/copy_to/_index.md
new file mode 100644
index 0000000000..43074a50b1
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotareacollection/copy_to/_index.md
@@ -0,0 +1,51 @@
+---
+title: copy_to method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.pivot/pivotareacollection/copy_to/
+is_root: false
+---
+
+## copy_to {#list}
+
+Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list.
+
+
+
+```python
+def copy_to(self, array):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. |
+
+
+## copy_to {#int-list-int-int}
+
+Copies a range of elements from the array list to a compatible one-dimensional array list, starting at the specified index of the target array list.
+
+
+
+```python
+def copy_to(self, index, array, array_index, count):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| index | int | The zero-based index in the source array list at which copying begins. |
+| array | list | The one-dimensional array list that is the destination of the elements copied from array list. The array list must have zero-based indexing. |
+| array_index | int | The zero-based index in array list at which copying begins. |
+| count | int | The number of elements to copy. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotAreaCollection`](/cells/python-net/aspose.cells.pivot/pivotareacollection)
diff --git a/english/aspose.cells.pivot/pivotareacollection/index_of/_index.md b/english/aspose.cells.pivot/pivotareacollection/index_of/_index.md
new file mode 100644
index 0000000000..1dbb47c54f
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotareacollection/index_of/_index.md
@@ -0,0 +1,61 @@
+---
+title: index_of method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cells.pivot/pivotareacollection/index_of/
+is_root: false
+---
+
+## index_of {#aspose.cells.pivot.PivotArea-int}
+
+Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the array list that extends from the specified index to the last element.
+
+
+### Returns
+
+
+The zero-based index of the first occurrence of value within the range of elements in the array list that extends from startIndex to the last element, if found; otherwise, -1.
+
+
+```python
+def index_of(self, item, index):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| item | [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) | The object to locate in the array list. The value can be null. |
+| index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. |
+
+
+## index_of {#aspose.cells.pivot.PivotArea-int-int}
+
+Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the array list that starts at the specified index and contains the specified number of elements.
+
+
+### Returns
+
+
+The zero-based index of the first occurrence of value within the range of elements in the array list that starts at startIndex and contains count number of elements, if found; otherwise, -1.
+
+
+```python
+def index_of(self, item, index, count):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| item | [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) | The object to locate in the array list. The value can be null. |
+| index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. |
+| count | int | The number of elements in the section to search. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotAreaCollection`](/cells/python-net/aspose.cells.pivot/pivotareacollection)
diff --git a/english/aspose.cells.pivot/pivotareacollection/last_index_of/_index.md b/english/aspose.cells.pivot/pivotareacollection/last_index_of/_index.md
new file mode 100644
index 0000000000..ff2604c06d
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotareacollection/last_index_of/_index.md
@@ -0,0 +1,83 @@
+---
+title: last_index_of method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cells.pivot/pivotareacollection/last_index_of/
+is_root: false
+---
+
+## last_index_of {#aspose.cells.pivot.PivotArea}
+
+Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list.
+
+
+### Returns
+
+
+The zero-based index of the last occurrence of value within the entire the array list, if found; otherwise, -1.
+
+
+```python
+def last_index_of(self, item):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| item | [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) | The object to locate in the array list. The value can be null. |
+
+
+## last_index_of {#aspose.cells.pivot.PivotArea-int}
+
+Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that extends from the first element to the specified index.
+
+
+### Returns
+
+
+The zero-based index of the last occurrence of value within the range of elements in the array list that extends from the first element to startIndex, if found; otherwise, -1.
+
+
+```python
+def last_index_of(self, item, index):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| item | [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) | The object to locate in the array list. The value can be null. |
+| index | int | The zero-based starting index of the backward search. |
+
+
+## last_index_of {#aspose.cells.pivot.PivotArea-int-int}
+
+Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that contains the specified number of elements and ends at the specified index.
+
+
+### Returns
+
+
+The zero-based index of the last occurrence of value within the range of elements in the System.Collections. Array list that contains count number of elements and ends at startIndex, if found; otherwise, -1.
+
+
+```python
+def last_index_of(self, item, index, count):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| item | [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) | The object to locate in the array list. The value can be null. |
+| index | int | The zero-based starting index of the backward search. |
+| count | int | The number of elements in the section to search. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotAreaCollection`](/cells/python-net/aspose.cells.pivot/pivotareacollection)
diff --git a/english/aspose.cells.pivot/pivotareafilter/_index.md b/english/aspose.cells.pivot/pivotareafilter/_index.md
index 269e18eb27..90b3688296 100644
--- a/english/aspose.cells.pivot/pivotareafilter/_index.md
+++ b/english/aspose.cells.pivot/pivotareafilter/_index.md
@@ -3,7 +3,7 @@ title: PivotAreaFilter class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 30
+weight: 40
url: /aspose.cells.pivot/pivotareafilter/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotareafiltercollection/_index.md b/english/aspose.cells.pivot/pivotareafiltercollection/_index.md
index 83236268ca..0103475133 100644
--- a/english/aspose.cells.pivot/pivotareafiltercollection/_index.md
+++ b/english/aspose.cells.pivot/pivotareafiltercollection/_index.md
@@ -3,7 +3,7 @@ title: PivotAreaFilterCollection class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 50
url: /aspose.cells.pivot/pivotareafiltercollection/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotareatype/_index.md b/english/aspose.cells.pivot/pivotareatype/_index.md
index 14e0fdfba4..fd37e093eb 100644
--- a/english/aspose.cells.pivot/pivotareatype/_index.md
+++ b/english/aspose.cells.pivot/pivotareatype/_index.md
@@ -3,7 +3,7 @@ title: PivotAreaType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 300
url: /aspose.cells.pivot/pivotareatype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotconditionalformat/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/_index.md
new file mode 100644
index 0000000000..18fa529c50
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformat/_index.md
@@ -0,0 +1,39 @@
+---
+title: PivotConditionalFormat class
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cells.pivot/pivotconditionalformat/
+is_root: false
+---
+
+## PivotConditionalFormat class
+
+Represents a PivotTable Format Condition in PivotFormatCondition Collection.
+
+
+
+The PivotConditionalFormat type exposes the following members:
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [pivot_areas](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/pivot_areas) | Gets all pivot areas. |
+| [format_conditions](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/format_conditions) | Get conditions for the pivot table conditional format . |
+| [scope_type](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/scope_type) | Get and set scope type for the pivot table conditional format . |
+| [rule_type](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/rule_type) | Get and set rule type for the pivot table condition format . |
+
+
+### Methods
+| Method | Description |
+| :- | :- |
+| [add_field_area](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/add_field_area/#aspose.cells.pivot.PivotFieldType-str) | Adds an area of pivot field. |
+| [add_field_area](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/add_field_area/#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField) | Adds an area of pivot field. |
+| [get_cell_areas](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/#) | Gets all cell areas where this conditional format applies to. |
+| [add_cell_area](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/add_cell_area/#aspose.cells.CellArea) | Adds an area based on pivot table view. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](..)
diff --git a/english/aspose.cells.pivot/pivotconditionalformat/add_cell_area/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/add_cell_area/_index.md
new file mode 100644
index 0000000000..04ca9cf250
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformat/add_cell_area/_index.md
@@ -0,0 +1,31 @@
+---
+title: add_cell_area method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cells.pivot/pivotconditionalformat/add_cell_area/
+is_root: false
+---
+
+## add_cell_area {#aspose.cells.CellArea}
+
+Adds an area based on pivot table view.
+
+
+
+```python
+def add_cell_area(self, ca):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| ca | [`CellArea`](/cells/python-net/aspose.cells/cellarea) | The cell area. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat)
diff --git a/english/aspose.cells.pivot/pivotconditionalformat/add_field_area/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/add_field_area/_index.md
new file mode 100644
index 0000000000..a2828cea36
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformat/add_field_area/_index.md
@@ -0,0 +1,50 @@
+---
+title: add_field_area method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cells.pivot/pivotconditionalformat/add_field_area/
+is_root: false
+---
+
+## add_field_area {#aspose.cells.pivot.PivotFieldType-str}
+
+Adds an area of pivot field.
+
+
+
+```python
+def add_field_area(self, axis_type, field_name):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| axis_type | [`PivotFieldType`](/cells/python-net/aspose.cells.pivot/pivotfieldtype) | The region type. |
+| field_name | str | The name of pivot field. |
+
+
+## add_field_area {#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField}
+
+Adds an area of pivot field.
+
+
+
+```python
+def add_field_area(self, axis_type, field):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| axis_type | [`PivotFieldType`](/cells/python-net/aspose.cells.pivot/pivotfieldtype) | The region type. |
+| field | [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) | The pivot field. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat)
diff --git a/english/aspose.cells.pivot/pivotconditionalformat/format_conditions/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/format_conditions/_index.md
new file mode 100644
index 0000000000..d869961202
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformat/format_conditions/_index.md
@@ -0,0 +1,25 @@
+---
+title: format_conditions property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cells.pivot/pivotconditionalformat/format_conditions/
+is_root: false
+---
+
+## format_conditions property
+
+
+Get conditions for the pivot table conditional format .
+### Definition:
+```python
+@property
+def format_conditions(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`FormatConditionCollection`](/cells/python-net/aspose.cells/formatconditioncollection)
+* class [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat)
diff --git a/english/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/_index.md
new file mode 100644
index 0000000000..ed0e8f2f0d
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/_index.md
@@ -0,0 +1,33 @@
+---
+title: get_cell_areas method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.pivot/pivotconditionalformat/get_cell_areas/
+is_root: false
+---
+
+## get_cell_areas {#}
+
+Gets all cell areas where this conditional format applies to.
+
+
+### Returns
+
+
+
+
+
+```python
+def get_cell_areas(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat)
diff --git a/english/aspose.cells.pivot/pivotconditionalformat/pivot_areas/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/pivot_areas/_index.md
new file mode 100644
index 0000000000..b3014030bf
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformat/pivot_areas/_index.md
@@ -0,0 +1,25 @@
+---
+title: pivot_areas property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 70
+url: /aspose.cells.pivot/pivotconditionalformat/pivot_areas/
+is_root: false
+---
+
+## pivot_areas property
+
+
+Gets all pivot areas.
+### Definition:
+```python
+@property
+def pivot_areas(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotAreaCollection`](/cells/python-net/aspose.cells.pivot/pivotareacollection)
+* class [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat)
diff --git a/english/aspose.cells.pivot/pivotconditionalformat/rule_type/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/rule_type/_index.md
new file mode 100644
index 0000000000..f426697c83
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformat/rule_type/_index.md
@@ -0,0 +1,28 @@
+---
+title: rule_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cells.pivot/pivotconditionalformat/rule_type/
+is_root: false
+---
+
+## rule_type property
+
+
+Get and set rule type for the pivot table condition format .
+### Definition:
+```python
+@property
+def rule_type(self):
+ ...
+@rule_type.setter
+def rule_type(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotConditionFormatRuleType`](/cells/python-net/aspose.cells.pivot/pivotconditionformatruletype)
+* class [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat)
diff --git a/english/aspose.cells.pivot/pivotconditionalformat/scope_type/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/scope_type/_index.md
new file mode 100644
index 0000000000..5a125f186f
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformat/scope_type/_index.md
@@ -0,0 +1,28 @@
+---
+title: scope_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 90
+url: /aspose.cells.pivot/pivotconditionalformat/scope_type/
+is_root: false
+---
+
+## scope_type property
+
+
+Get and set scope type for the pivot table conditional format .
+### Definition:
+```python
+@property
+def scope_type(self):
+ ...
+@scope_type.setter
+def scope_type(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotConditionFormatScopeType`](/cells/python-net/aspose.cells.pivot/pivotconditionformatscopetype)
+* class [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat)
diff --git a/english/aspose.cells.pivot/pivotconditionalformatcollection/_index.md b/english/aspose.cells.pivot/pivotconditionalformatcollection/_index.md
new file mode 100644
index 0000000000..d03ac8f63a
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformatcollection/_index.md
@@ -0,0 +1,41 @@
+---
+title: PivotConditionalFormatCollection class
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 70
+url: /aspose.cells.pivot/pivotconditionalformatcollection/
+is_root: false
+---
+
+## PivotConditionalFormatCollection class
+
+Represents all conditional formats of pivot table.
+
+
+
+The PivotConditionalFormatCollection type exposes the following members:
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [capacity](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/capacity) | Gets or sets the number of elements that the array list can contain. |
+
+
+### Methods
+| Method | Description |
+| :- | :- |
+| [copy_to](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. |
+| [copy_to](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/copy_to/#int-list-int-int) | Copies a range of elements from the array list to a compatible one-dimensional array list, starting at the specified index of the target array list. |
+| [index_of](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/index_of/#aspose.cells.pivot.PivotConditionalFormat-int) | Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the array list that extends from the specified index to the last element. |
+| [index_of](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/index_of/#aspose.cells.pivot.PivotConditionalFormat-int-int) | Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the array list that starts at the specified index and contains the specified number of elements. |
+| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/#aspose.cells.pivot.PivotConditionalFormat) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. |
+| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/#aspose.cells.pivot.PivotConditionalFormat-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that extends from the first element to the specified index. |
+| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/#aspose.cells.pivot.PivotConditionalFormat-int-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that contains the specified number of elements and ends at the specified index. |
+| [add](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/add/#) | Adds a pivot FormatCondition to the collection. |
+| [binary_search](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/binary_search/#aspose.cells.pivot.PivotConditionalFormat) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](..)
diff --git a/english/aspose.cells.pivot/pivotconditionalformatcollection/add/_index.md b/english/aspose.cells.pivot/pivotconditionalformatcollection/add/_index.md
new file mode 100644
index 0000000000..0be18d1bcf
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformatcollection/add/_index.md
@@ -0,0 +1,35 @@
+---
+title: add method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cells.pivot/pivotconditionalformatcollection/add/
+is_root: false
+---
+
+## add {#}
+
+Adds a pivot FormatCondition to the collection.
+
+
+### Returns
+
+
+pivot FormatCondition object index.
+
+
+```python
+def add(self):
+ ...
+```
+
+
+### Remarks
+
+not supported
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotConditionalFormatCollection`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection)
diff --git a/english/aspose.cells.pivot/pivotconditionalformatcollection/binary_search/_index.md b/english/aspose.cells.pivot/pivotconditionalformatcollection/binary_search/_index.md
new file mode 100644
index 0000000000..4755185ad2
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformatcollection/binary_search/_index.md
@@ -0,0 +1,36 @@
+---
+title: binary_search method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cells.pivot/pivotconditionalformatcollection/binary_search/
+is_root: false
+---
+
+## binary_search {#aspose.cells.pivot.PivotConditionalFormat}
+
+Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element.
+
+
+### Returns
+
+
+The zero-based index of value in the sorted array list, if item is found; otherwise, a negative number, which is the bitwise complement of the index of the next element that is larger than value or, if there is no larger element, the bitwise complement of array list Count.
+
+
+```python
+def binary_search(self, item):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| item | [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat) | The System.Object to locate. The value can be null. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotConditionalFormatCollection`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection)
diff --git a/english/aspose.cells.pivot/pivotconditionalformatcollection/capacity/_index.md b/english/aspose.cells.pivot/pivotconditionalformatcollection/capacity/_index.md
new file mode 100644
index 0000000000..5dadca998c
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformatcollection/capacity/_index.md
@@ -0,0 +1,25 @@
+---
+title: capacity property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cells.pivot/pivotconditionalformatcollection/capacity/
+is_root: false
+---
+
+## capacity property
+
+### Definition:
+```python
+@property
+def capacity(self):
+ ...
+@capacity.setter
+def capacity(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotConditionalFormatCollection`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection)
diff --git a/english/aspose.cells.pivot/pivotconditionalformatcollection/copy_to/_index.md b/english/aspose.cells.pivot/pivotconditionalformatcollection/copy_to/_index.md
new file mode 100644
index 0000000000..9ad727b432
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformatcollection/copy_to/_index.md
@@ -0,0 +1,51 @@
+---
+title: copy_to method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.pivot/pivotconditionalformatcollection/copy_to/
+is_root: false
+---
+
+## copy_to {#list}
+
+Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list.
+
+
+
+```python
+def copy_to(self, array):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. |
+
+
+## copy_to {#int-list-int-int}
+
+Copies a range of elements from the array list to a compatible one-dimensional array list, starting at the specified index of the target array list.
+
+
+
+```python
+def copy_to(self, index, array, array_index, count):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| index | int | The zero-based index in the source array list at which copying begins. |
+| array | list | The one-dimensional array list that is the destination of the elements copied from array list. The array list must have zero-based indexing. |
+| array_index | int | The zero-based index in array list at which copying begins. |
+| count | int | The number of elements to copy. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotConditionalFormatCollection`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection)
diff --git a/english/aspose.cells.pivot/pivotconditionalformatcollection/index_of/_index.md b/english/aspose.cells.pivot/pivotconditionalformatcollection/index_of/_index.md
new file mode 100644
index 0000000000..3952cbd265
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformatcollection/index_of/_index.md
@@ -0,0 +1,61 @@
+---
+title: index_of method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cells.pivot/pivotconditionalformatcollection/index_of/
+is_root: false
+---
+
+## index_of {#aspose.cells.pivot.PivotConditionalFormat-int}
+
+Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the array list that extends from the specified index to the last element.
+
+
+### Returns
+
+
+The zero-based index of the first occurrence of value within the range of elements in the array list that extends from startIndex to the last element, if found; otherwise, -1.
+
+
+```python
+def index_of(self, item, index):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| item | [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat) | The object to locate in the array list. The value can be null. |
+| index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. |
+
+
+## index_of {#aspose.cells.pivot.PivotConditionalFormat-int-int}
+
+Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the array list that starts at the specified index and contains the specified number of elements.
+
+
+### Returns
+
+
+The zero-based index of the first occurrence of value within the range of elements in the array list that starts at startIndex and contains count number of elements, if found; otherwise, -1.
+
+
+```python
+def index_of(self, item, index, count):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| item | [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat) | The object to locate in the array list. The value can be null. |
+| index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. |
+| count | int | The number of elements in the section to search. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotConditionalFormatCollection`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection)
diff --git a/english/aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/_index.md b/english/aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/_index.md
new file mode 100644
index 0000000000..8b6fe7a3e7
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/_index.md
@@ -0,0 +1,83 @@
+---
+title: last_index_of method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/
+is_root: false
+---
+
+## last_index_of {#aspose.cells.pivot.PivotConditionalFormat}
+
+Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list.
+
+
+### Returns
+
+
+The zero-based index of the last occurrence of value within the entire the array list, if found; otherwise, -1.
+
+
+```python
+def last_index_of(self, item):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| item | [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat) | The object to locate in the array list. The value can be null. |
+
+
+## last_index_of {#aspose.cells.pivot.PivotConditionalFormat-int}
+
+Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that extends from the first element to the specified index.
+
+
+### Returns
+
+
+The zero-based index of the last occurrence of value within the range of elements in the array list that extends from the first element to startIndex, if found; otherwise, -1.
+
+
+```python
+def last_index_of(self, item, index):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| item | [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat) | The object to locate in the array list. The value can be null. |
+| index | int | The zero-based starting index of the backward search. |
+
+
+## last_index_of {#aspose.cells.pivot.PivotConditionalFormat-int-int}
+
+Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that contains the specified number of elements and ends at the specified index.
+
+
+### Returns
+
+
+The zero-based index of the last occurrence of value within the range of elements in the System.Collections. Array list that contains count number of elements and ends at startIndex, if found; otherwise, -1.
+
+
+```python
+def last_index_of(self, item, index, count):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| item | [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat) | The object to locate in the array list. The value can be null. |
+| index | int | The zero-based starting index of the backward search. |
+| count | int | The number of elements in the section to search. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotConditionalFormatCollection`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection)
diff --git a/english/aspose.cells.pivot/pivotconditionformatruletype/_index.md b/english/aspose.cells.pivot/pivotconditionformatruletype/_index.md
index 9ff7d8706e..ebbc74b48c 100644
--- a/english/aspose.cells.pivot/pivotconditionformatruletype/_index.md
+++ b/english/aspose.cells.pivot/pivotconditionformatruletype/_index.md
@@ -3,7 +3,7 @@ title: PivotConditionFormatRuleType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 310
url: /aspose.cells.pivot/pivotconditionformatruletype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotconditionformatscopetype/_index.md b/english/aspose.cells.pivot/pivotconditionformatscopetype/_index.md
index 7cc8ed5403..924cc5db04 100644
--- a/english/aspose.cells.pivot/pivotconditionformatscopetype/_index.md
+++ b/english/aspose.cells.pivot/pivotconditionformatscopetype/_index.md
@@ -3,7 +3,7 @@ title: PivotConditionFormatScopeType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 290
+weight: 320
url: /aspose.cells.pivot/pivotconditionformatscopetype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotdatetimerangegroupsettings/_index.md b/english/aspose.cells.pivot/pivotdatetimerangegroupsettings/_index.md
index ed8204d12b..6b13f7df7f 100644
--- a/english/aspose.cells.pivot/pivotdatetimerangegroupsettings/_index.md
+++ b/english/aspose.cells.pivot/pivotdatetimerangegroupsettings/_index.md
@@ -3,7 +3,7 @@ title: PivotDateTimeRangeGroupSettings class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 80
url: /aspose.cells.pivot/pivotdatetimerangegroupsettings/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotdiscretegroupsettings/_index.md b/english/aspose.cells.pivot/pivotdiscretegroupsettings/_index.md
index 3e1ae15df6..540a8392b2 100644
--- a/english/aspose.cells.pivot/pivotdiscretegroupsettings/_index.md
+++ b/english/aspose.cells.pivot/pivotdiscretegroupsettings/_index.md
@@ -3,7 +3,7 @@ title: PivotDiscreteGroupSettings class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 90
url: /aspose.cells.pivot/pivotdiscretegroupsettings/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/_index.md b/english/aspose.cells.pivot/pivotfield/_index.md
index 6e417c892e..72ff1b8ebf 100644
--- a/english/aspose.cells.pivot/pivotfield/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/_index.md
@@ -3,7 +3,7 @@ title: PivotField class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 100
url: /aspose.cells.pivot/pivotfield/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfieldcollection/_index.md b/english/aspose.cells.pivot/pivotfieldcollection/_index.md
index 28d102b041..7c1419c998 100644
--- a/english/aspose.cells.pivot/pivotfieldcollection/_index.md
+++ b/english/aspose.cells.pivot/pivotfieldcollection/_index.md
@@ -3,7 +3,7 @@ title: PivotFieldCollection class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 110
url: /aspose.cells.pivot/pivotfieldcollection/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfielddatadisplayformat/_index.md b/english/aspose.cells.pivot/pivotfielddatadisplayformat/_index.md
index 560abf9e77..26487b0d64 100644
--- a/english/aspose.cells.pivot/pivotfielddatadisplayformat/_index.md
+++ b/english/aspose.cells.pivot/pivotfielddatadisplayformat/_index.md
@@ -3,7 +3,7 @@ title: PivotFieldDataDisplayFormat enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 300
+weight: 330
url: /aspose.cells.pivot/pivotfielddatadisplayformat/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfieldgroupsettings/_index.md b/english/aspose.cells.pivot/pivotfieldgroupsettings/_index.md
index 32dd9632fa..ee96c47a01 100644
--- a/english/aspose.cells.pivot/pivotfieldgroupsettings/_index.md
+++ b/english/aspose.cells.pivot/pivotfieldgroupsettings/_index.md
@@ -3,7 +3,7 @@ title: PivotFieldGroupSettings class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 120
url: /aspose.cells.pivot/pivotfieldgroupsettings/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfieldgrouptype/_index.md b/english/aspose.cells.pivot/pivotfieldgrouptype/_index.md
index 07cf59dba5..778d4622ef 100644
--- a/english/aspose.cells.pivot/pivotfieldgrouptype/_index.md
+++ b/english/aspose.cells.pivot/pivotfieldgrouptype/_index.md
@@ -3,7 +3,7 @@ title: PivotFieldGroupType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 310
+weight: 340
url: /aspose.cells.pivot/pivotfieldgrouptype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfieldsortsetting/_index.md b/english/aspose.cells.pivot/pivotfieldsortsetting/_index.md
index cb7955bffc..e35b6f2a20 100644
--- a/english/aspose.cells.pivot/pivotfieldsortsetting/_index.md
+++ b/english/aspose.cells.pivot/pivotfieldsortsetting/_index.md
@@ -3,7 +3,7 @@ title: PivotFieldSortSetting class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 130
url: /aspose.cells.pivot/pivotfieldsortsetting/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfieldsubtotaltype/_index.md b/english/aspose.cells.pivot/pivotfieldsubtotaltype/_index.md
index 1735b930f0..30797559df 100644
--- a/english/aspose.cells.pivot/pivotfieldsubtotaltype/_index.md
+++ b/english/aspose.cells.pivot/pivotfieldsubtotaltype/_index.md
@@ -3,7 +3,7 @@ title: PivotFieldSubtotalType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 320
+weight: 350
url: /aspose.cells.pivot/pivotfieldsubtotaltype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfieldtype/_index.md b/english/aspose.cells.pivot/pivotfieldtype/_index.md
index 10c145e93d..50b279daf4 100644
--- a/english/aspose.cells.pivot/pivotfieldtype/_index.md
+++ b/english/aspose.cells.pivot/pivotfieldtype/_index.md
@@ -3,7 +3,7 @@ title: PivotFieldType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 330
+weight: 360
url: /aspose.cells.pivot/pivotfieldtype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfilter/_index.md b/english/aspose.cells.pivot/pivotfilter/_index.md
index 98e80a271e..0f8a9400c0 100644
--- a/english/aspose.cells.pivot/pivotfilter/_index.md
+++ b/english/aspose.cells.pivot/pivotfilter/_index.md
@@ -3,7 +3,7 @@ title: PivotFilter class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 140
url: /aspose.cells.pivot/pivotfilter/
is_root: false
---
@@ -44,5 +44,58 @@ The PivotFilter type exposes the following members:
+### Example
+
+
+```python
+from aspose.cells import Workbook
+from aspose.cells.pivot import PivotFieldType, PivotFilterType, PivotTableStyleType
+
+book = Workbook()
+sheet = book.worksheets[0]
+cells = sheet.cells
+cells.get(0, 0).value = "fruit"
+cells.get(1, 0).value = "grape"
+cells.get(2, 0).value = "blueberry"
+cells.get(3, 0).value = "kiwi"
+cells.get(4, 0).value = "cherry"
+cells.get(5, 0).value = "grape"
+cells.get(6, 0).value = "blueberry"
+cells.get(7, 0).value = "kiwi"
+cells.get(8, 0).value = "cherry"
+cells.get(0, 1).value = "year"
+cells.get(1, 1).value = 2020
+cells.get(2, 1).value = 2020
+cells.get(3, 1).value = 2020
+cells.get(4, 1).value = 2020
+cells.get(5, 1).value = 2021
+cells.get(6, 1).value = 2021
+cells.get(7, 1).value = 2021
+cells.get(8, 1).value = 2021
+cells.get(0, 2).value = "amount"
+cells.get(1, 2).value = 50
+cells.get(2, 2).value = 60
+cells.get(3, 2).value = 70
+cells.get(4, 2).value = 80
+cells.get(5, 2).value = 90
+cells.get(6, 2).value = 100
+cells.get(7, 2).value = 110
+cells.get(8, 2).value = 120
+pivots = sheet.pivot_tables
+pivotIndex = pivots.add("=Sheet1!A1:C9", "A12", "TestPivotTable")
+pivot = pivots[pivotIndex]
+pivot.add_field_to_area(PivotFieldType.ROW, "fruit")
+pivot.add_field_to_area(PivotFieldType.COLUMN, "year")
+pivot.add_field_to_area(PivotFieldType.DATA, "amount")
+pivot.pivot_table_style_type = PivotTableStyleType.PIVOT_TABLE_STYLE_MEDIUM10
+# Add top 10 filter
+pivot.base_fields[0].filter_top10(0, PivotFilterType.COUNT, False, 2)
+pivot.refresh_data()
+pivot.calculate_data()
+# do your business
+book.save("out.xlsx")
+
+```
+
### See Also
* module [`aspose.cells.pivot`](..)
diff --git a/english/aspose.cells.pivot/pivotfiltercollection/_index.md b/english/aspose.cells.pivot/pivotfiltercollection/_index.md
index 13f46fe5d1..5c763ab58d 100644
--- a/english/aspose.cells.pivot/pivotfiltercollection/_index.md
+++ b/english/aspose.cells.pivot/pivotfiltercollection/_index.md
@@ -3,7 +3,7 @@ title: PivotFilterCollection class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 150
url: /aspose.cells.pivot/pivotfiltercollection/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfiltertype/_index.md b/english/aspose.cells.pivot/pivotfiltertype/_index.md
index 48ca65fc03..1e34b8205f 100644
--- a/english/aspose.cells.pivot/pivotfiltertype/_index.md
+++ b/english/aspose.cells.pivot/pivotfiltertype/_index.md
@@ -3,7 +3,7 @@ title: PivotFilterType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 340
+weight: 370
url: /aspose.cells.pivot/pivotfiltertype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotformatcondition/_index.md b/english/aspose.cells.pivot/pivotformatcondition/_index.md
index e3ff2e16ef..a350872ac1 100644
--- a/english/aspose.cells.pivot/pivotformatcondition/_index.md
+++ b/english/aspose.cells.pivot/pivotformatcondition/_index.md
@@ -3,15 +3,13 @@ title: PivotFormatCondition class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 160
url: /aspose.cells.pivot/pivotformatcondition/
is_root: false
---
## PivotFormatCondition class
-Represents a PivotTable Format Condition in PivotFormatCondition Collection.
-
The PivotFormatCondition type exposes the following members:
@@ -19,85 +17,23 @@ The PivotFormatCondition type exposes the following members:
### Properties
| Property | Description |
| :- | :- |
-| [scope_type](/cells/python-net/aspose.cells.pivot/pivotformatcondition/scope_type) | Get and set scope type for the pivot table condition format . |
-| [rule_type](/cells/python-net/aspose.cells.pivot/pivotformatcondition/rule_type) | Get and set rule type for the pivot table condition format . |
-| [format_conditions](/cells/python-net/aspose.cells.pivot/pivotformatcondition/format_conditions) | Get formatconditions for the pivot table condition format . |
+| [scope_type](/cells/python-net/aspose.cells.pivot/pivotformatcondition/scope_type) | |
+| [rule_type](/cells/python-net/aspose.cells.pivot/pivotformatcondition/rule_type) | |
+| [format_conditions](/cells/python-net/aspose.cells.pivot/pivotformatcondition/format_conditions) | |
### Methods
| Method | Description |
| :- | :- |
-| [add_data_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/#str) | Adds PivotTable conditional format limit in the data fields. |
-| [add_data_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/#aspose.cells.pivot.PivotField) | Adds PivotTable conditional format limit in the data fields. |
-| [add_row_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/#str) | Adds PivotTable conditional format limit in the row fields. |
-| [add_row_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/#aspose.cells.pivot.PivotField) | Adds PivotTable conditional format limit in the row fields. |
-| [add_column_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/#str) | Adds PivotTable conditional format limit in the column fields. |
-| [add_column_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/#aspose.cells.pivot.PivotField) | Adds PivotTable conditional format limit in the column fields. |
-| [set_conditional_areas](/cells/python-net/aspose.cells.pivot/pivotformatcondition/set_conditional_areas/#) | Sets conditional areas of PivotFormatCondition object. |
-
-
-
-### Example
-
-
-```python
-from aspose.cells import FormatConditionType, OperatorType, Workbook
-from aspose.cells.pivot import PivotFieldType, PivotTableStyleType
-from aspose.pydrawing import Color
+| [add_data_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/#str) | |
+| [add_data_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/#aspose.cells.pivot.PivotField) | |
+| [add_row_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/#str) | |
+| [add_row_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/#aspose.cells.pivot.PivotField) | |
+| [add_column_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/#str) | |
+| [add_column_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/#aspose.cells.pivot.PivotField) | |
+| [set_conditional_areas](/cells/python-net/aspose.cells.pivot/pivotformatcondition/set_conditional_areas/#) | |
-book = Workbook()
-sheet = book.worksheets[0]
-cells = sheet.cells
-cells.get(0, 0).value = "fruit"
-cells.get(1, 0).value = "grape"
-cells.get(2, 0).value = "blueberry"
-cells.get(3, 0).value = "kiwi"
-cells.get(4, 0).value = "cherry"
-cells.get(5, 0).value = "grape"
-cells.get(6, 0).value = "blueberry"
-cells.get(7, 0).value = "kiwi"
-cells.get(8, 0).value = "cherry"
-cells.get(0, 1).value = "year"
-cells.get(1, 1).value = 2020
-cells.get(2, 1).value = 2020
-cells.get(3, 1).value = 2020
-cells.get(4, 1).value = 2020
-cells.get(5, 1).value = 2021
-cells.get(6, 1).value = 2021
-cells.get(7, 1).value = 2021
-cells.get(8, 1).value = 2021
-cells.get(0, 2).value = "amount"
-cells.get(1, 2).value = 50
-cells.get(2, 2).value = 60
-cells.get(3, 2).value = 70
-cells.get(4, 2).value = 80
-cells.get(5, 2).value = 90
-cells.get(6, 2).value = 100
-cells.get(7, 2).value = 110
-cells.get(8, 2).value = 120
-pivots = sheet.pivot_tables
-pivotIndex = pivots.add("=Sheet1!A1:C9", "A12", "TestPivotTable")
-pivot = pivots[pivotIndex]
-pivot.add_field_to_area(PivotFieldType.ROW, "fruit")
-pivot.add_field_to_area(PivotFieldType.COLUMN, "year")
-pivot.add_field_to_area(PivotFieldType.DATA, "amount")
-pivot.pivot_table_style_type = PivotTableStyleType.PIVOT_TABLE_STYLE_MEDIUM10
-# Add PivotFormatCondition
-formatIndex = pivot.pivot_format_conditions.add()
-pfc = pivot.pivot_format_conditions[formatIndex]
-fcc = pfc.format_conditions
-fcc.add_area(pivot.data_body_range)
-idx = fcc.add_condition(FormatConditionType.CELL_VALUE)
-fc = fcc[idx]
-fc.formula1 = "100"
-fc.operator = OperatorType.GREATER_OR_EQUAL
-fc.style.background_color = Color.red
-pivot.refresh_data()
-pivot.calculate_data()
-# do your business
-book.save("out.xlsx")
-```
### See Also
* module [`aspose.cells.pivot`](..)
diff --git a/english/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/_index.md b/english/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/_index.md
index 7ccc0afd8e..93eb7b5f29 100644
--- a/english/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/_index.md
+++ b/english/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/_index.md
@@ -10,7 +10,7 @@ is_root: false
## add_column_area_condition {#str}
-Adds PivotTable conditional format limit in the column fields.
+
@@ -22,12 +22,12 @@ def add_column_area_condition(self, field_name):
| Parameter | Type | Description |
| :- | :- | :- |
-| field_name | str | The name of PivotField. |
+| field_name | str | |
## add_column_area_condition {#aspose.cells.pivot.PivotField}
-Adds PivotTable conditional format limit in the column fields.
+
@@ -39,7 +39,7 @@ def add_column_area_condition(self, column_field):
| Parameter | Type | Description |
| :- | :- | :- |
-| column_field | [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) | The PivotField in the column fields. |
+| column_field | [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) | |
diff --git a/english/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/_index.md b/english/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/_index.md
index 047e5e37fd..d8e8d7bd2e 100644
--- a/english/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/_index.md
+++ b/english/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/_index.md
@@ -10,7 +10,7 @@ is_root: false
## add_data_area_condition {#str}
-Adds PivotTable conditional format limit in the data fields.
+
@@ -22,12 +22,12 @@ def add_data_area_condition(self, field_name):
| Parameter | Type | Description |
| :- | :- | :- |
-| field_name | str | The name of PivotField. |
+| field_name | str | |
## add_data_area_condition {#aspose.cells.pivot.PivotField}
-Adds PivotTable conditional format limit in the data fields.
+
@@ -39,7 +39,7 @@ def add_data_area_condition(self, data_field):
| Parameter | Type | Description |
| :- | :- | :- |
-| data_field | [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) | The PivotField in the data fields. |
+| data_field | [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) | |
diff --git a/english/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/_index.md b/english/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/_index.md
index 3deb31e901..1171214ad0 100644
--- a/english/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/_index.md
+++ b/english/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/_index.md
@@ -10,7 +10,7 @@ is_root: false
## add_row_area_condition {#str}
-Adds PivotTable conditional format limit in the row fields.
+
@@ -22,12 +22,12 @@ def add_row_area_condition(self, field_name):
| Parameter | Type | Description |
| :- | :- | :- |
-| field_name | str | The name of PivotField. |
+| field_name | str | |
## add_row_area_condition {#aspose.cells.pivot.PivotField}
-Adds PivotTable conditional format limit in the row fields.
+
@@ -39,7 +39,7 @@ def add_row_area_condition(self, row_field):
| Parameter | Type | Description |
| :- | :- | :- |
-| row_field | [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) | The PivotField in the row fields. |
+| row_field | [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) | |
diff --git a/english/aspose.cells.pivot/pivotformatcondition/format_conditions/_index.md b/english/aspose.cells.pivot/pivotformatcondition/format_conditions/_index.md
index f4ef59f336..31a3e447ca 100644
--- a/english/aspose.cells.pivot/pivotformatcondition/format_conditions/_index.md
+++ b/english/aspose.cells.pivot/pivotformatcondition/format_conditions/_index.md
@@ -10,8 +10,6 @@ is_root: false
## format_conditions property
-
-Get formatconditions for the pivot table condition format .
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotformatcondition/rule_type/_index.md b/english/aspose.cells.pivot/pivotformatcondition/rule_type/_index.md
index bc77bb9873..a05d67570c 100644
--- a/english/aspose.cells.pivot/pivotformatcondition/rule_type/_index.md
+++ b/english/aspose.cells.pivot/pivotformatcondition/rule_type/_index.md
@@ -10,8 +10,6 @@ is_root: false
## rule_type property
-
-Get and set rule type for the pivot table condition format .
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotformatcondition/scope_type/_index.md b/english/aspose.cells.pivot/pivotformatcondition/scope_type/_index.md
index 431e8055fe..bb31df3ba0 100644
--- a/english/aspose.cells.pivot/pivotformatcondition/scope_type/_index.md
+++ b/english/aspose.cells.pivot/pivotformatcondition/scope_type/_index.md
@@ -10,8 +10,6 @@ is_root: false
## scope_type property
-
-Get and set scope type for the pivot table condition format .
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotformatcondition/set_conditional_areas/_index.md b/english/aspose.cells.pivot/pivotformatcondition/set_conditional_areas/_index.md
index ad371e5c62..f0469ac122 100644
--- a/english/aspose.cells.pivot/pivotformatcondition/set_conditional_areas/_index.md
+++ b/english/aspose.cells.pivot/pivotformatcondition/set_conditional_areas/_index.md
@@ -10,7 +10,7 @@ is_root: false
## set_conditional_areas {#}
-Sets conditional areas of PivotFormatCondition object.
+
diff --git a/english/aspose.cells.pivot/pivotformatconditioncollection/_index.md b/english/aspose.cells.pivot/pivotformatconditioncollection/_index.md
index 4ef4a34075..cd106fd4c4 100644
--- a/english/aspose.cells.pivot/pivotformatconditioncollection/_index.md
+++ b/english/aspose.cells.pivot/pivotformatconditioncollection/_index.md
@@ -3,15 +3,13 @@ title: PivotFormatConditionCollection class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 170
url: /aspose.cells.pivot/pivotformatconditioncollection/
is_root: false
---
## PivotFormatConditionCollection class
-Represents PivotTable Format Conditions.
-
The PivotFormatConditionCollection type exposes the following members:
@@ -32,7 +30,7 @@ The PivotFormatConditionCollection type exposes the following members:
| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/last_index_of/#aspose.cells.pivot.PivotFormatCondition) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. |
| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/last_index_of/#aspose.cells.pivot.PivotFormatCondition-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that extends from the first element to the specified index. |
| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/last_index_of/#aspose.cells.pivot.PivotFormatCondition-int-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that contains the specified number of elements and ends at the specified index. |
-| [add](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/add/#) | Adds a pivot FormatCondition to the collection. |
+| [add](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/add/#) | |
| [binary_search](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/binary_search/#aspose.cells.pivot.PivotFormatCondition) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. |
diff --git a/english/aspose.cells.pivot/pivotformatconditioncollection/add/_index.md b/english/aspose.cells.pivot/pivotformatconditioncollection/add/_index.md
index e5c9adc8b1..5614d30101 100644
--- a/english/aspose.cells.pivot/pivotformatconditioncollection/add/_index.md
+++ b/english/aspose.cells.pivot/pivotformatconditioncollection/add/_index.md
@@ -10,13 +10,8 @@ is_root: false
## add {#}
-Adds a pivot FormatCondition to the collection.
-### Returns
-
-
-pivot FormatCondition object index.
```python
@@ -25,9 +20,7 @@ def add(self):
```
-### Remarks
-not supported
### See Also
diff --git a/english/aspose.cells.pivot/pivotgroupbytype/_index.md b/english/aspose.cells.pivot/pivotgroupbytype/_index.md
index 1404609419..f4745482e8 100644
--- a/english/aspose.cells.pivot/pivotgroupbytype/_index.md
+++ b/english/aspose.cells.pivot/pivotgroupbytype/_index.md
@@ -3,7 +3,7 @@ title: PivotGroupByType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 350
+weight: 380
url: /aspose.cells.pivot/pivotgroupbytype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotitem/_index.md b/english/aspose.cells.pivot/pivotitem/_index.md
index 2305f9123a..f846e0e2f6 100644
--- a/english/aspose.cells.pivot/pivotitem/_index.md
+++ b/english/aspose.cells.pivot/pivotitem/_index.md
@@ -3,7 +3,7 @@ title: PivotItem class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 180
url: /aspose.cells.pivot/pivotitem/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotitemcollection/_index.md b/english/aspose.cells.pivot/pivotitemcollection/_index.md
index 6094044172..cda5b99ffa 100644
--- a/english/aspose.cells.pivot/pivotitemcollection/_index.md
+++ b/english/aspose.cells.pivot/pivotitemcollection/_index.md
@@ -3,7 +3,7 @@ title: PivotItemCollection class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 190
url: /aspose.cells.pivot/pivotitemcollection/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotitemposition/_index.md b/english/aspose.cells.pivot/pivotitemposition/_index.md
index e30bd04e4c..c2105dd410 100644
--- a/english/aspose.cells.pivot/pivotitemposition/_index.md
+++ b/english/aspose.cells.pivot/pivotitemposition/_index.md
@@ -3,7 +3,7 @@ title: PivotItemPosition enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 360
+weight: 390
url: /aspose.cells.pivot/pivotitemposition/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotitempositiontype/_index.md b/english/aspose.cells.pivot/pivotitempositiontype/_index.md
index 532f817388..0ee60ab2c8 100644
--- a/english/aspose.cells.pivot/pivotitempositiontype/_index.md
+++ b/english/aspose.cells.pivot/pivotitempositiontype/_index.md
@@ -3,7 +3,7 @@ title: PivotItemPositionType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 370
+weight: 400
url: /aspose.cells.pivot/pivotitempositiontype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotlinetype/_index.md b/english/aspose.cells.pivot/pivotlinetype/_index.md
index 410c74c305..fbd5359f29 100644
--- a/english/aspose.cells.pivot/pivotlinetype/_index.md
+++ b/english/aspose.cells.pivot/pivotlinetype/_index.md
@@ -3,7 +3,7 @@ title: PivotLineType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 380
+weight: 410
url: /aspose.cells.pivot/pivotlinetype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotmissingitemlimittype/_index.md b/english/aspose.cells.pivot/pivotmissingitemlimittype/_index.md
index ad78b6d7ae..5f944e9de6 100644
--- a/english/aspose.cells.pivot/pivotmissingitemlimittype/_index.md
+++ b/english/aspose.cells.pivot/pivotmissingitemlimittype/_index.md
@@ -3,7 +3,7 @@ title: PivotMissingItemLimitType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 390
+weight: 420
url: /aspose.cells.pivot/pivotmissingitemlimittype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotnumbericrangegroupsettings/_index.md b/english/aspose.cells.pivot/pivotnumbericrangegroupsettings/_index.md
index e03ab45fab..8539755467 100644
--- a/english/aspose.cells.pivot/pivotnumbericrangegroupsettings/_index.md
+++ b/english/aspose.cells.pivot/pivotnumbericrangegroupsettings/_index.md
@@ -3,7 +3,7 @@ title: PivotNumbericRangeGroupSettings class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 200
url: /aspose.cells.pivot/pivotnumbericrangegroupsettings/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotpagefields/_index.md b/english/aspose.cells.pivot/pivotpagefields/_index.md
index be99b0fbba..981ed3c86c 100644
--- a/english/aspose.cells.pivot/pivotpagefields/_index.md
+++ b/english/aspose.cells.pivot/pivotpagefields/_index.md
@@ -3,7 +3,7 @@ title: PivotPageFields class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 210
url: /aspose.cells.pivot/pivotpagefields/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotrefreshstate/_index.md b/english/aspose.cells.pivot/pivotrefreshstate/_index.md
index 1e5b22f62a..634b1fe83e 100644
--- a/english/aspose.cells.pivot/pivotrefreshstate/_index.md
+++ b/english/aspose.cells.pivot/pivotrefreshstate/_index.md
@@ -3,7 +3,7 @@ title: PivotRefreshState enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 400
+weight: 430
url: /aspose.cells.pivot/pivotrefreshstate/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotshowvaluessetting/_index.md b/english/aspose.cells.pivot/pivotshowvaluessetting/_index.md
index 1d3a6e4ba1..d95ec6f6d0 100644
--- a/english/aspose.cells.pivot/pivotshowvaluessetting/_index.md
+++ b/english/aspose.cells.pivot/pivotshowvaluessetting/_index.md
@@ -3,7 +3,7 @@ title: PivotShowValuesSetting class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 220
url: /aspose.cells.pivot/pivotshowvaluessetting/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/_index.md b/english/aspose.cells.pivot/pivottable/_index.md
index cfe305b925..0cf873aefd 100644
--- a/english/aspose.cells.pivot/pivottable/_index.md
+++ b/english/aspose.cells.pivot/pivottable/_index.md
@@ -3,7 +3,7 @@ title: PivotTable class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 230
url: /aspose.cells.pivot/pivottable/
is_root: false
---
@@ -30,15 +30,17 @@ The PivotTable type exposes the following members:
| [data_fields](/cells/python-net/aspose.cells.pivot/pivottable/data_fields) | Gets a PivotField object that represents all the data fields in a PivotTable.
Read-only.It would be init only when there are two or more data fields in the DataPiovtFiels.
It only use to add DataPivotField to the PivotTable row/column area . Default is in row area. |
| [data_field](/cells/python-net/aspose.cells.pivot/pivottable/data_field) | Gets a [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) object that represents all the data fields in a PivotTable.
Read-only.
It would only be created when there are two or more data fields in the Data region.
Defaultly it is in row region. You can drag it to the row/column region with PivotTable.AddFieldToArea() method . |
| [base_fields](/cells/python-net/aspose.cells.pivot/pivottable/base_fields) | Returns all base pivot fields in the PivotTable. |
-| [pivot_filters](/cells/python-net/aspose.cells.pivot/pivottable/pivot_filters) | Returns a list of pivot filters. |
+| [pivot_filters](/cells/python-net/aspose.cells.pivot/pivottable/pivot_filters) | Returns all filters of pivot fields in the pivot table. |
| [column_range](/cells/python-net/aspose.cells.pivot/pivottable/column_range) | Returns a CellArea object that represents the range
that contains the column area in the PivotTable report. Read-only. |
| [row_range](/cells/python-net/aspose.cells.pivot/pivottable/row_range) | Returns a CellArea object that represents the range
that contains the row area in the PivotTable report. Read-only. |
| [data_body_range](/cells/python-net/aspose.cells.pivot/pivottable/data_body_range) | Returns a [`CellArea`](/cells/python-net/aspose.cells/cellarea) object that represents the range that contains the data area
in the list between the header row and the insert row. Read-only. |
| [table_range1](/cells/python-net/aspose.cells.pivot/pivottable/table_range1) | Returns a CellArea object that represents the range containing the entire PivotTable report,
but doesn't include page fields. Read-only. |
| [table_range2](/cells/python-net/aspose.cells.pivot/pivottable/table_range2) | Returns a CellArea object that represents the range containing the entire PivotTable report,
includes page fields. Read-only. |
-| [column_grand](/cells/python-net/aspose.cells.pivot/pivottable/column_grand) | Indicates whether the PivotTable report shows grand totals for columns. |
| [is_grid_drop_zones](/cells/python-net/aspose.cells.pivot/pivottable/is_grid_drop_zones) | Indicates whether the PivotTable report displays classic pivottable layout.
(enables dragging fields in the grid) |
-| [row_grand](/cells/python-net/aspose.cells.pivot/pivottable/row_grand) | Indicates whether the PivotTable report shows grand totals for rows. |
+| [show_column_grand_totals](/cells/python-net/aspose.cells.pivot/pivottable/show_column_grand_totals) | Indicates whether to show grand totals for columns of this pivot table. |
+| [show_row_grand_totals](/cells/python-net/aspose.cells.pivot/pivottable/show_row_grand_totals) | Indicates whether to show grand totals for rows of the pivot table. |
+| [column_grand](/cells/python-net/aspose.cells.pivot/pivottable/column_grand) | Indicates whether the PivotTable report shows grand totals for columns. |
+| [row_grand](/cells/python-net/aspose.cells.pivot/pivottable/row_grand) | Indicates whether to show grand totals for rows of this pivot table. |
| [display_null_string](/cells/python-net/aspose.cells.pivot/pivottable/display_null_string) | Indicates whether the PivotTable report displays a custom string if the value is null. |
| [null_string](/cells/python-net/aspose.cells.pivot/pivottable/null_string) | Gets the string displayed in cells that contain null values
when the DisplayNullString property is true.The default value is an empty string. |
| [display_error_string](/cells/python-net/aspose.cells.pivot/pivottable/display_error_string) | Indicates whether the PivotTable report displays a custom string in cells that contain errors. |
@@ -53,19 +55,20 @@ The PivotTable type exposes the following members:
| [show_drill](/cells/python-net/aspose.cells.pivot/pivottable/show_drill) | Gets and sets whether showing expand/collapse buttons. |
| [enable_drilldown](/cells/python-net/aspose.cells.pivot/pivottable/enable_drilldown) | Gets whether drilldown is enabled. |
| [enable_field_dialog](/cells/python-net/aspose.cells.pivot/pivottable/enable_field_dialog) | Indicates whether the PivotTable Field dialog box is available
when the user double-clicks the PivotTable field. |
-| [enable_field_list](/cells/python-net/aspose.cells.pivot/pivottable/enable_field_list) | Gets whether enable the field list for the PivotTable. |
+| [enable_field_list](/cells/python-net/aspose.cells.pivot/pivottable/enable_field_list) | Indicates whether the field list for the PivotTable is available on the view of Excel. |
| [enable_wizard](/cells/python-net/aspose.cells.pivot/pivottable/enable_wizard) | Indicates whether the PivotTable Wizard is available. |
| [subtotal_hidden_page_items](/cells/python-net/aspose.cells.pivot/pivottable/subtotal_hidden_page_items) | Indicates whether hidden page field items in the PivotTable report
are included in row and column subtotals, block totals, and grand totals.
The default value is False. |
-| [grand_total_name](/cells/python-net/aspose.cells.pivot/pivottable/grand_total_name) | Returns the text string label that is displayed in the grand total column or row heading.
The default value is the string "Grand Total". |
+| [grand_total_name](/cells/python-net/aspose.cells.pivot/pivottable/grand_total_name) | Returns the label that is displayed in the grand total column or row heading.
The default value is the string "Grand Total". |
| [manual_update](/cells/python-net/aspose.cells.pivot/pivottable/manual_update) | Indicates whether the PivotTable report is recalculated only at the user's request. |
| [is_multiple_field_filters](/cells/python-net/aspose.cells.pivot/pivottable/is_multiple_field_filters) | Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them. |
+| [allow_multiple_filters_per_field](/cells/python-net/aspose.cells.pivot/pivottable/allow_multiple_filters_per_field) | Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them. |
| [missing_items_limit](/cells/python-net/aspose.cells.pivot/pivottable/missing_items_limit) | Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them. |
| [enable_data_value_editing](/cells/python-net/aspose.cells.pivot/pivottable/enable_data_value_editing) | Specifies a boolean value that indicates whether the user is allowed to edit the cells in the data area of the pivottable.
Enable cell editing in the values area |
| [show_data_tips](/cells/python-net/aspose.cells.pivot/pivottable/show_data_tips) | Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells. |
| [show_member_property_tips](/cells/python-net/aspose.cells.pivot/pivottable/show_member_property_tips) | Specifies a boolean value that indicates whether member property information should be omitted from PivotTable tooltips. |
| [show_values_row](/cells/python-net/aspose.cells.pivot/pivottable/show_values_row) | Indicates whether showing values row. |
-| [show_empty_col](/cells/python-net/aspose.cells.pivot/pivottable/show_empty_col) | Specifies a boolean value that indicates whether to include empty columns in the table |
-| [show_empty_row](/cells/python-net/aspose.cells.pivot/pivottable/show_empty_row) | Specifies a boolean value that indicates whether to include empty rows in the table. |
+| [show_empty_col](/cells/python-net/aspose.cells.pivot/pivottable/show_empty_col) | Indicates whether to include empty columns in the table |
+| [show_empty_row](/cells/python-net/aspose.cells.pivot/pivottable/show_empty_row) | Indicates whether to include empty rows in the table. |
| [field_list_sort_ascending](/cells/python-net/aspose.cells.pivot/pivottable/field_list_sort_ascending) | Indicates whether fields in the PivotTable are sorted in non-default order in the field list. |
| [print_drill](/cells/python-net/aspose.cells.pivot/pivottable/print_drill) | Specifies a boolean value that indicates whether drill indicators should be printed.
print expand/collapse buttons when displayed on pivottable. |
| [alt_text_title](/cells/python-net/aspose.cells.pivot/pivottable/alt_text_title) | Gets and sets the title of the alter text. |
@@ -77,6 +80,7 @@ The PivotTable type exposes the following members:
| [show_row_header_caption](/cells/python-net/aspose.cells.pivot/pivottable/show_row_header_caption) | Indicates whether row header caption is shown in the PivotTable report
Indicates whether Display field captions and filter drop downs |
| [custom_list_sort](/cells/python-net/aspose.cells.pivot/pivottable/custom_list_sort) | Indicates whether consider built-in custom list when sort data |
| [pivot_format_conditions](/cells/python-net/aspose.cells.pivot/pivottable/pivot_format_conditions) | Gets the Format Conditions of the pivot table. |
+| [conditional_formats](/cells/python-net/aspose.cells.pivot/pivottable/conditional_formats) | Gets the conditional formats of the pivot table. |
| [page_field_order](/cells/python-net/aspose.cells.pivot/pivottable/page_field_order) | Gets and sets the order in which page fields are added to the PivotTable report's layout. |
| [page_field_wrap_count](/cells/python-net/aspose.cells.pivot/pivottable/page_field_wrap_count) | Gets the number of page fields in each column or row in the PivotTable report. |
| [tag](/cells/python-net/aspose.cells.pivot/pivottable/tag) | Gets a string saved with the PivotTable report. |
@@ -112,11 +116,14 @@ The PivotTable type exposes the following members:
| [add_calculated_field](/cells/python-net/aspose.cells.pivot/pivottable/add_calculated_field/#str-str) | Adds a calculated field to pivot field and drag it to data area. |
| [move](/cells/python-net/aspose.cells.pivot/pivottable/move/#int-int) | Moves the PivotTable to a different location in the worksheet. |
| [move](/cells/python-net/aspose.cells.pivot/pivottable/move/#str) | Moves the PivotTable to a different location in the worksheet. |
+| [move_to](/cells/python-net/aspose.cells.pivot/pivottable/move_to/#int-int) | Moves the PivotTable to a different location in the worksheet. |
+| [move_to](/cells/python-net/aspose.cells.pivot/pivottable/move_to/#str) | Moves the PivotTable to a different location in the worksheet. |
| [refresh_data](/cells/python-net/aspose.cells.pivot/pivottable/refresh_data/#) | Refreshes pivottable's data and setting from it's data source. |
| [refresh_data](/cells/python-net/aspose.cells.pivot/pivottable/refresh_data/#aspose.cells.pivot.PivotTableRefreshOption) | Refreshes pivottable's data and setting from it's data source with options. |
| [calculate_data](/cells/python-net/aspose.cells.pivot/pivottable/calculate_data/#) | Calculates pivottable's data to cells. |
| [calculate_data](/cells/python-net/aspose.cells.pivot/pivottable/calculate_data/#aspose.cells.pivot.PivotTableCalculateOption) | Calculating pivot tables with options |
| [format](/cells/python-net/aspose.cells.pivot/pivottable/format/#aspose.cells.pivot.PivotArea-aspose.cells.Style) | Formats selected area of the PivotTable. |
+| [format](/cells/python-net/aspose.cells.pivot/pivottable/format/#aspose.cells.CellArea-aspose.cells.Style) | Formats selected area of the PivotTable. |
| [format](/cells/python-net/aspose.cells.pivot/pivottable/format/#int-int-aspose.cells.Style) | Format the cell in the pivottable area |
| [set_auto_group_field](/cells/python-net/aspose.cells.pivot/pivottable/set_auto_group_field/#int) | Sets auto field group by the PivotTable. |
| [set_auto_group_field](/cells/python-net/aspose.cells.pivot/pivottable/set_auto_group_field/#aspose.cells.pivot.PivotField) | Sets auto field group by the PivotTable. |
@@ -134,14 +141,16 @@ The PivotTable type exposes the following members:
| [fields](/cells/python-net/aspose.cells.pivot/pivottable/fields/#aspose.cells.pivot.PivotFieldType) | Gets the specific fields by the field type. |
| [get_source_data_connections](/cells/python-net/aspose.cells.pivot/pivottable/get_source_data_connections/#) | Gets the external connection data sources. |
| [get_names_of_source_data_connections](/cells/python-net/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/#) | Gets the name of external source data connections. |
-| [change_data_source](/cells/python-net/aspose.cells.pivot/pivottable/change_data_source/#list) | Set pivottable's source data.
Sheet1!$A$1:$C$3 |
+| [change_data_source](/cells/python-net/aspose.cells.pivot/pivottable/change_data_source/#list) | Set pivottable's source data. |
| [get_source](/cells/python-net/aspose.cells.pivot/pivottable/get_source/#) | Get pivottable's source data. |
| [clear_data](/cells/python-net/aspose.cells.pivot/pivottable/clear_data/#) | Clear PivotTable's data and formatting |
| [calculate_range](/cells/python-net/aspose.cells.pivot/pivottable/calculate_range/#) | Calculates pivottable's range. |
| [format_all](/cells/python-net/aspose.cells.pivot/pivottable/format_all/#aspose.cells.Style) | Format all the cell in the pivottable area |
| [format_row](/cells/python-net/aspose.cells.pivot/pivottable/format_row/#int-aspose.cells.Style) | Format the row data in the pivottable area |
+| [select_area](/cells/python-net/aspose.cells.pivot/pivottable/select_area/#aspose.cells.CellArea) | Select an area of pivot table view. |
| [show_detail](/cells/python-net/aspose.cells.pivot/pivottable/show_detail/#int-int-bool-int-int) | Show the detail of one item in the data region to a new Table. |
-| [get_horizontal_breaks](/cells/python-net/aspose.cells.pivot/pivottable/get_horizontal_breaks/#) | get pivot table row index list of horizontal pagebreaks |
+| [get_horizontal_page_breaks](/cells/python-net/aspose.cells.pivot/pivottable/get_horizontal_page_breaks/#) | Gets horizontal page breaks of this pivot table. |
+| [get_horizontal_breaks](/cells/python-net/aspose.cells.pivot/pivottable/get_horizontal_breaks/#) | Gets pivot table row index list of horizontal page breaks |
| [show_in_compact_form](/cells/python-net/aspose.cells.pivot/pivottable/show_in_compact_form/#) | Layouts the PivotTable in compact form. |
| [show_in_outline_form](/cells/python-net/aspose.cells.pivot/pivottable/show_in_outline_form/#) | Layouts the PivotTable in outline form. |
| [show_in_tabular_form](/cells/python-net/aspose.cells.pivot/pivottable/show_in_tabular_form/#) | Layouts the PivotTable in tabular form. |
diff --git a/english/aspose.cells.pivot/pivottable/allow_multiple_filters_per_field/_index.md b/english/aspose.cells.pivot/pivottable/allow_multiple_filters_per_field/_index.md
new file mode 100644
index 0000000000..eed82d46a2
--- /dev/null
+++ b/english/aspose.cells.pivot/pivottable/allow_multiple_filters_per_field/_index.md
@@ -0,0 +1,27 @@
+---
+title: allow_multiple_filters_per_field property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 370
+url: /aspose.cells.pivot/pivottable/allow_multiple_filters_per_field/
+is_root: false
+---
+
+## allow_multiple_filters_per_field property
+
+
+Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them.
+### Definition:
+```python
+@property
+def allow_multiple_filters_per_field(self):
+ ...
+@allow_multiple_filters_per_field.setter
+def allow_multiple_filters_per_field(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable)
diff --git a/english/aspose.cells.pivot/pivottable/alt_text_description/_index.md b/english/aspose.cells.pivot/pivottable/alt_text_description/_index.md
index 47258f0e1c..9a33bb19f2 100644
--- a/english/aspose.cells.pivot/pivottable/alt_text_description/_index.md
+++ b/english/aspose.cells.pivot/pivottable/alt_text_description/_index.md
@@ -3,7 +3,7 @@ title: alt_text_description property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 340
+weight: 380
url: /aspose.cells.pivot/pivottable/alt_text_description/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/alt_text_title/_index.md b/english/aspose.cells.pivot/pivottable/alt_text_title/_index.md
index 0dd49238f2..c0e114c73f 100644
--- a/english/aspose.cells.pivot/pivottable/alt_text_title/_index.md
+++ b/english/aspose.cells.pivot/pivottable/alt_text_title/_index.md
@@ -3,7 +3,7 @@ title: alt_text_title property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 350
+weight: 390
url: /aspose.cells.pivot/pivottable/alt_text_title/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/auto_format_type/_index.md b/english/aspose.cells.pivot/pivottable/auto_format_type/_index.md
index 50a44f1d38..e74d03a4a7 100644
--- a/english/aspose.cells.pivot/pivottable/auto_format_type/_index.md
+++ b/english/aspose.cells.pivot/pivottable/auto_format_type/_index.md
@@ -3,7 +3,7 @@ title: auto_format_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 360
+weight: 400
url: /aspose.cells.pivot/pivottable/auto_format_type/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/autofit_column_width_on_update/_index.md b/english/aspose.cells.pivot/pivottable/autofit_column_width_on_update/_index.md
index f99a72eede..9f75b78cd0 100644
--- a/english/aspose.cells.pivot/pivottable/autofit_column_width_on_update/_index.md
+++ b/english/aspose.cells.pivot/pivottable/autofit_column_width_on_update/_index.md
@@ -3,7 +3,7 @@ title: autofit_column_width_on_update property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 370
+weight: 410
url: /aspose.cells.pivot/pivottable/autofit_column_width_on_update/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/base_fields/_index.md b/english/aspose.cells.pivot/pivottable/base_fields/_index.md
index 69549d27c2..b4c46ab6ed 100644
--- a/english/aspose.cells.pivot/pivottable/base_fields/_index.md
+++ b/english/aspose.cells.pivot/pivottable/base_fields/_index.md
@@ -3,7 +3,7 @@ title: base_fields property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 380
+weight: 420
url: /aspose.cells.pivot/pivottable/base_fields/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/change_data_source/_index.md b/english/aspose.cells.pivot/pivottable/change_data_source/_index.md
index 73cae73d19..e319b2d455 100644
--- a/english/aspose.cells.pivot/pivottable/change_data_source/_index.md
+++ b/english/aspose.cells.pivot/pivottable/change_data_source/_index.md
@@ -11,7 +11,6 @@ is_root: false
## change_data_source {#list}
Set pivottable's source data.
-Sheet1!$A$1:$C$3
diff --git a/english/aspose.cells.pivot/pivottable/column_fields/_index.md b/english/aspose.cells.pivot/pivottable/column_fields/_index.md
index 9ee7d5bffc..3e86ff2e91 100644
--- a/english/aspose.cells.pivot/pivottable/column_fields/_index.md
+++ b/english/aspose.cells.pivot/pivottable/column_fields/_index.md
@@ -3,7 +3,7 @@ title: column_fields property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 390
+weight: 430
url: /aspose.cells.pivot/pivottable/column_fields/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/column_grand/_index.md b/english/aspose.cells.pivot/pivottable/column_grand/_index.md
index 9342929dda..70944e4368 100644
--- a/english/aspose.cells.pivot/pivottable/column_grand/_index.md
+++ b/english/aspose.cells.pivot/pivottable/column_grand/_index.md
@@ -3,7 +3,7 @@ title: column_grand property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 400
+weight: 440
url: /aspose.cells.pivot/pivottable/column_grand/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
Indicates whether the PivotTable report shows grand totals for columns.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use PivotTable.ShowColumnGrandTotals method.
+This method will be removed 12 months later since December 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/column_header_caption/_index.md b/english/aspose.cells.pivot/pivottable/column_header_caption/_index.md
index c57f14c73c..3bde83d9a1 100644
--- a/english/aspose.cells.pivot/pivottable/column_header_caption/_index.md
+++ b/english/aspose.cells.pivot/pivottable/column_header_caption/_index.md
@@ -3,7 +3,7 @@ title: column_header_caption property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 410
+weight: 450
url: /aspose.cells.pivot/pivottable/column_header_caption/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/column_range/_index.md b/english/aspose.cells.pivot/pivottable/column_range/_index.md
index 58f9f3eb41..f4715e8e98 100644
--- a/english/aspose.cells.pivot/pivottable/column_range/_index.md
+++ b/english/aspose.cells.pivot/pivottable/column_range/_index.md
@@ -3,7 +3,7 @@ title: column_range property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 420
+weight: 460
url: /aspose.cells.pivot/pivottable/column_range/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/conditional_formats/_index.md b/english/aspose.cells.pivot/pivottable/conditional_formats/_index.md
new file mode 100644
index 0000000000..9427fdb81d
--- /dev/null
+++ b/english/aspose.cells.pivot/pivottable/conditional_formats/_index.md
@@ -0,0 +1,25 @@
+---
+title: conditional_formats property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 470
+url: /aspose.cells.pivot/pivottable/conditional_formats/
+is_root: false
+---
+
+## conditional_formats property
+
+
+Gets the conditional formats of the pivot table.
+### Definition:
+```python
+@property
+def conditional_formats(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotConditionalFormatCollection`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection)
+* class [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable)
diff --git a/english/aspose.cells.pivot/pivottable/custom_list_sort/_index.md b/english/aspose.cells.pivot/pivottable/custom_list_sort/_index.md
index 26311d3348..c8ad7b2e9f 100644
--- a/english/aspose.cells.pivot/pivottable/custom_list_sort/_index.md
+++ b/english/aspose.cells.pivot/pivottable/custom_list_sort/_index.md
@@ -3,7 +3,7 @@ title: custom_list_sort property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 430
+weight: 480
url: /aspose.cells.pivot/pivottable/custom_list_sort/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/data_body_range/_index.md b/english/aspose.cells.pivot/pivottable/data_body_range/_index.md
index ed6a4f0ae6..599cd73fdd 100644
--- a/english/aspose.cells.pivot/pivottable/data_body_range/_index.md
+++ b/english/aspose.cells.pivot/pivottable/data_body_range/_index.md
@@ -3,7 +3,7 @@ title: data_body_range property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 440
+weight: 490
url: /aspose.cells.pivot/pivottable/data_body_range/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/data_field/_index.md b/english/aspose.cells.pivot/pivottable/data_field/_index.md
index fcc2d7b224..aab2dbe8fa 100644
--- a/english/aspose.cells.pivot/pivottable/data_field/_index.md
+++ b/english/aspose.cells.pivot/pivottable/data_field/_index.md
@@ -3,7 +3,7 @@ title: data_field property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 450
+weight: 500
url: /aspose.cells.pivot/pivottable/data_field/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/data_field_header_name/_index.md b/english/aspose.cells.pivot/pivottable/data_field_header_name/_index.md
index 4b18929e70..acaae7677a 100644
--- a/english/aspose.cells.pivot/pivottable/data_field_header_name/_index.md
+++ b/english/aspose.cells.pivot/pivottable/data_field_header_name/_index.md
@@ -3,7 +3,7 @@ title: data_field_header_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 460
+weight: 510
url: /aspose.cells.pivot/pivottable/data_field_header_name/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/data_fields/_index.md b/english/aspose.cells.pivot/pivottable/data_fields/_index.md
index 481915d7ae..b964d59f39 100644
--- a/english/aspose.cells.pivot/pivottable/data_fields/_index.md
+++ b/english/aspose.cells.pivot/pivottable/data_fields/_index.md
@@ -3,7 +3,7 @@ title: data_fields property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 470
+weight: 520
url: /aspose.cells.pivot/pivottable/data_fields/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/data_source/_index.md b/english/aspose.cells.pivot/pivottable/data_source/_index.md
index 01ba751dae..7671578a0e 100644
--- a/english/aspose.cells.pivot/pivottable/data_source/_index.md
+++ b/english/aspose.cells.pivot/pivottable/data_source/_index.md
@@ -3,7 +3,7 @@ title: data_source property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 480
+weight: 530
url: /aspose.cells.pivot/pivottable/data_source/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/display_error_string/_index.md b/english/aspose.cells.pivot/pivottable/display_error_string/_index.md
index 3bc4e8a21c..ca1e94f936 100644
--- a/english/aspose.cells.pivot/pivottable/display_error_string/_index.md
+++ b/english/aspose.cells.pivot/pivottable/display_error_string/_index.md
@@ -3,7 +3,7 @@ title: display_error_string property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 490
+weight: 540
url: /aspose.cells.pivot/pivottable/display_error_string/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/display_immediate_items/_index.md b/english/aspose.cells.pivot/pivottable/display_immediate_items/_index.md
index 2baf009fff..87720d5488 100644
--- a/english/aspose.cells.pivot/pivottable/display_immediate_items/_index.md
+++ b/english/aspose.cells.pivot/pivottable/display_immediate_items/_index.md
@@ -3,7 +3,7 @@ title: display_immediate_items property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 500
+weight: 550
url: /aspose.cells.pivot/pivottable/display_immediate_items/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/display_null_string/_index.md b/english/aspose.cells.pivot/pivottable/display_null_string/_index.md
index 28b5ab3caf..e058b57d81 100644
--- a/english/aspose.cells.pivot/pivottable/display_null_string/_index.md
+++ b/english/aspose.cells.pivot/pivottable/display_null_string/_index.md
@@ -3,7 +3,7 @@ title: display_null_string property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 510
+weight: 560
url: /aspose.cells.pivot/pivottable/display_null_string/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/enable_data_value_editing/_index.md b/english/aspose.cells.pivot/pivottable/enable_data_value_editing/_index.md
index 10f28bfe5d..26aae37b63 100644
--- a/english/aspose.cells.pivot/pivottable/enable_data_value_editing/_index.md
+++ b/english/aspose.cells.pivot/pivottable/enable_data_value_editing/_index.md
@@ -3,7 +3,7 @@ title: enable_data_value_editing property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 520
+weight: 570
url: /aspose.cells.pivot/pivottable/enable_data_value_editing/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/enable_drilldown/_index.md b/english/aspose.cells.pivot/pivottable/enable_drilldown/_index.md
index e0420cedce..ec9f7d4cc4 100644
--- a/english/aspose.cells.pivot/pivottable/enable_drilldown/_index.md
+++ b/english/aspose.cells.pivot/pivottable/enable_drilldown/_index.md
@@ -3,7 +3,7 @@ title: enable_drilldown property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 530
+weight: 580
url: /aspose.cells.pivot/pivottable/enable_drilldown/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/enable_field_dialog/_index.md b/english/aspose.cells.pivot/pivottable/enable_field_dialog/_index.md
index 31ef3ae176..03dc52f2e0 100644
--- a/english/aspose.cells.pivot/pivottable/enable_field_dialog/_index.md
+++ b/english/aspose.cells.pivot/pivottable/enable_field_dialog/_index.md
@@ -3,7 +3,7 @@ title: enable_field_dialog property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 540
+weight: 590
url: /aspose.cells.pivot/pivottable/enable_field_dialog/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/enable_field_list/_index.md b/english/aspose.cells.pivot/pivottable/enable_field_list/_index.md
index 1171f7cc55..feee1d323c 100644
--- a/english/aspose.cells.pivot/pivottable/enable_field_list/_index.md
+++ b/english/aspose.cells.pivot/pivottable/enable_field_list/_index.md
@@ -3,7 +3,7 @@ title: enable_field_list property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 550
+weight: 600
url: /aspose.cells.pivot/pivottable/enable_field_list/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## enable_field_list property
-Gets whether enable the field list for the PivotTable.
+Indicates whether the field list for the PivotTable is available on the view of Excel.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/enable_wizard/_index.md b/english/aspose.cells.pivot/pivottable/enable_wizard/_index.md
index 91c9e1a70f..7274476cdf 100644
--- a/english/aspose.cells.pivot/pivottable/enable_wizard/_index.md
+++ b/english/aspose.cells.pivot/pivottable/enable_wizard/_index.md
@@ -3,7 +3,7 @@ title: enable_wizard property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 560
+weight: 610
url: /aspose.cells.pivot/pivottable/enable_wizard/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/error_string/_index.md b/english/aspose.cells.pivot/pivottable/error_string/_index.md
index fda3638b46..9452883a03 100644
--- a/english/aspose.cells.pivot/pivottable/error_string/_index.md
+++ b/english/aspose.cells.pivot/pivottable/error_string/_index.md
@@ -3,7 +3,7 @@ title: error_string property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 570
+weight: 620
url: /aspose.cells.pivot/pivottable/error_string/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/external_connection_data_source/_index.md b/english/aspose.cells.pivot/pivottable/external_connection_data_source/_index.md
index 442e999ca3..9782daa75a 100644
--- a/english/aspose.cells.pivot/pivottable/external_connection_data_source/_index.md
+++ b/english/aspose.cells.pivot/pivottable/external_connection_data_source/_index.md
@@ -3,7 +3,7 @@ title: external_connection_data_source property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 580
+weight: 630
url: /aspose.cells.pivot/pivottable/external_connection_data_source/
is_root: false
---
@@ -17,7 +17,7 @@ Gets the external connection data source.
NOTE: This property is now obsolete. Instead,
-please use pivotTable.GetSourceDataConnections() method.
+please use PivotTable.GetSourceDataConnections() method.
This method will be removed 12 months later since October 2024.
Aspose apologizes for any inconvenience you may have experienced.
### Definition:
diff --git a/english/aspose.cells.pivot/pivottable/field_list_sort_ascending/_index.md b/english/aspose.cells.pivot/pivottable/field_list_sort_ascending/_index.md
index 5eb270c3fe..93a32ae2f0 100644
--- a/english/aspose.cells.pivot/pivottable/field_list_sort_ascending/_index.md
+++ b/english/aspose.cells.pivot/pivottable/field_list_sort_ascending/_index.md
@@ -3,7 +3,7 @@ title: field_list_sort_ascending property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 590
+weight: 640
url: /aspose.cells.pivot/pivottable/field_list_sort_ascending/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/format/_index.md b/english/aspose.cells.pivot/pivottable/format/_index.md
index 947c345273..4aeb28fa64 100644
--- a/english/aspose.cells.pivot/pivottable/format/_index.md
+++ b/english/aspose.cells.pivot/pivottable/format/_index.md
@@ -22,8 +22,26 @@ def format(self, pivot_area, style):
| Parameter | Type | Description |
| :- | :- | :- |
-| pivot_area | [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) | |
-| style | [`Style`](/cells/python-net/aspose.cells/style) | |
+| pivot_area | [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) | The selected pivot view area. |
+| style | [`Style`](/cells/python-net/aspose.cells/style) | The formatted setting. |
+
+
+## format {#aspose.cells.CellArea-aspose.cells.Style}
+
+Formats selected area of the PivotTable.
+
+
+
+```python
+def format(self, ca, style):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| ca | [`CellArea`](/cells/python-net/aspose.cells/cellarea) | The range of the cells. |
+| style | [`Style`](/cells/python-net/aspose.cells/style) | The style |
## format {#int-int-aspose.cells.Style}
diff --git a/english/aspose.cells.pivot/pivottable/get_horizontal_breaks/_index.md b/english/aspose.cells.pivot/pivottable/get_horizontal_breaks/_index.md
index 85755c1260..c47c224c50 100644
--- a/english/aspose.cells.pivot/pivottable/get_horizontal_breaks/_index.md
+++ b/english/aspose.cells.pivot/pivottable/get_horizontal_breaks/_index.md
@@ -10,7 +10,7 @@ is_root: false
## get_horizontal_breaks {#}
-get pivot table row index list of horizontal pagebreaks
+Gets pivot table row index list of horizontal page breaks
### Returns
@@ -25,7 +25,12 @@ def get_horizontal_breaks(self):
```
+### Remarks
+NOTE: This method is now obsolete. Instead,
+please use PivotTable.GetHorizontalPageBreaks() method.
+This method will be removed 12 months later since December 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### See Also
diff --git a/english/aspose.cells.pivot/pivottable/get_horizontal_page_breaks/_index.md b/english/aspose.cells.pivot/pivottable/get_horizontal_page_breaks/_index.md
new file mode 100644
index 0000000000..572713b79a
--- /dev/null
+++ b/english/aspose.cells.pivot/pivottable/get_horizontal_page_breaks/_index.md
@@ -0,0 +1,33 @@
+---
+title: get_horizontal_page_breaks method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 170
+url: /aspose.cells.pivot/pivottable/get_horizontal_page_breaks/
+is_root: false
+---
+
+## get_horizontal_page_breaks {#}
+
+Gets horizontal page breaks of this pivot table.
+
+
+### Returns
+
+
+
+
+
+```python
+def get_horizontal_page_breaks(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable)
diff --git a/english/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/_index.md b/english/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/_index.md
index 9a6d93225c..2749d8372a 100644
--- a/english/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/_index.md
+++ b/english/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/_index.md
@@ -3,7 +3,7 @@ title: get_names_of_source_data_connections method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 180
url: /aspose.cells.pivot/pivottable/get_names_of_source_data_connections/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/get_source/_index.md b/english/aspose.cells.pivot/pivottable/get_source/_index.md
index 25ed283a3f..614581e59a 100644
--- a/english/aspose.cells.pivot/pivottable/get_source/_index.md
+++ b/english/aspose.cells.pivot/pivottable/get_source/_index.md
@@ -3,7 +3,7 @@ title: get_source method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 190
url: /aspose.cells.pivot/pivottable/get_source/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/get_source_data_connections/_index.md b/english/aspose.cells.pivot/pivottable/get_source_data_connections/_index.md
index c8f516f84e..b0b1cfdcae 100644
--- a/english/aspose.cells.pivot/pivottable/get_source_data_connections/_index.md
+++ b/english/aspose.cells.pivot/pivottable/get_source_data_connections/_index.md
@@ -3,7 +3,7 @@ title: get_source_data_connections method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 200
url: /aspose.cells.pivot/pivottable/get_source_data_connections/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/grand_total_name/_index.md b/english/aspose.cells.pivot/pivottable/grand_total_name/_index.md
index c46325dc67..984257bddb 100644
--- a/english/aspose.cells.pivot/pivottable/grand_total_name/_index.md
+++ b/english/aspose.cells.pivot/pivottable/grand_total_name/_index.md
@@ -3,7 +3,7 @@ title: grand_total_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 600
+weight: 650
url: /aspose.cells.pivot/pivottable/grand_total_name/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## grand_total_name property
-Returns the text string label that is displayed in the grand total column or row heading.
+Returns the label that is displayed in the grand total column or row heading.
The default value is the string "Grand Total".
### Definition:
```python
diff --git a/english/aspose.cells.pivot/pivottable/has_blank_rows/_index.md b/english/aspose.cells.pivot/pivottable/has_blank_rows/_index.md
index ff2e295c31..135b2a804d 100644
--- a/english/aspose.cells.pivot/pivottable/has_blank_rows/_index.md
+++ b/english/aspose.cells.pivot/pivottable/has_blank_rows/_index.md
@@ -3,7 +3,7 @@ title: has_blank_rows property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 610
+weight: 660
url: /aspose.cells.pivot/pivottable/has_blank_rows/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/indent/_index.md b/english/aspose.cells.pivot/pivottable/indent/_index.md
index 0a0e67e326..62806d9231 100644
--- a/english/aspose.cells.pivot/pivottable/indent/_index.md
+++ b/english/aspose.cells.pivot/pivottable/indent/_index.md
@@ -3,7 +3,7 @@ title: indent property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 620
+weight: 670
url: /aspose.cells.pivot/pivottable/indent/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/is_auto_format/_index.md b/english/aspose.cells.pivot/pivottable/is_auto_format/_index.md
index 2e73e2a76a..9dd2d3d6b9 100644
--- a/english/aspose.cells.pivot/pivottable/is_auto_format/_index.md
+++ b/english/aspose.cells.pivot/pivottable/is_auto_format/_index.md
@@ -3,7 +3,7 @@ title: is_auto_format property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 630
+weight: 680
url: /aspose.cells.pivot/pivottable/is_auto_format/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/is_excel_2003_compatible/_index.md b/english/aspose.cells.pivot/pivottable/is_excel_2003_compatible/_index.md
index c075604d6e..ef535a914a 100644
--- a/english/aspose.cells.pivot/pivottable/is_excel_2003_compatible/_index.md
+++ b/english/aspose.cells.pivot/pivottable/is_excel_2003_compatible/_index.md
@@ -3,7 +3,7 @@ title: is_excel_2003_compatible property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 640
+weight: 690
url: /aspose.cells.pivot/pivottable/is_excel_2003_compatible/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/is_grid_drop_zones/_index.md b/english/aspose.cells.pivot/pivottable/is_grid_drop_zones/_index.md
index 85dd149829..07fdb0862b 100644
--- a/english/aspose.cells.pivot/pivottable/is_grid_drop_zones/_index.md
+++ b/english/aspose.cells.pivot/pivottable/is_grid_drop_zones/_index.md
@@ -3,7 +3,7 @@ title: is_grid_drop_zones property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 650
+weight: 700
url: /aspose.cells.pivot/pivottable/is_grid_drop_zones/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/is_multiple_field_filters/_index.md b/english/aspose.cells.pivot/pivottable/is_multiple_field_filters/_index.md
index d2bf50fa42..d831d5ff07 100644
--- a/english/aspose.cells.pivot/pivottable/is_multiple_field_filters/_index.md
+++ b/english/aspose.cells.pivot/pivottable/is_multiple_field_filters/_index.md
@@ -3,7 +3,7 @@ title: is_multiple_field_filters property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 660
+weight: 710
url: /aspose.cells.pivot/pivottable/is_multiple_field_filters/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use PivotTable.AllowMultipleFiltersPerField property.
+This method will be removed 12 months later since December 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/is_selected/_index.md b/english/aspose.cells.pivot/pivottable/is_selected/_index.md
index 2ed4bbe065..3dc3820060 100644
--- a/english/aspose.cells.pivot/pivottable/is_selected/_index.md
+++ b/english/aspose.cells.pivot/pivottable/is_selected/_index.md
@@ -3,7 +3,7 @@ title: is_selected property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 670
+weight: 720
url: /aspose.cells.pivot/pivottable/is_selected/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/item_print_titles/_index.md b/english/aspose.cells.pivot/pivottable/item_print_titles/_index.md
index de4d1924ff..8447478e07 100644
--- a/english/aspose.cells.pivot/pivottable/item_print_titles/_index.md
+++ b/english/aspose.cells.pivot/pivottable/item_print_titles/_index.md
@@ -3,7 +3,7 @@ title: item_print_titles property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 680
+weight: 730
url: /aspose.cells.pivot/pivottable/item_print_titles/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/manual_update/_index.md b/english/aspose.cells.pivot/pivottable/manual_update/_index.md
index a20ad66204..9459389da3 100644
--- a/english/aspose.cells.pivot/pivottable/manual_update/_index.md
+++ b/english/aspose.cells.pivot/pivottable/manual_update/_index.md
@@ -3,7 +3,7 @@ title: manual_update property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 690
+weight: 740
url: /aspose.cells.pivot/pivottable/manual_update/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/merge_labels/_index.md b/english/aspose.cells.pivot/pivottable/merge_labels/_index.md
index df9be88321..dc7a40c74a 100644
--- a/english/aspose.cells.pivot/pivottable/merge_labels/_index.md
+++ b/english/aspose.cells.pivot/pivottable/merge_labels/_index.md
@@ -3,7 +3,7 @@ title: merge_labels property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 700
+weight: 750
url: /aspose.cells.pivot/pivottable/merge_labels/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/missing_items_limit/_index.md b/english/aspose.cells.pivot/pivottable/missing_items_limit/_index.md
index ffacff5242..53199141c1 100644
--- a/english/aspose.cells.pivot/pivottable/missing_items_limit/_index.md
+++ b/english/aspose.cells.pivot/pivottable/missing_items_limit/_index.md
@@ -3,7 +3,7 @@ title: missing_items_limit property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 710
+weight: 760
url: /aspose.cells.pivot/pivottable/missing_items_limit/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/move/_index.md b/english/aspose.cells.pivot/pivottable/move/_index.md
index 933fea9148..cf5ad2c63d 100644
--- a/english/aspose.cells.pivot/pivottable/move/_index.md
+++ b/english/aspose.cells.pivot/pivottable/move/_index.md
@@ -3,7 +3,7 @@ title: move method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 210
url: /aspose.cells.pivot/pivottable/move/
is_root: false
---
@@ -23,7 +23,12 @@ def move(self, dest_cell_name):
| Parameter | Type | Description |
| :- | :- | :- |
| dest_cell_name | str | the dest cell name. |
+### Remarks
+NOTE: This property is now obsolete. Instead,
+please use PivotTable.MoveTo() method.
+This method will be removed 12 months later since December 2024.
+Aspose apologizes for any inconvenience you may have experienced.
## move {#int-int}
@@ -41,7 +46,12 @@ def move(self, row, column):
| :- | :- | :- |
| row | int | row index. |
| column | int | column index. |
+### Remarks
+NOTE: This property is now obsolete. Instead,
+please use PivotTable.MoveTo() method.
+This method will be removed 12 months later since December 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### See Also
diff --git a/english/aspose.cells.pivot/pivottable/move_to/_index.md b/english/aspose.cells.pivot/pivottable/move_to/_index.md
new file mode 100644
index 0000000000..fa34056437
--- /dev/null
+++ b/english/aspose.cells.pivot/pivottable/move_to/_index.md
@@ -0,0 +1,49 @@
+---
+title: move_to method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 220
+url: /aspose.cells.pivot/pivottable/move_to/
+is_root: false
+---
+
+## move_to {#str}
+
+Moves the PivotTable to a different location in the worksheet.
+
+
+
+```python
+def move_to(self, dest_cell_name):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| dest_cell_name | str | the dest cell name. |
+
+
+## move_to {#int-int}
+
+Moves the PivotTable to a different location in the worksheet.
+
+
+
+```python
+def move_to(self, row, column):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| row | int | row index. |
+| column | int | column index. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable)
diff --git a/english/aspose.cells.pivot/pivottable/name/_index.md b/english/aspose.cells.pivot/pivottable/name/_index.md
index fdef0fc34e..6ef6a6b1ae 100644
--- a/english/aspose.cells.pivot/pivottable/name/_index.md
+++ b/english/aspose.cells.pivot/pivottable/name/_index.md
@@ -3,7 +3,7 @@ title: name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 720
+weight: 770
url: /aspose.cells.pivot/pivottable/name/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/null_string/_index.md b/english/aspose.cells.pivot/pivottable/null_string/_index.md
index 542c1c418c..a7b261909b 100644
--- a/english/aspose.cells.pivot/pivottable/null_string/_index.md
+++ b/english/aspose.cells.pivot/pivottable/null_string/_index.md
@@ -3,7 +3,7 @@ title: null_string property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 730
+weight: 780
url: /aspose.cells.pivot/pivottable/null_string/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/page_field_order/_index.md b/english/aspose.cells.pivot/pivottable/page_field_order/_index.md
index 17fa403186..6feda026a4 100644
--- a/english/aspose.cells.pivot/pivottable/page_field_order/_index.md
+++ b/english/aspose.cells.pivot/pivottable/page_field_order/_index.md
@@ -3,7 +3,7 @@ title: page_field_order property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 740
+weight: 790
url: /aspose.cells.pivot/pivottable/page_field_order/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/page_field_wrap_count/_index.md b/english/aspose.cells.pivot/pivottable/page_field_wrap_count/_index.md
index 5a4b75e2c3..7054e4f932 100644
--- a/english/aspose.cells.pivot/pivottable/page_field_wrap_count/_index.md
+++ b/english/aspose.cells.pivot/pivottable/page_field_wrap_count/_index.md
@@ -3,7 +3,7 @@ title: page_field_wrap_count property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 750
+weight: 800
url: /aspose.cells.pivot/pivottable/page_field_wrap_count/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/page_fields/_index.md b/english/aspose.cells.pivot/pivottable/page_fields/_index.md
index 64bd4a6b98..732bc84897 100644
--- a/english/aspose.cells.pivot/pivottable/page_fields/_index.md
+++ b/english/aspose.cells.pivot/pivottable/page_fields/_index.md
@@ -3,7 +3,7 @@ title: page_fields property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 760
+weight: 810
url: /aspose.cells.pivot/pivottable/page_fields/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/pivot_filters/_index.md b/english/aspose.cells.pivot/pivottable/pivot_filters/_index.md
index db58987de0..a96c968090 100644
--- a/english/aspose.cells.pivot/pivottable/pivot_filters/_index.md
+++ b/english/aspose.cells.pivot/pivottable/pivot_filters/_index.md
@@ -3,7 +3,7 @@ title: pivot_filters property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 770
+weight: 820
url: /aspose.cells.pivot/pivottable/pivot_filters/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## pivot_filters property
-Returns a list of pivot filters.
+Returns all filters of pivot fields in the pivot table.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/pivot_format_conditions/_index.md b/english/aspose.cells.pivot/pivottable/pivot_format_conditions/_index.md
index 6affd012af..880faa1618 100644
--- a/english/aspose.cells.pivot/pivottable/pivot_format_conditions/_index.md
+++ b/english/aspose.cells.pivot/pivottable/pivot_format_conditions/_index.md
@@ -3,7 +3,7 @@ title: pivot_format_conditions property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 780
+weight: 830
url: /aspose.cells.pivot/pivottable/pivot_format_conditions/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
Gets the Format Conditions of the pivot table.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use PivotTable.ConditionalFormats property.
+This method will be removed 12 months later since December 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/pivot_formats/_index.md b/english/aspose.cells.pivot/pivottable/pivot_formats/_index.md
index b63ee4a0d6..5531a5a9f6 100644
--- a/english/aspose.cells.pivot/pivottable/pivot_formats/_index.md
+++ b/english/aspose.cells.pivot/pivottable/pivot_formats/_index.md
@@ -3,7 +3,7 @@ title: pivot_formats property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 790
+weight: 840
url: /aspose.cells.pivot/pivottable/pivot_formats/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/pivot_table_style_name/_index.md b/english/aspose.cells.pivot/pivottable/pivot_table_style_name/_index.md
index 88d0d4f824..ca9a67707b 100644
--- a/english/aspose.cells.pivot/pivottable/pivot_table_style_name/_index.md
+++ b/english/aspose.cells.pivot/pivottable/pivot_table_style_name/_index.md
@@ -3,7 +3,7 @@ title: pivot_table_style_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 800
+weight: 850
url: /aspose.cells.pivot/pivottable/pivot_table_style_name/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/pivot_table_style_type/_index.md b/english/aspose.cells.pivot/pivottable/pivot_table_style_type/_index.md
index 7bfcf7d739..75d46d0d19 100644
--- a/english/aspose.cells.pivot/pivottable/pivot_table_style_type/_index.md
+++ b/english/aspose.cells.pivot/pivottable/pivot_table_style_type/_index.md
@@ -3,7 +3,7 @@ title: pivot_table_style_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 810
+weight: 860
url: /aspose.cells.pivot/pivottable/pivot_table_style_type/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/preserve_formatting/_index.md b/english/aspose.cells.pivot/pivottable/preserve_formatting/_index.md
index e5d63cbd75..6951239dc2 100644
--- a/english/aspose.cells.pivot/pivottable/preserve_formatting/_index.md
+++ b/english/aspose.cells.pivot/pivottable/preserve_formatting/_index.md
@@ -3,7 +3,7 @@ title: preserve_formatting property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 820
+weight: 870
url: /aspose.cells.pivot/pivottable/preserve_formatting/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/print_drill/_index.md b/english/aspose.cells.pivot/pivottable/print_drill/_index.md
index c4dd7dbcfb..377f923157 100644
--- a/english/aspose.cells.pivot/pivottable/print_drill/_index.md
+++ b/english/aspose.cells.pivot/pivottable/print_drill/_index.md
@@ -3,7 +3,7 @@ title: print_drill property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 830
+weight: 880
url: /aspose.cells.pivot/pivottable/print_drill/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/print_titles/_index.md b/english/aspose.cells.pivot/pivottable/print_titles/_index.md
index d2ea3fe318..374379ca75 100644
--- a/english/aspose.cells.pivot/pivottable/print_titles/_index.md
+++ b/english/aspose.cells.pivot/pivottable/print_titles/_index.md
@@ -3,7 +3,7 @@ title: print_titles property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 840
+weight: 890
url: /aspose.cells.pivot/pivottable/print_titles/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/refresh_data/_index.md b/english/aspose.cells.pivot/pivottable/refresh_data/_index.md
index 739caad8d3..f0a7a83c60 100644
--- a/english/aspose.cells.pivot/pivottable/refresh_data/_index.md
+++ b/english/aspose.cells.pivot/pivottable/refresh_data/_index.md
@@ -3,7 +3,7 @@ title: refresh_data method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 230
url: /aspose.cells.pivot/pivottable/refresh_data/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/refresh_data_flag/_index.md b/english/aspose.cells.pivot/pivottable/refresh_data_flag/_index.md
index 81cbb0c6e0..f9c529278e 100644
--- a/english/aspose.cells.pivot/pivottable/refresh_data_flag/_index.md
+++ b/english/aspose.cells.pivot/pivottable/refresh_data_flag/_index.md
@@ -3,7 +3,7 @@ title: refresh_data_flag property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 850
+weight: 900
url: /aspose.cells.pivot/pivottable/refresh_data_flag/
is_root: false
---
@@ -12,6 +12,13 @@ is_root: false
Indicates whether Refreshing Data or not.
+
+### Remarks
+
+
+NOTE: This method is now obsolete. Instead,
+This method will be removed 12 months later since December 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/refresh_data_on_opening_file/_index.md b/english/aspose.cells.pivot/pivottable/refresh_data_on_opening_file/_index.md
index 93f6d98d0d..c16da7fd8f 100644
--- a/english/aspose.cells.pivot/pivottable/refresh_data_on_opening_file/_index.md
+++ b/english/aspose.cells.pivot/pivottable/refresh_data_on_opening_file/_index.md
@@ -3,7 +3,7 @@ title: refresh_data_on_opening_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 860
+weight: 910
url: /aspose.cells.pivot/pivottable/refresh_data_on_opening_file/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/refresh_date/_index.md b/english/aspose.cells.pivot/pivottable/refresh_date/_index.md
index 9c2c9c90f3..29aa61cc28 100644
--- a/english/aspose.cells.pivot/pivottable/refresh_date/_index.md
+++ b/english/aspose.cells.pivot/pivottable/refresh_date/_index.md
@@ -3,7 +3,7 @@ title: refresh_date property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 870
+weight: 920
url: /aspose.cells.pivot/pivottable/refresh_date/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/refreshed_by_who/_index.md b/english/aspose.cells.pivot/pivottable/refreshed_by_who/_index.md
index 6d94b36fb5..2cebaa967a 100644
--- a/english/aspose.cells.pivot/pivottable/refreshed_by_who/_index.md
+++ b/english/aspose.cells.pivot/pivottable/refreshed_by_who/_index.md
@@ -3,7 +3,7 @@ title: refreshed_by_who property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 880
+weight: 930
url: /aspose.cells.pivot/pivottable/refreshed_by_who/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/remove_field/_index.md b/english/aspose.cells.pivot/pivottable/remove_field/_index.md
index e655d7f47f..f39eb750b1 100644
--- a/english/aspose.cells.pivot/pivottable/remove_field/_index.md
+++ b/english/aspose.cells.pivot/pivottable/remove_field/_index.md
@@ -3,7 +3,7 @@ title: remove_field method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 240
url: /aspose.cells.pivot/pivottable/remove_field/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page/_index.md b/english/aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page/_index.md
index 4d141af7d7..c4f8403c0f 100644
--- a/english/aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page/_index.md
+++ b/english/aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page/_index.md
@@ -3,7 +3,7 @@ title: repeat_items_on_each_printed_page property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 890
+weight: 940
url: /aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/row_fields/_index.md b/english/aspose.cells.pivot/pivottable/row_fields/_index.md
index b44d73f751..179b7f91fb 100644
--- a/english/aspose.cells.pivot/pivottable/row_fields/_index.md
+++ b/english/aspose.cells.pivot/pivottable/row_fields/_index.md
@@ -3,7 +3,7 @@ title: row_fields property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 900
+weight: 950
url: /aspose.cells.pivot/pivottable/row_fields/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/row_grand/_index.md b/english/aspose.cells.pivot/pivottable/row_grand/_index.md
index f0ac719f2b..182060904e 100644
--- a/english/aspose.cells.pivot/pivottable/row_grand/_index.md
+++ b/english/aspose.cells.pivot/pivottable/row_grand/_index.md
@@ -3,7 +3,7 @@ title: row_grand property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 910
+weight: 960
url: /aspose.cells.pivot/pivottable/row_grand/
is_root: false
---
@@ -11,7 +11,15 @@ is_root: false
## row_grand property
-Indicates whether the PivotTable report shows grand totals for rows.
+Indicates whether to show grand totals for rows of this pivot table.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use PivotTable.ShowRowGrandTotals method.
+This method will be removed 12 months later since December 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/row_header_caption/_index.md b/english/aspose.cells.pivot/pivottable/row_header_caption/_index.md
index d3e5d4dca2..9240ae8b87 100644
--- a/english/aspose.cells.pivot/pivottable/row_header_caption/_index.md
+++ b/english/aspose.cells.pivot/pivottable/row_header_caption/_index.md
@@ -3,7 +3,7 @@ title: row_header_caption property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 920
+weight: 970
url: /aspose.cells.pivot/pivottable/row_header_caption/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/row_range/_index.md b/english/aspose.cells.pivot/pivottable/row_range/_index.md
index f41633df13..5d6aa25fb0 100644
--- a/english/aspose.cells.pivot/pivottable/row_range/_index.md
+++ b/english/aspose.cells.pivot/pivottable/row_range/_index.md
@@ -3,7 +3,7 @@ title: row_range property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 930
+weight: 980
url: /aspose.cells.pivot/pivottable/row_range/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/save_data/_index.md b/english/aspose.cells.pivot/pivottable/save_data/_index.md
index f5f299f4c5..f68109552a 100644
--- a/english/aspose.cells.pivot/pivottable/save_data/_index.md
+++ b/english/aspose.cells.pivot/pivottable/save_data/_index.md
@@ -3,7 +3,7 @@ title: save_data property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 940
+weight: 990
url: /aspose.cells.pivot/pivottable/save_data/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/select_area/_index.md b/english/aspose.cells.pivot/pivottable/select_area/_index.md
new file mode 100644
index 0000000000..497620604c
--- /dev/null
+++ b/english/aspose.cells.pivot/pivottable/select_area/_index.md
@@ -0,0 +1,36 @@
+---
+title: select_area method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 250
+url: /aspose.cells.pivot/pivottable/select_area/
+is_root: false
+---
+
+## select_area {#aspose.cells.CellArea}
+
+Select an area of pivot table view.
+
+
+### Returns
+
+
+
+
+
+```python
+def select_area(self, ca):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| ca | [`CellArea`](/cells/python-net/aspose.cells/cellarea) | The cell area. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable)
diff --git a/english/aspose.cells.pivot/pivottable/set_auto_group_field/_index.md b/english/aspose.cells.pivot/pivottable/set_auto_group_field/_index.md
index 6547b17bab..3cdb94ae6a 100644
--- a/english/aspose.cells.pivot/pivottable/set_auto_group_field/_index.md
+++ b/english/aspose.cells.pivot/pivottable/set_auto_group_field/_index.md
@@ -3,7 +3,7 @@ title: set_auto_group_field method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 260
url: /aspose.cells.pivot/pivottable/set_auto_group_field/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/set_manual_group_field/_index.md b/english/aspose.cells.pivot/pivottable/set_manual_group_field/_index.md
index 812f98e8ad..7cf15f21a4 100644
--- a/english/aspose.cells.pivot/pivottable/set_manual_group_field/_index.md
+++ b/english/aspose.cells.pivot/pivottable/set_manual_group_field/_index.md
@@ -3,7 +3,7 @@ title: set_manual_group_field method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 270
url: /aspose.cells.pivot/pivottable/set_manual_group_field/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/set_ungroup/_index.md b/english/aspose.cells.pivot/pivottable/set_ungroup/_index.md
index 9f47cd077a..9d2965d981 100644
--- a/english/aspose.cells.pivot/pivottable/set_ungroup/_index.md
+++ b/english/aspose.cells.pivot/pivottable/set_ungroup/_index.md
@@ -3,7 +3,7 @@ title: set_ungroup method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 280
url: /aspose.cells.pivot/pivottable/set_ungroup/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_column_grand_totals/_index.md b/english/aspose.cells.pivot/pivottable/show_column_grand_totals/_index.md
new file mode 100644
index 0000000000..a2bb3cc1df
--- /dev/null
+++ b/english/aspose.cells.pivot/pivottable/show_column_grand_totals/_index.md
@@ -0,0 +1,27 @@
+---
+title: show_column_grand_totals property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 1000
+url: /aspose.cells.pivot/pivottable/show_column_grand_totals/
+is_root: false
+---
+
+## show_column_grand_totals property
+
+
+Indicates whether to show grand totals for columns of this pivot table.
+### Definition:
+```python
+@property
+def show_column_grand_totals(self):
+ ...
+@show_column_grand_totals.setter
+def show_column_grand_totals(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable)
diff --git a/english/aspose.cells.pivot/pivottable/show_data_tips/_index.md b/english/aspose.cells.pivot/pivottable/show_data_tips/_index.md
index c87cc5e5df..5368bc2da5 100644
--- a/english/aspose.cells.pivot/pivottable/show_data_tips/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_data_tips/_index.md
@@ -3,7 +3,7 @@ title: show_data_tips property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 950
+weight: 1010
url: /aspose.cells.pivot/pivottable/show_data_tips/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_detail/_index.md b/english/aspose.cells.pivot/pivottable/show_detail/_index.md
index 07574ddfa8..ad1dc9f284 100644
--- a/english/aspose.cells.pivot/pivottable/show_detail/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_detail/_index.md
@@ -3,7 +3,7 @@ title: show_detail method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 290
url: /aspose.cells.pivot/pivottable/show_detail/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_drill/_index.md b/english/aspose.cells.pivot/pivottable/show_drill/_index.md
index 40dc6dfbdd..bb8cdc65ca 100644
--- a/english/aspose.cells.pivot/pivottable/show_drill/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_drill/_index.md
@@ -3,7 +3,7 @@ title: show_drill property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 960
+weight: 1020
url: /aspose.cells.pivot/pivottable/show_drill/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_empty_col/_index.md b/english/aspose.cells.pivot/pivottable/show_empty_col/_index.md
index 00e06bacd1..a8a7001097 100644
--- a/english/aspose.cells.pivot/pivottable/show_empty_col/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_empty_col/_index.md
@@ -3,7 +3,7 @@ title: show_empty_col property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 970
+weight: 1030
url: /aspose.cells.pivot/pivottable/show_empty_col/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## show_empty_col property
-Specifies a boolean value that indicates whether to include empty columns in the table
+Indicates whether to include empty columns in the table
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/show_empty_row/_index.md b/english/aspose.cells.pivot/pivottable/show_empty_row/_index.md
index 21c7e339e2..6ffc84cd93 100644
--- a/english/aspose.cells.pivot/pivottable/show_empty_row/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_empty_row/_index.md
@@ -3,7 +3,7 @@ title: show_empty_row property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 980
+weight: 1040
url: /aspose.cells.pivot/pivottable/show_empty_row/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## show_empty_row property
-Specifies a boolean value that indicates whether to include empty rows in the table.
+Indicates whether to include empty rows in the table.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md b/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md
index ba91b431c6..7fd9f359e8 100644
--- a/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md
@@ -3,7 +3,7 @@ title: show_in_compact_form method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 300
url: /aspose.cells.pivot/pivottable/show_in_compact_form/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_in_outline_form/_index.md b/english/aspose.cells.pivot/pivottable/show_in_outline_form/_index.md
index e21901f77f..d95cee4c07 100644
--- a/english/aspose.cells.pivot/pivottable/show_in_outline_form/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_in_outline_form/_index.md
@@ -3,7 +3,7 @@ title: show_in_outline_form method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 310
url: /aspose.cells.pivot/pivottable/show_in_outline_form/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_in_tabular_form/_index.md b/english/aspose.cells.pivot/pivottable/show_in_tabular_form/_index.md
index f6e003460b..7b583e0d36 100644
--- a/english/aspose.cells.pivot/pivottable/show_in_tabular_form/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_in_tabular_form/_index.md
@@ -3,7 +3,7 @@ title: show_in_tabular_form method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 290
+weight: 320
url: /aspose.cells.pivot/pivottable/show_in_tabular_form/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_member_property_tips/_index.md b/english/aspose.cells.pivot/pivottable/show_member_property_tips/_index.md
index a121b1361f..990215a728 100644
--- a/english/aspose.cells.pivot/pivottable/show_member_property_tips/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_member_property_tips/_index.md
@@ -3,7 +3,7 @@ title: show_member_property_tips property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 990
+weight: 1050
url: /aspose.cells.pivot/pivottable/show_member_property_tips/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_pivot_style_column_header/_index.md b/english/aspose.cells.pivot/pivottable/show_pivot_style_column_header/_index.md
index 36f3c8da90..ac85cbb81c 100644
--- a/english/aspose.cells.pivot/pivottable/show_pivot_style_column_header/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_pivot_style_column_header/_index.md
@@ -3,7 +3,7 @@ title: show_pivot_style_column_header property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1000
+weight: 1060
url: /aspose.cells.pivot/pivottable/show_pivot_style_column_header/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_pivot_style_column_stripes/_index.md b/english/aspose.cells.pivot/pivottable/show_pivot_style_column_stripes/_index.md
index 841ba5119f..422e8f7a4d 100644
--- a/english/aspose.cells.pivot/pivottable/show_pivot_style_column_stripes/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_pivot_style_column_stripes/_index.md
@@ -3,7 +3,7 @@ title: show_pivot_style_column_stripes property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1010
+weight: 1070
url: /aspose.cells.pivot/pivottable/show_pivot_style_column_stripes/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_pivot_style_last_column/_index.md b/english/aspose.cells.pivot/pivottable/show_pivot_style_last_column/_index.md
index e3dabce85f..2d1a096c34 100644
--- a/english/aspose.cells.pivot/pivottable/show_pivot_style_last_column/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_pivot_style_last_column/_index.md
@@ -3,7 +3,7 @@ title: show_pivot_style_last_column property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1020
+weight: 1080
url: /aspose.cells.pivot/pivottable/show_pivot_style_last_column/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_pivot_style_row_header/_index.md b/english/aspose.cells.pivot/pivottable/show_pivot_style_row_header/_index.md
index f347457f92..18b731869c 100644
--- a/english/aspose.cells.pivot/pivottable/show_pivot_style_row_header/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_pivot_style_row_header/_index.md
@@ -3,7 +3,7 @@ title: show_pivot_style_row_header property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1030
+weight: 1090
url: /aspose.cells.pivot/pivottable/show_pivot_style_row_header/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_pivot_style_row_stripes/_index.md b/english/aspose.cells.pivot/pivottable/show_pivot_style_row_stripes/_index.md
index 690bb53376..ca22bd9d41 100644
--- a/english/aspose.cells.pivot/pivottable/show_pivot_style_row_stripes/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_pivot_style_row_stripes/_index.md
@@ -3,7 +3,7 @@ title: show_pivot_style_row_stripes property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1040
+weight: 1100
url: /aspose.cells.pivot/pivottable/show_pivot_style_row_stripes/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_report_filter_page/_index.md b/english/aspose.cells.pivot/pivottable/show_report_filter_page/_index.md
index e004317899..38d372af36 100644
--- a/english/aspose.cells.pivot/pivottable/show_report_filter_page/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_report_filter_page/_index.md
@@ -3,7 +3,7 @@ title: show_report_filter_page method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 300
+weight: 330
url: /aspose.cells.pivot/pivottable/show_report_filter_page/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_index/_index.md b/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_index/_index.md
index 5e5eb0adf5..a53fc373e6 100644
--- a/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_index/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_index/_index.md
@@ -3,7 +3,7 @@ title: show_report_filter_page_by_index method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 310
+weight: 340
url: /aspose.cells.pivot/pivottable/show_report_filter_page_by_index/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_name/_index.md b/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_name/_index.md
index 212919be3b..ca11033851 100644
--- a/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_name/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_name/_index.md
@@ -3,7 +3,7 @@ title: show_report_filter_page_by_name method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 320
+weight: 350
url: /aspose.cells.pivot/pivottable/show_report_filter_page_by_name/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_row_grand_totals/_index.md b/english/aspose.cells.pivot/pivottable/show_row_grand_totals/_index.md
new file mode 100644
index 0000000000..dd0a17f8fd
--- /dev/null
+++ b/english/aspose.cells.pivot/pivottable/show_row_grand_totals/_index.md
@@ -0,0 +1,27 @@
+---
+title: show_row_grand_totals property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 1110
+url: /aspose.cells.pivot/pivottable/show_row_grand_totals/
+is_root: false
+---
+
+## show_row_grand_totals property
+
+
+Indicates whether to show grand totals for rows of the pivot table.
+### Definition:
+```python
+@property
+def show_row_grand_totals(self):
+ ...
+@show_row_grand_totals.setter
+def show_row_grand_totals(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable)
diff --git a/english/aspose.cells.pivot/pivottable/show_row_header_caption/_index.md b/english/aspose.cells.pivot/pivottable/show_row_header_caption/_index.md
index 8b2f9a6a37..cdcbfed750 100644
--- a/english/aspose.cells.pivot/pivottable/show_row_header_caption/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_row_header_caption/_index.md
@@ -3,7 +3,7 @@ title: show_row_header_caption property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1050
+weight: 1120
url: /aspose.cells.pivot/pivottable/show_row_header_caption/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_values_row/_index.md b/english/aspose.cells.pivot/pivottable/show_values_row/_index.md
index 17201ce376..efaf7d057f 100644
--- a/english/aspose.cells.pivot/pivottable/show_values_row/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_values_row/_index.md
@@ -3,7 +3,7 @@ title: show_values_row property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1060
+weight: 1130
url: /aspose.cells.pivot/pivottable/show_values_row/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/source_type/_index.md b/english/aspose.cells.pivot/pivottable/source_type/_index.md
index 6abff28b1a..2584da2142 100644
--- a/english/aspose.cells.pivot/pivottable/source_type/_index.md
+++ b/english/aspose.cells.pivot/pivottable/source_type/_index.md
@@ -3,7 +3,7 @@ title: source_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1070
+weight: 1140
url: /aspose.cells.pivot/pivottable/source_type/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/subtotal_hidden_page_items/_index.md b/english/aspose.cells.pivot/pivottable/subtotal_hidden_page_items/_index.md
index 53bd7e44a4..54401f1ce6 100644
--- a/english/aspose.cells.pivot/pivottable/subtotal_hidden_page_items/_index.md
+++ b/english/aspose.cells.pivot/pivottable/subtotal_hidden_page_items/_index.md
@@ -3,7 +3,7 @@ title: subtotal_hidden_page_items property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1080
+weight: 1150
url: /aspose.cells.pivot/pivottable/subtotal_hidden_page_items/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/table_range1/_index.md b/english/aspose.cells.pivot/pivottable/table_range1/_index.md
index 2d192a093f..afade3c574 100644
--- a/english/aspose.cells.pivot/pivottable/table_range1/_index.md
+++ b/english/aspose.cells.pivot/pivottable/table_range1/_index.md
@@ -3,7 +3,7 @@ title: table_range1 property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1090
+weight: 1160
url: /aspose.cells.pivot/pivottable/table_range1/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/table_range2/_index.md b/english/aspose.cells.pivot/pivottable/table_range2/_index.md
index b4ad077826..38af09befa 100644
--- a/english/aspose.cells.pivot/pivottable/table_range2/_index.md
+++ b/english/aspose.cells.pivot/pivottable/table_range2/_index.md
@@ -3,7 +3,7 @@ title: table_range2 property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1100
+weight: 1170
url: /aspose.cells.pivot/pivottable/table_range2/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/tag/_index.md b/english/aspose.cells.pivot/pivottable/tag/_index.md
index 7538280ccb..5910fae836 100644
--- a/english/aspose.cells.pivot/pivottable/tag/_index.md
+++ b/english/aspose.cells.pivot/pivottable/tag/_index.md
@@ -3,7 +3,7 @@ title: tag property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1110
+weight: 1180
url: /aspose.cells.pivot/pivottable/tag/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottableautoformattype/_index.md b/english/aspose.cells.pivot/pivottableautoformattype/_index.md
index 1988490e33..827fa49b50 100644
--- a/english/aspose.cells.pivot/pivottableautoformattype/_index.md
+++ b/english/aspose.cells.pivot/pivottableautoformattype/_index.md
@@ -3,7 +3,7 @@ title: PivotTableAutoFormatType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 410
+weight: 440
url: /aspose.cells.pivot/pivottableautoformattype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottablecalculateoption/_index.md b/english/aspose.cells.pivot/pivottablecalculateoption/_index.md
index 5ad2195a1f..3ef51032c3 100644
--- a/english/aspose.cells.pivot/pivottablecalculateoption/_index.md
+++ b/english/aspose.cells.pivot/pivottablecalculateoption/_index.md
@@ -3,7 +3,7 @@ title: PivotTableCalculateOption class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 240
url: /aspose.cells.pivot/pivottablecalculateoption/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottablecollection/_index.md b/english/aspose.cells.pivot/pivottablecollection/_index.md
index e2b6b40e78..cf92aa8a0c 100644
--- a/english/aspose.cells.pivot/pivottablecollection/_index.md
+++ b/english/aspose.cells.pivot/pivottablecollection/_index.md
@@ -3,7 +3,7 @@ title: PivotTableCollection class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 250
url: /aspose.cells.pivot/pivottablecollection/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottableformat/_index.md b/english/aspose.cells.pivot/pivottableformat/_index.md
index 26c91a22aa..00fbf74c3e 100644
--- a/english/aspose.cells.pivot/pivottableformat/_index.md
+++ b/english/aspose.cells.pivot/pivottableformat/_index.md
@@ -3,7 +3,7 @@ title: PivotTableFormat class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 260
url: /aspose.cells.pivot/pivottableformat/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottableformatcollection/_index.md b/english/aspose.cells.pivot/pivottableformatcollection/_index.md
index 13d9e3f739..b3a3656f28 100644
--- a/english/aspose.cells.pivot/pivottableformatcollection/_index.md
+++ b/english/aspose.cells.pivot/pivottableformatcollection/_index.md
@@ -3,7 +3,7 @@ title: PivotTableFormatCollection class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 270
url: /aspose.cells.pivot/pivottableformatcollection/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottablerefreshoption/_index.md b/english/aspose.cells.pivot/pivottablerefreshoption/_index.md
index ce0b0872b4..95b2037a96 100644
--- a/english/aspose.cells.pivot/pivottablerefreshoption/_index.md
+++ b/english/aspose.cells.pivot/pivottablerefreshoption/_index.md
@@ -3,7 +3,7 @@ title: PivotTableRefreshOption class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 280
url: /aspose.cells.pivot/pivottablerefreshoption/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottableselectiontype/_index.md b/english/aspose.cells.pivot/pivottableselectiontype/_index.md
index 3775b119dd..781ce414bc 100644
--- a/english/aspose.cells.pivot/pivottableselectiontype/_index.md
+++ b/english/aspose.cells.pivot/pivottableselectiontype/_index.md
@@ -3,7 +3,7 @@ title: PivotTableSelectionType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 420
+weight: 450
url: /aspose.cells.pivot/pivottableselectiontype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottablesourcetype/_index.md b/english/aspose.cells.pivot/pivottablesourcetype/_index.md
index e1a2f14374..399c7686ab 100644
--- a/english/aspose.cells.pivot/pivottablesourcetype/_index.md
+++ b/english/aspose.cells.pivot/pivottablesourcetype/_index.md
@@ -3,7 +3,7 @@ title: PivotTableSourceType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 430
+weight: 460
url: /aspose.cells.pivot/pivottablesourcetype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottablestyletype/_index.md b/english/aspose.cells.pivot/pivottablestyletype/_index.md
index adc93f2f5a..1a31fbb03e 100644
--- a/english/aspose.cells.pivot/pivottablestyletype/_index.md
+++ b/english/aspose.cells.pivot/pivottablestyletype/_index.md
@@ -3,7 +3,7 @@ title: PivotTableStyleType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 440
+weight: 470
url: /aspose.cells.pivot/pivottablestyletype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/reservemissingpivotitemtype/_index.md b/english/aspose.cells.pivot/reservemissingpivotitemtype/_index.md
index a604dd0968..5da82d8a0b 100644
--- a/english/aspose.cells.pivot/reservemissingpivotitemtype/_index.md
+++ b/english/aspose.cells.pivot/reservemissingpivotitemtype/_index.md
@@ -3,7 +3,7 @@ title: ReserveMissingPivotItemType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 450
+weight: 480
url: /aspose.cells.pivot/reservemissingpivotitemtype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/sxrng/_index.md b/english/aspose.cells.pivot/sxrng/_index.md
index c18630185c..719a1846fc 100644
--- a/english/aspose.cells.pivot/sxrng/_index.md
+++ b/english/aspose.cells.pivot/sxrng/_index.md
@@ -3,7 +3,7 @@ title: SxRng class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 290
url: /aspose.cells.pivot/sxrng/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/_index.md b/english/aspose.cells.saving/ebooksaveoptions/_index.md
index d85e5b9c9a..c2e84807ae 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/_index.md
@@ -112,6 +112,7 @@ The EbookSaveOptions type exposes the following members:
| [office_math_output_mode](/cells/python-net/aspose.cells.saving/ebooksaveoptions/office_math_output_mode) | Indicates how export OfficeMath objects to HTML, Default value is Image. |
| [cell_name_attribute](/cells/python-net/aspose.cells.saving/ebooksaveoptions/cell_name_attribute) | Specifies the attribute that indicates the CellName to be written.
(e.g. If the value is "id", then for cell "A1", the output will be: