Skip to content

python net 25.1 #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 5 additions & 2 deletions english/aspose.cells.pivot/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand All @@ -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. |
Expand Down
3 changes: 3 additions & 0 deletions english/aspose.cells.pivot/pivotarea/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |



Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.pivot/pivotarea/axis_type/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.pivot/pivotarea/filters/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
33 changes: 33 additions & 0 deletions english/aspose.cells.pivot/pivotarea/get_cell_areas/_index.md
Original file line number Diff line number Diff line change
@@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.pivot/pivotarea/is_outline/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.pivot/pivotarea/only_data/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.pivot/pivotarea/only_label/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.pivot/pivotarea/rule_type/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.pivot/pivotarea/select/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
50 changes: 50 additions & 0 deletions english/aspose.cells.pivot/pivotarea/select_field/_index.md
Original file line number Diff line number Diff line change
@@ -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)
42 changes: 42 additions & 0 deletions english/aspose.cells.pivot/pivotareacollection/_index.md
Original file line number Diff line number Diff line change
@@ -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`](..)
53 changes: 53 additions & 0 deletions english/aspose.cells.pivot/pivotareacollection/add/_index.md
Original file line number Diff line number Diff line change
@@ -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)
Original file line number Diff line number Diff line change
@@ -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)
25 changes: 25 additions & 0 deletions english/aspose.cells.pivot/pivotareacollection/capacity/_index.md
Original file line number Diff line number Diff line change
@@ -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)
Loading
Loading