Skip to content

Commit deb848a

Browse files
committed
26.1
1 parent 79e390e commit deb848a

30 files changed

Lines changed: 929 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: SeriesCollection indexer
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 130
7+
url: /aspose.cells.charts/seriescollection/__getitem__/
8+
is_root: false
9+
---
10+
11+
## SeriesCollection indexer
12+
13+
14+
Gets the [`Series`](/cells/python-net/aspose.cells.charts/series) element at the specified index.
15+
### Indexer
16+
| Name | Description |
17+
| :- | :- |
18+
| index | The zero based index of the element. |
19+
20+
21+
22+
### Returns
23+
24+
25+
The element at the specified index.
26+
27+
### See Also
28+
* module [`aspose.cells.charts`](../../)
29+
* class [`Series`](/cells/python-net/aspose.cells.charts/series)
30+
* class [`SeriesCollection`](/cells/python-net/aspose.cells.charts/seriescollection)
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: remove_sparkline method
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 70
7+
url: /aspose.cells.charts/sparklinecollection/remove_sparkline/
8+
is_root: false
9+
---
10+
11+
## remove_sparkline(self, o) {#aspose.cells.charts.Sparkline}
12+
13+
Removes the sparkline
14+
15+
16+
17+
```python
18+
19+
def remove_sparkline(self, o):
20+
...
21+
```
22+
23+
24+
| Parameter | Type | Description |
25+
| :- | :- | :- |
26+
| o | aspose.cells.charts.Sparkline | |
27+
28+
29+
30+
### See Also
31+
* module [`aspose.cells.charts`](../../)
32+
* class [`SparklineCollection`](/cells/python-net/aspose.cells.charts/sparklinecollection)
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: set_name method
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 30
7+
url: /aspose.cells.drawing.texts/textoptions/set_name/
8+
is_root: false
9+
---
10+
11+
## set_name(self, name, type) {#System.String-aspose.cells.FontSchemeType}
12+
13+
Sets name and scheme of the font.
14+
15+
16+
17+
```python
18+
19+
def set_name(self, name, type):
20+
...
21+
```
22+
23+
24+
| Parameter | Type | Description |
25+
| :- | :- | :- |
26+
| name | System.String | |
27+
| type | aspose.cells.FontSchemeType | |
28+
29+
30+
31+
### See Also
32+
* module [`aspose.cells.drawing.texts`](../../)
33+
* class [`TextOptions`](/cells/python-net/aspose.cells.drawing.texts/textoptions)
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: add_pivot_area method
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 30
7+
url: /aspose.cells.pivot/pivotareacollection/add_pivot_area/
8+
is_root: false
9+
---
10+
11+
## add_pivot_area(self, pivot_area) {#aspose.cells.pivot.PivotArea}
12+
13+
Adds pivot area into this collection.
14+
15+
16+
### Returns
17+
18+
19+
index of the added pivot area in this collection
20+
21+
22+
```python
23+
24+
def add_pivot_area(self, pivot_area):
25+
...
26+
```
27+
28+
29+
| Parameter | Type | Description |
30+
| :- | :- | :- |
31+
| pivot_area | aspose.cells.pivot.PivotArea | |
32+
33+
34+
35+
### See Also
36+
* module [`aspose.cells.pivot`](../../)
37+
* class [`PivotAreaCollection`](/cells/python-net/aspose.cells.pivot/pivotareacollection)
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: get_max_value method
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 110
7+
url: /aspose.cells.pivot/pivotfield/get_max_value/
8+
is_root: false
9+
---
10+
11+
## get_max_value(self) {#}
12+
13+
Gets the max value of this field.
14+
15+
16+
### Returns
17+
18+
19+
20+
21+
22+
```python
23+
24+
def get_max_value(self):
25+
...
26+
```
27+
28+
29+
### Remarks
30+
31+
Only works for row or column fields which value must be date time, number or blank.
32+
33+
34+
### See Also
35+
* module [`aspose.cells.pivot`](../../)
36+
* class [`CellValue`](/cells/python-net/aspose.cells/cellvalue)
37+
* class [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield)
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: get_min_value method
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 120
7+
url: /aspose.cells.pivot/pivotfield/get_min_value/
8+
is_root: false
9+
---
10+
11+
## get_min_value(self) {#}
12+
13+
Gets the max value of this field.
14+
15+
16+
### Returns
17+
18+
19+
20+
21+
22+
```python
23+
24+
def get_min_value(self):
25+
...
26+
```
27+
28+
29+
### Remarks
30+
31+
Only works for row or column fields which value must be date time, number or blank.
32+
33+
34+
### See Also
35+
* module [`aspose.cells.pivot`](../../)
36+
* class [`CellValue`](/cells/python-net/aspose.cells/cellvalue)
37+
* class [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield)
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: is_keep_original_order property
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 30
7+
url: /aspose.cells.pivot/pivottablerefreshoption/is_keep_original_order/
8+
is_root: false
9+
---
10+
11+
## is_keep_original_order property
12+
13+
14+
Indicates whether to keep pivot items' original order as old data source.
15+
16+
### Remarks
17+
18+
19+
Only applicable for the pivot field which is not sorted.
20+
When refreshing such kind of pivot field, Ms Excel keeps the original order of old data source.
21+
Default value of this property is true, representing the same behavior with Ms Excel.
22+
If user needs the pivot field to be refreshed completely as the data in the new data source, this property should be set as false.
23+
### Definition:
24+
```python
25+
@property
26+
def is_keep_original_order(self):
27+
...
28+
@is_keep_original_order.setter
29+
def is_keep_original_order(self, value):
30+
...
31+
```
32+
33+
### See Also
34+
* module [`aspose.cells.pivot`](../../)
35+
* class [`PivotTableRefreshOption`](/cells/python-net/aspose.cells.pivot/pivottablerefreshoption)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: ItemsWithNoDataShowMode enumeration
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 60
7+
url: /aspose.cells.slicers/itemswithnodatashowmode/
8+
is_root: false
9+
---
10+
11+
## ItemsWithNoDataShowMode enumeration
12+
13+
Represent the type how to show items with no data for slicer.
14+
15+
16+
17+
The ItemsWithNoDataShowMode type exposes the following members:
18+
19+
### Fields
20+
| Field | Description |
21+
| :- | :- |
22+
| NONE | Hide items with no data. |
23+
| LAST | Show items with no data last. |
24+
| NATURAL | Show items with no data with natural order. |
25+
26+
27+
28+
### See Also
29+
* module [`aspose.cells.slicers`](..)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: first_item_index property
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 110
7+
url: /aspose.cells.slicers/slicer/first_item_index/
8+
is_root: false
9+
---
10+
11+
## first_item_index property
12+
13+
14+
Specifies the zero-based index of the first slicer item.
15+
### Definition:
16+
```python
17+
@property
18+
def first_item_index(self):
19+
...
20+
@first_item_index.setter
21+
def first_item_index(self, value):
22+
...
23+
```
24+
25+
### See Also
26+
* module [`aspose.cells.slicers`](../../)
27+
* class [`Slicer`](/cells/python-net/aspose.cells.slicers/slicer)
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: show_all_items property
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 260
7+
url: /aspose.cells.slicers/slicer/show_all_items/
8+
is_root: false
9+
---
10+
11+
## show_all_items property
12+
13+
14+
Indicates whether to show all items even if there are no data or they are deleted.
15+
Default value is true;
16+
### Definition:
17+
```python
18+
@property
19+
def show_all_items(self):
20+
...
21+
@show_all_items.setter
22+
def show_all_items(self, value):
23+
...
24+
```
25+
26+
### See Also
27+
* module [`aspose.cells.slicers`](../../)
28+
* class [`Slicer`](/cells/python-net/aspose.cells.slicers/slicer)

0 commit comments

Comments
 (0)