diff --git a/english/aspose.cells.charts/ticklabels/_index.md b/english/aspose.cells.charts/ticklabels/_index.md index 2ecac57d15..a5ebfd3d5d 100644 --- a/english/aspose.cells.charts/ticklabels/_index.md +++ b/english/aspose.cells.charts/ticklabels/_index.md @@ -28,7 +28,7 @@ The TickLabels type exposes the following members: | [number](/cells/python-net/aspose.cells.charts/ticklabels/number) | Represents the format number for the TickLabels object. | | [number_format_linked](/cells/python-net/aspose.cells.charts/ticklabels/number_format_linked) | True if the number format is linked to the cells
(so that the number format changes in the labels when it changes in the cells). | | [display_number_format](/cells/python-net/aspose.cells.charts/ticklabels/display_number_format) | Gets and sets the display number format of tick labels. | -| [offset](/cells/python-net/aspose.cells.charts/ticklabels/offset) | Gets and sets the distance between the axis labels and the axis line. | +| [offset](/cells/python-net/aspose.cells.charts/ticklabels/offset) | Gets and sets the distance of labels from the category axis.
Only for category (x) axis. | | [text_direction](/cells/python-net/aspose.cells.charts/ticklabels/text_direction) | Represents text reading order. | | [reading_order](/cells/python-net/aspose.cells.charts/ticklabels/reading_order) | Represents text reading order. | | [direction_type](/cells/python-net/aspose.cells.charts/ticklabels/direction_type) | Gets and sets the direction of text. | diff --git a/english/aspose.cells.charts/ticklabels/offset/_index.md b/english/aspose.cells.charts/ticklabels/offset/_index.md index de0fe42461..771d6de6e2 100644 --- a/english/aspose.cells.charts/ticklabels/offset/_index.md +++ b/english/aspose.cells.charts/ticklabels/offset/_index.md @@ -11,13 +11,14 @@ is_root: false ## offset property -Gets and sets the distance between the axis labels and the axis line. +Gets and sets the distance of labels from the category axis. +Only for category (x) axis. ### Remarks The default distance is 100 percent, which represents the default spacing between the axis labels and the axis line. -The value can be an integer percentage from 0 through 1000, relative to the axis label’s font size. +The value can be an integer percentage from 0 through 1000, relative to the axis label''s font size. ### Definition: ```python @property diff --git a/english/aspose.cells.datamodels/datamodeltablecollection/_index.md b/english/aspose.cells.datamodels/datamodeltablecollection/_index.md index 3f700f2e97..96fe37d8ad 100644 --- a/english/aspose.cells.datamodels/datamodeltablecollection/_index.md +++ b/english/aspose.cells.datamodels/datamodeltablecollection/_index.md @@ -32,6 +32,7 @@ The DataModelTableCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/last_index_of/#aspose.cells.datamodels.datamodeltable) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/last_index_of/#aspose.cells.datamodels.datamodeltable-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(self, item, index, count)`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/last_index_of/#aspose.cells.datamodels.datamodeltable-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. | +| [`get(self, name)`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/get/#str) | Gets the data model table by the name. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/binary_search/#aspose.cells.datamodels.datamodeltable) | 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.datamodels/datamodeltablecollection/capacity/_index.md b/english/aspose.cells.datamodels/datamodeltablecollection/capacity/_index.md index f39a159f91..bfbb590ce7 100644 --- a/english/aspose.cells.datamodels/datamodeltablecollection/capacity/_index.md +++ b/english/aspose.cells.datamodels/datamodeltablecollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.datamodels/datamodeltablecollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.datamodels/datamodeltablecollection/get/_index.md b/english/aspose.cells.datamodels/datamodeltablecollection/get/_index.md new file mode 100644 index 0000000000..a5a540cac5 --- /dev/null +++ b/english/aspose.cells.datamodels/datamodeltablecollection/get/_index.md @@ -0,0 +1,37 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 40 +url: /aspose.cells.datamodels/datamodeltablecollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Gets the data model table by the name. + + +### Returns + + + + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | The name of data model table. | + + + +### See Also +* module [`aspose.cells.datamodels`](../../) +* class [`DataModelTableCollection`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection) diff --git a/english/aspose.cells.datamodels/datamodeltablecollection/index_of/_index.md b/english/aspose.cells.datamodels/datamodeltablecollection/index_of/_index.md index 70d23f94af..62c8fdc3ff 100644 --- a/english/aspose.cells.datamodels/datamodeltablecollection/index_of/_index.md +++ b/english/aspose.cells.datamodels/datamodeltablecollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 40 +weight: 50 url: /aspose.cells.datamodels/datamodeltablecollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.datamodels/datamodeltablecollection/last_index_of/_index.md b/english/aspose.cells.datamodels/datamodeltablecollection/last_index_of/_index.md index e8cc0a38e6..ea560f9710 100644 --- a/english/aspose.cells.datamodels/datamodeltablecollection/last_index_of/_index.md +++ b/english/aspose.cells.datamodels/datamodeltablecollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.datamodels/datamodeltablecollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.drawing/picturecollection/_index.md b/english/aspose.cells.drawing/picturecollection/_index.md index ecd23bcb82..de889b6e29 100644 --- a/english/aspose.cells.drawing/picturecollection/_index.md +++ b/english/aspose.cells.drawing/picturecollection/_index.md @@ -38,6 +38,7 @@ The PictureCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing/picturecollection/last_index_of/#aspose.cells.drawing.picture) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/picturecollection/last_index_of/#aspose.cells.drawing.picture-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(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/picturecollection/last_index_of/#aspose.cells.drawing.picture-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. | +| [`camera(self, row, column, range)`](/cells/python-net/aspose.cells.drawing/picturecollection/camera/#int-int-str) | Takes a photo of the range. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing/picturecollection/binary_search/#aspose.cells.drawing.picture) | 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.drawing/picturecollection/camera/_index.md b/english/aspose.cells.drawing/picturecollection/camera/_index.md new file mode 100644 index 0000000000..53135cae6e --- /dev/null +++ b/english/aspose.cells.drawing/picturecollection/camera/_index.md @@ -0,0 +1,39 @@ +--- +title: camera method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 40 +url: /aspose.cells.drawing/picturecollection/camera/ +is_root: false +--- + +## camera(self, row, column, range) {#int-int-str} + +Takes a photo of the range. + + +### Returns + + + + + +```python + +def camera(self, row, column, range): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| row | int | The row index of this picture. | +| column | int | The column index of this picture. | +| range | str | The area that requires photography | + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`PictureCollection`](/cells/python-net/aspose.cells.drawing/picturecollection) diff --git a/english/aspose.cells.drawing/picturecollection/capacity/_index.md b/english/aspose.cells.drawing/picturecollection/capacity/_index.md index 50813b50f2..1e2065c2cc 100644 --- a/english/aspose.cells.drawing/picturecollection/capacity/_index.md +++ b/english/aspose.cells.drawing/picturecollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/picturecollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.drawing/picturecollection/copy_to/_index.md b/english/aspose.cells.drawing/picturecollection/copy_to/_index.md index fde19596c5..9324779f9c 100644 --- a/english/aspose.cells.drawing/picturecollection/copy_to/_index.md +++ b/english/aspose.cells.drawing/picturecollection/copy_to/_index.md @@ -3,7 +3,7 @@ title: copy_to method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 40 +weight: 50 url: /aspose.cells.drawing/picturecollection/copy_to/ is_root: false --- diff --git a/english/aspose.cells.drawing/picturecollection/index_of/_index.md b/english/aspose.cells.drawing/picturecollection/index_of/_index.md index b70064a662..cdc60ea12b 100644 --- a/english/aspose.cells.drawing/picturecollection/index_of/_index.md +++ b/english/aspose.cells.drawing/picturecollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.drawing/picturecollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.drawing/picturecollection/last_index_of/_index.md b/english/aspose.cells.drawing/picturecollection/last_index_of/_index.md index 3a94705d91..aabc40fa7c 100644 --- a/english/aspose.cells.drawing/picturecollection/last_index_of/_index.md +++ b/english/aspose.cells.drawing/picturecollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/picturecollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.drawing/shapecollection/_index.md b/english/aspose.cells.drawing/shapecollection/_index.md index e733d76e08..91e34dcb74 100644 --- a/english/aspose.cells.drawing/shapecollection/_index.md +++ b/english/aspose.cells.drawing/shapecollection/_index.md @@ -38,6 +38,7 @@ The ShapeCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing/shapecollection/last_index_of/#aspose.cells.drawing.shape) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/shapecollection/last_index_of/#aspose.cells.drawing.shape-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(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/shapecollection/last_index_of/#aspose.cells.drawing.shape-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. | +| [`get(self, name)`](/cells/python-net/aspose.cells.drawing/shapecollection/get/#str) | Gets the [`Shape`](/cells/python-net/aspose.cells.drawing/shape) object by the name of the shape. | | [`add_copy(self, source_shape, top_row, top, left_column, left)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_copy/#aspose.cells.drawing.shape-int-int-int-int) | Adds and copy a shape to the worksheet. | | [`add_check_box(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_check_box/#int-int-int-int-int-int) | Adds a checkbox to the worksheet. | | [`add_text_box(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_text_box/#int-int-int-int-int-int) | Adds a text box to the worksheet. | @@ -102,3 +103,4 @@ workbook.save("result.xlsx") ### See Also * module [`aspose.cells.drawing`](..) +* class [`Shape`](/cells/python-net/aspose.cells.drawing/shape) diff --git a/english/aspose.cells.drawing/shapecollection/capacity/_index.md b/english/aspose.cells.drawing/shapecollection/capacity/_index.md index fd53ae3991..88bd85f5ce 100644 --- a/english/aspose.cells.drawing/shapecollection/capacity/_index.md +++ b/english/aspose.cells.drawing/shapecollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/shapecollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.drawing/shapecollection/get/_index.md b/english/aspose.cells.drawing/shapecollection/get/_index.md new file mode 100644 index 0000000000..e433f5f0e5 --- /dev/null +++ b/english/aspose.cells.drawing/shapecollection/get/_index.md @@ -0,0 +1,33 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 450 +url: /aspose.cells.drawing/shapecollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Gets the [`Shape`](/cells/python-net/aspose.cells.drawing/shape) object by the name of the shape. + + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | The name of the shape. | + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`Shape`](/cells/python-net/aspose.cells.drawing/shape) +* class [`ShapeCollection`](/cells/python-net/aspose.cells.drawing/shapecollection) diff --git a/english/aspose.cells.drawing/shapecollection/group/_index.md b/english/aspose.cells.drawing/shapecollection/group/_index.md index 37a6b09a70..5196757de2 100644 --- a/english/aspose.cells.drawing/shapecollection/group/_index.md +++ b/english/aspose.cells.drawing/shapecollection/group/_index.md @@ -3,7 +3,7 @@ title: group method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/shapecollection/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/shapecollection/index_of/_index.md b/english/aspose.cells.drawing/shapecollection/index_of/_index.md index cb34bc6f8c..ee66a7e5b5 100644 --- a/english/aspose.cells.drawing/shapecollection/index_of/_index.md +++ b/english/aspose.cells.drawing/shapecollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/shapecollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.drawing/shapecollection/last_index_of/_index.md b/english/aspose.cells.drawing/shapecollection/last_index_of/_index.md index e1dd55b941..c6e1d8e3d9 100644 --- a/english/aspose.cells.drawing/shapecollection/last_index_of/_index.md +++ b/english/aspose.cells.drawing/shapecollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/shapecollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.drawing/shapecollection/remove_a_shape/_index.md b/english/aspose.cells.drawing/shapecollection/remove_a_shape/_index.md index 17682319a5..b43a2a2b61 100644 --- a/english/aspose.cells.drawing/shapecollection/remove_a_shape/_index.md +++ b/english/aspose.cells.drawing/shapecollection/remove_a_shape/_index.md @@ -3,7 +3,7 @@ title: remove_a_shape method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/shapecollection/remove_a_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/shapecollection/ungroup/_index.md b/english/aspose.cells.drawing/shapecollection/ungroup/_index.md index cb1b82bcfe..960a8634a7 100644 --- a/english/aspose.cells.drawing/shapecollection/ungroup/_index.md +++ b/english/aspose.cells.drawing/shapecollection/ungroup/_index.md @@ -3,7 +3,7 @@ title: ungroup method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/shapecollection/ungroup/ is_root: false --- diff --git a/english/aspose.cells.drawing/shapecollection/update_selected_value/_index.md b/english/aspose.cells.drawing/shapecollection/update_selected_value/_index.md index 44ab08f549..dfe91853a1 100644 --- a/english/aspose.cells.drawing/shapecollection/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/shapecollection/update_selected_value/_index.md @@ -3,7 +3,7 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/shapecollection/update_selected_value/ is_root: false --- diff --git a/english/aspose.cells.drawing/textboxcollection/_index.md b/english/aspose.cells.drawing/textboxcollection/_index.md index a8ba244a6c..8c126e4599 100644 --- a/english/aspose.cells.drawing/textboxcollection/_index.md +++ b/english/aspose.cells.drawing/textboxcollection/_index.md @@ -32,6 +32,7 @@ The TextBoxCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing/textboxcollection/last_index_of/#aspose.cells.drawing.textbox) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/textboxcollection/last_index_of/#aspose.cells.drawing.textbox-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(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/textboxcollection/last_index_of/#aspose.cells.drawing.textbox-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. | +| [`get(self, name)`](/cells/python-net/aspose.cells.drawing/textboxcollection/get/#str) | Gets the [`TextBox`](/cells/python-net/aspose.cells.drawing/textbox) element by the name. | | [`add(self, upper_left_row, upper_left_column, height, width)`](/cells/python-net/aspose.cells.drawing/textboxcollection/add/#int-int-int-int) | Adds a textbox to the collection. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing/textboxcollection/binary_search/#aspose.cells.drawing.textbox) | 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.drawing/textboxcollection/capacity/_index.md b/english/aspose.cells.drawing/textboxcollection/capacity/_index.md index b609eff957..e75646ec6b 100644 --- a/english/aspose.cells.drawing/textboxcollection/capacity/_index.md +++ b/english/aspose.cells.drawing/textboxcollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/textboxcollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.drawing/textboxcollection/get/_index.md b/english/aspose.cells.drawing/textboxcollection/get/_index.md new file mode 100644 index 0000000000..8a5889add5 --- /dev/null +++ b/english/aspose.cells.drawing/textboxcollection/get/_index.md @@ -0,0 +1,38 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 50 +url: /aspose.cells.drawing/textboxcollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Gets the [`TextBox`](/cells/python-net/aspose.cells.drawing/textbox) element by the name. + + +### Returns + + + + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | The name of the text box. | + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`TextBox`](/cells/python-net/aspose.cells.drawing/textbox) +* class [`TextBoxCollection`](/cells/python-net/aspose.cells.drawing/textboxcollection) diff --git a/english/aspose.cells.drawing/textboxcollection/index_of/_index.md b/english/aspose.cells.drawing/textboxcollection/index_of/_index.md index b680b89f75..49ff9dd450 100644 --- a/english/aspose.cells.drawing/textboxcollection/index_of/_index.md +++ b/english/aspose.cells.drawing/textboxcollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.drawing/textboxcollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.drawing/textboxcollection/last_index_of/_index.md b/english/aspose.cells.drawing/textboxcollection/last_index_of/_index.md index e449b53d0b..2fe5d6cceb 100644 --- a/english/aspose.cells.drawing/textboxcollection/last_index_of/_index.md +++ b/english/aspose.cells.drawing/textboxcollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/textboxcollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.externalconnections/connectionparametercollection/_index.md b/english/aspose.cells.externalconnections/connectionparametercollection/_index.md index f1723d6986..3699c8fbe5 100644 --- a/english/aspose.cells.externalconnections/connectionparametercollection/_index.md +++ b/english/aspose.cells.externalconnections/connectionparametercollection/_index.md @@ -32,6 +32,7 @@ The ConnectionParameterCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/last_index_of/#aspose.cells.externalconnections.connectionparameter) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/last_index_of/#aspose.cells.externalconnections.connectionparameter-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(self, item, index, count)`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/last_index_of/#aspose.cells.externalconnections.connectionparameter-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. | +| [`get(self, conn_param_name)`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/get/#str) | Gets the [`ConnectionParameter`](/cells/python-net/aspose.cells.externalconnections/connectionparameter) element with the specified name. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/binary_search/#aspose.cells.externalconnections.connectionparameter) | 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.externalconnections/connectionparametercollection/capacity/_index.md b/english/aspose.cells.externalconnections/connectionparametercollection/capacity/_index.md index b7384f92b1..488e5d4f6f 100644 --- a/english/aspose.cells.externalconnections/connectionparametercollection/capacity/_index.md +++ b/english/aspose.cells.externalconnections/connectionparametercollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.externalconnections/connectionparametercollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.externalconnections/connectionparametercollection/get/_index.md b/english/aspose.cells.externalconnections/connectionparametercollection/get/_index.md new file mode 100644 index 0000000000..ab5ba842f3 --- /dev/null +++ b/english/aspose.cells.externalconnections/connectionparametercollection/get/_index.md @@ -0,0 +1,38 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 40 +url: /aspose.cells.externalconnections/connectionparametercollection/get/ +is_root: false +--- + +## get(self, conn_param_name) {#str} + +Gets the [`ConnectionParameter`](/cells/python-net/aspose.cells.externalconnections/connectionparameter) element with the specified name. + + +### Returns + + +The element with the specified name. + + +```python + +def get(self, conn_param_name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| conn_param_name | str | connection parameter name | + + + +### See Also +* module [`aspose.cells.externalconnections`](../../) +* class [`ConnectionParameter`](/cells/python-net/aspose.cells.externalconnections/connectionparameter) +* class [`ConnectionParameterCollection`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection) diff --git a/english/aspose.cells.externalconnections/connectionparametercollection/index_of/_index.md b/english/aspose.cells.externalconnections/connectionparametercollection/index_of/_index.md index df99565081..68d6b3e2a4 100644 --- a/english/aspose.cells.externalconnections/connectionparametercollection/index_of/_index.md +++ b/english/aspose.cells.externalconnections/connectionparametercollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 40 +weight: 50 url: /aspose.cells.externalconnections/connectionparametercollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.externalconnections/connectionparametercollection/last_index_of/_index.md b/english/aspose.cells.externalconnections/connectionparametercollection/last_index_of/_index.md index 54657ac60c..ae63f1316e 100644 --- a/english/aspose.cells.externalconnections/connectionparametercollection/last_index_of/_index.md +++ b/english/aspose.cells.externalconnections/connectionparametercollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.externalconnections/connectionparametercollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.externalconnections/externalconnectioncollection/_index.md b/english/aspose.cells.externalconnections/externalconnectioncollection/_index.md index b514997852..8baa871ee6 100644 --- a/english/aspose.cells.externalconnections/externalconnectioncollection/_index.md +++ b/english/aspose.cells.externalconnections/externalconnectioncollection/_index.md @@ -32,6 +32,7 @@ The ExternalConnectionCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/last_index_of/#aspose.cells.externalconnections.externalconnection) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/last_index_of/#aspose.cells.externalconnections.externalconnection-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(self, item, index, count)`](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/last_index_of/#aspose.cells.externalconnections.externalconnection-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. | +| [`get(self, connection_name)`](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/get/#str) | Gets the [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) element with the specified name. | | [`get_external_connection_by_id(self, conn_id)`](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/get_external_connection_by_id/#int) | Gets the [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) element with the specified id. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/binary_search/#aspose.cells.externalconnections.externalconnection) | 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.externalconnections/externalconnectioncollection/capacity/_index.md b/english/aspose.cells.externalconnections/externalconnectioncollection/capacity/_index.md index 4c7afc76eb..99083cd500 100644 --- a/english/aspose.cells.externalconnections/externalconnectioncollection/capacity/_index.md +++ b/english/aspose.cells.externalconnections/externalconnectioncollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.externalconnections/externalconnectioncollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.externalconnections/externalconnectioncollection/get/_index.md b/english/aspose.cells.externalconnections/externalconnectioncollection/get/_index.md new file mode 100644 index 0000000000..019981e98e --- /dev/null +++ b/english/aspose.cells.externalconnections/externalconnectioncollection/get/_index.md @@ -0,0 +1,38 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 40 +url: /aspose.cells.externalconnections/externalconnectioncollection/get/ +is_root: false +--- + +## get(self, connection_name) {#str} + +Gets the [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) element with the specified name. + + +### Returns + + +The element with the specified name. + + +```python + +def get(self, connection_name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| connection_name | str | the name of data connection | + + + +### See Also +* module [`aspose.cells.externalconnections`](../../) +* class [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) +* class [`ExternalConnectionCollection`](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection) diff --git a/english/aspose.cells.externalconnections/externalconnectioncollection/get_external_connection_by_id/_index.md b/english/aspose.cells.externalconnections/externalconnectioncollection/get_external_connection_by_id/_index.md index e635656b6c..b71df62cba 100644 --- a/english/aspose.cells.externalconnections/externalconnectioncollection/get_external_connection_by_id/_index.md +++ b/english/aspose.cells.externalconnections/externalconnectioncollection/get_external_connection_by_id/_index.md @@ -3,7 +3,7 @@ title: get_external_connection_by_id method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 40 +weight: 50 url: /aspose.cells.externalconnections/externalconnectioncollection/get_external_connection_by_id/ is_root: false --- diff --git a/english/aspose.cells.externalconnections/externalconnectioncollection/index_of/_index.md b/english/aspose.cells.externalconnections/externalconnectioncollection/index_of/_index.md index a96ba292a9..bdf18fe0aa 100644 --- a/english/aspose.cells.externalconnections/externalconnectioncollection/index_of/_index.md +++ b/english/aspose.cells.externalconnections/externalconnectioncollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.externalconnections/externalconnectioncollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.externalconnections/externalconnectioncollection/last_index_of/_index.md b/english/aspose.cells.externalconnections/externalconnectioncollection/last_index_of/_index.md index 70ccf79571..cd47897a12 100644 --- a/english/aspose.cells.externalconnections/externalconnectioncollection/last_index_of/_index.md +++ b/english/aspose.cells.externalconnections/externalconnectioncollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.externalconnections/externalconnectioncollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.markup/smarttagpropertycollection/_index.md b/english/aspose.cells.markup/smarttagpropertycollection/_index.md index 4371923837..5131295d4a 100644 --- a/english/aspose.cells.markup/smarttagpropertycollection/_index.md +++ b/english/aspose.cells.markup/smarttagpropertycollection/_index.md @@ -38,6 +38,7 @@ The SmartTagPropertyCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/last_index_of/#aspose.cells.markup.smarttagproperty) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/last_index_of/#aspose.cells.markup.smarttagproperty-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(self, item, index, count)`](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/last_index_of/#aspose.cells.markup.smarttagproperty-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. | +| [`get(self, name)`](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/get/#str) | Gets a [`SmartTagProperty`](/cells/python-net/aspose.cells.markup/smarttagproperty) object by the name of the property. | | [`add(self, name, value)`](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/add/#str-str) | Adds a property of cell's smart tag. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/binary_search/#aspose.cells.markup.smarttagproperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | @@ -45,3 +46,4 @@ The SmartTagPropertyCollection type exposes the following members: ### See Also * module [`aspose.cells.markup`](..) +* class [`SmartTagProperty`](/cells/python-net/aspose.cells.markup/smarttagproperty) diff --git a/english/aspose.cells.markup/smarttagpropertycollection/capacity/_index.md b/english/aspose.cells.markup/smarttagpropertycollection/capacity/_index.md index ec4f68d778..32f9fca154 100644 --- a/english/aspose.cells.markup/smarttagpropertycollection/capacity/_index.md +++ b/english/aspose.cells.markup/smarttagpropertycollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.markup/smarttagpropertycollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.markup/smarttagpropertycollection/get/_index.md b/english/aspose.cells.markup/smarttagpropertycollection/get/_index.md new file mode 100644 index 0000000000..7fc7a5e68a --- /dev/null +++ b/english/aspose.cells.markup/smarttagpropertycollection/get/_index.md @@ -0,0 +1,38 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 50 +url: /aspose.cells.markup/smarttagpropertycollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Gets a [`SmartTagProperty`](/cells/python-net/aspose.cells.markup/smarttagproperty) object by the name of the property. + + +### Returns + + +Returns a [`SmartTagProperty`](/cells/python-net/aspose.cells.markup/smarttagproperty) object. + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | The name of the property. | + + + +### See Also +* module [`aspose.cells.markup`](../../) +* class [`SmartTagProperty`](/cells/python-net/aspose.cells.markup/smarttagproperty) +* class [`SmartTagPropertyCollection`](/cells/python-net/aspose.cells.markup/smarttagpropertycollection) diff --git a/english/aspose.cells.markup/smarttagpropertycollection/index_of/_index.md b/english/aspose.cells.markup/smarttagpropertycollection/index_of/_index.md index 37c7968ebe..2e446195da 100644 --- a/english/aspose.cells.markup/smarttagpropertycollection/index_of/_index.md +++ b/english/aspose.cells.markup/smarttagpropertycollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.markup/smarttagpropertycollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.markup/smarttagpropertycollection/last_index_of/_index.md b/english/aspose.cells.markup/smarttagpropertycollection/last_index_of/_index.md index 9bea19c736..3e2fb9de02 100644 --- a/english/aspose.cells.markup/smarttagpropertycollection/last_index_of/_index.md +++ b/english/aspose.cells.markup/smarttagpropertycollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.markup/smarttagpropertycollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.markup/smarttagsetting/_index.md b/english/aspose.cells.markup/smarttagsetting/_index.md index d7dfdebe7f..22c885a13c 100644 --- a/english/aspose.cells.markup/smarttagsetting/_index.md +++ b/english/aspose.cells.markup/smarttagsetting/_index.md @@ -22,6 +22,7 @@ The SmartTagSetting type exposes the following members: | [`add(self, row, column)`](/cells/python-net/aspose.cells.markup/smarttagsetting/add/#int-int) | Adds a [`SmartTagCollection`](/cells/python-net/aspose.cells.markup/smarttagcollection) object to a cell. | | [`add(self, cell_name)`](/cells/python-net/aspose.cells.markup/smarttagsetting/add/#str) | Add a cell smart tags. | | [`get(self, row, column)`](/cells/python-net/aspose.cells.markup/smarttagsetting/get/#int-int) | Add API for Python Via .Net.since this[int, int] is unsupported | +| [`get(self, cell_name)`](/cells/python-net/aspose.cells.markup/smarttagsetting/get/#str) | Gets the [`SmartTagCollection`](/cells/python-net/aspose.cells.markup/smarttagcollection) object of the cell. | diff --git a/english/aspose.cells.markup/smarttagsetting/get/_index.md b/english/aspose.cells.markup/smarttagsetting/get/_index.md index 4e498e3933..8b85c0538d 100644 --- a/english/aspose.cells.markup/smarttagsetting/get/_index.md +++ b/english/aspose.cells.markup/smarttagsetting/get/_index.md @@ -8,6 +8,30 @@ url: /aspose.cells.markup/smarttagsetting/get/ is_root: false --- +## get(self, cell_name) {#str} + +Gets the [`SmartTagCollection`](/cells/python-net/aspose.cells.markup/smarttagcollection) object of the cell. + + +### Returns + + +Returns the [`SmartTagCollection`](/cells/python-net/aspose.cells.markup/smarttagcollection) object of the cell. +Returns null if there is no any smart tags on the cell. + + +```python + +def get(self, cell_name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| cell_name | str | The name of the cell. | + + ## get(self, row, column) {#int-int} Add API for Python Via .Net.since this[int, int] is unsupported diff --git a/english/aspose.cells.pivot/pivotfieldcollection/__getitem__/_index.md b/english/aspose.cells.pivot/pivotfieldcollection/__getitem__/_index.md index 1ac15fca10..de5a5defae 100644 --- a/english/aspose.cells.pivot/pivotfieldcollection/__getitem__/_index.md +++ b/english/aspose.cells.pivot/pivotfieldcollection/__getitem__/_index.md @@ -3,7 +3,7 @@ title: PivotFieldCollection indexer second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.pivot/pivotfieldcollection/__getitem__/ is_root: false --- diff --git a/english/aspose.cells.pivot/pivotfieldcollection/_index.md b/english/aspose.cells.pivot/pivotfieldcollection/_index.md index 0d6a0a18fb..404ce98299 100644 --- a/english/aspose.cells.pivot/pivotfieldcollection/_index.md +++ b/english/aspose.cells.pivot/pivotfieldcollection/_index.md @@ -35,6 +35,7 @@ Gets the PivotField Object at the specific index. ### Methods | Method | Description | | :- | :- | +| [`get(self, name)`](/cells/python-net/aspose.cells.pivot/pivotfieldcollection/get/#str) | Gets the PivotField Object of the specific name. | | [`add_by_base_index(self, base_field_index)`](/cells/python-net/aspose.cells.pivot/pivotfieldcollection/add_by_base_index/#int) | Adds a PivotField Object to the specific type PivotFields. | | [`add(self, pivot_field)`](/cells/python-net/aspose.cells.pivot/pivotfieldcollection/add/#aspose.cells.pivot.pivotfield) | Adds a PivotField Object to the specific type PivotFields. | | [`clear(self)`](/cells/python-net/aspose.cells.pivot/pivotfieldcollection/clear/#) | clear all fields of PivotFieldCollection | diff --git a/english/aspose.cells.pivot/pivotfieldcollection/count/_index.md b/english/aspose.cells.pivot/pivotfieldcollection/count/_index.md index b77767f3b2..ceb66a8cb4 100644 --- a/english/aspose.cells.pivot/pivotfieldcollection/count/_index.md +++ b/english/aspose.cells.pivot/pivotfieldcollection/count/_index.md @@ -3,7 +3,7 @@ title: count property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.pivot/pivotfieldcollection/count/ is_root: false --- diff --git a/english/aspose.cells.pivot/pivotfieldcollection/get/_index.md b/english/aspose.cells.pivot/pivotfieldcollection/get/_index.md new file mode 100644 index 0000000000..82390c7c21 --- /dev/null +++ b/english/aspose.cells.pivot/pivotfieldcollection/get/_index.md @@ -0,0 +1,32 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 50 +url: /aspose.cells.pivot/pivotfieldcollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Gets the PivotField Object of the specific name. + + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | | + + + +### See Also +* module [`aspose.cells.pivot`](../../) +* class [`PivotFieldCollection`](/cells/python-net/aspose.cells.pivot/pivotfieldcollection) diff --git a/english/aspose.cells.pivot/pivotfieldcollection/move/_index.md b/english/aspose.cells.pivot/pivotfieldcollection/move/_index.md index c55a515575..ddcecef014 100644 --- a/english/aspose.cells.pivot/pivotfieldcollection/move/_index.md +++ b/english/aspose.cells.pivot/pivotfieldcollection/move/_index.md @@ -3,7 +3,7 @@ title: move method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.pivot/pivotfieldcollection/move/ is_root: false --- diff --git a/english/aspose.cells.pivot/pivotfieldcollection/type/_index.md b/english/aspose.cells.pivot/pivotfieldcollection/type/_index.md index 22e5283901..2ed6b91235 100644 --- a/english/aspose.cells.pivot/pivotfieldcollection/type/_index.md +++ b/english/aspose.cells.pivot/pivotfieldcollection/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.pivot/pivotfieldcollection/type/ is_root: false --- diff --git a/english/aspose.cells.pivot/pivotitemcollection/__getitem__/_index.md b/english/aspose.cells.pivot/pivotitemcollection/__getitem__/_index.md index 39ea03ede4..4413a0530b 100644 --- a/english/aspose.cells.pivot/pivotitemcollection/__getitem__/_index.md +++ b/english/aspose.cells.pivot/pivotitemcollection/__getitem__/_index.md @@ -3,7 +3,7 @@ title: PivotItemCollection indexer second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 40 +weight: 50 url: /aspose.cells.pivot/pivotitemcollection/__getitem__/ is_root: false --- diff --git a/english/aspose.cells.pivot/pivotitemcollection/_index.md b/english/aspose.cells.pivot/pivotitemcollection/_index.md index 89f39fd086..893b67dd7f 100644 --- a/english/aspose.cells.pivot/pivotitemcollection/_index.md +++ b/english/aspose.cells.pivot/pivotitemcollection/_index.md @@ -33,6 +33,7 @@ Gets the PivotItem Object at the specific index. ### Methods | Method | Description | | :- | :- | +| [`get(self, item_value)`](/cells/python-net/aspose.cells.pivot/pivotitemcollection/get/#str) | Gets the [`PivotItem`](/cells/python-net/aspose.cells.pivot/pivotitem) by the specific name. | | [`changeitems_order(self, source_index, dest_index)`](/cells/python-net/aspose.cells.pivot/pivotitemcollection/changeitems_order/#int-int) | Directly changes the orders of the two items. | | [`swap_item(self, index1, index2)`](/cells/python-net/aspose.cells.pivot/pivotitemcollection/swap_item/#int-int) | Directly swap two items. | diff --git a/english/aspose.cells.pivot/pivotitemcollection/count/_index.md b/english/aspose.cells.pivot/pivotitemcollection/count/_index.md index ef52402156..9f9c78dfad 100644 --- a/english/aspose.cells.pivot/pivotitemcollection/count/_index.md +++ b/english/aspose.cells.pivot/pivotitemcollection/count/_index.md @@ -3,7 +3,7 @@ title: count property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.pivot/pivotitemcollection/count/ is_root: false --- diff --git a/english/aspose.cells.pivot/pivotitemcollection/get/_index.md b/english/aspose.cells.pivot/pivotitemcollection/get/_index.md new file mode 100644 index 0000000000..cb58802d3e --- /dev/null +++ b/english/aspose.cells.pivot/pivotitemcollection/get/_index.md @@ -0,0 +1,33 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 30 +url: /aspose.cells.pivot/pivotitemcollection/get/ +is_root: false +--- + +## get(self, item_value) {#str} + +Gets the [`PivotItem`](/cells/python-net/aspose.cells.pivot/pivotitem) by the specific name. + + + +```python + +def get(self, item_value): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| item_value | str | | + + + +### See Also +* module [`aspose.cells.pivot`](../../) +* class [`PivotItem`](/cells/python-net/aspose.cells.pivot/pivotitem) +* class [`PivotItemCollection`](/cells/python-net/aspose.cells.pivot/pivotitemcollection) diff --git a/english/aspose.cells.pivot/pivotitemcollection/swap_item/_index.md b/english/aspose.cells.pivot/pivotitemcollection/swap_item/_index.md index 81760698b6..8e3fb7148a 100644 --- a/english/aspose.cells.pivot/pivotitemcollection/swap_item/_index.md +++ b/english/aspose.cells.pivot/pivotitemcollection/swap_item/_index.md @@ -3,7 +3,7 @@ title: swap_item method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 30 +weight: 40 url: /aspose.cells.pivot/pivotitemcollection/swap_item/ is_root: false --- diff --git a/english/aspose.cells.pivot/pivottablecollection/_index.md b/english/aspose.cells.pivot/pivottablecollection/_index.md index 2121bbe9c6..5f3f81c542 100644 --- a/english/aspose.cells.pivot/pivottablecollection/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/_index.md @@ -42,6 +42,7 @@ The PivotTableCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/last_index_of/#aspose.cells.pivot.pivottable) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/last_index_of/#aspose.cells.pivot.pivottable-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(self, item, index, count)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/last_index_of/#aspose.cells.pivot.pivottable-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. | +| [`get(self, name)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/get/#str) | Gets the PivotTable report by pivottable's name. | | [`remove_pivot_table(self, pivot_table)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/remove_pivot_table/#aspose.cells.pivot.pivottable) | Deletes the specified PivotTable and delete the PivotTable data | | [`remove_pivot_table_data(self, pivot_table, keep_data)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/remove_pivot_table_data/#aspose.cells.pivot.pivottable-bool) | Deletes the specified PivotTable | | [`remove_by_index(self, index)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/remove_by_index/#int) | Deletes the PivotTable at the specified index and delete the PivotTable data | diff --git a/english/aspose.cells.pivot/pivottablecollection/capacity/_index.md b/english/aspose.cells.pivot/pivottablecollection/capacity/_index.md index ec21b2504b..bb5aa10eb1 100644 --- a/english/aspose.cells.pivot/pivottablecollection/capacity/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.pivot/pivottablecollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.pivot/pivottablecollection/get/_index.md b/english/aspose.cells.pivot/pivottablecollection/get/_index.md new file mode 100644 index 0000000000..91d48c6711 --- /dev/null +++ b/english/aspose.cells.pivot/pivottablecollection/get/_index.md @@ -0,0 +1,32 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 50 +url: /aspose.cells.pivot/pivottablecollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Gets the PivotTable report by pivottable's name. + + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | | + + + +### See Also +* module [`aspose.cells.pivot`](../../) +* class [`PivotTableCollection`](/cells/python-net/aspose.cells.pivot/pivottablecollection) diff --git a/english/aspose.cells.pivot/pivottablecollection/index_of/_index.md b/english/aspose.cells.pivot/pivottablecollection/index_of/_index.md index 7276652309..f380472f2b 100644 --- a/english/aspose.cells.pivot/pivottablecollection/index_of/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.pivot/pivottablecollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.pivot/pivottablecollection/last_index_of/_index.md b/english/aspose.cells.pivot/pivottablecollection/last_index_of/_index.md index ee9386c5ad..c937cfd0c8 100644 --- a/english/aspose.cells.pivot/pivottablecollection/last_index_of/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.pivot/pivottablecollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.pivot/pivottablecollection/remove_at/_index.md b/english/aspose.cells.pivot/pivottablecollection/remove_at/_index.md index 25e70465d3..65f5dd1c1f 100644 --- a/english/aspose.cells.pivot/pivottablecollection/remove_at/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/remove_at/_index.md @@ -3,7 +3,7 @@ title: remove_at method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.pivot/pivottablecollection/remove_at/ is_root: false --- diff --git a/english/aspose.cells.pivot/pivottablecollection/remove_by_index/_index.md b/english/aspose.cells.pivot/pivottablecollection/remove_by_index/_index.md index cf55da511c..43f6a7dc2d 100644 --- a/english/aspose.cells.pivot/pivottablecollection/remove_by_index/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/remove_by_index/_index.md @@ -3,7 +3,7 @@ title: remove_by_index method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.pivot/pivottablecollection/remove_by_index/ is_root: false --- diff --git a/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table/_index.md b/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table/_index.md index fd1df82d74..b097c987a6 100644 --- a/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table/_index.md @@ -3,7 +3,7 @@ title: remove_pivot_table method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.pivot/pivottablecollection/remove_pivot_table/ is_root: false --- diff --git a/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table_data/_index.md b/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table_data/_index.md index fe29106409..f3717421a5 100644 --- a/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table_data/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table_data/_index.md @@ -3,7 +3,7 @@ title: remove_pivot_table_data method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.pivot/pivottablecollection/remove_pivot_table_data/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/_index.md index 89e0a02a74..f717296dae 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/_index.md @@ -64,8 +64,8 @@ The BuiltInDocumentPropertyCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | +| [`get(self, name)`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/get/#int) | Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by the name of the property. | | [`get(self, name)`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/get/#str) | Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by the name of the property. | -| [`get(self, index)`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/get/#int) | Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by index. | | [`index_of(self, name)`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/index_of/#str) | Gets the index of a property by name. | | [`index_of(self, item, index)`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/index_of/#aspose.cells.properties.documentproperty-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(self, item, index, count)`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/index_of/#aspose.cells.properties.documentproperty-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. | diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/get/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/get/_index.md index d9f4221317..33eff58c24 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/get/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/get/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.properties/builtindocumentpropertycollection/get/ is_root: false --- -## get(self, name) {#str} +## get(self, name) {#int} Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by the name of the property. @@ -23,33 +23,28 @@ def get(self, name): | Parameter | Type | Description | | :- | :- | :- | -| name | str | The case-insensitive name of the property to retrieve. | -### Remarks - -Returns null if a property with the specified name is not found. - -## get(self, index) {#int} - -Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by index. +| name | int | The case-insensitive name of the property to retrieve. | -### Returns - +## get(self, name) {#str} +Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by the name of the property. ```python -def get(self, index): +def get(self, name): ... ``` | Parameter | Type | Description | | :- | :- | :- | -| index | int | Zero-based index of the [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) to retrieve. | +| name | str | The case-insensitive name of the property to retrieve. | +### Remarks +Returns null if a property with the specified name is not found. ### See Also diff --git a/english/aspose.cells.properties/contenttypepropertycollection/_index.md b/english/aspose.cells.properties/contenttypepropertycollection/_index.md index 5f652ecd65..77fb155c65 100644 --- a/english/aspose.cells.properties/contenttypepropertycollection/_index.md +++ b/english/aspose.cells.properties/contenttypepropertycollection/_index.md @@ -34,6 +34,7 @@ The ContentTypePropertyCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/last_index_of/#aspose.cells.properties.contenttypeproperty) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/last_index_of/#aspose.cells.properties.contenttypeproperty-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(self, item, index, count)`](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/last_index_of/#aspose.cells.properties.contenttypeproperty-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. | +| [`get(self, name)`](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/get/#str) | Gets the content type property by the property name. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/binary_search/#aspose.cells.properties.contenttypeproperty) | 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.properties/contenttypepropertycollection/capacity/_index.md b/english/aspose.cells.properties/contenttypepropertycollection/capacity/_index.md index 0fad15f67a..a1d00f543c 100644 --- a/english/aspose.cells.properties/contenttypepropertycollection/capacity/_index.md +++ b/english/aspose.cells.properties/contenttypepropertycollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.properties/contenttypepropertycollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.properties/contenttypepropertycollection/get/_index.md b/english/aspose.cells.properties/contenttypepropertycollection/get/_index.md new file mode 100644 index 0000000000..b59a28fef3 --- /dev/null +++ b/english/aspose.cells.properties/contenttypepropertycollection/get/_index.md @@ -0,0 +1,37 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 50 +url: /aspose.cells.properties/contenttypepropertycollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Gets the content type property by the property name. + + +### Returns + + +The content type property + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | The property name. | + + + +### See Also +* module [`aspose.cells.properties`](../../) +* class [`ContentTypePropertyCollection`](/cells/python-net/aspose.cells.properties/contenttypepropertycollection) diff --git a/english/aspose.cells.properties/contenttypepropertycollection/index_of/_index.md b/english/aspose.cells.properties/contenttypepropertycollection/index_of/_index.md index 6f4f622e55..61e6fed280 100644 --- a/english/aspose.cells.properties/contenttypepropertycollection/index_of/_index.md +++ b/english/aspose.cells.properties/contenttypepropertycollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.properties/contenttypepropertycollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.properties/contenttypepropertycollection/last_index_of/_index.md b/english/aspose.cells.properties/contenttypepropertycollection/last_index_of/_index.md index fc29841d2e..2a30b829f8 100644 --- a/english/aspose.cells.properties/contenttypepropertycollection/last_index_of/_index.md +++ b/english/aspose.cells.properties/contenttypepropertycollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.properties/contenttypepropertycollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.properties/custompropertycollection/_index.md b/english/aspose.cells.properties/custompropertycollection/_index.md index 9376a0022f..a7005ae517 100644 --- a/english/aspose.cells.properties/custompropertycollection/_index.md +++ b/english/aspose.cells.properties/custompropertycollection/_index.md @@ -33,6 +33,7 @@ The CustomPropertyCollection type exposes the following members: | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.properties/custompropertycollection/last_index_of/#aspose.cells.properties.customproperty-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(self, item, index, count)`](/cells/python-net/aspose.cells.properties/custompropertycollection/last_index_of/#aspose.cells.properties.customproperty-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(self, name, value)`](/cells/python-net/aspose.cells.properties/custompropertycollection/add/#str-str) | Adds custom property information. | +| [`get(self, name)`](/cells/python-net/aspose.cells.properties/custompropertycollection/get/#str) | Gets the custom property by the property name. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells.properties/custompropertycollection/binary_search/#aspose.cells.properties.customproperty) | 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.properties/custompropertycollection/capacity/_index.md b/english/aspose.cells.properties/custompropertycollection/capacity/_index.md index a9b5d0ec02..7999af6b9c 100644 --- a/english/aspose.cells.properties/custompropertycollection/capacity/_index.md +++ b/english/aspose.cells.properties/custompropertycollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.properties/custompropertycollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.properties/custompropertycollection/get/_index.md b/english/aspose.cells.properties/custompropertycollection/get/_index.md new file mode 100644 index 0000000000..52507420ec --- /dev/null +++ b/english/aspose.cells.properties/custompropertycollection/get/_index.md @@ -0,0 +1,37 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 50 +url: /aspose.cells.properties/custompropertycollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Gets the custom property by the property name. + + +### Returns + + +The custom property + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | The property name. | + + + +### See Also +* module [`aspose.cells.properties`](../../) +* class [`CustomPropertyCollection`](/cells/python-net/aspose.cells.properties/custompropertycollection) diff --git a/english/aspose.cells.properties/custompropertycollection/index_of/_index.md b/english/aspose.cells.properties/custompropertycollection/index_of/_index.md index fef40e2d93..3236a2cfa2 100644 --- a/english/aspose.cells.properties/custompropertycollection/index_of/_index.md +++ b/english/aspose.cells.properties/custompropertycollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.properties/custompropertycollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.properties/custompropertycollection/last_index_of/_index.md b/english/aspose.cells.properties/custompropertycollection/last_index_of/_index.md index b334296243..32e6682cbf 100644 --- a/english/aspose.cells.properties/custompropertycollection/last_index_of/_index.md +++ b/english/aspose.cells.properties/custompropertycollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.properties/custompropertycollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.querytables/powerqueryformulacollection/_index.md b/english/aspose.cells.querytables/powerqueryformulacollection/_index.md index afb649058c..0ff80815a9 100644 --- a/english/aspose.cells.querytables/powerqueryformulacollection/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulacollection/_index.md @@ -32,6 +32,7 @@ The PowerQueryFormulaCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/last_index_of/#aspose.cells.querytables.powerqueryformula) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/last_index_of/#aspose.cells.querytables.powerqueryformula-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(self, item, index, count)`](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/last_index_of/#aspose.cells.querytables.powerqueryformula-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. | +| [`get(self, name)`](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/get/#str) | Gets [`PowerQueryFormula`](/cells/python-net/aspose.cells.querytables/powerqueryformula) by the name of the power query formula. | | [`remove_by(self, name)`](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/remove_by/#str) | Remove power query formula by name. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/binary_search/#aspose.cells.querytables.powerqueryformula) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | @@ -39,3 +40,4 @@ The PowerQueryFormulaCollection type exposes the following members: ### See Also * module [`aspose.cells.querytables`](..) +* class [`PowerQueryFormula`](/cells/python-net/aspose.cells.querytables/powerqueryformula) diff --git a/english/aspose.cells.querytables/powerqueryformulacollection/capacity/_index.md b/english/aspose.cells.querytables/powerqueryformulacollection/capacity/_index.md index 98cfb6558d..e9e0a81bfb 100644 --- a/english/aspose.cells.querytables/powerqueryformulacollection/capacity/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulacollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.querytables/powerqueryformulacollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.querytables/powerqueryformulacollection/get/_index.md b/english/aspose.cells.querytables/powerqueryformulacollection/get/_index.md new file mode 100644 index 0000000000..726025ea18 --- /dev/null +++ b/english/aspose.cells.querytables/powerqueryformulacollection/get/_index.md @@ -0,0 +1,38 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 40 +url: /aspose.cells.querytables/powerqueryformulacollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Gets [`PowerQueryFormula`](/cells/python-net/aspose.cells.querytables/powerqueryformula) by the name of the power query formula. + + +### Returns + + + + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | The name of the item. | + + + +### See Also +* module [`aspose.cells.querytables`](../../) +* class [`PowerQueryFormula`](/cells/python-net/aspose.cells.querytables/powerqueryformula) +* class [`PowerQueryFormulaCollection`](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection) diff --git a/english/aspose.cells.querytables/powerqueryformulacollection/index_of/_index.md b/english/aspose.cells.querytables/powerqueryformulacollection/index_of/_index.md index ecd13a247d..4484da3ba6 100644 --- a/english/aspose.cells.querytables/powerqueryformulacollection/index_of/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulacollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 40 +weight: 50 url: /aspose.cells.querytables/powerqueryformulacollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.querytables/powerqueryformulacollection/last_index_of/_index.md b/english/aspose.cells.querytables/powerqueryformulacollection/last_index_of/_index.md index b67948a8ae..0f214a44e1 100644 --- a/english/aspose.cells.querytables/powerqueryformulacollection/last_index_of/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulacollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.querytables/powerqueryformulacollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.querytables/powerqueryformulacollection/remove_by/_index.md b/english/aspose.cells.querytables/powerqueryformulacollection/remove_by/_index.md index 05617c68c4..ab640ef9b4 100644 --- a/english/aspose.cells.querytables/powerqueryformulacollection/remove_by/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulacollection/remove_by/_index.md @@ -3,7 +3,7 @@ title: remove_by method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.querytables/powerqueryformulacollection/remove_by/ is_root: false --- diff --git a/english/aspose.cells.querytables/powerqueryformulaitemcollection/_index.md b/english/aspose.cells.querytables/powerqueryformulaitemcollection/_index.md index 58dde542fc..74c344c4b2 100644 --- a/english/aspose.cells.querytables/powerqueryformulaitemcollection/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaitemcollection/_index.md @@ -32,9 +32,11 @@ The PowerQueryFormulaItemCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/#aspose.cells.querytables.powerqueryformulaitem) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/#aspose.cells.querytables.powerqueryformulaitem-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(self, item, index, count)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/#aspose.cells.querytables.powerqueryformulaitem-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. | +| [`get(self, name)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/get/#str) | Gets [`PowerQueryFormulaItem`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitem) by the name of the item. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/binary_search/#aspose.cells.querytables.powerqueryformulaitem) | 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.querytables`](..) +* class [`PowerQueryFormulaItem`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitem) diff --git a/english/aspose.cells.querytables/powerqueryformulaitemcollection/capacity/_index.md b/english/aspose.cells.querytables/powerqueryformulaitemcollection/capacity/_index.md index 70d9385247..807310d1ac 100644 --- a/english/aspose.cells.querytables/powerqueryformulaitemcollection/capacity/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaitemcollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.querytables/powerqueryformulaitemcollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.querytables/powerqueryformulaitemcollection/get/_index.md b/english/aspose.cells.querytables/powerqueryformulaitemcollection/get/_index.md new file mode 100644 index 0000000000..e02ca4d9b7 --- /dev/null +++ b/english/aspose.cells.querytables/powerqueryformulaitemcollection/get/_index.md @@ -0,0 +1,38 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 40 +url: /aspose.cells.querytables/powerqueryformulaitemcollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Gets [`PowerQueryFormulaItem`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitem) by the name of the item. + + +### Returns + + + + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | The name of the item. | + + + +### See Also +* module [`aspose.cells.querytables`](../../) +* class [`PowerQueryFormulaItem`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitem) +* class [`PowerQueryFormulaItemCollection`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection) diff --git a/english/aspose.cells.querytables/powerqueryformulaitemcollection/index_of/_index.md b/english/aspose.cells.querytables/powerqueryformulaitemcollection/index_of/_index.md index d8ae45c55e..ae659fb1eb 100644 --- a/english/aspose.cells.querytables/powerqueryformulaitemcollection/index_of/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaitemcollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 40 +weight: 50 url: /aspose.cells.querytables/powerqueryformulaitemcollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/_index.md b/english/aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/_index.md index 14890331ba..7319a7f486 100644 --- a/english/aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.querytables/powerqueryformulaparametercollection/_index.md b/english/aspose.cells.querytables/powerqueryformulaparametercollection/_index.md index 84a16f378b..3635c1585c 100644 --- a/english/aspose.cells.querytables/powerqueryformulaparametercollection/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaparametercollection/_index.md @@ -36,6 +36,7 @@ The PowerQueryFormulaParameterCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/#aspose.cells.querytables.powerqueryformulaparameter) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/#aspose.cells.querytables.powerqueryformulaparameter-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(self, item, index, count)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/#aspose.cells.querytables.powerqueryformulaparameter-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. | +| [`get(self, name)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/get/#str) | | | [`binary_search(self, item)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/binary_search/#aspose.cells.querytables.powerqueryformulaparameter) | 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.querytables/powerqueryformulaparametercollection/capacity/_index.md b/english/aspose.cells.querytables/powerqueryformulaparametercollection/capacity/_index.md index 83d5d7bb8b..98d8ff0acd 100644 --- a/english/aspose.cells.querytables/powerqueryformulaparametercollection/capacity/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaparametercollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.querytables/powerqueryformulaparametercollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.querytables/powerqueryformulaparametercollection/get/_index.md b/english/aspose.cells.querytables/powerqueryformulaparametercollection/get/_index.md new file mode 100644 index 0000000000..df1c5c44e5 --- /dev/null +++ b/english/aspose.cells.querytables/powerqueryformulaparametercollection/get/_index.md @@ -0,0 +1,32 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 40 +url: /aspose.cells.querytables/powerqueryformulaparametercollection/get/ +is_root: false +--- + +## get(self, name) {#str} + + + + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | | + + + +### See Also +* module [`aspose.cells.querytables`](../../) +* class [`PowerQueryFormulaParameterCollection`](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection) diff --git a/english/aspose.cells.querytables/powerqueryformulaparametercollection/index_of/_index.md b/english/aspose.cells.querytables/powerqueryformulaparametercollection/index_of/_index.md index 50f069e572..55542f43b2 100644 --- a/english/aspose.cells.querytables/powerqueryformulaparametercollection/index_of/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaparametercollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 40 +weight: 50 url: /aspose.cells.querytables/powerqueryformulaparametercollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/_index.md b/english/aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/_index.md index 0fc190d9ba..a6cf3bc565 100644 --- a/english/aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/_index.md b/english/aspose.cells.rendering/imageorprintoptions/_index.md index 7ea13fd7f5..4ad7abe208 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/_index.md @@ -58,6 +58,7 @@ The ImageOrPrintOptions type exposes the following members: | [check_workbook_default_font](/cells/python-net/aspose.cells.rendering/imageorprintoptions/check_workbook_default_font) | When characters in the Excel are Unicode and not be set with correct font in cell style,
They may appear as block in pdf,image.
Set this to true to try to use workbook's default font to show these characters first. | | [output_blank_page_when_nothing_to_print](/cells/python-net/aspose.cells.rendering/imageorprintoptions/output_blank_page_when_nothing_to_print) | Indicates whether to output a blank page when there is nothing to print. | | [gridline_type](/cells/python-net/aspose.cells.rendering/imageorprintoptions/gridline_type) | Gets or sets gridline type. | +| [gridline_color](/cells/python-net/aspose.cells.rendering/imageorprintoptions/gridline_color) | Gets or sets gridline colr. | | [text_cross_type](/cells/python-net/aspose.cells.rendering/imageorprintoptions/text_cross_type) | Gets or sets displaying text type when the text width is larger than cell width. | | [emf_type](/cells/python-net/aspose.cells.rendering/imageorprintoptions/emf_type) | Gets or sets an EmfType that specifies the format of the Metafile..
The default value is EmfPlusDual. | | [default_edit_language](/cells/python-net/aspose.cells.rendering/imageorprintoptions/default_edit_language) | Gets or sets default edit language. | diff --git a/english/aspose.cells.rendering/imageorprintoptions/embeded_image_name_in_svg/_index.md b/english/aspose.cells.rendering/imageorprintoptions/embeded_image_name_in_svg/_index.md index 59f018e8a0..19e4a4a9a8 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/embeded_image_name_in_svg/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/embeded_image_name_in_svg/_index.md @@ -13,6 +13,14 @@ is_root: false Indicate the filename of embedded image in svg. This should be full path with directory like "c:\\xpsEmbedded" + +### Remarks + + +NOTE: This member is now obsolete. Instead, +please remove this property because images are now always embedded in Svg with base64 format. +This property will be removed 12 months later since April 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.rendering/imageorprintoptions/gridline_color/_index.md b/english/aspose.cells.rendering/imageorprintoptions/gridline_color/_index.md new file mode 100644 index 0000000000..cefe8ef064 --- /dev/null +++ b/english/aspose.cells.rendering/imageorprintoptions/gridline_color/_index.md @@ -0,0 +1,32 @@ +--- +title: gridline_color property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 130 +url: /aspose.cells.rendering/imageorprintoptions/gridline_color/ +is_root: false +--- + +## gridline_color property + + +Gets or sets gridline colr. + +### Remarks + + +It will ignore the gridline color settings in the source file. +### Definition: +```python +@property +def gridline_color(self): + ... +@gridline_color.setter +def gridline_color(self, value): + ... +``` + +### See Also +* module [`aspose.cells.rendering`](../../) +* class [`ImageOrPrintOptions`](/cells/python-net/aspose.cells.rendering/imageorprintoptions) diff --git a/english/aspose.cells.rendering/imageorprintoptions/gridline_type/_index.md b/english/aspose.cells.rendering/imageorprintoptions/gridline_type/_index.md index 6bdd13a01c..b8ca178c04 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/gridline_type/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/gridline_type/_index.md @@ -3,7 +3,7 @@ title: gridline_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.rendering/imageorprintoptions/gridline_type/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/horizontal_resolution/_index.md b/english/aspose.cells.rendering/imageorprintoptions/horizontal_resolution/_index.md index e5ee70c4f2..b6857bb896 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/horizontal_resolution/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/horizontal_resolution/_index.md @@ -3,7 +3,7 @@ title: horizontal_resolution property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.rendering/imageorprintoptions/horizontal_resolution/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/image_type/_index.md b/english/aspose.cells.rendering/imageorprintoptions/image_type/_index.md index fb3d737ce2..94fc1d8211 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/image_type/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/image_type/_index.md @@ -3,7 +3,7 @@ title: image_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.rendering/imageorprintoptions/image_type/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/is_cell_auto_fit/_index.md b/english/aspose.cells.rendering/imageorprintoptions/is_cell_auto_fit/_index.md index 855863b802..83802fe447 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/is_cell_auto_fit/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/is_cell_auto_fit/_index.md @@ -3,7 +3,7 @@ title: is_cell_auto_fit property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.rendering/imageorprintoptions/is_cell_auto_fit/ is_root: false --- @@ -18,7 +18,7 @@ The default value is false. NOTE: This member is now obsolete. Instead, -please use [`Worksheet.auto_fit_columns`](/cells/python-net/aspose.cells/worksheet/auto_fit_columns) and [`Worksheet.auto_fit_rows`](/cells/python-net/aspose.cells/worksheet/auto_fit_rows). +this property is not used, please remove this property.. This property will be removed 12 months later since August 2022. Aspose apologizes for any inconvenience you may have experienced. ### Definition: diff --git a/english/aspose.cells.rendering/imageorprintoptions/is_font_substitution_char_granularity/_index.md b/english/aspose.cells.rendering/imageorprintoptions/is_font_substitution_char_granularity/_index.md index 16afb92ee1..4be1290d2e 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/is_font_substitution_char_granularity/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/is_font_substitution_char_granularity/_index.md @@ -3,7 +3,7 @@ title: is_font_substitution_char_granularity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.rendering/imageorprintoptions/is_font_substitution_char_granularity/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/is_optimized/_index.md b/english/aspose.cells.rendering/imageorprintoptions/is_optimized/_index.md index 426e8057c3..938cc30abf 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/is_optimized/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/is_optimized/_index.md @@ -3,7 +3,7 @@ title: is_optimized property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.rendering/imageorprintoptions/is_optimized/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/one_page_per_sheet/_index.md b/english/aspose.cells.rendering/imageorprintoptions/one_page_per_sheet/_index.md index cff9194f78..57000194c3 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/one_page_per_sheet/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/one_page_per_sheet/_index.md @@ -3,7 +3,7 @@ title: one_page_per_sheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.rendering/imageorprintoptions/one_page_per_sheet/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/only_area/_index.md b/english/aspose.cells.rendering/imageorprintoptions/only_area/_index.md index 4df810111e..b39ffc34fb 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/only_area/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/only_area/_index.md @@ -3,7 +3,7 @@ title: only_area property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.rendering/imageorprintoptions/only_area/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/output_blank_page_when_nothing_to_print/_index.md b/english/aspose.cells.rendering/imageorprintoptions/output_blank_page_when_nothing_to_print/_index.md index 752fcf331a..bb7db6f65a 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/output_blank_page_when_nothing_to_print/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/output_blank_page_when_nothing_to_print/_index.md @@ -3,7 +3,7 @@ title: output_blank_page_when_nothing_to_print property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.rendering/imageorprintoptions/output_blank_page_when_nothing_to_print/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/page_count/_index.md b/english/aspose.cells.rendering/imageorprintoptions/page_count/_index.md index 653f1e3cb8..b8fdbf2ed9 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/page_count/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/page_count/_index.md @@ -3,7 +3,7 @@ title: page_count property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.rendering/imageorprintoptions/page_count/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/page_index/_index.md b/english/aspose.cells.rendering/imageorprintoptions/page_index/_index.md index 7c907dd8b9..27701ceb7a 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/page_index/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/page_index/_index.md @@ -3,7 +3,7 @@ title: page_index property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.rendering/imageorprintoptions/page_index/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/page_saving_callback/_index.md b/english/aspose.cells.rendering/imageorprintoptions/page_saving_callback/_index.md index 782783259d..9b0f069399 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/page_saving_callback/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/page_saving_callback/_index.md @@ -3,7 +3,7 @@ title: page_saving_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.rendering/imageorprintoptions/page_saving_callback/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/pixel_format/_index.md b/english/aspose.cells.rendering/imageorprintoptions/pixel_format/_index.md index 61522a31c9..b5f904fbb0 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/pixel_format/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/pixel_format/_index.md @@ -3,7 +3,7 @@ title: pixel_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 260 url: /aspose.cells.rendering/imageorprintoptions/pixel_format/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/print_with_status_dialog/_index.md b/english/aspose.cells.rendering/imageorprintoptions/print_with_status_dialog/_index.md index afdfd30632..e44d99cded 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/print_with_status_dialog/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/print_with_status_dialog/_index.md @@ -3,7 +3,7 @@ title: print_with_status_dialog property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.rendering/imageorprintoptions/print_with_status_dialog/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/printing_page/_index.md b/english/aspose.cells.rendering/imageorprintoptions/printing_page/_index.md index c6b92d71e7..9536f4db45 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/printing_page/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/printing_page/_index.md @@ -3,7 +3,7 @@ title: printing_page property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.rendering/imageorprintoptions/printing_page/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/quality/_index.md b/english/aspose.cells.rendering/imageorprintoptions/quality/_index.md index cd87c73473..47a21a73e9 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/quality/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/quality/_index.md @@ -3,7 +3,7 @@ title: quality property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.rendering/imageorprintoptions/quality/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/save_format/_index.md b/english/aspose.cells.rendering/imageorprintoptions/save_format/_index.md index 4c7c46f30b..01b94e36eb 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/save_format/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/save_format/_index.md @@ -3,7 +3,7 @@ title: save_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.rendering/imageorprintoptions/save_format/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/sheet_set/_index.md b/english/aspose.cells.rendering/imageorprintoptions/sheet_set/_index.md index 821b5ee758..08843b84ee 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/sheet_set/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/sheet_set/_index.md @@ -3,7 +3,7 @@ title: sheet_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.rendering/imageorprintoptions/sheet_set/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/smoothing_mode/_index.md b/english/aspose.cells.rendering/imageorprintoptions/smoothing_mode/_index.md index 0a3e73cdac..58b5384688 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/smoothing_mode/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/smoothing_mode/_index.md @@ -3,7 +3,7 @@ title: smoothing_mode property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.rendering/imageorprintoptions/smoothing_mode/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/svg_css_prefix/_index.md b/english/aspose.cells.rendering/imageorprintoptions/svg_css_prefix/_index.md index c03f1af2a6..7c6965410e 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/svg_css_prefix/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/svg_css_prefix/_index.md @@ -3,7 +3,7 @@ title: svg_css_prefix property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.rendering/imageorprintoptions/svg_css_prefix/ is_root: false --- @@ -12,6 +12,14 @@ is_root: false Gets and sets the prefix of the css name in svg,the default value is empty string. + +### Remarks + + +NOTE: This member is now obsolete. Instead, +please use [`SvgImageOptions.css_prefix`](/cells/python-net/aspose.cells.rendering/svgimageoptions#css_prefix). +This property will be removed 12 months later since April 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.rendering/imageorprintoptions/svg_fit_to_view_port/_index.md b/english/aspose.cells.rendering/imageorprintoptions/svg_fit_to_view_port/_index.md index 49ace18fec..d28c70fa44 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/svg_fit_to_view_port/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/svg_fit_to_view_port/_index.md @@ -3,7 +3,7 @@ title: svg_fit_to_view_port property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.rendering/imageorprintoptions/svg_fit_to_view_port/ is_root: false --- @@ -12,6 +12,14 @@ is_root: false if this property is true, the generated svg will fit to view port. + +### Remarks + + +NOTE: This member is now obsolete. Instead, +please use [`SvgImageOptions.fit_to_view_port`](/cells/python-net/aspose.cells.rendering/svgimageoptions#fit_to_view_port). +This property will be removed 12 months later since April 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.rendering/imageorprintoptions/text_cross_type/_index.md b/english/aspose.cells.rendering/imageorprintoptions/text_cross_type/_index.md index 7867107f79..5ff07cf4c2 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/text_cross_type/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/text_cross_type/_index.md @@ -3,7 +3,7 @@ title: text_cross_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.rendering/imageorprintoptions/text_cross_type/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/text_rendering_hint/_index.md b/english/aspose.cells.rendering/imageorprintoptions/text_rendering_hint/_index.md index 7113323b99..f391d9ef45 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/text_rendering_hint/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/text_rendering_hint/_index.md @@ -3,7 +3,7 @@ title: text_rendering_hint property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.rendering/imageorprintoptions/text_rendering_hint/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/tiff_binarization_method/_index.md b/english/aspose.cells.rendering/imageorprintoptions/tiff_binarization_method/_index.md index 14796cab36..ad099ae9f4 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/tiff_binarization_method/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/tiff_binarization_method/_index.md @@ -3,7 +3,7 @@ title: tiff_binarization_method property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.rendering/imageorprintoptions/tiff_binarization_method/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/tiff_color_depth/_index.md b/english/aspose.cells.rendering/imageorprintoptions/tiff_color_depth/_index.md index ada4b8397f..03a7b4d4cc 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/tiff_color_depth/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/tiff_color_depth/_index.md @@ -3,7 +3,7 @@ title: tiff_color_depth property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.rendering/imageorprintoptions/tiff_color_depth/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/tiff_compression/_index.md b/english/aspose.cells.rendering/imageorprintoptions/tiff_compression/_index.md index 1d024db6a0..a44df94ec7 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/tiff_compression/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/tiff_compression/_index.md @@ -3,7 +3,7 @@ title: tiff_compression property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.rendering/imageorprintoptions/tiff_compression/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/transparent/_index.md b/english/aspose.cells.rendering/imageorprintoptions/transparent/_index.md index 22adcd2179..46310637f0 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/transparent/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/transparent/_index.md @@ -3,7 +3,7 @@ title: transparent property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.rendering/imageorprintoptions/transparent/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/vertical_resolution/_index.md b/english/aspose.cells.rendering/imageorprintoptions/vertical_resolution/_index.md index b43f0d55fa..a2841426bb 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/vertical_resolution/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/vertical_resolution/_index.md @@ -3,7 +3,7 @@ title: vertical_resolution property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.rendering/imageorprintoptions/vertical_resolution/ is_root: false --- diff --git a/english/aspose.cells.rendering/imageorprintoptions/warning_callback/_index.md b/english/aspose.cells.rendering/imageorprintoptions/warning_callback/_index.md index cd1c8868d1..5b6ddde038 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/warning_callback/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/warning_callback/_index.md @@ -3,7 +3,7 @@ title: warning_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.rendering/imageorprintoptions/warning_callback/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/_index.md b/english/aspose.cells.rendering/svgimageoptions/_index.md index da0ee0d8f4..36ead0dde1 100644 --- a/english/aspose.cells.rendering/svgimageoptions/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/_index.md @@ -63,6 +63,7 @@ The SvgImageOptions type exposes the following members: | [check_workbook_default_font](/cells/python-net/aspose.cells.rendering/svgimageoptions/check_workbook_default_font) | When characters in the Excel are Unicode and not be set with correct font in cell style,
They may appear as block in pdf,image.
Set this to true to try to use workbook's default font to show these characters first. | | [output_blank_page_when_nothing_to_print](/cells/python-net/aspose.cells.rendering/svgimageoptions/output_blank_page_when_nothing_to_print) | Indicates whether to output a blank page when there is nothing to print. | | [gridline_type](/cells/python-net/aspose.cells.rendering/svgimageoptions/gridline_type) | Gets or sets gridline type. | +| [gridline_color](/cells/python-net/aspose.cells.rendering/svgimageoptions/gridline_color) | Gets or sets gridline colr. | | [text_cross_type](/cells/python-net/aspose.cells.rendering/svgimageoptions/text_cross_type) | Gets or sets displaying text type when the text width is larger than cell width. | | [emf_type](/cells/python-net/aspose.cells.rendering/svgimageoptions/emf_type) | Gets or sets an EmfType that specifies the format of the Metafile..
The default value is EmfPlusDual. | | [default_edit_language](/cells/python-net/aspose.cells.rendering/svgimageoptions/default_edit_language) | Gets or sets default edit language. | diff --git a/english/aspose.cells.rendering/svgimageoptions/embeded_image_name_in_svg/_index.md b/english/aspose.cells.rendering/svgimageoptions/embeded_image_name_in_svg/_index.md index e44e785025..1e9e99a01e 100644 --- a/english/aspose.cells.rendering/svgimageoptions/embeded_image_name_in_svg/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/embeded_image_name_in_svg/_index.md @@ -13,6 +13,14 @@ is_root: false Indicate the filename of embedded image in svg. This should be full path with directory like "c:\\xpsEmbedded" + +### Remarks + + +NOTE: This member is now obsolete. Instead, +please remove this property because images are now always embedded in Svg with base64 format. +This property will be removed 12 months later since April 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.rendering/svgimageoptions/gridline_color/_index.md b/english/aspose.cells.rendering/svgimageoptions/gridline_color/_index.md new file mode 100644 index 0000000000..7754630c08 --- /dev/null +++ b/english/aspose.cells.rendering/svgimageoptions/gridline_color/_index.md @@ -0,0 +1,32 @@ +--- +title: gridline_color property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 160 +url: /aspose.cells.rendering/svgimageoptions/gridline_color/ +is_root: false +--- + +## gridline_color property + + +Gets or sets gridline colr. + +### Remarks + + +It will ignore the gridline color settings in the source file. +### Definition: +```python +@property +def gridline_color(self): + ... +@gridline_color.setter +def gridline_color(self, value): + ... +``` + +### See Also +* module [`aspose.cells.rendering`](../../) +* class [`SvgImageOptions`](/cells/python-net/aspose.cells.rendering/svgimageoptions) diff --git a/english/aspose.cells.rendering/svgimageoptions/gridline_type/_index.md b/english/aspose.cells.rendering/svgimageoptions/gridline_type/_index.md index 620c53a2f4..8edc27ed37 100644 --- a/english/aspose.cells.rendering/svgimageoptions/gridline_type/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/gridline_type/_index.md @@ -3,7 +3,7 @@ title: gridline_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.rendering/svgimageoptions/gridline_type/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/horizontal_resolution/_index.md b/english/aspose.cells.rendering/svgimageoptions/horizontal_resolution/_index.md index 8e1ca1e48b..bb9ff4d081 100644 --- a/english/aspose.cells.rendering/svgimageoptions/horizontal_resolution/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/horizontal_resolution/_index.md @@ -3,7 +3,7 @@ title: horizontal_resolution property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.rendering/svgimageoptions/horizontal_resolution/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/image_type/_index.md b/english/aspose.cells.rendering/svgimageoptions/image_type/_index.md index 9d9ddcde5f..679902f6a7 100644 --- a/english/aspose.cells.rendering/svgimageoptions/image_type/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/image_type/_index.md @@ -3,7 +3,7 @@ title: image_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.rendering/svgimageoptions/image_type/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/is_cell_auto_fit/_index.md b/english/aspose.cells.rendering/svgimageoptions/is_cell_auto_fit/_index.md index daf2485553..4ea735e5ce 100644 --- a/english/aspose.cells.rendering/svgimageoptions/is_cell_auto_fit/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/is_cell_auto_fit/_index.md @@ -3,7 +3,7 @@ title: is_cell_auto_fit property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.rendering/svgimageoptions/is_cell_auto_fit/ is_root: false --- @@ -18,7 +18,7 @@ The default value is false. NOTE: This member is now obsolete. Instead, -please use [`Worksheet.auto_fit_columns`](/cells/python-net/aspose.cells/worksheet/auto_fit_columns) and [`Worksheet.auto_fit_rows`](/cells/python-net/aspose.cells/worksheet/auto_fit_rows). +this property is not used, please remove this property.. This property will be removed 12 months later since August 2022. Aspose apologizes for any inconvenience you may have experienced. ### Definition: diff --git a/english/aspose.cells.rendering/svgimageoptions/is_font_substitution_char_granularity/_index.md b/english/aspose.cells.rendering/svgimageoptions/is_font_substitution_char_granularity/_index.md index 26fd31ab5f..72debb809d 100644 --- a/english/aspose.cells.rendering/svgimageoptions/is_font_substitution_char_granularity/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/is_font_substitution_char_granularity/_index.md @@ -3,7 +3,7 @@ title: is_font_substitution_char_granularity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.rendering/svgimageoptions/is_font_substitution_char_granularity/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/is_optimized/_index.md b/english/aspose.cells.rendering/svgimageoptions/is_optimized/_index.md index 3af6ad1af7..c0c25d664f 100644 --- a/english/aspose.cells.rendering/svgimageoptions/is_optimized/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/is_optimized/_index.md @@ -3,7 +3,7 @@ title: is_optimized property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.rendering/svgimageoptions/is_optimized/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/one_page_per_sheet/_index.md b/english/aspose.cells.rendering/svgimageoptions/one_page_per_sheet/_index.md index 2d04296f1b..23dfa9181d 100644 --- a/english/aspose.cells.rendering/svgimageoptions/one_page_per_sheet/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/one_page_per_sheet/_index.md @@ -3,7 +3,7 @@ title: one_page_per_sheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.rendering/svgimageoptions/one_page_per_sheet/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/only_area/_index.md b/english/aspose.cells.rendering/svgimageoptions/only_area/_index.md index 81414804a7..ad91d86a69 100644 --- a/english/aspose.cells.rendering/svgimageoptions/only_area/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/only_area/_index.md @@ -3,7 +3,7 @@ title: only_area property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.rendering/svgimageoptions/only_area/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/output_blank_page_when_nothing_to_print/_index.md b/english/aspose.cells.rendering/svgimageoptions/output_blank_page_when_nothing_to_print/_index.md index da9ed63880..f17e1d5bc3 100644 --- a/english/aspose.cells.rendering/svgimageoptions/output_blank_page_when_nothing_to_print/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/output_blank_page_when_nothing_to_print/_index.md @@ -3,7 +3,7 @@ title: output_blank_page_when_nothing_to_print property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.rendering/svgimageoptions/output_blank_page_when_nothing_to_print/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/page_count/_index.md b/english/aspose.cells.rendering/svgimageoptions/page_count/_index.md index c73f921e7b..ec93d6b8dd 100644 --- a/english/aspose.cells.rendering/svgimageoptions/page_count/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/page_count/_index.md @@ -3,7 +3,7 @@ title: page_count property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 260 url: /aspose.cells.rendering/svgimageoptions/page_count/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/page_index/_index.md b/english/aspose.cells.rendering/svgimageoptions/page_index/_index.md index 76fec5907b..085acef826 100644 --- a/english/aspose.cells.rendering/svgimageoptions/page_index/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/page_index/_index.md @@ -3,7 +3,7 @@ title: page_index property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.rendering/svgimageoptions/page_index/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/page_saving_callback/_index.md b/english/aspose.cells.rendering/svgimageoptions/page_saving_callback/_index.md index 8a82e01ffe..ee3e79103e 100644 --- a/english/aspose.cells.rendering/svgimageoptions/page_saving_callback/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/page_saving_callback/_index.md @@ -3,7 +3,7 @@ title: page_saving_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.rendering/svgimageoptions/page_saving_callback/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/pixel_format/_index.md b/english/aspose.cells.rendering/svgimageoptions/pixel_format/_index.md index 763fbfca4d..4bd8b666b9 100644 --- a/english/aspose.cells.rendering/svgimageoptions/pixel_format/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/pixel_format/_index.md @@ -3,7 +3,7 @@ title: pixel_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.rendering/svgimageoptions/pixel_format/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/print_with_status_dialog/_index.md b/english/aspose.cells.rendering/svgimageoptions/print_with_status_dialog/_index.md index ea335d735a..d9650ca0e7 100644 --- a/english/aspose.cells.rendering/svgimageoptions/print_with_status_dialog/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/print_with_status_dialog/_index.md @@ -3,7 +3,7 @@ title: print_with_status_dialog property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.rendering/svgimageoptions/print_with_status_dialog/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/printing_page/_index.md b/english/aspose.cells.rendering/svgimageoptions/printing_page/_index.md index 43d56281d8..8de2176c20 100644 --- a/english/aspose.cells.rendering/svgimageoptions/printing_page/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/printing_page/_index.md @@ -3,7 +3,7 @@ title: printing_page property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.rendering/svgimageoptions/printing_page/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/quality/_index.md b/english/aspose.cells.rendering/svgimageoptions/quality/_index.md index 7ec8cba3ce..3b06608828 100644 --- a/english/aspose.cells.rendering/svgimageoptions/quality/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/quality/_index.md @@ -3,7 +3,7 @@ title: quality property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.rendering/svgimageoptions/quality/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/save_format/_index.md b/english/aspose.cells.rendering/svgimageoptions/save_format/_index.md index b559703343..5c0548ad34 100644 --- a/english/aspose.cells.rendering/svgimageoptions/save_format/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/save_format/_index.md @@ -3,7 +3,7 @@ title: save_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.rendering/svgimageoptions/save_format/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/sheet_set/_index.md b/english/aspose.cells.rendering/svgimageoptions/sheet_set/_index.md index 64e3eaf740..d56ad673aa 100644 --- a/english/aspose.cells.rendering/svgimageoptions/sheet_set/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/sheet_set/_index.md @@ -3,7 +3,7 @@ title: sheet_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.rendering/svgimageoptions/sheet_set/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/smoothing_mode/_index.md b/english/aspose.cells.rendering/svgimageoptions/smoothing_mode/_index.md index 3bab72d4cf..78fc1a5ff6 100644 --- a/english/aspose.cells.rendering/svgimageoptions/smoothing_mode/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/smoothing_mode/_index.md @@ -3,7 +3,7 @@ title: smoothing_mode property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.rendering/svgimageoptions/smoothing_mode/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/svg_css_prefix/_index.md b/english/aspose.cells.rendering/svgimageoptions/svg_css_prefix/_index.md index 3f445bbade..6ff6f69f99 100644 --- a/english/aspose.cells.rendering/svgimageoptions/svg_css_prefix/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/svg_css_prefix/_index.md @@ -3,7 +3,7 @@ title: svg_css_prefix property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.rendering/svgimageoptions/svg_css_prefix/ is_root: false --- @@ -12,6 +12,14 @@ is_root: false Gets and sets the prefix of the css name in svg,the default value is empty string. + +### Remarks + + +NOTE: This member is now obsolete. Instead, +please use [`SvgImageOptions.css_prefix`](/cells/python-net/aspose.cells.rendering/svgimageoptions#css_prefix). +This property will be removed 12 months later since April 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.rendering/svgimageoptions/svg_fit_to_view_port/_index.md b/english/aspose.cells.rendering/svgimageoptions/svg_fit_to_view_port/_index.md index 355a585aab..668206e6f0 100644 --- a/english/aspose.cells.rendering/svgimageoptions/svg_fit_to_view_port/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/svg_fit_to_view_port/_index.md @@ -3,7 +3,7 @@ title: svg_fit_to_view_port property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.rendering/svgimageoptions/svg_fit_to_view_port/ is_root: false --- @@ -12,6 +12,14 @@ is_root: false if this property is true, the generated svg will fit to view port. + +### Remarks + + +NOTE: This member is now obsolete. Instead, +please use [`SvgImageOptions.fit_to_view_port`](/cells/python-net/aspose.cells.rendering/svgimageoptions#fit_to_view_port). +This property will be removed 12 months later since April 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.rendering/svgimageoptions/text_cross_type/_index.md b/english/aspose.cells.rendering/svgimageoptions/text_cross_type/_index.md index 83599fae4e..945da7f612 100644 --- a/english/aspose.cells.rendering/svgimageoptions/text_cross_type/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/text_cross_type/_index.md @@ -3,7 +3,7 @@ title: text_cross_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.rendering/svgimageoptions/text_cross_type/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/text_rendering_hint/_index.md b/english/aspose.cells.rendering/svgimageoptions/text_rendering_hint/_index.md index 1cca7b4ca2..cd815534b6 100644 --- a/english/aspose.cells.rendering/svgimageoptions/text_rendering_hint/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/text_rendering_hint/_index.md @@ -3,7 +3,7 @@ title: text_rendering_hint property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.rendering/svgimageoptions/text_rendering_hint/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/tiff_binarization_method/_index.md b/english/aspose.cells.rendering/svgimageoptions/tiff_binarization_method/_index.md index 1fde1b9d6a..4fb685974e 100644 --- a/english/aspose.cells.rendering/svgimageoptions/tiff_binarization_method/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/tiff_binarization_method/_index.md @@ -3,7 +3,7 @@ title: tiff_binarization_method property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.rendering/svgimageoptions/tiff_binarization_method/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/tiff_color_depth/_index.md b/english/aspose.cells.rendering/svgimageoptions/tiff_color_depth/_index.md index 7d8fc39dca..48d022982b 100644 --- a/english/aspose.cells.rendering/svgimageoptions/tiff_color_depth/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/tiff_color_depth/_index.md @@ -3,7 +3,7 @@ title: tiff_color_depth property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.rendering/svgimageoptions/tiff_color_depth/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/tiff_compression/_index.md b/english/aspose.cells.rendering/svgimageoptions/tiff_compression/_index.md index 43fb42703e..e42bda05c4 100644 --- a/english/aspose.cells.rendering/svgimageoptions/tiff_compression/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/tiff_compression/_index.md @@ -3,7 +3,7 @@ title: tiff_compression property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.rendering/svgimageoptions/tiff_compression/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/transparent/_index.md b/english/aspose.cells.rendering/svgimageoptions/transparent/_index.md index 08e8367631..b90daedf37 100644 --- a/english/aspose.cells.rendering/svgimageoptions/transparent/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/transparent/_index.md @@ -3,7 +3,7 @@ title: transparent property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.rendering/svgimageoptions/transparent/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/vertical_resolution/_index.md b/english/aspose.cells.rendering/svgimageoptions/vertical_resolution/_index.md index ddaf0ad179..a15a95f3a8 100644 --- a/english/aspose.cells.rendering/svgimageoptions/vertical_resolution/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/vertical_resolution/_index.md @@ -3,7 +3,7 @@ title: vertical_resolution property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.rendering/svgimageoptions/vertical_resolution/ is_root: false --- diff --git a/english/aspose.cells.rendering/svgimageoptions/warning_callback/_index.md b/english/aspose.cells.rendering/svgimageoptions/warning_callback/_index.md index f47339576c..4e2b5f4479 100644 --- a/english/aspose.cells.rendering/svgimageoptions/warning_callback/_index.md +++ b/english/aspose.cells.rendering/svgimageoptions/warning_callback/_index.md @@ -3,7 +3,7 @@ title: warning_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.rendering/svgimageoptions/warning_callback/ is_root: false --- diff --git a/english/aspose.cells.slicers/slicercollection/_index.md b/english/aspose.cells.slicers/slicercollection/_index.md index 09aa40768b..07bfbf4d91 100644 --- a/english/aspose.cells.slicers/slicercollection/_index.md +++ b/english/aspose.cells.slicers/slicercollection/_index.md @@ -41,6 +41,7 @@ The SlicerCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells.slicers/slicercollection/last_index_of/#aspose.cells.slicers.slicer) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.slicers/slicercollection/last_index_of/#aspose.cells.slicers.slicer-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(self, item, index, count)`](/cells/python-net/aspose.cells.slicers/slicercollection/last_index_of/#aspose.cells.slicers.slicer-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. | +| [`get(self, name)`](/cells/python-net/aspose.cells.slicers/slicercollection/get/#str) | Gets the Slicer by slicer's name. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells.slicers/slicercollection/binary_search/#aspose.cells.slicers.slicer) | 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.slicers/slicercollection/capacity/_index.md b/english/aspose.cells.slicers/slicercollection/capacity/_index.md index 2dffd8211e..5be551a974 100644 --- a/english/aspose.cells.slicers/slicercollection/capacity/_index.md +++ b/english/aspose.cells.slicers/slicercollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.slicers/slicercollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.slicers/slicercollection/get/_index.md b/english/aspose.cells.slicers/slicercollection/get/_index.md new file mode 100644 index 0000000000..7872d0d02a --- /dev/null +++ b/english/aspose.cells.slicers/slicercollection/get/_index.md @@ -0,0 +1,32 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 50 +url: /aspose.cells.slicers/slicercollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Gets the Slicer by slicer's name. + + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | | + + + +### See Also +* module [`aspose.cells.slicers`](../../) +* class [`SlicerCollection`](/cells/python-net/aspose.cells.slicers/slicercollection) diff --git a/english/aspose.cells.slicers/slicercollection/index_of/_index.md b/english/aspose.cells.slicers/slicercollection/index_of/_index.md index e67dd2ee32..459276f351 100644 --- a/english/aspose.cells.slicers/slicercollection/index_of/_index.md +++ b/english/aspose.cells.slicers/slicercollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.slicers/slicercollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.slicers/slicercollection/last_index_of/_index.md b/english/aspose.cells.slicers/slicercollection/last_index_of/_index.md index ef9d4f077f..857dc1bebe 100644 --- a/english/aspose.cells.slicers/slicercollection/last_index_of/_index.md +++ b/english/aspose.cells.slicers/slicercollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.slicers/slicercollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.tables/listcolumn/_index.md b/english/aspose.cells.tables/listcolumn/_index.md index 07be588193..312efe8519 100644 --- a/english/aspose.cells.tables/listcolumn/_index.md +++ b/english/aspose.cells.tables/listcolumn/_index.md @@ -22,6 +22,7 @@ The ListColumn type exposes the following members: | [name](/cells/python-net/aspose.cells.tables/listcolumn/name) | Gets and sets the name of the column. | | [totals_calculation](/cells/python-net/aspose.cells.tables/listcolumn/totals_calculation) | Gets and sets the type of calculation in the Totals row of the list column. | | [range](/cells/python-net/aspose.cells.tables/listcolumn/range) | Gets the range of this list column. | +| [is_array_formula](/cells/python-net/aspose.cells.tables/listcolumn/is_array_formula) | Indicates whether the fomula is array formula. | | [formula](/cells/python-net/aspose.cells.tables/listcolumn/formula) | Gets and sets the formula of the list column. | | [totals_row_label](/cells/python-net/aspose.cells.tables/listcolumn/totals_row_label) | Gets and sets the display labels of total row. | diff --git a/english/aspose.cells.tables/listcolumn/is_array_formula/_index.md b/english/aspose.cells.tables/listcolumn/is_array_formula/_index.md new file mode 100644 index 0000000000..3dc57926b3 --- /dev/null +++ b/english/aspose.cells.tables/listcolumn/is_array_formula/_index.md @@ -0,0 +1,24 @@ +--- +title: is_array_formula property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 100 +url: /aspose.cells.tables/listcolumn/is_array_formula/ +is_root: false +--- + +## is_array_formula property + + +Indicates whether the fomula is array formula. +### Definition: +```python +@property +def is_array_formula(self): + ... +``` + +### See Also +* module [`aspose.cells.tables`](../../) +* class [`ListColumn`](/cells/python-net/aspose.cells.tables/listcolumn) diff --git a/english/aspose.cells.tables/listcolumn/name/_index.md b/english/aspose.cells.tables/listcolumn/name/_index.md index cc17b84795..0d64e31297 100644 --- a/english/aspose.cells.tables/listcolumn/name/_index.md +++ b/english/aspose.cells.tables/listcolumn/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.tables/listcolumn/name/ is_root: false --- diff --git a/english/aspose.cells.tables/listcolumn/range/_index.md b/english/aspose.cells.tables/listcolumn/range/_index.md index c22682b0d4..0b994ae70b 100644 --- a/english/aspose.cells.tables/listcolumn/range/_index.md +++ b/english/aspose.cells.tables/listcolumn/range/_index.md @@ -3,7 +3,7 @@ title: range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.tables/listcolumn/range/ is_root: false --- diff --git a/english/aspose.cells.tables/listcolumn/totals_calculation/_index.md b/english/aspose.cells.tables/listcolumn/totals_calculation/_index.md index 4dab5dec1a..d376c994b8 100644 --- a/english/aspose.cells.tables/listcolumn/totals_calculation/_index.md +++ b/english/aspose.cells.tables/listcolumn/totals_calculation/_index.md @@ -3,7 +3,7 @@ title: totals_calculation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.tables/listcolumn/totals_calculation/ is_root: false --- diff --git a/english/aspose.cells.tables/listcolumn/totals_row_label/_index.md b/english/aspose.cells.tables/listcolumn/totals_row_label/_index.md index 439145a22a..1bef0c8bdb 100644 --- a/english/aspose.cells.tables/listcolumn/totals_row_label/_index.md +++ b/english/aspose.cells.tables/listcolumn/totals_row_label/_index.md @@ -3,7 +3,7 @@ title: totals_row_label property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.tables/listcolumn/totals_row_label/ is_root: false --- diff --git a/english/aspose.cells.tables/tablestylecollection/_index.md b/english/aspose.cells.tables/tablestylecollection/_index.md index 1722b4f267..6b01c99291 100644 --- a/english/aspose.cells.tables/tablestylecollection/_index.md +++ b/english/aspose.cells.tables/tablestylecollection/_index.md @@ -36,6 +36,7 @@ The TableStyleCollection type exposes the following members: | [`last_index_of(self, item, index, count)`](/cells/python-net/aspose.cells.tables/tablestylecollection/last_index_of/#aspose.cells.tables.tablestyle-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_table_style(self, name)`](/cells/python-net/aspose.cells.tables/tablestylecollection/add_table_style/#str) | Adds a custom table style. | | [`add_pivot_table_style(self, name)`](/cells/python-net/aspose.cells.tables/tablestylecollection/add_pivot_table_style/#str) | Adds a custom pivot table style. | +| [`get(self, name)`](/cells/python-net/aspose.cells.tables/tablestylecollection/get/#str) | Gets the table style by the name. | | [`get_builtin_table_style(self, type)`](/cells/python-net/aspose.cells.tables/tablestylecollection/get_builtin_table_style/#aspose.cells.tables.tablestyletype) | Gets the builtin table style | | [`binary_search(self, item)`](/cells/python-net/aspose.cells.tables/tablestylecollection/binary_search/#aspose.cells.tables.tablestyle) | 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.tables/tablestylecollection/capacity/_index.md b/english/aspose.cells.tables/tablestylecollection/capacity/_index.md index fcc09cb450..760f8163e1 100644 --- a/english/aspose.cells.tables/tablestylecollection/capacity/_index.md +++ b/english/aspose.cells.tables/tablestylecollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.tables/tablestylecollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.tables/tablestylecollection/default_pivot_style_name/_index.md b/english/aspose.cells.tables/tablestylecollection/default_pivot_style_name/_index.md index 5dac15dc69..f4e0eb08b3 100644 --- a/english/aspose.cells.tables/tablestylecollection/default_pivot_style_name/_index.md +++ b/english/aspose.cells.tables/tablestylecollection/default_pivot_style_name/_index.md @@ -3,7 +3,7 @@ title: default_pivot_style_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.tables/tablestylecollection/default_pivot_style_name/ is_root: false --- diff --git a/english/aspose.cells.tables/tablestylecollection/default_table_style_name/_index.md b/english/aspose.cells.tables/tablestylecollection/default_table_style_name/_index.md index 08d4dabe85..f43aa56b24 100644 --- a/english/aspose.cells.tables/tablestylecollection/default_table_style_name/_index.md +++ b/english/aspose.cells.tables/tablestylecollection/default_table_style_name/_index.md @@ -3,7 +3,7 @@ title: default_table_style_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.tables/tablestylecollection/default_table_style_name/ is_root: false --- diff --git a/english/aspose.cells.tables/tablestylecollection/get/_index.md b/english/aspose.cells.tables/tablestylecollection/get/_index.md new file mode 100644 index 0000000000..ea36ed9001 --- /dev/null +++ b/english/aspose.cells.tables/tablestylecollection/get/_index.md @@ -0,0 +1,37 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.tables/tablestylecollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Gets the table style by the name. + + +### Returns + + +The table style object. + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | The table style name. | + + + +### See Also +* module [`aspose.cells.tables`](../../) +* class [`TableStyleCollection`](/cells/python-net/aspose.cells.tables/tablestylecollection) diff --git a/english/aspose.cells.tables/tablestylecollection/get_builtin_table_style/_index.md b/english/aspose.cells.tables/tablestylecollection/get_builtin_table_style/_index.md index 782d85a28c..da19333eac 100644 --- a/english/aspose.cells.tables/tablestylecollection/get_builtin_table_style/_index.md +++ b/english/aspose.cells.tables/tablestylecollection/get_builtin_table_style/_index.md @@ -3,7 +3,7 @@ title: get_builtin_table_style method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.tables/tablestylecollection/get_builtin_table_style/ is_root: false --- diff --git a/english/aspose.cells.tables/tablestylecollection/index_of/_index.md b/english/aspose.cells.tables/tablestylecollection/index_of/_index.md index 37af556faf..3e212259b3 100644 --- a/english/aspose.cells.tables/tablestylecollection/index_of/_index.md +++ b/english/aspose.cells.tables/tablestylecollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.tables/tablestylecollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.tables/tablestylecollection/last_index_of/_index.md b/english/aspose.cells.tables/tablestylecollection/last_index_of/_index.md index 8a6dce6509..72c62ed26d 100644 --- a/english/aspose.cells.tables/tablestylecollection/last_index_of/_index.md +++ b/english/aspose.cells.tables/tablestylecollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.tables/tablestylecollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.timelines/timelinecollection/_index.md b/english/aspose.cells.timelines/timelinecollection/_index.md index f15df467be..c929f78a65 100644 --- a/english/aspose.cells.timelines/timelinecollection/_index.md +++ b/english/aspose.cells.timelines/timelinecollection/_index.md @@ -39,6 +39,7 @@ The TimelineCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells.timelines/timelinecollection/last_index_of/#aspose.cells.timelines.timeline) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.timelines/timelinecollection/last_index_of/#aspose.cells.timelines.timeline-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(self, item, index, count)`](/cells/python-net/aspose.cells.timelines/timelinecollection/last_index_of/#aspose.cells.timelines.timeline-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. | +| [`get(self, name)`](/cells/python-net/aspose.cells.timelines/timelinecollection/get/#str) | Gets the Timeline by Timeline's name. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells.timelines/timelinecollection/binary_search/#aspose.cells.timelines.timeline) | 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.timelines/timelinecollection/capacity/_index.md b/english/aspose.cells.timelines/timelinecollection/capacity/_index.md index bef60dc951..634f6e4980 100644 --- a/english/aspose.cells.timelines/timelinecollection/capacity/_index.md +++ b/english/aspose.cells.timelines/timelinecollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.timelines/timelinecollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.timelines/timelinecollection/get/_index.md b/english/aspose.cells.timelines/timelinecollection/get/_index.md new file mode 100644 index 0000000000..656ad3b131 --- /dev/null +++ b/english/aspose.cells.timelines/timelinecollection/get/_index.md @@ -0,0 +1,32 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 50 +url: /aspose.cells.timelines/timelinecollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Gets the Timeline by Timeline's name. + + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | | + + + +### See Also +* module [`aspose.cells.timelines`](../../) +* class [`TimelineCollection`](/cells/python-net/aspose.cells.timelines/timelinecollection) diff --git a/english/aspose.cells.timelines/timelinecollection/index_of/_index.md b/english/aspose.cells.timelines/timelinecollection/index_of/_index.md index b279e040f4..eaa59e6831 100644 --- a/english/aspose.cells.timelines/timelinecollection/index_of/_index.md +++ b/english/aspose.cells.timelines/timelinecollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.timelines/timelinecollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.timelines/timelinecollection/last_index_of/_index.md b/english/aspose.cells.timelines/timelinecollection/last_index_of/_index.md index 028a4da25c..9c9b955ae7 100644 --- a/english/aspose.cells.timelines/timelinecollection/last_index_of/_index.md +++ b/english/aspose.cells.timelines/timelinecollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.timelines/timelinecollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.webextensions/webextensionpropertycollection/_index.md b/english/aspose.cells.webextensions/webextensionpropertycollection/_index.md index 212cb31eeb..ec7dd986f9 100644 --- a/english/aspose.cells.webextensions/webextensionpropertycollection/_index.md +++ b/english/aspose.cells.webextensions/webextensionpropertycollection/_index.md @@ -38,6 +38,7 @@ The WebExtensionPropertyCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/last_index_of/#aspose.cells.webextensions.webextensionproperty) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/last_index_of/#aspose.cells.webextensions.webextensionproperty-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(self, item, index, count)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/last_index_of/#aspose.cells.webextensions.webextensionproperty-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. | +| [`get(self, name)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/get/#str) | Gets the property of web extension. | | [`add(self, name, value)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/add/#str-str) | Adds web extension property. | | [`remove_at(self, name)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/remove_at/#str) | Remove the property by the name. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/binary_search/#aspose.cells.webextensions.webextensionproperty) | 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.webextensions/webextensionpropertycollection/capacity/_index.md b/english/aspose.cells.webextensions/webextensionpropertycollection/capacity/_index.md index 3e80560110..0b1c171315 100644 --- a/english/aspose.cells.webextensions/webextensionpropertycollection/capacity/_index.md +++ b/english/aspose.cells.webextensions/webextensionpropertycollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.webextensions/webextensionpropertycollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.webextensions/webextensionpropertycollection/get/_index.md b/english/aspose.cells.webextensions/webextensionpropertycollection/get/_index.md new file mode 100644 index 0000000000..26ef8a124b --- /dev/null +++ b/english/aspose.cells.webextensions/webextensionpropertycollection/get/_index.md @@ -0,0 +1,37 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 50 +url: /aspose.cells.webextensions/webextensionpropertycollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Gets the property of web extension. + + +### Returns + + +The property of web extension. + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | The name of property. | + + + +### See Also +* module [`aspose.cells.webextensions`](../../) +* class [`WebExtensionPropertyCollection`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection) diff --git a/english/aspose.cells.webextensions/webextensionpropertycollection/index_of/_index.md b/english/aspose.cells.webextensions/webextensionpropertycollection/index_of/_index.md index 99f0697bdd..c5461aa70e 100644 --- a/english/aspose.cells.webextensions/webextensionpropertycollection/index_of/_index.md +++ b/english/aspose.cells.webextensions/webextensionpropertycollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.webextensions/webextensionpropertycollection/index_of/ is_root: false --- diff --git a/english/aspose.cells.webextensions/webextensionpropertycollection/last_index_of/_index.md b/english/aspose.cells.webextensions/webextensionpropertycollection/last_index_of/_index.md index 19e239bd8e..0c503d1087 100644 --- a/english/aspose.cells.webextensions/webextensionpropertycollection/last_index_of/_index.md +++ b/english/aspose.cells.webextensions/webextensionpropertycollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.webextensions/webextensionpropertycollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells.webextensions/webextensionpropertycollection/remove_at/_index.md b/english/aspose.cells.webextensions/webextensionpropertycollection/remove_at/_index.md index b927d4a719..45cb12afef 100644 --- a/english/aspose.cells.webextensions/webextensionpropertycollection/remove_at/_index.md +++ b/english/aspose.cells.webextensions/webextensionpropertycollection/remove_at/_index.md @@ -3,7 +3,7 @@ title: remove_at method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.webextensions/webextensionpropertycollection/remove_at/ is_root: false --- diff --git a/english/aspose.cells/cells/_index.md b/english/aspose.cells/cells/_index.md index 161feb057a..54146f0eac 100644 --- a/english/aspose.cells/cells/_index.md +++ b/english/aspose.cells/cells/_index.md @@ -173,6 +173,7 @@ The Cells type exposes the following members: | [`get_view_column_width_pixel(self, column)`](/cells/python-net/aspose.cells/cells/get_view_column_width_pixel/#int) | Get the width in different view type. | | [`set_view_column_width_pixel(self, column, pixels)`](/cells/python-net/aspose.cells/cells/set_view_column_width_pixel/#int-int) | Sets the width of the column in different view. | | [`get_last_data_row(self, column)`](/cells/python-net/aspose.cells/cells/get_last_data_row/#int) | Gets the last row index of cell which contains data in the specified column. | +| [`get_first_data_row(self, column)`](/cells/python-net/aspose.cells/cells/get_first_data_row/#int) | Gets the first row index of cell which contains data in the specified column. | | [`apply_column_style(self, column, style, flag)`](/cells/python-net/aspose.cells/cells/apply_column_style/#int-aspose.cells.style-aspose.cells.styleflag) | Applies formats for a whole column. | | [`apply_row_style(self, row, style, flag)`](/cells/python-net/aspose.cells/cells/apply_row_style/#int-aspose.cells.style-aspose.cells.styleflag) | Applies formats for a whole row. | | [`apply_style(self, style, flag)`](/cells/python-net/aspose.cells/cells/apply_style/#aspose.cells.style-aspose.cells.styleflag) | Applies formats for a whole worksheet. | diff --git a/english/aspose.cells/cells/columns/_index.md b/english/aspose.cells/cells/columns/_index.md index 62ec5c3cf7..a100e2bbaf 100644 --- a/english/aspose.cells/cells/columns/_index.md +++ b/english/aspose.cells/cells/columns/_index.md @@ -3,7 +3,7 @@ title: columns property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells/cells/columns/ is_root: false --- diff --git a/english/aspose.cells/cells/count/_index.md b/english/aspose.cells/cells/count/_index.md index c97cd1ee5a..4f09b3cb89 100644 --- a/english/aspose.cells/cells/count/_index.md +++ b/english/aspose.cells/cells/count/_index.md @@ -3,7 +3,7 @@ title: count property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells/cells/count/ is_root: false --- diff --git a/english/aspose.cells/cells/count_large/_index.md b/english/aspose.cells/cells/count_large/_index.md index c4d56a10d8..b981a67757 100644 --- a/english/aspose.cells/cells/count_large/_index.md +++ b/english/aspose.cells/cells/count_large/_index.md @@ -3,7 +3,7 @@ title: count_large property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells/cells/count_large/ is_root: false --- diff --git a/english/aspose.cells/cells/first_cell/_index.md b/english/aspose.cells/cells/first_cell/_index.md index 6567818fff..6190acad3c 100644 --- a/english/aspose.cells/cells/first_cell/_index.md +++ b/english/aspose.cells/cells/first_cell/_index.md @@ -3,7 +3,7 @@ title: first_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells/cells/first_cell/ is_root: false --- diff --git a/english/aspose.cells/cells/get_first_data_row/_index.md b/english/aspose.cells/cells/get_first_data_row/_index.md new file mode 100644 index 0000000000..2775797213 --- /dev/null +++ b/english/aspose.cells/cells/get_first_data_row/_index.md @@ -0,0 +1,37 @@ +--- +title: get_first_data_row method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 410 +url: /aspose.cells/cells/get_first_data_row/ +is_root: false +--- + +## get_first_data_row(self, column) {#int} + +Gets the first row index of cell which contains data in the specified column. + + +### Returns + + +first row index. + + +```python + +def get_first_data_row(self, column): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| column | int | Column index. | + + + +### See Also +* module [`aspose.cells`](../../) +* class [`Cells`](/cells/python-net/aspose.cells/cells) diff --git a/english/aspose.cells/cells/get_grouped_column_outline_level/_index.md b/english/aspose.cells/cells/get_grouped_column_outline_level/_index.md index e388d6652a..d909817cd0 100644 --- a/english/aspose.cells/cells/get_grouped_column_outline_level/_index.md +++ b/english/aspose.cells/cells/get_grouped_column_outline_level/_index.md @@ -3,7 +3,7 @@ title: get_grouped_column_outline_level method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells/cells/get_grouped_column_outline_level/ is_root: false --- diff --git a/english/aspose.cells/cells/get_grouped_row_outline_level/_index.md b/english/aspose.cells/cells/get_grouped_row_outline_level/_index.md index 5fb1c3cb7c..00b6428951 100644 --- a/english/aspose.cells/cells/get_grouped_row_outline_level/_index.md +++ b/english/aspose.cells/cells/get_grouped_row_outline_level/_index.md @@ -3,7 +3,7 @@ title: get_grouped_row_outline_level method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells/cells/get_grouped_row_outline_level/ is_root: false --- diff --git a/english/aspose.cells/cells/get_last_data_row/_index.md b/english/aspose.cells/cells/get_last_data_row/_index.md index 7f280be1b9..5a6b8bff4e 100644 --- a/english/aspose.cells/cells/get_last_data_row/_index.md +++ b/english/aspose.cells/cells/get_last_data_row/_index.md @@ -3,7 +3,7 @@ title: get_last_data_row method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells/cells/get_last_data_row/ is_root: false --- diff --git a/english/aspose.cells/cells/get_max_grouped_column_outline_level/_index.md b/english/aspose.cells/cells/get_max_grouped_column_outline_level/_index.md index a30da9ee35..5880b008d0 100644 --- a/english/aspose.cells/cells/get_max_grouped_column_outline_level/_index.md +++ b/english/aspose.cells/cells/get_max_grouped_column_outline_level/_index.md @@ -3,7 +3,7 @@ title: get_max_grouped_column_outline_level method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells/cells/get_max_grouped_column_outline_level/ is_root: false --- diff --git a/english/aspose.cells/cells/get_max_grouped_row_outline_level/_index.md b/english/aspose.cells/cells/get_max_grouped_row_outline_level/_index.md index 2402c20275..4ec0afa28b 100644 --- a/english/aspose.cells/cells/get_max_grouped_row_outline_level/_index.md +++ b/english/aspose.cells/cells/get_max_grouped_row_outline_level/_index.md @@ -3,7 +3,7 @@ title: get_max_grouped_row_outline_level method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells/cells/get_max_grouped_row_outline_level/ is_root: false --- diff --git a/english/aspose.cells/cells/get_merged_areas/_index.md b/english/aspose.cells/cells/get_merged_areas/_index.md index 810a935f3c..4d70c8f88e 100644 --- a/english/aspose.cells/cells/get_merged_areas/_index.md +++ b/english/aspose.cells/cells/get_merged_areas/_index.md @@ -3,7 +3,7 @@ title: get_merged_areas method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells/cells/get_merged_areas/ is_root: false --- diff --git a/english/aspose.cells/cells/get_row/_index.md b/english/aspose.cells/cells/get_row/_index.md index f388b34629..4849b582b0 100644 --- a/english/aspose.cells/cells/get_row/_index.md +++ b/english/aspose.cells/cells/get_row/_index.md @@ -3,7 +3,7 @@ title: get_row method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells/cells/get_row/ is_root: false --- diff --git a/english/aspose.cells/cells/get_row_enumerator/_index.md b/english/aspose.cells/cells/get_row_enumerator/_index.md index 1b1b9868e9..43833df31c 100644 --- a/english/aspose.cells/cells/get_row_enumerator/_index.md +++ b/english/aspose.cells/cells/get_row_enumerator/_index.md @@ -3,7 +3,7 @@ title: get_row_enumerator method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells/cells/get_row_enumerator/ is_root: false --- diff --git a/english/aspose.cells/cells/get_row_height/_index.md b/english/aspose.cells/cells/get_row_height/_index.md index ba56581841..b7a84e2e19 100644 --- a/english/aspose.cells/cells/get_row_height/_index.md +++ b/english/aspose.cells/cells/get_row_height/_index.md @@ -3,7 +3,7 @@ title: get_row_height method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells/cells/get_row_height/ is_root: false --- diff --git a/english/aspose.cells/cells/get_row_height_inch/_index.md b/english/aspose.cells/cells/get_row_height_inch/_index.md index 4618813031..d91c0c7b94 100644 --- a/english/aspose.cells/cells/get_row_height_inch/_index.md +++ b/english/aspose.cells/cells/get_row_height_inch/_index.md @@ -3,7 +3,7 @@ title: get_row_height_inch method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells/cells/get_row_height_inch/ is_root: false --- diff --git a/english/aspose.cells/cells/get_row_height_pixel/_index.md b/english/aspose.cells/cells/get_row_height_pixel/_index.md index d6234df1ba..521719ea42 100644 --- a/english/aspose.cells/cells/get_row_height_pixel/_index.md +++ b/english/aspose.cells/cells/get_row_height_pixel/_index.md @@ -3,7 +3,7 @@ title: get_row_height_pixel method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells/cells/get_row_height_pixel/ is_root: false --- diff --git a/english/aspose.cells/cells/get_row_original_height_point/_index.md b/english/aspose.cells/cells/get_row_original_height_point/_index.md index 9d3dcd879f..359bb4a41a 100644 --- a/english/aspose.cells/cells/get_row_original_height_point/_index.md +++ b/english/aspose.cells/cells/get_row_original_height_point/_index.md @@ -3,7 +3,7 @@ title: get_row_original_height_point method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells/cells/get_row_original_height_point/ is_root: false --- diff --git a/english/aspose.cells/cells/get_view_column_width_pixel/_index.md b/english/aspose.cells/cells/get_view_column_width_pixel/_index.md index 92735d0ad1..29ab8fc6dc 100644 --- a/english/aspose.cells/cells/get_view_column_width_pixel/_index.md +++ b/english/aspose.cells/cells/get_view_column_width_pixel/_index.md @@ -3,7 +3,7 @@ title: get_view_column_width_pixel method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells/cells/get_view_column_width_pixel/ is_root: false --- diff --git a/english/aspose.cells/cells/get_view_row_height/_index.md b/english/aspose.cells/cells/get_view_row_height/_index.md index dccdf8f373..ca565b3e68 100644 --- a/english/aspose.cells/cells/get_view_row_height/_index.md +++ b/english/aspose.cells/cells/get_view_row_height/_index.md @@ -3,7 +3,7 @@ title: get_view_row_height method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells/cells/get_view_row_height/ is_root: false --- diff --git a/english/aspose.cells/cells/get_view_row_height_inch/_index.md b/english/aspose.cells/cells/get_view_row_height_inch/_index.md index 252917fbbf..cb8bfc3f82 100644 --- a/english/aspose.cells/cells/get_view_row_height_inch/_index.md +++ b/english/aspose.cells/cells/get_view_row_height_inch/_index.md @@ -3,7 +3,7 @@ title: get_view_row_height_inch method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells/cells/get_view_row_height_inch/ is_root: false --- diff --git a/english/aspose.cells/cells/group_columns/_index.md b/english/aspose.cells/cells/group_columns/_index.md index e4aa670c7c..b15c998c4b 100644 --- a/english/aspose.cells/cells/group_columns/_index.md +++ b/english/aspose.cells/cells/group_columns/_index.md @@ -3,7 +3,7 @@ title: group_columns method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells/cells/group_columns/ is_root: false --- diff --git a/english/aspose.cells/cells/group_rows/_index.md b/english/aspose.cells/cells/group_rows/_index.md index 8c0ad280b6..de8bcfd57d 100644 --- a/english/aspose.cells/cells/group_rows/_index.md +++ b/english/aspose.cells/cells/group_rows/_index.md @@ -3,7 +3,7 @@ title: group_rows method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells/cells/group_rows/ is_root: false --- diff --git a/english/aspose.cells/cells/hide_column/_index.md b/english/aspose.cells/cells/hide_column/_index.md index 6f9535824e..3c8e751779 100644 --- a/english/aspose.cells/cells/hide_column/_index.md +++ b/english/aspose.cells/cells/hide_column/_index.md @@ -3,7 +3,7 @@ title: hide_column method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells/cells/hide_column/ is_root: false --- diff --git a/english/aspose.cells/cells/hide_columns/_index.md b/english/aspose.cells/cells/hide_columns/_index.md index a79658f407..549b760597 100644 --- a/english/aspose.cells/cells/hide_columns/_index.md +++ b/english/aspose.cells/cells/hide_columns/_index.md @@ -3,7 +3,7 @@ title: hide_columns method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells/cells/hide_columns/ is_root: false --- diff --git a/english/aspose.cells/cells/hide_group_detail/_index.md b/english/aspose.cells/cells/hide_group_detail/_index.md index 2c8c61dd35..bb047de716 100644 --- a/english/aspose.cells/cells/hide_group_detail/_index.md +++ b/english/aspose.cells/cells/hide_group_detail/_index.md @@ -3,7 +3,7 @@ title: hide_group_detail method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells/cells/hide_group_detail/ is_root: false --- diff --git a/english/aspose.cells/cells/hide_row/_index.md b/english/aspose.cells/cells/hide_row/_index.md index 799a6280d0..6e20486062 100644 --- a/english/aspose.cells/cells/hide_row/_index.md +++ b/english/aspose.cells/cells/hide_row/_index.md @@ -3,7 +3,7 @@ title: hide_row method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells/cells/hide_row/ is_root: false --- diff --git a/english/aspose.cells/cells/hide_rows/_index.md b/english/aspose.cells/cells/hide_rows/_index.md index ba0432ea62..71bbf44f6e 100644 --- a/english/aspose.cells/cells/hide_rows/_index.md +++ b/english/aspose.cells/cells/hide_rows/_index.md @@ -3,7 +3,7 @@ title: hide_rows method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells/cells/hide_rows/ is_root: false --- diff --git a/english/aspose.cells/cells/import_array/_index.md b/english/aspose.cells/cells/import_array/_index.md index 6be57977f3..4c00d35914 100644 --- a/english/aspose.cells/cells/import_array/_index.md +++ b/english/aspose.cells/cells/import_array/_index.md @@ -3,7 +3,7 @@ title: import_array method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells/cells/import_array/ is_root: false --- diff --git a/english/aspose.cells/cells/import_array_list/_index.md b/english/aspose.cells/cells/import_array_list/_index.md index 4d4570eae8..88138d4c28 100644 --- a/english/aspose.cells/cells/import_array_list/_index.md +++ b/english/aspose.cells/cells/import_array_list/_index.md @@ -3,7 +3,7 @@ title: import_array_list method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells/cells/import_array_list/ is_root: false --- diff --git a/english/aspose.cells/cells/import_csv/_index.md b/english/aspose.cells/cells/import_csv/_index.md index ed194c2297..5f2d4a815e 100644 --- a/english/aspose.cells/cells/import_csv/_index.md +++ b/english/aspose.cells/cells/import_csv/_index.md @@ -3,7 +3,7 @@ title: import_csv method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells/cells/import_csv/ is_root: false --- diff --git a/english/aspose.cells/cells/import_formula_array/_index.md b/english/aspose.cells/cells/import_formula_array/_index.md index fdeb4f26bc..ae52da8cc0 100644 --- a/english/aspose.cells/cells/import_formula_array/_index.md +++ b/english/aspose.cells/cells/import_formula_array/_index.md @@ -3,7 +3,7 @@ title: import_formula_array method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells/cells/import_formula_array/ is_root: false --- diff --git a/english/aspose.cells/cells/import_object_array/_index.md b/english/aspose.cells/cells/import_object_array/_index.md index a5610980ca..50f0926118 100644 --- a/english/aspose.cells/cells/import_object_array/_index.md +++ b/english/aspose.cells/cells/import_object_array/_index.md @@ -3,7 +3,7 @@ title: import_object_array method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells/cells/import_object_array/ is_root: false --- diff --git a/english/aspose.cells/cells/insert_column/_index.md b/english/aspose.cells/cells/insert_column/_index.md index 6e23385598..884ac17878 100644 --- a/english/aspose.cells/cells/insert_column/_index.md +++ b/english/aspose.cells/cells/insert_column/_index.md @@ -3,7 +3,7 @@ title: insert_column method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells/cells/insert_column/ is_root: false --- diff --git a/english/aspose.cells/cells/insert_columns/_index.md b/english/aspose.cells/cells/insert_columns/_index.md index 51063e297c..b5118a0bbb 100644 --- a/english/aspose.cells/cells/insert_columns/_index.md +++ b/english/aspose.cells/cells/insert_columns/_index.md @@ -3,7 +3,7 @@ title: insert_columns method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells/cells/insert_columns/ is_root: false --- diff --git a/english/aspose.cells/cells/insert_cut_cells/_index.md b/english/aspose.cells/cells/insert_cut_cells/_index.md index 1db5d5b16f..c605e03d3a 100644 --- a/english/aspose.cells/cells/insert_cut_cells/_index.md +++ b/english/aspose.cells/cells/insert_cut_cells/_index.md @@ -3,7 +3,7 @@ title: insert_cut_cells method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells/cells/insert_cut_cells/ is_root: false --- diff --git a/english/aspose.cells/cells/insert_range/_index.md b/english/aspose.cells/cells/insert_range/_index.md index 84fb83bc20..a055f3ac6a 100644 --- a/english/aspose.cells/cells/insert_range/_index.md +++ b/english/aspose.cells/cells/insert_range/_index.md @@ -3,7 +3,7 @@ title: insert_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells/cells/insert_range/ is_root: false --- diff --git a/english/aspose.cells/cells/insert_row/_index.md b/english/aspose.cells/cells/insert_row/_index.md index 0f5d852e21..249dfc8ce5 100644 --- a/english/aspose.cells/cells/insert_row/_index.md +++ b/english/aspose.cells/cells/insert_row/_index.md @@ -3,7 +3,7 @@ title: insert_row method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells/cells/insert_row/ is_root: false --- diff --git a/english/aspose.cells/cells/insert_rows/_index.md b/english/aspose.cells/cells/insert_rows/_index.md index 5beb3fb574..e25e26ba26 100644 --- a/english/aspose.cells/cells/insert_rows/_index.md +++ b/english/aspose.cells/cells/insert_rows/_index.md @@ -3,7 +3,7 @@ title: insert_rows method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells/cells/insert_rows/ is_root: false --- diff --git a/english/aspose.cells/cells/is_blank_column/_index.md b/english/aspose.cells/cells/is_blank_column/_index.md index ea2e1ec916..9132af1c6d 100644 --- a/english/aspose.cells/cells/is_blank_column/_index.md +++ b/english/aspose.cells/cells/is_blank_column/_index.md @@ -3,7 +3,7 @@ title: is_blank_column method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells/cells/is_blank_column/ is_root: false --- diff --git a/english/aspose.cells/cells/is_column_hidden/_index.md b/english/aspose.cells/cells/is_column_hidden/_index.md index 52fb8e7a0a..40ff0beea6 100644 --- a/english/aspose.cells/cells/is_column_hidden/_index.md +++ b/english/aspose.cells/cells/is_column_hidden/_index.md @@ -3,7 +3,7 @@ title: is_column_hidden method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells/cells/is_column_hidden/ is_root: false --- diff --git a/english/aspose.cells/cells/is_default_row_height_matched/_index.md b/english/aspose.cells/cells/is_default_row_height_matched/_index.md index debaed4841..8010d8229e 100644 --- a/english/aspose.cells/cells/is_default_row_height_matched/_index.md +++ b/english/aspose.cells/cells/is_default_row_height_matched/_index.md @@ -3,7 +3,7 @@ title: is_default_row_height_matched property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells/cells/is_default_row_height_matched/ is_root: false --- diff --git a/english/aspose.cells/cells/is_default_row_hidden/_index.md b/english/aspose.cells/cells/is_default_row_hidden/_index.md index 465d004d9b..281d80bfbc 100644 --- a/english/aspose.cells/cells/is_default_row_hidden/_index.md +++ b/english/aspose.cells/cells/is_default_row_hidden/_index.md @@ -3,7 +3,7 @@ title: is_default_row_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells/cells/is_default_row_hidden/ is_root: false --- diff --git a/english/aspose.cells/cells/is_deleting_range_enabled/_index.md b/english/aspose.cells/cells/is_deleting_range_enabled/_index.md index c91a07b9d2..7818a78974 100644 --- a/english/aspose.cells/cells/is_deleting_range_enabled/_index.md +++ b/english/aspose.cells/cells/is_deleting_range_enabled/_index.md @@ -3,7 +3,7 @@ title: is_deleting_range_enabled method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells/cells/is_deleting_range_enabled/ is_root: false --- diff --git a/english/aspose.cells/cells/is_row_hidden/_index.md b/english/aspose.cells/cells/is_row_hidden/_index.md index 2204f9c441..9bb6429aee 100644 --- a/english/aspose.cells/cells/is_row_hidden/_index.md +++ b/english/aspose.cells/cells/is_row_hidden/_index.md @@ -3,7 +3,7 @@ title: is_row_hidden method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells/cells/is_row_hidden/ is_root: false --- diff --git a/english/aspose.cells/cells/last_cell/_index.md b/english/aspose.cells/cells/last_cell/_index.md index d428befc0b..b2252da2a2 100644 --- a/english/aspose.cells/cells/last_cell/_index.md +++ b/english/aspose.cells/cells/last_cell/_index.md @@ -3,7 +3,7 @@ title: last_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells/cells/last_cell/ is_root: false --- diff --git a/english/aspose.cells/cells/link_to_xml_map/_index.md b/english/aspose.cells/cells/link_to_xml_map/_index.md index 2edda5577b..51a2b9d70b 100644 --- a/english/aspose.cells/cells/link_to_xml_map/_index.md +++ b/english/aspose.cells/cells/link_to_xml_map/_index.md @@ -3,7 +3,7 @@ title: link_to_xml_map method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells/cells/link_to_xml_map/ is_root: false --- diff --git a/english/aspose.cells/cells/max_column/_index.md b/english/aspose.cells/cells/max_column/_index.md index bc314ecc41..3519d9aacf 100644 --- a/english/aspose.cells/cells/max_column/_index.md +++ b/english/aspose.cells/cells/max_column/_index.md @@ -3,7 +3,7 @@ title: max_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells/cells/max_column/ is_root: false --- diff --git a/english/aspose.cells/cells/max_data_column/_index.md b/english/aspose.cells/cells/max_data_column/_index.md index 33eb74d05e..43a493f53a 100644 --- a/english/aspose.cells/cells/max_data_column/_index.md +++ b/english/aspose.cells/cells/max_data_column/_index.md @@ -3,7 +3,7 @@ title: max_data_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells/cells/max_data_column/ is_root: false --- diff --git a/english/aspose.cells/cells/max_data_row/_index.md b/english/aspose.cells/cells/max_data_row/_index.md index 1485087ff7..52efd0a51d 100644 --- a/english/aspose.cells/cells/max_data_row/_index.md +++ b/english/aspose.cells/cells/max_data_row/_index.md @@ -3,7 +3,7 @@ title: max_data_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells/cells/max_data_row/ is_root: false --- diff --git a/english/aspose.cells/cells/max_display_range/_index.md b/english/aspose.cells/cells/max_display_range/_index.md index 0513eb25db..6ef4bac387 100644 --- a/english/aspose.cells/cells/max_display_range/_index.md +++ b/english/aspose.cells/cells/max_display_range/_index.md @@ -3,7 +3,7 @@ title: max_display_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells/cells/max_display_range/ is_root: false --- diff --git a/english/aspose.cells/cells/max_row/_index.md b/english/aspose.cells/cells/max_row/_index.md index b08d0bc733..ad13cc7558 100644 --- a/english/aspose.cells/cells/max_row/_index.md +++ b/english/aspose.cells/cells/max_row/_index.md @@ -3,7 +3,7 @@ title: max_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells/cells/max_row/ is_root: false --- diff --git a/english/aspose.cells/cells/memory_setting/_index.md b/english/aspose.cells/cells/memory_setting/_index.md index a72c08a6d8..0dea1d9878 100644 --- a/english/aspose.cells/cells/memory_setting/_index.md +++ b/english/aspose.cells/cells/memory_setting/_index.md @@ -3,7 +3,7 @@ title: memory_setting property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells/cells/memory_setting/ is_root: false --- diff --git a/english/aspose.cells/cells/merge/_index.md b/english/aspose.cells/cells/merge/_index.md index 3923c5891c..9ab3b180a8 100644 --- a/english/aspose.cells/cells/merge/_index.md +++ b/english/aspose.cells/cells/merge/_index.md @@ -3,7 +3,7 @@ title: merge method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells/cells/merge/ is_root: false --- diff --git a/english/aspose.cells/cells/merged_cells/_index.md b/english/aspose.cells/cells/merged_cells/_index.md index 704cb78302..0fce437c14 100644 --- a/english/aspose.cells/cells/merged_cells/_index.md +++ b/english/aspose.cells/cells/merged_cells/_index.md @@ -3,7 +3,7 @@ title: merged_cells property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells/cells/merged_cells/ is_root: false --- diff --git a/english/aspose.cells/cells/min_column/_index.md b/english/aspose.cells/cells/min_column/_index.md index fdcb7d2a42..0e977015d8 100644 --- a/english/aspose.cells/cells/min_column/_index.md +++ b/english/aspose.cells/cells/min_column/_index.md @@ -3,7 +3,7 @@ title: min_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells/cells/min_column/ is_root: false --- diff --git a/english/aspose.cells/cells/min_data_column/_index.md b/english/aspose.cells/cells/min_data_column/_index.md index 89907e2368..5e23a13a4f 100644 --- a/english/aspose.cells/cells/min_data_column/_index.md +++ b/english/aspose.cells/cells/min_data_column/_index.md @@ -3,7 +3,7 @@ title: min_data_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells/cells/min_data_column/ is_root: false --- diff --git a/english/aspose.cells/cells/min_data_row/_index.md b/english/aspose.cells/cells/min_data_row/_index.md index 1d8ffa2b17..fcef9b9901 100644 --- a/english/aspose.cells/cells/min_data_row/_index.md +++ b/english/aspose.cells/cells/min_data_row/_index.md @@ -3,7 +3,7 @@ title: min_data_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells/cells/min_data_row/ is_root: false --- diff --git a/english/aspose.cells/cells/min_row/_index.md b/english/aspose.cells/cells/min_row/_index.md index c49fbc80d4..55a1dcfa4c 100644 --- a/english/aspose.cells/cells/min_row/_index.md +++ b/english/aspose.cells/cells/min_row/_index.md @@ -3,7 +3,7 @@ title: min_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells/cells/min_row/ is_root: false --- diff --git a/english/aspose.cells/cells/move_range/_index.md b/english/aspose.cells/cells/move_range/_index.md index 0c3a506ef1..be354861aa 100644 --- a/english/aspose.cells/cells/move_range/_index.md +++ b/english/aspose.cells/cells/move_range/_index.md @@ -3,7 +3,7 @@ title: move_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells/cells/move_range/ is_root: false --- diff --git a/english/aspose.cells/cells/multi_thread_reading/_index.md b/english/aspose.cells/cells/multi_thread_reading/_index.md index 3b869bc7de..ead97a106b 100644 --- a/english/aspose.cells/cells/multi_thread_reading/_index.md +++ b/english/aspose.cells/cells/multi_thread_reading/_index.md @@ -3,7 +3,7 @@ title: multi_thread_reading property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells/cells/multi_thread_reading/ is_root: false --- diff --git a/english/aspose.cells/cells/ods_cell_fields/_index.md b/english/aspose.cells/cells/ods_cell_fields/_index.md index 7b49321278..89b333ad38 100644 --- a/english/aspose.cells/cells/ods_cell_fields/_index.md +++ b/english/aspose.cells/cells/ods_cell_fields/_index.md @@ -3,7 +3,7 @@ title: ods_cell_fields property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells/cells/ods_cell_fields/ is_root: false --- diff --git a/english/aspose.cells/cells/preserve_string/_index.md b/english/aspose.cells/cells/preserve_string/_index.md index c9953ff7b4..e85ad402dc 100644 --- a/english/aspose.cells/cells/preserve_string/_index.md +++ b/english/aspose.cells/cells/preserve_string/_index.md @@ -3,7 +3,7 @@ title: preserve_string property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells/cells/preserve_string/ is_root: false --- diff --git a/english/aspose.cells/cells/ranges/_index.md b/english/aspose.cells/cells/ranges/_index.md index 3c63627665..04e329168c 100644 --- a/english/aspose.cells/cells/ranges/_index.md +++ b/english/aspose.cells/cells/ranges/_index.md @@ -3,7 +3,7 @@ title: ranges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells/cells/ranges/ is_root: false --- diff --git a/english/aspose.cells/cells/remove_duplicates/_index.md b/english/aspose.cells/cells/remove_duplicates/_index.md index 9a625055c8..710551d7c6 100644 --- a/english/aspose.cells/cells/remove_duplicates/_index.md +++ b/english/aspose.cells/cells/remove_duplicates/_index.md @@ -3,7 +3,7 @@ title: remove_duplicates method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells/cells/remove_duplicates/ is_root: false --- diff --git a/english/aspose.cells/cells/remove_formulas/_index.md b/english/aspose.cells/cells/remove_formulas/_index.md index 7e1f8ec46d..26f34ce154 100644 --- a/english/aspose.cells/cells/remove_formulas/_index.md +++ b/english/aspose.cells/cells/remove_formulas/_index.md @@ -3,7 +3,7 @@ title: remove_formulas method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells/cells/remove_formulas/ is_root: false --- diff --git a/english/aspose.cells/cells/retrieve_subtotal_setting/_index.md b/english/aspose.cells/cells/retrieve_subtotal_setting/_index.md index 70f7359772..3a0a023817 100644 --- a/english/aspose.cells/cells/retrieve_subtotal_setting/_index.md +++ b/english/aspose.cells/cells/retrieve_subtotal_setting/_index.md @@ -3,7 +3,7 @@ title: retrieve_subtotal_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells/cells/retrieve_subtotal_setting/ is_root: false --- diff --git a/english/aspose.cells/cells/rows/_index.md b/english/aspose.cells/cells/rows/_index.md index 33dc74af39..a55fe6cb64 100644 --- a/english/aspose.cells/cells/rows/_index.md +++ b/english/aspose.cells/cells/rows/_index.md @@ -3,7 +3,7 @@ title: rows property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells/cells/rows/ is_root: false --- diff --git a/english/aspose.cells/cells/set_column_width/_index.md b/english/aspose.cells/cells/set_column_width/_index.md index 7698a22a9e..9e6b1e03cf 100644 --- a/english/aspose.cells/cells/set_column_width/_index.md +++ b/english/aspose.cells/cells/set_column_width/_index.md @@ -3,7 +3,7 @@ title: set_column_width method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells/cells/set_column_width/ is_root: false --- diff --git a/english/aspose.cells/cells/set_column_width_inch/_index.md b/english/aspose.cells/cells/set_column_width_inch/_index.md index b6ae1b1c40..7cb6b27bff 100644 --- a/english/aspose.cells/cells/set_column_width_inch/_index.md +++ b/english/aspose.cells/cells/set_column_width_inch/_index.md @@ -3,7 +3,7 @@ title: set_column_width_inch method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells/cells/set_column_width_inch/ is_root: false --- diff --git a/english/aspose.cells/cells/set_column_width_pixel/_index.md b/english/aspose.cells/cells/set_column_width_pixel/_index.md index 21050f9123..eebee553b6 100644 --- a/english/aspose.cells/cells/set_column_width_pixel/_index.md +++ b/english/aspose.cells/cells/set_column_width_pixel/_index.md @@ -3,7 +3,7 @@ title: set_column_width_pixel method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells/cells/set_column_width_pixel/ is_root: false --- diff --git a/english/aspose.cells/cells/set_row_height/_index.md b/english/aspose.cells/cells/set_row_height/_index.md index c0d6db5919..373df54df4 100644 --- a/english/aspose.cells/cells/set_row_height/_index.md +++ b/english/aspose.cells/cells/set_row_height/_index.md @@ -3,7 +3,7 @@ title: set_row_height method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells/cells/set_row_height/ is_root: false --- diff --git a/english/aspose.cells/cells/set_row_height_inch/_index.md b/english/aspose.cells/cells/set_row_height_inch/_index.md index 734b17e2ee..548bc74ae2 100644 --- a/english/aspose.cells/cells/set_row_height_inch/_index.md +++ b/english/aspose.cells/cells/set_row_height_inch/_index.md @@ -3,7 +3,7 @@ title: set_row_height_inch method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells/cells/set_row_height_inch/ is_root: false --- diff --git a/english/aspose.cells/cells/set_row_height_pixel/_index.md b/english/aspose.cells/cells/set_row_height_pixel/_index.md index 8891eb931c..db203be8e6 100644 --- a/english/aspose.cells/cells/set_row_height_pixel/_index.md +++ b/english/aspose.cells/cells/set_row_height_pixel/_index.md @@ -3,7 +3,7 @@ title: set_row_height_pixel method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells/cells/set_row_height_pixel/ is_root: false --- diff --git a/english/aspose.cells/cells/set_view_column_width_pixel/_index.md b/english/aspose.cells/cells/set_view_column_width_pixel/_index.md index 2ea567d114..bab4a44204 100644 --- a/english/aspose.cells/cells/set_view_column_width_pixel/_index.md +++ b/english/aspose.cells/cells/set_view_column_width_pixel/_index.md @@ -3,7 +3,7 @@ title: set_view_column_width_pixel method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells/cells/set_view_column_width_pixel/ is_root: false --- diff --git a/english/aspose.cells/cells/show_group_detail/_index.md b/english/aspose.cells/cells/show_group_detail/_index.md index 0db850b1fa..c8f33f2e36 100644 --- a/english/aspose.cells/cells/show_group_detail/_index.md +++ b/english/aspose.cells/cells/show_group_detail/_index.md @@ -3,7 +3,7 @@ title: show_group_detail method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells/cells/show_group_detail/ is_root: false --- diff --git a/english/aspose.cells/cells/standard_height/_index.md b/english/aspose.cells/cells/standard_height/_index.md index 86c1acccea..af4dbf710a 100644 --- a/english/aspose.cells/cells/standard_height/_index.md +++ b/english/aspose.cells/cells/standard_height/_index.md @@ -3,7 +3,7 @@ title: standard_height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells/cells/standard_height/ is_root: false --- diff --git a/english/aspose.cells/cells/standard_height_inch/_index.md b/english/aspose.cells/cells/standard_height_inch/_index.md index 9789ce08d6..c5e3d28b19 100644 --- a/english/aspose.cells/cells/standard_height_inch/_index.md +++ b/english/aspose.cells/cells/standard_height_inch/_index.md @@ -3,7 +3,7 @@ title: standard_height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells/cells/standard_height_inch/ is_root: false --- diff --git a/english/aspose.cells/cells/standard_height_pixels/_index.md b/english/aspose.cells/cells/standard_height_pixels/_index.md index 6c23c366e6..32ce73d2cf 100644 --- a/english/aspose.cells/cells/standard_height_pixels/_index.md +++ b/english/aspose.cells/cells/standard_height_pixels/_index.md @@ -3,7 +3,7 @@ title: standard_height_pixels property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells/cells/standard_height_pixels/ is_root: false --- diff --git a/english/aspose.cells/cells/standard_width/_index.md b/english/aspose.cells/cells/standard_width/_index.md index 859c097c5a..0b4cfadb0c 100644 --- a/english/aspose.cells/cells/standard_width/_index.md +++ b/english/aspose.cells/cells/standard_width/_index.md @@ -3,7 +3,7 @@ title: standard_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1280 +weight: 1290 url: /aspose.cells/cells/standard_width/ is_root: false --- diff --git a/english/aspose.cells/cells/standard_width_inch/_index.md b/english/aspose.cells/cells/standard_width_inch/_index.md index ffe40df9f3..12ad9cb58d 100644 --- a/english/aspose.cells/cells/standard_width_inch/_index.md +++ b/english/aspose.cells/cells/standard_width_inch/_index.md @@ -3,7 +3,7 @@ title: standard_width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1290 +weight: 1300 url: /aspose.cells/cells/standard_width_inch/ is_root: false --- diff --git a/english/aspose.cells/cells/standard_width_pixels/_index.md b/english/aspose.cells/cells/standard_width_pixels/_index.md index 7fa3d1e225..597b52e825 100644 --- a/english/aspose.cells/cells/standard_width_pixels/_index.md +++ b/english/aspose.cells/cells/standard_width_pixels/_index.md @@ -3,7 +3,7 @@ title: standard_width_pixels property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1300 +weight: 1310 url: /aspose.cells/cells/standard_width_pixels/ is_root: false --- diff --git a/english/aspose.cells/cells/style/_index.md b/english/aspose.cells/cells/style/_index.md index 97557c83cf..867c0ba405 100644 --- a/english/aspose.cells/cells/style/_index.md +++ b/english/aspose.cells/cells/style/_index.md @@ -3,7 +3,7 @@ title: style property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1310 +weight: 1320 url: /aspose.cells/cells/style/ is_root: false --- diff --git a/english/aspose.cells/cells/subtotal/_index.md b/english/aspose.cells/cells/subtotal/_index.md index cd33abe543..6cddb79d0b 100644 --- a/english/aspose.cells/cells/subtotal/_index.md +++ b/english/aspose.cells/cells/subtotal/_index.md @@ -3,7 +3,7 @@ title: subtotal method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells/cells/subtotal/ is_root: false --- diff --git a/english/aspose.cells/cells/text_to_columns/_index.md b/english/aspose.cells/cells/text_to_columns/_index.md index 096458bed5..8b6ad6fb68 100644 --- a/english/aspose.cells/cells/text_to_columns/_index.md +++ b/english/aspose.cells/cells/text_to_columns/_index.md @@ -3,7 +3,7 @@ title: text_to_columns method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells/cells/text_to_columns/ is_root: false --- diff --git a/english/aspose.cells/cells/un_merge/_index.md b/english/aspose.cells/cells/un_merge/_index.md index c9952a2cab..e90b793aa1 100644 --- a/english/aspose.cells/cells/un_merge/_index.md +++ b/english/aspose.cells/cells/un_merge/_index.md @@ -3,7 +3,7 @@ title: un_merge method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells/cells/un_merge/ is_root: false --- diff --git a/english/aspose.cells/cells/ungroup_columns/_index.md b/english/aspose.cells/cells/ungroup_columns/_index.md index 8822d3baca..be67be88f7 100644 --- a/english/aspose.cells/cells/ungroup_columns/_index.md +++ b/english/aspose.cells/cells/ungroup_columns/_index.md @@ -3,7 +3,7 @@ title: ungroup_columns method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells/cells/ungroup_columns/ is_root: false --- diff --git a/english/aspose.cells/cells/ungroup_rows/_index.md b/english/aspose.cells/cells/ungroup_rows/_index.md index 901d23b4cf..82a59c731e 100644 --- a/english/aspose.cells/cells/ungroup_rows/_index.md +++ b/english/aspose.cells/cells/ungroup_rows/_index.md @@ -3,7 +3,7 @@ title: ungroup_rows method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells/cells/ungroup_rows/ is_root: false --- diff --git a/english/aspose.cells/cells/unhide_column/_index.md b/english/aspose.cells/cells/unhide_column/_index.md index 807b3a1d0b..d6129898ee 100644 --- a/english/aspose.cells/cells/unhide_column/_index.md +++ b/english/aspose.cells/cells/unhide_column/_index.md @@ -3,7 +3,7 @@ title: unhide_column method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells/cells/unhide_column/ is_root: false --- diff --git a/english/aspose.cells/cells/unhide_columns/_index.md b/english/aspose.cells/cells/unhide_columns/_index.md index a536c915e4..3dbf2ea1b4 100644 --- a/english/aspose.cells/cells/unhide_columns/_index.md +++ b/english/aspose.cells/cells/unhide_columns/_index.md @@ -3,7 +3,7 @@ title: unhide_columns method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells/cells/unhide_columns/ is_root: false --- diff --git a/english/aspose.cells/cells/unhide_row/_index.md b/english/aspose.cells/cells/unhide_row/_index.md index f882e564ff..a3b25233f3 100644 --- a/english/aspose.cells/cells/unhide_row/_index.md +++ b/english/aspose.cells/cells/unhide_row/_index.md @@ -3,7 +3,7 @@ title: unhide_row method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells/cells/unhide_row/ is_root: false --- diff --git a/english/aspose.cells/cells/unhide_rows/_index.md b/english/aspose.cells/cells/unhide_rows/_index.md index 00d8f9f8f2..5d555e3b0a 100644 --- a/english/aspose.cells/cells/unhide_rows/_index.md +++ b/english/aspose.cells/cells/unhide_rows/_index.md @@ -3,7 +3,7 @@ title: unhide_rows method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells/cells/unhide_rows/ is_root: false --- diff --git a/english/aspose.cells/cellwatchcollection/_index.md b/english/aspose.cells/cellwatchcollection/_index.md index a2a853e50f..5c069774f7 100644 --- a/english/aspose.cells/cellwatchcollection/_index.md +++ b/english/aspose.cells/cellwatchcollection/_index.md @@ -40,6 +40,7 @@ The CellWatchCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells/cellwatchcollection/last_index_of/#aspose.cells.cellwatch) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells/cellwatchcollection/last_index_of/#aspose.cells.cellwatch-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(self, item, index, count)`](/cells/python-net/aspose.cells/cellwatchcollection/last_index_of/#aspose.cells.cellwatch-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. | +| [`get(self, cell_name)`](/cells/python-net/aspose.cells/cellwatchcollection/get/#str) | Gets and sets [`CellWatch`](/cells/python-net/aspose.cells/cellwatch) by the name of the cell. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells/cellwatchcollection/binary_search/#aspose.cells.cellwatch) | 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/cellwatchcollection/capacity/_index.md b/english/aspose.cells/cellwatchcollection/capacity/_index.md index ac66c21824..924fdc89ce 100644 --- a/english/aspose.cells/cellwatchcollection/capacity/_index.md +++ b/english/aspose.cells/cellwatchcollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells/cellwatchcollection/capacity/ is_root: false --- diff --git a/english/aspose.cells/cellwatchcollection/get/_index.md b/english/aspose.cells/cellwatchcollection/get/_index.md new file mode 100644 index 0000000000..4b08bb5f81 --- /dev/null +++ b/english/aspose.cells/cellwatchcollection/get/_index.md @@ -0,0 +1,38 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 50 +url: /aspose.cells/cellwatchcollection/get/ +is_root: false +--- + +## get(self, cell_name) {#str} + +Gets and sets [`CellWatch`](/cells/python-net/aspose.cells/cellwatch) by the name of the cell. + + +### Returns + + + + + +```python + +def get(self, cell_name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| cell_name | str | The name of the cell. | + + + +### See Also +* module [`aspose.cells`](../../) +* class [`CellWatch`](/cells/python-net/aspose.cells/cellwatch) +* class [`CellWatchCollection`](/cells/python-net/aspose.cells/cellwatchcollection) diff --git a/english/aspose.cells/cellwatchcollection/index_of/_index.md b/english/aspose.cells/cellwatchcollection/index_of/_index.md index fb297eb317..17d0898976 100644 --- a/english/aspose.cells/cellwatchcollection/index_of/_index.md +++ b/english/aspose.cells/cellwatchcollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells/cellwatchcollection/index_of/ is_root: false --- diff --git a/english/aspose.cells/cellwatchcollection/last_index_of/_index.md b/english/aspose.cells/cellwatchcollection/last_index_of/_index.md index 24212c264d..a77e856963 100644 --- a/english/aspose.cells/cellwatchcollection/last_index_of/_index.md +++ b/english/aspose.cells/cellwatchcollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells/cellwatchcollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/_index.md b/english/aspose.cells/docxsaveoptions/_index.md index c0c5ef8938..a5d59abc57 100644 --- a/english/aspose.cells/docxsaveoptions/_index.md +++ b/english/aspose.cells/docxsaveoptions/_index.md @@ -57,6 +57,7 @@ The DocxSaveOptions type exposes the following members: | [page_count](/cells/python-net/aspose.cells/docxsaveoptions/page_count) | Gets or sets the number of pages to save. | | [printing_page_type](/cells/python-net/aspose.cells/docxsaveoptions/printing_page_type) | Indicates which pages will not be printed. | | [gridline_type](/cells/python-net/aspose.cells/docxsaveoptions/gridline_type) | Gets or sets gridline type. | +| [gridline_color](/cells/python-net/aspose.cells/docxsaveoptions/gridline_color) | Gets or sets gridline colr. | | [text_cross_type](/cells/python-net/aspose.cells/docxsaveoptions/text_cross_type) | Gets or sets displaying text type when the text width is larger than cell width. | | [default_edit_language](/cells/python-net/aspose.cells/docxsaveoptions/default_edit_language) | Gets or sets default edit language. | | [sheet_set](/cells/python-net/aspose.cells/docxsaveoptions/sheet_set) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: [`SheetSet.visible`](/cells/python-net/aspose.cells.rendering/sheetset#visible). | diff --git a/english/aspose.cells/docxsaveoptions/gridline_color/_index.md b/english/aspose.cells/docxsaveoptions/gridline_color/_index.md new file mode 100644 index 0000000000..16d73a5ef9 --- /dev/null +++ b/english/aspose.cells/docxsaveoptions/gridline_color/_index.md @@ -0,0 +1,32 @@ +--- +title: gridline_color property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 150 +url: /aspose.cells/docxsaveoptions/gridline_color/ +is_root: false +--- + +## gridline_color property + + +Gets or sets gridline colr. + +### Remarks + + +It will ignore the gridline color settings in the source file. +### Definition: +```python +@property +def gridline_color(self): + ... +@gridline_color.setter +def gridline_color(self, value): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`DocxSaveOptions`](/cells/python-net/aspose.cells/docxsaveoptions) diff --git a/english/aspose.cells/docxsaveoptions/gridline_type/_index.md b/english/aspose.cells/docxsaveoptions/gridline_type/_index.md index dc8d164dae..6ca484b14f 100644 --- a/english/aspose.cells/docxsaveoptions/gridline_type/_index.md +++ b/english/aspose.cells/docxsaveoptions/gridline_type/_index.md @@ -3,7 +3,7 @@ title: gridline_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells/docxsaveoptions/gridline_type/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/ignore_error/_index.md b/english/aspose.cells/docxsaveoptions/ignore_error/_index.md index c255d9c29f..fde28ffab5 100644 --- a/english/aspose.cells/docxsaveoptions/ignore_error/_index.md +++ b/english/aspose.cells/docxsaveoptions/ignore_error/_index.md @@ -3,7 +3,7 @@ title: ignore_error property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells/docxsaveoptions/ignore_error/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/is_font_substitution_char_granularity/_index.md b/english/aspose.cells/docxsaveoptions/is_font_substitution_char_granularity/_index.md index d9062b513a..5b070f1033 100644 --- a/english/aspose.cells/docxsaveoptions/is_font_substitution_char_granularity/_index.md +++ b/english/aspose.cells/docxsaveoptions/is_font_substitution_char_granularity/_index.md @@ -3,7 +3,7 @@ title: is_font_substitution_char_granularity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells/docxsaveoptions/is_font_substitution_char_granularity/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/merge_areas/_index.md b/english/aspose.cells/docxsaveoptions/merge_areas/_index.md index fa7aa1a639..f5a0d666db 100644 --- a/english/aspose.cells/docxsaveoptions/merge_areas/_index.md +++ b/english/aspose.cells/docxsaveoptions/merge_areas/_index.md @@ -3,7 +3,7 @@ title: merge_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells/docxsaveoptions/merge_areas/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/one_page_per_sheet/_index.md b/english/aspose.cells/docxsaveoptions/one_page_per_sheet/_index.md index ba2e42c388..21d552da19 100644 --- a/english/aspose.cells/docxsaveoptions/one_page_per_sheet/_index.md +++ b/english/aspose.cells/docxsaveoptions/one_page_per_sheet/_index.md @@ -3,7 +3,7 @@ title: one_page_per_sheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells/docxsaveoptions/one_page_per_sheet/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/output_blank_page_when_nothing_to_print/_index.md b/english/aspose.cells/docxsaveoptions/output_blank_page_when_nothing_to_print/_index.md index 491a0d7f92..0c1ce45518 100644 --- a/english/aspose.cells/docxsaveoptions/output_blank_page_when_nothing_to_print/_index.md +++ b/english/aspose.cells/docxsaveoptions/output_blank_page_when_nothing_to_print/_index.md @@ -3,7 +3,7 @@ title: output_blank_page_when_nothing_to_print property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells/docxsaveoptions/output_blank_page_when_nothing_to_print/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/page_count/_index.md b/english/aspose.cells/docxsaveoptions/page_count/_index.md index 825ffceba5..1790c41f4d 100644 --- a/english/aspose.cells/docxsaveoptions/page_count/_index.md +++ b/english/aspose.cells/docxsaveoptions/page_count/_index.md @@ -3,7 +3,7 @@ title: page_count property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells/docxsaveoptions/page_count/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/page_index/_index.md b/english/aspose.cells/docxsaveoptions/page_index/_index.md index 15be4d4eab..401e939619 100644 --- a/english/aspose.cells/docxsaveoptions/page_index/_index.md +++ b/english/aspose.cells/docxsaveoptions/page_index/_index.md @@ -3,7 +3,7 @@ title: page_index property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells/docxsaveoptions/page_index/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/page_saving_callback/_index.md b/english/aspose.cells/docxsaveoptions/page_saving_callback/_index.md index a0dd19106f..3b4a23fe02 100644 --- a/english/aspose.cells/docxsaveoptions/page_saving_callback/_index.md +++ b/english/aspose.cells/docxsaveoptions/page_saving_callback/_index.md @@ -3,7 +3,7 @@ title: page_saving_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells/docxsaveoptions/page_saving_callback/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/printing_page_type/_index.md b/english/aspose.cells/docxsaveoptions/printing_page_type/_index.md index 8d58a820ad..43f8a06757 100644 --- a/english/aspose.cells/docxsaveoptions/printing_page_type/_index.md +++ b/english/aspose.cells/docxsaveoptions/printing_page_type/_index.md @@ -3,7 +3,7 @@ title: printing_page_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells/docxsaveoptions/printing_page_type/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/refresh_chart_cache/_index.md b/english/aspose.cells/docxsaveoptions/refresh_chart_cache/_index.md index c005bf929d..3ae2c61287 100644 --- a/english/aspose.cells/docxsaveoptions/refresh_chart_cache/_index.md +++ b/english/aspose.cells/docxsaveoptions/refresh_chart_cache/_index.md @@ -3,7 +3,7 @@ title: refresh_chart_cache property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 260 url: /aspose.cells/docxsaveoptions/refresh_chart_cache/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/save_as_editable_shaps/_index.md b/english/aspose.cells/docxsaveoptions/save_as_editable_shaps/_index.md index 59e074b9ac..c77cf0ef50 100644 --- a/english/aspose.cells/docxsaveoptions/save_as_editable_shaps/_index.md +++ b/english/aspose.cells/docxsaveoptions/save_as_editable_shaps/_index.md @@ -3,7 +3,7 @@ title: save_as_editable_shaps property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells/docxsaveoptions/save_as_editable_shaps/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/save_format/_index.md b/english/aspose.cells/docxsaveoptions/save_format/_index.md index c806f1d1c2..ed59e85de8 100644 --- a/english/aspose.cells/docxsaveoptions/save_format/_index.md +++ b/english/aspose.cells/docxsaveoptions/save_format/_index.md @@ -3,7 +3,7 @@ title: save_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells/docxsaveoptions/save_format/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/sheet_set/_index.md b/english/aspose.cells/docxsaveoptions/sheet_set/_index.md index 198752aec6..e4145db09b 100644 --- a/english/aspose.cells/docxsaveoptions/sheet_set/_index.md +++ b/english/aspose.cells/docxsaveoptions/sheet_set/_index.md @@ -3,7 +3,7 @@ title: sheet_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells/docxsaveoptions/sheet_set/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/sort_external_names/_index.md b/english/aspose.cells/docxsaveoptions/sort_external_names/_index.md index 58ffd80491..fba0260513 100644 --- a/english/aspose.cells/docxsaveoptions/sort_external_names/_index.md +++ b/english/aspose.cells/docxsaveoptions/sort_external_names/_index.md @@ -3,7 +3,7 @@ title: sort_external_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells/docxsaveoptions/sort_external_names/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/sort_names/_index.md b/english/aspose.cells/docxsaveoptions/sort_names/_index.md index e19c9b9708..0b55269124 100644 --- a/english/aspose.cells/docxsaveoptions/sort_names/_index.md +++ b/english/aspose.cells/docxsaveoptions/sort_names/_index.md @@ -3,7 +3,7 @@ title: sort_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells/docxsaveoptions/sort_names/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/text_cross_type/_index.md b/english/aspose.cells/docxsaveoptions/text_cross_type/_index.md index 196487c7dc..14f314beef 100644 --- a/english/aspose.cells/docxsaveoptions/text_cross_type/_index.md +++ b/english/aspose.cells/docxsaveoptions/text_cross_type/_index.md @@ -3,7 +3,7 @@ title: text_cross_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells/docxsaveoptions/text_cross_type/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/update_smart_art/_index.md b/english/aspose.cells/docxsaveoptions/update_smart_art/_index.md index f0cf9c3935..4f8fd1ee51 100644 --- a/english/aspose.cells/docxsaveoptions/update_smart_art/_index.md +++ b/english/aspose.cells/docxsaveoptions/update_smart_art/_index.md @@ -3,7 +3,7 @@ title: update_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells/docxsaveoptions/update_smart_art/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/validate_merged_areas/_index.md b/english/aspose.cells/docxsaveoptions/validate_merged_areas/_index.md index 55ef24a4af..f4b4bceb76 100644 --- a/english/aspose.cells/docxsaveoptions/validate_merged_areas/_index.md +++ b/english/aspose.cells/docxsaveoptions/validate_merged_areas/_index.md @@ -3,7 +3,7 @@ title: validate_merged_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells/docxsaveoptions/validate_merged_areas/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/warning_callback/_index.md b/english/aspose.cells/docxsaveoptions/warning_callback/_index.md index de96382cc6..52adb3f315 100644 --- a/english/aspose.cells/docxsaveoptions/warning_callback/_index.md +++ b/english/aspose.cells/docxsaveoptions/warning_callback/_index.md @@ -3,7 +3,7 @@ title: warning_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells/docxsaveoptions/warning_callback/ is_root: false --- diff --git a/english/aspose.cells/horizontalpagebreakcollection/_index.md b/english/aspose.cells/horizontalpagebreakcollection/_index.md index 8621c466d8..337a25d876 100644 --- a/english/aspose.cells/horizontalpagebreakcollection/_index.md +++ b/english/aspose.cells/horizontalpagebreakcollection/_index.md @@ -36,6 +36,7 @@ The HorizontalPageBreakCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells/horizontalpagebreakcollection/last_index_of/#aspose.cells.horizontalpagebreak) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells/horizontalpagebreakcollection/last_index_of/#aspose.cells.horizontalpagebreak-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(self, item, index, count)`](/cells/python-net/aspose.cells/horizontalpagebreakcollection/last_index_of/#aspose.cells.horizontalpagebreak-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. | +| [`get(self, cell_name)`](/cells/python-net/aspose.cells/horizontalpagebreakcollection/get/#str) | Gets the [`HorizontalPageBreak`](/cells/python-net/aspose.cells/horizontalpagebreak) element with the specified cell name. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells/horizontalpagebreakcollection/binary_search/#aspose.cells.horizontalpagebreak) | 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/horizontalpagebreakcollection/capacity/_index.md b/english/aspose.cells/horizontalpagebreakcollection/capacity/_index.md index 073b8affc7..2a7727bf14 100644 --- a/english/aspose.cells/horizontalpagebreakcollection/capacity/_index.md +++ b/english/aspose.cells/horizontalpagebreakcollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells/horizontalpagebreakcollection/capacity/ is_root: false --- diff --git a/english/aspose.cells/horizontalpagebreakcollection/get/_index.md b/english/aspose.cells/horizontalpagebreakcollection/get/_index.md new file mode 100644 index 0000000000..0700d03a69 --- /dev/null +++ b/english/aspose.cells/horizontalpagebreakcollection/get/_index.md @@ -0,0 +1,38 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 50 +url: /aspose.cells/horizontalpagebreakcollection/get/ +is_root: false +--- + +## get(self, cell_name) {#str} + +Gets the [`HorizontalPageBreak`](/cells/python-net/aspose.cells/horizontalpagebreak) element with the specified cell name. + + +### Returns + + +The element with the specified cell name. + + +```python + +def get(self, cell_name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| cell_name | str | Cell name. | + + + +### See Also +* module [`aspose.cells`](../../) +* class [`HorizontalPageBreak`](/cells/python-net/aspose.cells/horizontalpagebreak) +* class [`HorizontalPageBreakCollection`](/cells/python-net/aspose.cells/horizontalpagebreakcollection) diff --git a/english/aspose.cells/horizontalpagebreakcollection/index_of/_index.md b/english/aspose.cells/horizontalpagebreakcollection/index_of/_index.md index 7b24b47376..7c1fd41aa2 100644 --- a/english/aspose.cells/horizontalpagebreakcollection/index_of/_index.md +++ b/english/aspose.cells/horizontalpagebreakcollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells/horizontalpagebreakcollection/index_of/ is_root: false --- diff --git a/english/aspose.cells/horizontalpagebreakcollection/last_index_of/_index.md b/english/aspose.cells/horizontalpagebreakcollection/last_index_of/_index.md index f64c3f2dfe..8f48a5376b 100644 --- a/english/aspose.cells/horizontalpagebreakcollection/last_index_of/_index.md +++ b/english/aspose.cells/horizontalpagebreakcollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells/horizontalpagebreakcollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/_index.md b/english/aspose.cells/markdownsaveoptions/_index.md index aee3cbafb7..a5b8d9664e 100644 --- a/english/aspose.cells/markdownsaveoptions/_index.md +++ b/english/aspose.cells/markdownsaveoptions/_index.md @@ -49,6 +49,9 @@ The MarkdownSaveOptions type exposes the following members: | [line_separator](/cells/python-net/aspose.cells/markdownsaveoptions/line_separator) | Gets and sets the line separator. | | [table_header_type](/cells/python-net/aspose.cells/markdownsaveoptions/table_header_type) | Gets and sets how set the header of the table. | | [sheet_set](/cells/python-net/aspose.cells/markdownsaveoptions/sheet_set) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: [`SheetSet.active`](/cells/python-net/aspose.cells.rendering/sheetset#active). | +| [image_options](/cells/python-net/aspose.cells/markdownsaveoptions/image_options) | Get the ImageOrPrintOptions object before exporting | +| [export_images_as_base64](/cells/python-net/aspose.cells/markdownsaveoptions/export_images_as_base64) | Specifies whether images are saved in Base64 format to Markdown. | +| [stream_provider](/cells/python-net/aspose.cells/markdownsaveoptions/stream_provider) | Gets or sets the IStreamProvider for exporting objects. | diff --git a/english/aspose.cells/markdownsaveoptions/export_images_as_base64/_index.md b/english/aspose.cells/markdownsaveoptions/export_images_as_base64/_index.md new file mode 100644 index 0000000000..25967ba69e --- /dev/null +++ b/english/aspose.cells/markdownsaveoptions/export_images_as_base64/_index.md @@ -0,0 +1,33 @@ +--- +title: export_images_as_base64 property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 90 +url: /aspose.cells/markdownsaveoptions/export_images_as_base64/ +is_root: false +--- + +## export_images_as_base64 property + + +Specifies whether images are saved in Base64 format to Markdown. + +### Remarks + + +When this property is set to true image data is exported directly on the +img elements and separate files are not created. +### Definition: +```python +@property +def export_images_as_base64(self): + ... +@export_images_as_base64.setter +def export_images_as_base64(self, value): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`MarkdownSaveOptions`](/cells/python-net/aspose.cells/markdownsaveoptions) diff --git a/english/aspose.cells/markdownsaveoptions/format_strategy/_index.md b/english/aspose.cells/markdownsaveoptions/format_strategy/_index.md index 53d915739c..2f13917df0 100644 --- a/english/aspose.cells/markdownsaveoptions/format_strategy/_index.md +++ b/english/aspose.cells/markdownsaveoptions/format_strategy/_index.md @@ -3,7 +3,7 @@ title: format_strategy property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells/markdownsaveoptions/format_strategy/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/image_options/_index.md b/english/aspose.cells/markdownsaveoptions/image_options/_index.md new file mode 100644 index 0000000000..431fb855f8 --- /dev/null +++ b/english/aspose.cells/markdownsaveoptions/image_options/_index.md @@ -0,0 +1,25 @@ +--- +title: image_options property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 110 +url: /aspose.cells/markdownsaveoptions/image_options/ +is_root: false +--- + +## image_options property + + +Get the ImageOrPrintOptions object before exporting +### Definition: +```python +@property +def image_options(self): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`ImageOrPrintOptions`](/cells/python-net/aspose.cells.rendering/imageorprintoptions) +* class [`MarkdownSaveOptions`](/cells/python-net/aspose.cells/markdownsaveoptions) diff --git a/english/aspose.cells/markdownsaveoptions/light_cells_data_provider/_index.md b/english/aspose.cells/markdownsaveoptions/light_cells_data_provider/_index.md index 0bf798e8b3..83f2f36844 100644 --- a/english/aspose.cells/markdownsaveoptions/light_cells_data_provider/_index.md +++ b/english/aspose.cells/markdownsaveoptions/light_cells_data_provider/_index.md @@ -3,7 +3,7 @@ title: light_cells_data_provider property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 120 url: /aspose.cells/markdownsaveoptions/light_cells_data_provider/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/line_separator/_index.md b/english/aspose.cells/markdownsaveoptions/line_separator/_index.md index e41c1bf7e0..7b76e5d25f 100644 --- a/english/aspose.cells/markdownsaveoptions/line_separator/_index.md +++ b/english/aspose.cells/markdownsaveoptions/line_separator/_index.md @@ -3,7 +3,7 @@ title: line_separator property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 130 url: /aspose.cells/markdownsaveoptions/line_separator/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/merge_areas/_index.md b/english/aspose.cells/markdownsaveoptions/merge_areas/_index.md index 2e34a240d1..9b122bf19c 100644 --- a/english/aspose.cells/markdownsaveoptions/merge_areas/_index.md +++ b/english/aspose.cells/markdownsaveoptions/merge_areas/_index.md @@ -3,7 +3,7 @@ title: merge_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 140 url: /aspose.cells/markdownsaveoptions/merge_areas/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/refresh_chart_cache/_index.md b/english/aspose.cells/markdownsaveoptions/refresh_chart_cache/_index.md index 13006f40bb..609dae4fea 100644 --- a/english/aspose.cells/markdownsaveoptions/refresh_chart_cache/_index.md +++ b/english/aspose.cells/markdownsaveoptions/refresh_chart_cache/_index.md @@ -3,7 +3,7 @@ title: refresh_chart_cache property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 150 url: /aspose.cells/markdownsaveoptions/refresh_chart_cache/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/save_format/_index.md b/english/aspose.cells/markdownsaveoptions/save_format/_index.md index c38a711d49..e8b5d2e812 100644 --- a/english/aspose.cells/markdownsaveoptions/save_format/_index.md +++ b/english/aspose.cells/markdownsaveoptions/save_format/_index.md @@ -3,7 +3,7 @@ title: save_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 160 url: /aspose.cells/markdownsaveoptions/save_format/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/sheet_set/_index.md b/english/aspose.cells/markdownsaveoptions/sheet_set/_index.md index 75a138f9a9..ba55f8a65d 100644 --- a/english/aspose.cells/markdownsaveoptions/sheet_set/_index.md +++ b/english/aspose.cells/markdownsaveoptions/sheet_set/_index.md @@ -3,7 +3,7 @@ title: sheet_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 170 url: /aspose.cells/markdownsaveoptions/sheet_set/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/sort_external_names/_index.md b/english/aspose.cells/markdownsaveoptions/sort_external_names/_index.md index 30a817dda0..e2f341e833 100644 --- a/english/aspose.cells/markdownsaveoptions/sort_external_names/_index.md +++ b/english/aspose.cells/markdownsaveoptions/sort_external_names/_index.md @@ -3,7 +3,7 @@ title: sort_external_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 180 url: /aspose.cells/markdownsaveoptions/sort_external_names/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/sort_names/_index.md b/english/aspose.cells/markdownsaveoptions/sort_names/_index.md index fd59889c62..1904439638 100644 --- a/english/aspose.cells/markdownsaveoptions/sort_names/_index.md +++ b/english/aspose.cells/markdownsaveoptions/sort_names/_index.md @@ -3,7 +3,7 @@ title: sort_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 190 url: /aspose.cells/markdownsaveoptions/sort_names/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/stream_provider/_index.md b/english/aspose.cells/markdownsaveoptions/stream_provider/_index.md new file mode 100644 index 0000000000..50fc62fc53 --- /dev/null +++ b/english/aspose.cells/markdownsaveoptions/stream_provider/_index.md @@ -0,0 +1,28 @@ +--- +title: stream_provider property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 200 +url: /aspose.cells/markdownsaveoptions/stream_provider/ +is_root: false +--- + +## stream_provider property + + +Gets or sets the IStreamProvider for exporting objects. +### Definition: +```python +@property +def stream_provider(self): + ... +@stream_provider.setter +def stream_provider(self, value): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`IStreamProvider`](/cells/python-net/aspose.cells/istreamprovider) +* class [`MarkdownSaveOptions`](/cells/python-net/aspose.cells/markdownsaveoptions) diff --git a/english/aspose.cells/markdownsaveoptions/table_header_type/_index.md b/english/aspose.cells/markdownsaveoptions/table_header_type/_index.md index 2109ce0714..a595dc6f0e 100644 --- a/english/aspose.cells/markdownsaveoptions/table_header_type/_index.md +++ b/english/aspose.cells/markdownsaveoptions/table_header_type/_index.md @@ -3,7 +3,7 @@ title: table_header_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 210 url: /aspose.cells/markdownsaveoptions/table_header_type/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/update_smart_art/_index.md b/english/aspose.cells/markdownsaveoptions/update_smart_art/_index.md index cbb6e2733a..e2a0e4da24 100644 --- a/english/aspose.cells/markdownsaveoptions/update_smart_art/_index.md +++ b/english/aspose.cells/markdownsaveoptions/update_smart_art/_index.md @@ -3,7 +3,7 @@ title: update_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 220 url: /aspose.cells/markdownsaveoptions/update_smart_art/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/validate_merged_areas/_index.md b/english/aspose.cells/markdownsaveoptions/validate_merged_areas/_index.md index 3e82bc0008..7e751acdbd 100644 --- a/english/aspose.cells/markdownsaveoptions/validate_merged_areas/_index.md +++ b/english/aspose.cells/markdownsaveoptions/validate_merged_areas/_index.md @@ -3,7 +3,7 @@ title: validate_merged_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 230 url: /aspose.cells/markdownsaveoptions/validate_merged_areas/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/warning_callback/_index.md b/english/aspose.cells/markdownsaveoptions/warning_callback/_index.md index b1fa696f30..f196c20f38 100644 --- a/english/aspose.cells/markdownsaveoptions/warning_callback/_index.md +++ b/english/aspose.cells/markdownsaveoptions/warning_callback/_index.md @@ -3,7 +3,7 @@ title: warning_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 240 url: /aspose.cells/markdownsaveoptions/warning_callback/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/_index.md b/english/aspose.cells/paginatedsaveoptions/_index.md index 8a014fc7ad..2e8e19809e 100644 --- a/english/aspose.cells/paginatedsaveoptions/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/_index.md @@ -49,6 +49,7 @@ The PaginatedSaveOptions type exposes the following members: | [page_count](/cells/python-net/aspose.cells/paginatedsaveoptions/page_count) | Gets or sets the number of pages to save. | | [printing_page_type](/cells/python-net/aspose.cells/paginatedsaveoptions/printing_page_type) | Indicates which pages will not be printed. | | [gridline_type](/cells/python-net/aspose.cells/paginatedsaveoptions/gridline_type) | Gets or sets gridline type. | +| [gridline_color](/cells/python-net/aspose.cells/paginatedsaveoptions/gridline_color) | Gets or sets gridline colr. | | [text_cross_type](/cells/python-net/aspose.cells/paginatedsaveoptions/text_cross_type) | Gets or sets displaying text type when the text width is larger than cell width. | | [default_edit_language](/cells/python-net/aspose.cells/paginatedsaveoptions/default_edit_language) | Gets or sets default edit language. | | [sheet_set](/cells/python-net/aspose.cells/paginatedsaveoptions/sheet_set) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: [`SheetSet.visible`](/cells/python-net/aspose.cells.rendering/sheetset#visible). | diff --git a/english/aspose.cells/paginatedsaveoptions/gridline_color/_index.md b/english/aspose.cells/paginatedsaveoptions/gridline_color/_index.md new file mode 100644 index 0000000000..bd51e3ffbe --- /dev/null +++ b/english/aspose.cells/paginatedsaveoptions/gridline_color/_index.md @@ -0,0 +1,32 @@ +--- +title: gridline_color property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 150 +url: /aspose.cells/paginatedsaveoptions/gridline_color/ +is_root: false +--- + +## gridline_color property + + +Gets or sets gridline colr. + +### Remarks + + +It will ignore the gridline color settings in the source file. +### Definition: +```python +@property +def gridline_color(self): + ... +@gridline_color.setter +def gridline_color(self, value): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`PaginatedSaveOptions`](/cells/python-net/aspose.cells/paginatedsaveoptions) diff --git a/english/aspose.cells/paginatedsaveoptions/gridline_type/_index.md b/english/aspose.cells/paginatedsaveoptions/gridline_type/_index.md index 47476fa7fa..6904e2aea9 100644 --- a/english/aspose.cells/paginatedsaveoptions/gridline_type/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/gridline_type/_index.md @@ -3,7 +3,7 @@ title: gridline_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells/paginatedsaveoptions/gridline_type/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/ignore_error/_index.md b/english/aspose.cells/paginatedsaveoptions/ignore_error/_index.md index cc44de609a..0455a0b23b 100644 --- a/english/aspose.cells/paginatedsaveoptions/ignore_error/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/ignore_error/_index.md @@ -3,7 +3,7 @@ title: ignore_error property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells/paginatedsaveoptions/ignore_error/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/is_font_substitution_char_granularity/_index.md b/english/aspose.cells/paginatedsaveoptions/is_font_substitution_char_granularity/_index.md index e84885e628..f57da11fa7 100644 --- a/english/aspose.cells/paginatedsaveoptions/is_font_substitution_char_granularity/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/is_font_substitution_char_granularity/_index.md @@ -3,7 +3,7 @@ title: is_font_substitution_char_granularity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells/paginatedsaveoptions/is_font_substitution_char_granularity/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/merge_areas/_index.md b/english/aspose.cells/paginatedsaveoptions/merge_areas/_index.md index 84a783e19d..567752742e 100644 --- a/english/aspose.cells/paginatedsaveoptions/merge_areas/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/merge_areas/_index.md @@ -3,7 +3,7 @@ title: merge_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells/paginatedsaveoptions/merge_areas/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/one_page_per_sheet/_index.md b/english/aspose.cells/paginatedsaveoptions/one_page_per_sheet/_index.md index d97454ffb5..eeafd22b1d 100644 --- a/english/aspose.cells/paginatedsaveoptions/one_page_per_sheet/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/one_page_per_sheet/_index.md @@ -3,7 +3,7 @@ title: one_page_per_sheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells/paginatedsaveoptions/one_page_per_sheet/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/output_blank_page_when_nothing_to_print/_index.md b/english/aspose.cells/paginatedsaveoptions/output_blank_page_when_nothing_to_print/_index.md index 5702ff4e87..ee1fd60db9 100644 --- a/english/aspose.cells/paginatedsaveoptions/output_blank_page_when_nothing_to_print/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/output_blank_page_when_nothing_to_print/_index.md @@ -3,7 +3,7 @@ title: output_blank_page_when_nothing_to_print property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells/paginatedsaveoptions/output_blank_page_when_nothing_to_print/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/page_count/_index.md b/english/aspose.cells/paginatedsaveoptions/page_count/_index.md index 2b2834052d..4af865af13 100644 --- a/english/aspose.cells/paginatedsaveoptions/page_count/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/page_count/_index.md @@ -3,7 +3,7 @@ title: page_count property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells/paginatedsaveoptions/page_count/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/page_index/_index.md b/english/aspose.cells/paginatedsaveoptions/page_index/_index.md index 3f7e6e46c5..cfcac89682 100644 --- a/english/aspose.cells/paginatedsaveoptions/page_index/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/page_index/_index.md @@ -3,7 +3,7 @@ title: page_index property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells/paginatedsaveoptions/page_index/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/page_saving_callback/_index.md b/english/aspose.cells/paginatedsaveoptions/page_saving_callback/_index.md index 38334ade2e..bb6bb0081b 100644 --- a/english/aspose.cells/paginatedsaveoptions/page_saving_callback/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/page_saving_callback/_index.md @@ -3,7 +3,7 @@ title: page_saving_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells/paginatedsaveoptions/page_saving_callback/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/printing_page_type/_index.md b/english/aspose.cells/paginatedsaveoptions/printing_page_type/_index.md index 73680df9db..2c6873b848 100644 --- a/english/aspose.cells/paginatedsaveoptions/printing_page_type/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/printing_page_type/_index.md @@ -3,7 +3,7 @@ title: printing_page_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells/paginatedsaveoptions/printing_page_type/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/refresh_chart_cache/_index.md b/english/aspose.cells/paginatedsaveoptions/refresh_chart_cache/_index.md index 9721f6e1fa..5f55d08bb0 100644 --- a/english/aspose.cells/paginatedsaveoptions/refresh_chart_cache/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/refresh_chart_cache/_index.md @@ -3,7 +3,7 @@ title: refresh_chart_cache property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 260 url: /aspose.cells/paginatedsaveoptions/refresh_chart_cache/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/save_format/_index.md b/english/aspose.cells/paginatedsaveoptions/save_format/_index.md index 85e7da5e17..4474d29cf6 100644 --- a/english/aspose.cells/paginatedsaveoptions/save_format/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/save_format/_index.md @@ -3,7 +3,7 @@ title: save_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells/paginatedsaveoptions/save_format/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/sheet_set/_index.md b/english/aspose.cells/paginatedsaveoptions/sheet_set/_index.md index 57de6434ff..9f797a537d 100644 --- a/english/aspose.cells/paginatedsaveoptions/sheet_set/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/sheet_set/_index.md @@ -3,7 +3,7 @@ title: sheet_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells/paginatedsaveoptions/sheet_set/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/sort_external_names/_index.md b/english/aspose.cells/paginatedsaveoptions/sort_external_names/_index.md index f4656ef94a..4bf2d23e19 100644 --- a/english/aspose.cells/paginatedsaveoptions/sort_external_names/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/sort_external_names/_index.md @@ -3,7 +3,7 @@ title: sort_external_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells/paginatedsaveoptions/sort_external_names/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/sort_names/_index.md b/english/aspose.cells/paginatedsaveoptions/sort_names/_index.md index 9d9bba1c9f..cfc5d26a89 100644 --- a/english/aspose.cells/paginatedsaveoptions/sort_names/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/sort_names/_index.md @@ -3,7 +3,7 @@ title: sort_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells/paginatedsaveoptions/sort_names/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/text_cross_type/_index.md b/english/aspose.cells/paginatedsaveoptions/text_cross_type/_index.md index d3238674d8..7e669212e2 100644 --- a/english/aspose.cells/paginatedsaveoptions/text_cross_type/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/text_cross_type/_index.md @@ -3,7 +3,7 @@ title: text_cross_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells/paginatedsaveoptions/text_cross_type/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/update_smart_art/_index.md b/english/aspose.cells/paginatedsaveoptions/update_smart_art/_index.md index 5acee99300..7228739457 100644 --- a/english/aspose.cells/paginatedsaveoptions/update_smart_art/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/update_smart_art/_index.md @@ -3,7 +3,7 @@ title: update_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells/paginatedsaveoptions/update_smart_art/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/validate_merged_areas/_index.md b/english/aspose.cells/paginatedsaveoptions/validate_merged_areas/_index.md index 7ffbbaa29f..dc5f161838 100644 --- a/english/aspose.cells/paginatedsaveoptions/validate_merged_areas/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/validate_merged_areas/_index.md @@ -3,7 +3,7 @@ title: validate_merged_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells/paginatedsaveoptions/validate_merged_areas/ is_root: false --- diff --git a/english/aspose.cells/paginatedsaveoptions/warning_callback/_index.md b/english/aspose.cells/paginatedsaveoptions/warning_callback/_index.md index 9785f6b942..e5ff126d36 100644 --- a/english/aspose.cells/paginatedsaveoptions/warning_callback/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/warning_callback/_index.md @@ -3,7 +3,7 @@ title: warning_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells/paginatedsaveoptions/warning_callback/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/_index.md b/english/aspose.cells/pclsaveoptions/_index.md index ac5fe7b274..22756355d9 100644 --- a/english/aspose.cells/pclsaveoptions/_index.md +++ b/english/aspose.cells/pclsaveoptions/_index.md @@ -56,6 +56,7 @@ The PclSaveOptions type exposes the following members: | [page_count](/cells/python-net/aspose.cells/pclsaveoptions/page_count) | Gets or sets the number of pages to save. | | [printing_page_type](/cells/python-net/aspose.cells/pclsaveoptions/printing_page_type) | Indicates which pages will not be printed. | | [gridline_type](/cells/python-net/aspose.cells/pclsaveoptions/gridline_type) | Gets or sets gridline type. | +| [gridline_color](/cells/python-net/aspose.cells/pclsaveoptions/gridline_color) | Gets or sets gridline colr. | | [text_cross_type](/cells/python-net/aspose.cells/pclsaveoptions/text_cross_type) | Gets or sets displaying text type when the text width is larger than cell width. | | [default_edit_language](/cells/python-net/aspose.cells/pclsaveoptions/default_edit_language) | Gets or sets default edit language. | | [sheet_set](/cells/python-net/aspose.cells/pclsaveoptions/sheet_set) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: [`SheetSet.visible`](/cells/python-net/aspose.cells.rendering/sheetset#visible). | diff --git a/english/aspose.cells/pclsaveoptions/gridline_color/_index.md b/english/aspose.cells/pclsaveoptions/gridline_color/_index.md new file mode 100644 index 0000000000..04f90b9659 --- /dev/null +++ b/english/aspose.cells/pclsaveoptions/gridline_color/_index.md @@ -0,0 +1,32 @@ +--- +title: gridline_color property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 160 +url: /aspose.cells/pclsaveoptions/gridline_color/ +is_root: false +--- + +## gridline_color property + + +Gets or sets gridline colr. + +### Remarks + + +It will ignore the gridline color settings in the source file. +### Definition: +```python +@property +def gridline_color(self): + ... +@gridline_color.setter +def gridline_color(self, value): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`PclSaveOptions`](/cells/python-net/aspose.cells/pclsaveoptions) diff --git a/english/aspose.cells/pclsaveoptions/gridline_type/_index.md b/english/aspose.cells/pclsaveoptions/gridline_type/_index.md index 250c34eaa0..17addcd486 100644 --- a/english/aspose.cells/pclsaveoptions/gridline_type/_index.md +++ b/english/aspose.cells/pclsaveoptions/gridline_type/_index.md @@ -3,7 +3,7 @@ title: gridline_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells/pclsaveoptions/gridline_type/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/ignore_error/_index.md b/english/aspose.cells/pclsaveoptions/ignore_error/_index.md index a572deda21..d57ef14ab5 100644 --- a/english/aspose.cells/pclsaveoptions/ignore_error/_index.md +++ b/english/aspose.cells/pclsaveoptions/ignore_error/_index.md @@ -3,7 +3,7 @@ title: ignore_error property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells/pclsaveoptions/ignore_error/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/is_font_substitution_char_granularity/_index.md b/english/aspose.cells/pclsaveoptions/is_font_substitution_char_granularity/_index.md index a1f5ffa765..48ac86f355 100644 --- a/english/aspose.cells/pclsaveoptions/is_font_substitution_char_granularity/_index.md +++ b/english/aspose.cells/pclsaveoptions/is_font_substitution_char_granularity/_index.md @@ -3,7 +3,7 @@ title: is_font_substitution_char_granularity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells/pclsaveoptions/is_font_substitution_char_granularity/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/merge_areas/_index.md b/english/aspose.cells/pclsaveoptions/merge_areas/_index.md index e4ab43ab1e..e55c31f1e4 100644 --- a/english/aspose.cells/pclsaveoptions/merge_areas/_index.md +++ b/english/aspose.cells/pclsaveoptions/merge_areas/_index.md @@ -3,7 +3,7 @@ title: merge_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells/pclsaveoptions/merge_areas/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/one_page_per_sheet/_index.md b/english/aspose.cells/pclsaveoptions/one_page_per_sheet/_index.md index b443fe9cac..3d46563e73 100644 --- a/english/aspose.cells/pclsaveoptions/one_page_per_sheet/_index.md +++ b/english/aspose.cells/pclsaveoptions/one_page_per_sheet/_index.md @@ -3,7 +3,7 @@ title: one_page_per_sheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells/pclsaveoptions/one_page_per_sheet/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/output_blank_page_when_nothing_to_print/_index.md b/english/aspose.cells/pclsaveoptions/output_blank_page_when_nothing_to_print/_index.md index d64cd9b288..327af6da7d 100644 --- a/english/aspose.cells/pclsaveoptions/output_blank_page_when_nothing_to_print/_index.md +++ b/english/aspose.cells/pclsaveoptions/output_blank_page_when_nothing_to_print/_index.md @@ -3,7 +3,7 @@ title: output_blank_page_when_nothing_to_print property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells/pclsaveoptions/output_blank_page_when_nothing_to_print/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/page_count/_index.md b/english/aspose.cells/pclsaveoptions/page_count/_index.md index 56d880e0dd..f1fa63a40a 100644 --- a/english/aspose.cells/pclsaveoptions/page_count/_index.md +++ b/english/aspose.cells/pclsaveoptions/page_count/_index.md @@ -3,7 +3,7 @@ title: page_count property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells/pclsaveoptions/page_count/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/page_index/_index.md b/english/aspose.cells/pclsaveoptions/page_index/_index.md index 7868db2dc0..23352c17b7 100644 --- a/english/aspose.cells/pclsaveoptions/page_index/_index.md +++ b/english/aspose.cells/pclsaveoptions/page_index/_index.md @@ -3,7 +3,7 @@ title: page_index property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells/pclsaveoptions/page_index/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/page_saving_callback/_index.md b/english/aspose.cells/pclsaveoptions/page_saving_callback/_index.md index f4ce26609c..d3f2a69b3a 100644 --- a/english/aspose.cells/pclsaveoptions/page_saving_callback/_index.md +++ b/english/aspose.cells/pclsaveoptions/page_saving_callback/_index.md @@ -3,7 +3,7 @@ title: page_saving_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells/pclsaveoptions/page_saving_callback/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/printing_page_type/_index.md b/english/aspose.cells/pclsaveoptions/printing_page_type/_index.md index d54c3907fb..74ea51b9b0 100644 --- a/english/aspose.cells/pclsaveoptions/printing_page_type/_index.md +++ b/english/aspose.cells/pclsaveoptions/printing_page_type/_index.md @@ -3,7 +3,7 @@ title: printing_page_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 260 url: /aspose.cells/pclsaveoptions/printing_page_type/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/refresh_chart_cache/_index.md b/english/aspose.cells/pclsaveoptions/refresh_chart_cache/_index.md index 466d14eeeb..85bfb08cbf 100644 --- a/english/aspose.cells/pclsaveoptions/refresh_chart_cache/_index.md +++ b/english/aspose.cells/pclsaveoptions/refresh_chart_cache/_index.md @@ -3,7 +3,7 @@ title: refresh_chart_cache property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells/pclsaveoptions/refresh_chart_cache/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/save_format/_index.md b/english/aspose.cells/pclsaveoptions/save_format/_index.md index 41f782857e..1112a6af6e 100644 --- a/english/aspose.cells/pclsaveoptions/save_format/_index.md +++ b/english/aspose.cells/pclsaveoptions/save_format/_index.md @@ -3,7 +3,7 @@ title: save_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells/pclsaveoptions/save_format/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/sheet_set/_index.md b/english/aspose.cells/pclsaveoptions/sheet_set/_index.md index dce88294f0..5683863641 100644 --- a/english/aspose.cells/pclsaveoptions/sheet_set/_index.md +++ b/english/aspose.cells/pclsaveoptions/sheet_set/_index.md @@ -3,7 +3,7 @@ title: sheet_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells/pclsaveoptions/sheet_set/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/sort_external_names/_index.md b/english/aspose.cells/pclsaveoptions/sort_external_names/_index.md index b49d58ad82..91dafa081a 100644 --- a/english/aspose.cells/pclsaveoptions/sort_external_names/_index.md +++ b/english/aspose.cells/pclsaveoptions/sort_external_names/_index.md @@ -3,7 +3,7 @@ title: sort_external_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells/pclsaveoptions/sort_external_names/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/sort_names/_index.md b/english/aspose.cells/pclsaveoptions/sort_names/_index.md index 73cc31c8f0..361e3a6115 100644 --- a/english/aspose.cells/pclsaveoptions/sort_names/_index.md +++ b/english/aspose.cells/pclsaveoptions/sort_names/_index.md @@ -3,7 +3,7 @@ title: sort_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells/pclsaveoptions/sort_names/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/text_cross_type/_index.md b/english/aspose.cells/pclsaveoptions/text_cross_type/_index.md index 8aba333949..07049d0493 100644 --- a/english/aspose.cells/pclsaveoptions/text_cross_type/_index.md +++ b/english/aspose.cells/pclsaveoptions/text_cross_type/_index.md @@ -3,7 +3,7 @@ title: text_cross_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells/pclsaveoptions/text_cross_type/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/update_smart_art/_index.md b/english/aspose.cells/pclsaveoptions/update_smart_art/_index.md index a8644084e4..b5da1239fd 100644 --- a/english/aspose.cells/pclsaveoptions/update_smart_art/_index.md +++ b/english/aspose.cells/pclsaveoptions/update_smart_art/_index.md @@ -3,7 +3,7 @@ title: update_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells/pclsaveoptions/update_smart_art/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/validate_merged_areas/_index.md b/english/aspose.cells/pclsaveoptions/validate_merged_areas/_index.md index 0f1e6db6f6..5267db5ef4 100644 --- a/english/aspose.cells/pclsaveoptions/validate_merged_areas/_index.md +++ b/english/aspose.cells/pclsaveoptions/validate_merged_areas/_index.md @@ -3,7 +3,7 @@ title: validate_merged_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells/pclsaveoptions/validate_merged_areas/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/warning_callback/_index.md b/english/aspose.cells/pclsaveoptions/warning_callback/_index.md index a5c6ee00f7..77b2bc953a 100644 --- a/english/aspose.cells/pclsaveoptions/warning_callback/_index.md +++ b/english/aspose.cells/pclsaveoptions/warning_callback/_index.md @@ -3,7 +3,7 @@ title: warning_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells/pclsaveoptions/warning_callback/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/_index.md b/english/aspose.cells/pdfsaveoptions/_index.md index e8587e5089..3cb5a18719 100644 --- a/english/aspose.cells/pdfsaveoptions/_index.md +++ b/english/aspose.cells/pdfsaveoptions/_index.md @@ -56,6 +56,7 @@ The PdfSaveOptions type exposes the following members: | [page_count](/cells/python-net/aspose.cells/pdfsaveoptions/page_count) | Gets or sets the number of pages to save. | | [printing_page_type](/cells/python-net/aspose.cells/pdfsaveoptions/printing_page_type) | Indicates which pages will not be printed. | | [gridline_type](/cells/python-net/aspose.cells/pdfsaveoptions/gridline_type) | Gets or sets gridline type. | +| [gridline_color](/cells/python-net/aspose.cells/pdfsaveoptions/gridline_color) | Gets or sets gridline colr. | | [text_cross_type](/cells/python-net/aspose.cells/pdfsaveoptions/text_cross_type) | Gets or sets displaying text type when the text width is larger than cell width. | | [default_edit_language](/cells/python-net/aspose.cells/pdfsaveoptions/default_edit_language) | Gets or sets default edit language. | | [sheet_set](/cells/python-net/aspose.cells/pdfsaveoptions/sheet_set) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: [`SheetSet.visible`](/cells/python-net/aspose.cells.rendering/sheetset#visible). | diff --git a/english/aspose.cells/pdfsaveoptions/gridline_color/_index.md b/english/aspose.cells/pdfsaveoptions/gridline_color/_index.md new file mode 100644 index 0000000000..5717fd7267 --- /dev/null +++ b/english/aspose.cells/pdfsaveoptions/gridline_color/_index.md @@ -0,0 +1,32 @@ +--- +title: gridline_color property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 260 +url: /aspose.cells/pdfsaveoptions/gridline_color/ +is_root: false +--- + +## gridline_color property + + +Gets or sets gridline colr. + +### Remarks + + +It will ignore the gridline color settings in the source file. +### Definition: +```python +@property +def gridline_color(self): + ... +@gridline_color.setter +def gridline_color(self, value): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`PdfSaveOptions`](/cells/python-net/aspose.cells/pdfsaveoptions) diff --git a/english/aspose.cells/pdfsaveoptions/gridline_type/_index.md b/english/aspose.cells/pdfsaveoptions/gridline_type/_index.md index 96b67eaaed..fb204544db 100644 --- a/english/aspose.cells/pdfsaveoptions/gridline_type/_index.md +++ b/english/aspose.cells/pdfsaveoptions/gridline_type/_index.md @@ -3,7 +3,7 @@ title: gridline_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells/pdfsaveoptions/gridline_type/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/ignore_error/_index.md b/english/aspose.cells/pdfsaveoptions/ignore_error/_index.md index 912d744202..0a15e0572e 100644 --- a/english/aspose.cells/pdfsaveoptions/ignore_error/_index.md +++ b/english/aspose.cells/pdfsaveoptions/ignore_error/_index.md @@ -3,7 +3,7 @@ title: ignore_error property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells/pdfsaveoptions/ignore_error/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/image_type/_index.md b/english/aspose.cells/pdfsaveoptions/image_type/_index.md index 946440a2d1..ecedc960c9 100644 --- a/english/aspose.cells/pdfsaveoptions/image_type/_index.md +++ b/english/aspose.cells/pdfsaveoptions/image_type/_index.md @@ -3,7 +3,7 @@ title: image_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells/pdfsaveoptions/image_type/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/is_font_substitution_char_granularity/_index.md b/english/aspose.cells/pdfsaveoptions/is_font_substitution_char_granularity/_index.md index b0f54b7f7d..3423f19930 100644 --- a/english/aspose.cells/pdfsaveoptions/is_font_substitution_char_granularity/_index.md +++ b/english/aspose.cells/pdfsaveoptions/is_font_substitution_char_granularity/_index.md @@ -3,7 +3,7 @@ title: is_font_substitution_char_granularity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells/pdfsaveoptions/is_font_substitution_char_granularity/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/merge_areas/_index.md b/english/aspose.cells/pdfsaveoptions/merge_areas/_index.md index 5790c674b6..a8d6a5ca79 100644 --- a/english/aspose.cells/pdfsaveoptions/merge_areas/_index.md +++ b/english/aspose.cells/pdfsaveoptions/merge_areas/_index.md @@ -3,7 +3,7 @@ title: merge_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells/pdfsaveoptions/merge_areas/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/one_page_per_sheet/_index.md b/english/aspose.cells/pdfsaveoptions/one_page_per_sheet/_index.md index 84fdc1d3cf..b0adf73a83 100644 --- a/english/aspose.cells/pdfsaveoptions/one_page_per_sheet/_index.md +++ b/english/aspose.cells/pdfsaveoptions/one_page_per_sheet/_index.md @@ -3,7 +3,7 @@ title: one_page_per_sheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells/pdfsaveoptions/one_page_per_sheet/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/optimization_type/_index.md b/english/aspose.cells/pdfsaveoptions/optimization_type/_index.md index 679059def6..2747c6df9e 100644 --- a/english/aspose.cells/pdfsaveoptions/optimization_type/_index.md +++ b/english/aspose.cells/pdfsaveoptions/optimization_type/_index.md @@ -3,7 +3,7 @@ title: optimization_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells/pdfsaveoptions/optimization_type/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/output_blank_page_when_nothing_to_print/_index.md b/english/aspose.cells/pdfsaveoptions/output_blank_page_when_nothing_to_print/_index.md index 965ab98b19..bd2fead33d 100644 --- a/english/aspose.cells/pdfsaveoptions/output_blank_page_when_nothing_to_print/_index.md +++ b/english/aspose.cells/pdfsaveoptions/output_blank_page_when_nothing_to_print/_index.md @@ -3,7 +3,7 @@ title: output_blank_page_when_nothing_to_print property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells/pdfsaveoptions/output_blank_page_when_nothing_to_print/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/page_count/_index.md b/english/aspose.cells/pdfsaveoptions/page_count/_index.md index a17f6e2f9b..e44d3f0543 100644 --- a/english/aspose.cells/pdfsaveoptions/page_count/_index.md +++ b/english/aspose.cells/pdfsaveoptions/page_count/_index.md @@ -3,7 +3,7 @@ title: page_count property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells/pdfsaveoptions/page_count/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/page_index/_index.md b/english/aspose.cells/pdfsaveoptions/page_index/_index.md index 3cb687422b..01d098cc10 100644 --- a/english/aspose.cells/pdfsaveoptions/page_index/_index.md +++ b/english/aspose.cells/pdfsaveoptions/page_index/_index.md @@ -3,7 +3,7 @@ title: page_index property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells/pdfsaveoptions/page_index/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/page_saving_callback/_index.md b/english/aspose.cells/pdfsaveoptions/page_saving_callback/_index.md index 8a2c797e37..3deb896a91 100644 --- a/english/aspose.cells/pdfsaveoptions/page_saving_callback/_index.md +++ b/english/aspose.cells/pdfsaveoptions/page_saving_callback/_index.md @@ -3,7 +3,7 @@ title: page_saving_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells/pdfsaveoptions/page_saving_callback/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/pdf_compression/_index.md b/english/aspose.cells/pdfsaveoptions/pdf_compression/_index.md index 7964048fcb..7977171f09 100644 --- a/english/aspose.cells/pdfsaveoptions/pdf_compression/_index.md +++ b/english/aspose.cells/pdfsaveoptions/pdf_compression/_index.md @@ -3,7 +3,7 @@ title: pdf_compression property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells/pdfsaveoptions/pdf_compression/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/printing_page_type/_index.md b/english/aspose.cells/pdfsaveoptions/printing_page_type/_index.md index d577df3ab6..6e5faf1958 100644 --- a/english/aspose.cells/pdfsaveoptions/printing_page_type/_index.md +++ b/english/aspose.cells/pdfsaveoptions/printing_page_type/_index.md @@ -3,7 +3,7 @@ title: printing_page_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells/pdfsaveoptions/printing_page_type/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/producer/_index.md b/english/aspose.cells/pdfsaveoptions/producer/_index.md index df06c5e674..255932a32c 100644 --- a/english/aspose.cells/pdfsaveoptions/producer/_index.md +++ b/english/aspose.cells/pdfsaveoptions/producer/_index.md @@ -3,7 +3,7 @@ title: producer property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells/pdfsaveoptions/producer/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/refresh_chart_cache/_index.md b/english/aspose.cells/pdfsaveoptions/refresh_chart_cache/_index.md index ad593885a1..c0b3d88cf0 100644 --- a/english/aspose.cells/pdfsaveoptions/refresh_chart_cache/_index.md +++ b/english/aspose.cells/pdfsaveoptions/refresh_chart_cache/_index.md @@ -3,7 +3,7 @@ title: refresh_chart_cache property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells/pdfsaveoptions/refresh_chart_cache/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/save_format/_index.md b/english/aspose.cells/pdfsaveoptions/save_format/_index.md index 45b88d4f92..8adee0caf0 100644 --- a/english/aspose.cells/pdfsaveoptions/save_format/_index.md +++ b/english/aspose.cells/pdfsaveoptions/save_format/_index.md @@ -3,7 +3,7 @@ title: save_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells/pdfsaveoptions/save_format/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/security_options/_index.md b/english/aspose.cells/pdfsaveoptions/security_options/_index.md index 906e07dce6..4f1ab16502 100644 --- a/english/aspose.cells/pdfsaveoptions/security_options/_index.md +++ b/english/aspose.cells/pdfsaveoptions/security_options/_index.md @@ -3,7 +3,7 @@ title: security_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells/pdfsaveoptions/security_options/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/sheet_set/_index.md b/english/aspose.cells/pdfsaveoptions/sheet_set/_index.md index c9046e87ae..f54bc9dab1 100644 --- a/english/aspose.cells/pdfsaveoptions/sheet_set/_index.md +++ b/english/aspose.cells/pdfsaveoptions/sheet_set/_index.md @@ -3,7 +3,7 @@ title: sheet_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells/pdfsaveoptions/sheet_set/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/sort_external_names/_index.md b/english/aspose.cells/pdfsaveoptions/sort_external_names/_index.md index 53b40e1bb9..80b54796cc 100644 --- a/english/aspose.cells/pdfsaveoptions/sort_external_names/_index.md +++ b/english/aspose.cells/pdfsaveoptions/sort_external_names/_index.md @@ -3,7 +3,7 @@ title: sort_external_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells/pdfsaveoptions/sort_external_names/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/sort_names/_index.md b/english/aspose.cells/pdfsaveoptions/sort_names/_index.md index a1ca1aae1b..843b0e4376 100644 --- a/english/aspose.cells/pdfsaveoptions/sort_names/_index.md +++ b/english/aspose.cells/pdfsaveoptions/sort_names/_index.md @@ -3,7 +3,7 @@ title: sort_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells/pdfsaveoptions/sort_names/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/text_cross_type/_index.md b/english/aspose.cells/pdfsaveoptions/text_cross_type/_index.md index 35d0b0e6b5..040e589a9a 100644 --- a/english/aspose.cells/pdfsaveoptions/text_cross_type/_index.md +++ b/english/aspose.cells/pdfsaveoptions/text_cross_type/_index.md @@ -3,7 +3,7 @@ title: text_cross_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells/pdfsaveoptions/text_cross_type/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/update_smart_art/_index.md b/english/aspose.cells/pdfsaveoptions/update_smart_art/_index.md index 32bc5dbaa6..56cdfb08c3 100644 --- a/english/aspose.cells/pdfsaveoptions/update_smart_art/_index.md +++ b/english/aspose.cells/pdfsaveoptions/update_smart_art/_index.md @@ -3,7 +3,7 @@ title: update_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells/pdfsaveoptions/update_smart_art/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/validate_merged_areas/_index.md b/english/aspose.cells/pdfsaveoptions/validate_merged_areas/_index.md index 910fb8a19d..e0efc069c3 100644 --- a/english/aspose.cells/pdfsaveoptions/validate_merged_areas/_index.md +++ b/english/aspose.cells/pdfsaveoptions/validate_merged_areas/_index.md @@ -3,7 +3,7 @@ title: validate_merged_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells/pdfsaveoptions/validate_merged_areas/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/warning_callback/_index.md b/english/aspose.cells/pdfsaveoptions/warning_callback/_index.md index e8beaac051..04389ddaca 100644 --- a/english/aspose.cells/pdfsaveoptions/warning_callback/_index.md +++ b/english/aspose.cells/pdfsaveoptions/warning_callback/_index.md @@ -3,7 +3,7 @@ title: warning_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells/pdfsaveoptions/warning_callback/ is_root: false --- diff --git a/english/aspose.cells/pdfsaveoptions/watermark/_index.md b/english/aspose.cells/pdfsaveoptions/watermark/_index.md index 153dc29362..c609c8dfd7 100644 --- a/english/aspose.cells/pdfsaveoptions/watermark/_index.md +++ b/english/aspose.cells/pdfsaveoptions/watermark/_index.md @@ -3,7 +3,7 @@ title: watermark property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells/pdfsaveoptions/watermark/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/_index.md b/english/aspose.cells/pptxsaveoptions/_index.md index 450979ea90..5c5198cb9e 100644 --- a/english/aspose.cells/pptxsaveoptions/_index.md +++ b/english/aspose.cells/pptxsaveoptions/_index.md @@ -57,6 +57,7 @@ The PptxSaveOptions type exposes the following members: | [page_count](/cells/python-net/aspose.cells/pptxsaveoptions/page_count) | Gets or sets the number of pages to save. | | [printing_page_type](/cells/python-net/aspose.cells/pptxsaveoptions/printing_page_type) | Indicates which pages will not be printed. | | [gridline_type](/cells/python-net/aspose.cells/pptxsaveoptions/gridline_type) | Gets or sets gridline type. | +| [gridline_color](/cells/python-net/aspose.cells/pptxsaveoptions/gridline_color) | Gets or sets gridline colr. | | [text_cross_type](/cells/python-net/aspose.cells/pptxsaveoptions/text_cross_type) | Gets or sets displaying text type when the text width is larger than cell width. | | [default_edit_language](/cells/python-net/aspose.cells/pptxsaveoptions/default_edit_language) | Gets or sets default edit language. | | [sheet_set](/cells/python-net/aspose.cells/pptxsaveoptions/sheet_set) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: [`SheetSet.visible`](/cells/python-net/aspose.cells.rendering/sheetset#visible). | diff --git a/english/aspose.cells/pptxsaveoptions/gridline_color/_index.md b/english/aspose.cells/pptxsaveoptions/gridline_color/_index.md new file mode 100644 index 0000000000..3b207cf960 --- /dev/null +++ b/english/aspose.cells/pptxsaveoptions/gridline_color/_index.md @@ -0,0 +1,32 @@ +--- +title: gridline_color property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 170 +url: /aspose.cells/pptxsaveoptions/gridline_color/ +is_root: false +--- + +## gridline_color property + + +Gets or sets gridline colr. + +### Remarks + + +It will ignore the gridline color settings in the source file. +### Definition: +```python +@property +def gridline_color(self): + ... +@gridline_color.setter +def gridline_color(self, value): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`PptxSaveOptions`](/cells/python-net/aspose.cells/pptxsaveoptions) diff --git a/english/aspose.cells/pptxsaveoptions/gridline_type/_index.md b/english/aspose.cells/pptxsaveoptions/gridline_type/_index.md index 9201203384..9e0ea85d25 100644 --- a/english/aspose.cells/pptxsaveoptions/gridline_type/_index.md +++ b/english/aspose.cells/pptxsaveoptions/gridline_type/_index.md @@ -3,7 +3,7 @@ title: gridline_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells/pptxsaveoptions/gridline_type/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/ignore_error/_index.md b/english/aspose.cells/pptxsaveoptions/ignore_error/_index.md index c251092dad..8c13f7ce59 100644 --- a/english/aspose.cells/pptxsaveoptions/ignore_error/_index.md +++ b/english/aspose.cells/pptxsaveoptions/ignore_error/_index.md @@ -3,7 +3,7 @@ title: ignore_error property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells/pptxsaveoptions/ignore_error/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/ignore_hidden_rows/_index.md b/english/aspose.cells/pptxsaveoptions/ignore_hidden_rows/_index.md index 0712c55f67..69c903634b 100644 --- a/english/aspose.cells/pptxsaveoptions/ignore_hidden_rows/_index.md +++ b/english/aspose.cells/pptxsaveoptions/ignore_hidden_rows/_index.md @@ -3,7 +3,7 @@ title: ignore_hidden_rows property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells/pptxsaveoptions/ignore_hidden_rows/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/is_font_substitution_char_granularity/_index.md b/english/aspose.cells/pptxsaveoptions/is_font_substitution_char_granularity/_index.md index 5440515533..250af20e22 100644 --- a/english/aspose.cells/pptxsaveoptions/is_font_substitution_char_granularity/_index.md +++ b/english/aspose.cells/pptxsaveoptions/is_font_substitution_char_granularity/_index.md @@ -3,7 +3,7 @@ title: is_font_substitution_char_granularity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells/pptxsaveoptions/is_font_substitution_char_granularity/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/merge_areas/_index.md b/english/aspose.cells/pptxsaveoptions/merge_areas/_index.md index 501dc15c8f..bc8e35eee2 100644 --- a/english/aspose.cells/pptxsaveoptions/merge_areas/_index.md +++ b/english/aspose.cells/pptxsaveoptions/merge_areas/_index.md @@ -3,7 +3,7 @@ title: merge_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells/pptxsaveoptions/merge_areas/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/one_page_per_sheet/_index.md b/english/aspose.cells/pptxsaveoptions/one_page_per_sheet/_index.md index f22d55775d..1fe62d0c0b 100644 --- a/english/aspose.cells/pptxsaveoptions/one_page_per_sheet/_index.md +++ b/english/aspose.cells/pptxsaveoptions/one_page_per_sheet/_index.md @@ -3,7 +3,7 @@ title: one_page_per_sheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells/pptxsaveoptions/one_page_per_sheet/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/output_blank_page_when_nothing_to_print/_index.md b/english/aspose.cells/pptxsaveoptions/output_blank_page_when_nothing_to_print/_index.md index 34a273c66e..bd39cd7b58 100644 --- a/english/aspose.cells/pptxsaveoptions/output_blank_page_when_nothing_to_print/_index.md +++ b/english/aspose.cells/pptxsaveoptions/output_blank_page_when_nothing_to_print/_index.md @@ -3,7 +3,7 @@ title: output_blank_page_when_nothing_to_print property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells/pptxsaveoptions/output_blank_page_when_nothing_to_print/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/page_count/_index.md b/english/aspose.cells/pptxsaveoptions/page_count/_index.md index b22b50b8f3..06bbaa1af7 100644 --- a/english/aspose.cells/pptxsaveoptions/page_count/_index.md +++ b/english/aspose.cells/pptxsaveoptions/page_count/_index.md @@ -3,7 +3,7 @@ title: page_count property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells/pptxsaveoptions/page_count/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/page_index/_index.md b/english/aspose.cells/pptxsaveoptions/page_index/_index.md index 598f192329..164d311714 100644 --- a/english/aspose.cells/pptxsaveoptions/page_index/_index.md +++ b/english/aspose.cells/pptxsaveoptions/page_index/_index.md @@ -3,7 +3,7 @@ title: page_index property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 260 url: /aspose.cells/pptxsaveoptions/page_index/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/page_saving_callback/_index.md b/english/aspose.cells/pptxsaveoptions/page_saving_callback/_index.md index 94764675bc..6b49d58946 100644 --- a/english/aspose.cells/pptxsaveoptions/page_saving_callback/_index.md +++ b/english/aspose.cells/pptxsaveoptions/page_saving_callback/_index.md @@ -3,7 +3,7 @@ title: page_saving_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells/pptxsaveoptions/page_saving_callback/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/printing_page_type/_index.md b/english/aspose.cells/pptxsaveoptions/printing_page_type/_index.md index 7cf568aeeb..00510d6a81 100644 --- a/english/aspose.cells/pptxsaveoptions/printing_page_type/_index.md +++ b/english/aspose.cells/pptxsaveoptions/printing_page_type/_index.md @@ -3,7 +3,7 @@ title: printing_page_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells/pptxsaveoptions/printing_page_type/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/refresh_chart_cache/_index.md b/english/aspose.cells/pptxsaveoptions/refresh_chart_cache/_index.md index c76bac38c0..b5a5ae3012 100644 --- a/english/aspose.cells/pptxsaveoptions/refresh_chart_cache/_index.md +++ b/english/aspose.cells/pptxsaveoptions/refresh_chart_cache/_index.md @@ -3,7 +3,7 @@ title: refresh_chart_cache property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells/pptxsaveoptions/refresh_chart_cache/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/save_format/_index.md b/english/aspose.cells/pptxsaveoptions/save_format/_index.md index 0d6b1c4bef..5d90bfc577 100644 --- a/english/aspose.cells/pptxsaveoptions/save_format/_index.md +++ b/english/aspose.cells/pptxsaveoptions/save_format/_index.md @@ -3,7 +3,7 @@ title: save_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells/pptxsaveoptions/save_format/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/sheet_set/_index.md b/english/aspose.cells/pptxsaveoptions/sheet_set/_index.md index 539e907c15..b913ed06fc 100644 --- a/english/aspose.cells/pptxsaveoptions/sheet_set/_index.md +++ b/english/aspose.cells/pptxsaveoptions/sheet_set/_index.md @@ -3,7 +3,7 @@ title: sheet_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells/pptxsaveoptions/sheet_set/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/sort_external_names/_index.md b/english/aspose.cells/pptxsaveoptions/sort_external_names/_index.md index 60da262abe..21de153fc6 100644 --- a/english/aspose.cells/pptxsaveoptions/sort_external_names/_index.md +++ b/english/aspose.cells/pptxsaveoptions/sort_external_names/_index.md @@ -3,7 +3,7 @@ title: sort_external_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells/pptxsaveoptions/sort_external_names/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/sort_names/_index.md b/english/aspose.cells/pptxsaveoptions/sort_names/_index.md index b1b42e7e06..d4f6ef4142 100644 --- a/english/aspose.cells/pptxsaveoptions/sort_names/_index.md +++ b/english/aspose.cells/pptxsaveoptions/sort_names/_index.md @@ -3,7 +3,7 @@ title: sort_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells/pptxsaveoptions/sort_names/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/text_cross_type/_index.md b/english/aspose.cells/pptxsaveoptions/text_cross_type/_index.md index adf2b72ada..72bd6f36c7 100644 --- a/english/aspose.cells/pptxsaveoptions/text_cross_type/_index.md +++ b/english/aspose.cells/pptxsaveoptions/text_cross_type/_index.md @@ -3,7 +3,7 @@ title: text_cross_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells/pptxsaveoptions/text_cross_type/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/update_smart_art/_index.md b/english/aspose.cells/pptxsaveoptions/update_smart_art/_index.md index 4eb4770b3c..2834437979 100644 --- a/english/aspose.cells/pptxsaveoptions/update_smart_art/_index.md +++ b/english/aspose.cells/pptxsaveoptions/update_smart_art/_index.md @@ -3,7 +3,7 @@ title: update_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells/pptxsaveoptions/update_smart_art/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/validate_merged_areas/_index.md b/english/aspose.cells/pptxsaveoptions/validate_merged_areas/_index.md index e63eae2e41..6716518986 100644 --- a/english/aspose.cells/pptxsaveoptions/validate_merged_areas/_index.md +++ b/english/aspose.cells/pptxsaveoptions/validate_merged_areas/_index.md @@ -3,7 +3,7 @@ title: validate_merged_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells/pptxsaveoptions/validate_merged_areas/ is_root: false --- diff --git a/english/aspose.cells/pptxsaveoptions/warning_callback/_index.md b/english/aspose.cells/pptxsaveoptions/warning_callback/_index.md index 65beb74e23..fe1d22930b 100644 --- a/english/aspose.cells/pptxsaveoptions/warning_callback/_index.md +++ b/english/aspose.cells/pptxsaveoptions/warning_callback/_index.md @@ -3,7 +3,7 @@ title: warning_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells/pptxsaveoptions/warning_callback/ is_root: false --- diff --git a/english/aspose.cells/range/_index.md b/english/aspose.cells/range/_index.md index e44a9d55a2..f7a991bd99 100644 --- a/english/aspose.cells/range/_index.md +++ b/english/aspose.cells/range/_index.md @@ -77,6 +77,11 @@ The Range type exposes the following members: | [`to_image(self, options)`](/cells/python-net/aspose.cells/range/to_image/#aspose.cells.rendering.imageorprintoptions) | Converts the range to image. | | [`to_json(self, options)`](/cells/python-net/aspose.cells/range/to_json/#aspose.cells.jsonsaveoptions) | Convert the range to JSON value. | | [`to_html(self, save_options)`](/cells/python-net/aspose.cells/range/to_html/#aspose.cells.htmlsaveoptions) | Convert the range to html . | +| [`clear(self)`](/cells/python-net/aspose.cells/range/clear/#) | Clears this range. | +| [`clear_contents(self)`](/cells/python-net/aspose.cells/range/clear_contents/#) | Clears the contents of this range. | +| [`clear_formats(self)`](/cells/python-net/aspose.cells/range/clear_formats/#) | Clears the formats of this range. | +| [`clear_comments(self)`](/cells/python-net/aspose.cells/range/clear_comments/#) | Clears the comments of this range. | +| [`clear_hyperlinks(self, clear_format)`](/cells/python-net/aspose.cells/range/clear_hyperlinks/#bool) | Only removes hyperlinks. | diff --git a/english/aspose.cells/range/address/_index.md b/english/aspose.cells/range/address/_index.md index e9a2339108..b41d791c61 100644 --- a/english/aspose.cells/range/address/_index.md +++ b/english/aspose.cells/range/address/_index.md @@ -3,7 +3,7 @@ title: address property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 360 url: /aspose.cells/range/address/ is_root: false --- diff --git a/english/aspose.cells/range/clear/_index.md b/english/aspose.cells/range/clear/_index.md new file mode 100644 index 0000000000..fbea095254 --- /dev/null +++ b/english/aspose.cells/range/clear/_index.md @@ -0,0 +1,29 @@ +--- +title: clear method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 50 +url: /aspose.cells/range/clear/ +is_root: false +--- + +## clear(self) {#} + +Clears this range. + + + +```python + +def clear(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells`](../../) +* class [`Range`](/cells/python-net/aspose.cells/range) diff --git a/english/aspose.cells/range/clear_comments/_index.md b/english/aspose.cells/range/clear_comments/_index.md new file mode 100644 index 0000000000..74c029bfe2 --- /dev/null +++ b/english/aspose.cells/range/clear_comments/_index.md @@ -0,0 +1,29 @@ +--- +title: clear_comments method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells/range/clear_comments/ +is_root: false +--- + +## clear_comments(self) {#} + +Clears the comments of this range. + + + +```python + +def clear_comments(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells`](../../) +* class [`Range`](/cells/python-net/aspose.cells/range) diff --git a/english/aspose.cells/range/clear_contents/_index.md b/english/aspose.cells/range/clear_contents/_index.md new file mode 100644 index 0000000000..a0aedc7191 --- /dev/null +++ b/english/aspose.cells/range/clear_contents/_index.md @@ -0,0 +1,29 @@ +--- +title: clear_contents method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 70 +url: /aspose.cells/range/clear_contents/ +is_root: false +--- + +## clear_contents(self) {#} + +Clears the contents of this range. + + + +```python + +def clear_contents(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells`](../../) +* class [`Range`](/cells/python-net/aspose.cells/range) diff --git a/english/aspose.cells/range/clear_formats/_index.md b/english/aspose.cells/range/clear_formats/_index.md new file mode 100644 index 0000000000..2a62268006 --- /dev/null +++ b/english/aspose.cells/range/clear_formats/_index.md @@ -0,0 +1,29 @@ +--- +title: clear_formats method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 80 +url: /aspose.cells/range/clear_formats/ +is_root: false +--- + +## clear_formats(self) {#} + +Clears the formats of this range. + + + +```python + +def clear_formats(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells`](../../) +* class [`Range`](/cells/python-net/aspose.cells/range) diff --git a/english/aspose.cells/range/clear_hyperlinks/_index.md b/english/aspose.cells/range/clear_hyperlinks/_index.md new file mode 100644 index 0000000000..2a42ef6e95 --- /dev/null +++ b/english/aspose.cells/range/clear_hyperlinks/_index.md @@ -0,0 +1,32 @@ +--- +title: clear_hyperlinks method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 90 +url: /aspose.cells/range/clear_hyperlinks/ +is_root: false +--- + +## clear_hyperlinks(self, clear_format) {#bool} + +Only removes hyperlinks. + + + +```python + +def clear_hyperlinks(self, clear_format): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| clear_format | bool | Indicates whether to clear the format of hyperlinks. | + + + +### See Also +* module [`aspose.cells`](../../) +* class [`Range`](/cells/python-net/aspose.cells/range) diff --git a/english/aspose.cells/range/column_count/_index.md b/english/aspose.cells/range/column_count/_index.md index fba2078619..20e7ee4d31 100644 --- a/english/aspose.cells/range/column_count/_index.md +++ b/english/aspose.cells/range/column_count/_index.md @@ -3,7 +3,7 @@ title: column_count property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 370 url: /aspose.cells/range/column_count/ is_root: false --- diff --git a/english/aspose.cells/range/column_width/_index.md b/english/aspose.cells/range/column_width/_index.md index cea2862572..ec77490a8e 100644 --- a/english/aspose.cells/range/column_width/_index.md +++ b/english/aspose.cells/range/column_width/_index.md @@ -3,7 +3,7 @@ title: column_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 380 url: /aspose.cells/range/column_width/ is_root: false --- diff --git a/english/aspose.cells/range/copy/_index.md b/english/aspose.cells/range/copy/_index.md index 44658ecad2..b21ae27383 100644 --- a/english/aspose.cells/range/copy/_index.md +++ b/english/aspose.cells/range/copy/_index.md @@ -3,7 +3,7 @@ title: copy method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 100 url: /aspose.cells/range/copy/ is_root: false --- diff --git a/english/aspose.cells/range/copy_data/_index.md b/english/aspose.cells/range/copy_data/_index.md index 7002b25103..cd69172d60 100644 --- a/english/aspose.cells/range/copy_data/_index.md +++ b/english/aspose.cells/range/copy_data/_index.md @@ -3,7 +3,7 @@ title: copy_data method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 110 url: /aspose.cells/range/copy_data/ is_root: false --- diff --git a/english/aspose.cells/range/copy_style/_index.md b/english/aspose.cells/range/copy_style/_index.md index 3378835639..c52b02bbb6 100644 --- a/english/aspose.cells/range/copy_style/_index.md +++ b/english/aspose.cells/range/copy_style/_index.md @@ -3,7 +3,7 @@ title: copy_style method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 120 url: /aspose.cells/range/copy_style/ is_root: false --- diff --git a/english/aspose.cells/range/copy_value/_index.md b/english/aspose.cells/range/copy_value/_index.md index fa766f87ab..c2017ff39d 100644 --- a/english/aspose.cells/range/copy_value/_index.md +++ b/english/aspose.cells/range/copy_value/_index.md @@ -3,7 +3,7 @@ title: copy_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 130 url: /aspose.cells/range/copy_value/ is_root: false --- diff --git a/english/aspose.cells/range/current_region/_index.md b/english/aspose.cells/range/current_region/_index.md index ae43311743..e63d3550ee 100644 --- a/english/aspose.cells/range/current_region/_index.md +++ b/english/aspose.cells/range/current_region/_index.md @@ -3,7 +3,7 @@ title: current_region property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 390 url: /aspose.cells/range/current_region/ is_root: false --- diff --git a/english/aspose.cells/range/entire_column/_index.md b/english/aspose.cells/range/entire_column/_index.md index 4bf8867b0f..86904a138b 100644 --- a/english/aspose.cells/range/entire_column/_index.md +++ b/english/aspose.cells/range/entire_column/_index.md @@ -3,7 +3,7 @@ title: entire_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 400 url: /aspose.cells/range/entire_column/ is_root: false --- diff --git a/english/aspose.cells/range/entire_row/_index.md b/english/aspose.cells/range/entire_row/_index.md index fef8eae7c9..c2433de8c4 100644 --- a/english/aspose.cells/range/entire_row/_index.md +++ b/english/aspose.cells/range/entire_row/_index.md @@ -3,7 +3,7 @@ title: entire_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 410 url: /aspose.cells/range/entire_row/ is_root: false --- diff --git a/english/aspose.cells/range/first_column/_index.md b/english/aspose.cells/range/first_column/_index.md index 376cd4e813..5d5765570c 100644 --- a/english/aspose.cells/range/first_column/_index.md +++ b/english/aspose.cells/range/first_column/_index.md @@ -3,7 +3,7 @@ title: first_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 420 url: /aspose.cells/range/first_column/ is_root: false --- diff --git a/english/aspose.cells/range/first_row/_index.md b/english/aspose.cells/range/first_row/_index.md index a32ee2bac0..927e79b115 100644 --- a/english/aspose.cells/range/first_row/_index.md +++ b/english/aspose.cells/range/first_row/_index.md @@ -3,7 +3,7 @@ title: first_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 430 url: /aspose.cells/range/first_row/ is_root: false --- diff --git a/english/aspose.cells/range/get/_index.md b/english/aspose.cells/range/get/_index.md index 9fa817deac..9c2fb309cc 100644 --- a/english/aspose.cells/range/get/_index.md +++ b/english/aspose.cells/range/get/_index.md @@ -3,7 +3,7 @@ title: get method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 140 url: /aspose.cells/range/get/ is_root: false --- diff --git a/english/aspose.cells/range/get_cell_or_null/_index.md b/english/aspose.cells/range/get_cell_or_null/_index.md index f45fd4f392..f2b795f99b 100644 --- a/english/aspose.cells/range/get_cell_or_null/_index.md +++ b/english/aspose.cells/range/get_cell_or_null/_index.md @@ -3,7 +3,7 @@ title: get_cell_or_null method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 150 url: /aspose.cells/range/get_cell_or_null/ is_root: false --- diff --git a/english/aspose.cells/range/get_offset/_index.md b/english/aspose.cells/range/get_offset/_index.md index dfc78c2eff..2cb668dce4 100644 --- a/english/aspose.cells/range/get_offset/_index.md +++ b/english/aspose.cells/range/get_offset/_index.md @@ -3,7 +3,7 @@ title: get_offset method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 160 url: /aspose.cells/range/get_offset/ is_root: false --- diff --git a/english/aspose.cells/range/height/_index.md b/english/aspose.cells/range/height/_index.md index e2936ca25d..a7965c677a 100644 --- a/english/aspose.cells/range/height/_index.md +++ b/english/aspose.cells/range/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 440 url: /aspose.cells/range/height/ is_root: false --- diff --git a/english/aspose.cells/range/hyperlinks/_index.md b/english/aspose.cells/range/hyperlinks/_index.md index 39e6d0fb5a..d376b335e4 100644 --- a/english/aspose.cells/range/hyperlinks/_index.md +++ b/english/aspose.cells/range/hyperlinks/_index.md @@ -3,7 +3,7 @@ title: hyperlinks property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 450 url: /aspose.cells/range/hyperlinks/ is_root: false --- diff --git a/english/aspose.cells/range/intersect/_index.md b/english/aspose.cells/range/intersect/_index.md index 27a58ab95b..c3069cd0e9 100644 --- a/english/aspose.cells/range/intersect/_index.md +++ b/english/aspose.cells/range/intersect/_index.md @@ -3,7 +3,7 @@ title: intersect method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 170 url: /aspose.cells/range/intersect/ is_root: false --- diff --git a/english/aspose.cells/range/is_blank/_index.md b/english/aspose.cells/range/is_blank/_index.md index ef6b7b81c3..8e61ad1246 100644 --- a/english/aspose.cells/range/is_blank/_index.md +++ b/english/aspose.cells/range/is_blank/_index.md @@ -3,7 +3,7 @@ title: is_blank method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 180 url: /aspose.cells/range/is_blank/ is_root: false --- diff --git a/english/aspose.cells/range/is_intersect/_index.md b/english/aspose.cells/range/is_intersect/_index.md index 4d01c213ec..02270ead5f 100644 --- a/english/aspose.cells/range/is_intersect/_index.md +++ b/english/aspose.cells/range/is_intersect/_index.md @@ -3,7 +3,7 @@ title: is_intersect method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 190 url: /aspose.cells/range/is_intersect/ is_root: false --- diff --git a/english/aspose.cells/range/left/_index.md b/english/aspose.cells/range/left/_index.md index f4a1acb40d..d38732c4eb 100644 --- a/english/aspose.cells/range/left/_index.md +++ b/english/aspose.cells/range/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 460 url: /aspose.cells/range/left/ is_root: false --- diff --git a/english/aspose.cells/range/merge/_index.md b/english/aspose.cells/range/merge/_index.md index a0f292ebc7..642fb02c2d 100644 --- a/english/aspose.cells/range/merge/_index.md +++ b/english/aspose.cells/range/merge/_index.md @@ -3,7 +3,7 @@ title: merge method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 200 url: /aspose.cells/range/merge/ is_root: false --- diff --git a/english/aspose.cells/range/move_to/_index.md b/english/aspose.cells/range/move_to/_index.md index 19b31019a2..4a6107f43b 100644 --- a/english/aspose.cells/range/move_to/_index.md +++ b/english/aspose.cells/range/move_to/_index.md @@ -3,7 +3,7 @@ title: move_to method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 210 url: /aspose.cells/range/move_to/ is_root: false --- diff --git a/english/aspose.cells/range/name/_index.md b/english/aspose.cells/range/name/_index.md index 17231a47e5..7e0fd2ef97 100644 --- a/english/aspose.cells/range/name/_index.md +++ b/english/aspose.cells/range/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 470 url: /aspose.cells/range/name/ is_root: false --- diff --git a/english/aspose.cells/range/put_value/_index.md b/english/aspose.cells/range/put_value/_index.md index 343e622d94..00bd90d761 100644 --- a/english/aspose.cells/range/put_value/_index.md +++ b/english/aspose.cells/range/put_value/_index.md @@ -3,7 +3,7 @@ title: put_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 220 url: /aspose.cells/range/put_value/ is_root: false --- diff --git a/english/aspose.cells/range/refers_to/_index.md b/english/aspose.cells/range/refers_to/_index.md index b1f198944d..918e43b1fb 100644 --- a/english/aspose.cells/range/refers_to/_index.md +++ b/english/aspose.cells/range/refers_to/_index.md @@ -3,7 +3,7 @@ title: refers_to property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 480 url: /aspose.cells/range/refers_to/ is_root: false --- diff --git a/english/aspose.cells/range/row_count/_index.md b/english/aspose.cells/range/row_count/_index.md index f2bf70e711..b02111b7f3 100644 --- a/english/aspose.cells/range/row_count/_index.md +++ b/english/aspose.cells/range/row_count/_index.md @@ -3,7 +3,7 @@ title: row_count property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 490 url: /aspose.cells/range/row_count/ is_root: false --- diff --git a/english/aspose.cells/range/row_height/_index.md b/english/aspose.cells/range/row_height/_index.md index 69513e49ea..1219e9e079 100644 --- a/english/aspose.cells/range/row_height/_index.md +++ b/english/aspose.cells/range/row_height/_index.md @@ -3,7 +3,7 @@ title: row_height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 500 url: /aspose.cells/range/row_height/ is_root: false --- diff --git a/english/aspose.cells/range/set_inside_borders/_index.md b/english/aspose.cells/range/set_inside_borders/_index.md index aad97e8039..b7dc6a29e0 100644 --- a/english/aspose.cells/range/set_inside_borders/_index.md +++ b/english/aspose.cells/range/set_inside_borders/_index.md @@ -3,7 +3,7 @@ title: set_inside_borders method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 230 url: /aspose.cells/range/set_inside_borders/ is_root: false --- diff --git a/english/aspose.cells/range/set_outline_border/_index.md b/english/aspose.cells/range/set_outline_border/_index.md index 4c4d2c0db1..4422a7f5b3 100644 --- a/english/aspose.cells/range/set_outline_border/_index.md +++ b/english/aspose.cells/range/set_outline_border/_index.md @@ -3,7 +3,7 @@ title: set_outline_border method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 240 url: /aspose.cells/range/set_outline_border/ is_root: false --- diff --git a/english/aspose.cells/range/set_outline_borders/_index.md b/english/aspose.cells/range/set_outline_borders/_index.md index d741a7e264..2005035b74 100644 --- a/english/aspose.cells/range/set_outline_borders/_index.md +++ b/english/aspose.cells/range/set_outline_borders/_index.md @@ -3,7 +3,7 @@ title: set_outline_borders method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 250 url: /aspose.cells/range/set_outline_borders/ is_root: false --- diff --git a/english/aspose.cells/range/set_style/_index.md b/english/aspose.cells/range/set_style/_index.md index 58efa4a2bc..194d08d54e 100644 --- a/english/aspose.cells/range/set_style/_index.md +++ b/english/aspose.cells/range/set_style/_index.md @@ -3,7 +3,7 @@ title: set_style method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 260 url: /aspose.cells/range/set_style/ is_root: false --- diff --git a/english/aspose.cells/range/to_html/_index.md b/english/aspose.cells/range/to_html/_index.md index 50dc3daece..8228935166 100644 --- a/english/aspose.cells/range/to_html/_index.md +++ b/english/aspose.cells/range/to_html/_index.md @@ -3,7 +3,7 @@ title: to_html method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 270 url: /aspose.cells/range/to_html/ is_root: false --- diff --git a/english/aspose.cells/range/to_image/_index.md b/english/aspose.cells/range/to_image/_index.md index cdca468b51..13df434190 100644 --- a/english/aspose.cells/range/to_image/_index.md +++ b/english/aspose.cells/range/to_image/_index.md @@ -3,7 +3,7 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 280 url: /aspose.cells/range/to_image/ is_root: false --- diff --git a/english/aspose.cells/range/to_json/_index.md b/english/aspose.cells/range/to_json/_index.md index 5603e1259a..c975284e31 100644 --- a/english/aspose.cells/range/to_json/_index.md +++ b/english/aspose.cells/range/to_json/_index.md @@ -3,7 +3,7 @@ title: to_json method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 290 url: /aspose.cells/range/to_json/ is_root: false --- diff --git a/english/aspose.cells/range/top/_index.md b/english/aspose.cells/range/top/_index.md index ab2c471c30..acb085a2bf 100644 --- a/english/aspose.cells/range/top/_index.md +++ b/english/aspose.cells/range/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 510 url: /aspose.cells/range/top/ is_root: false --- diff --git a/english/aspose.cells/range/transpose/_index.md b/english/aspose.cells/range/transpose/_index.md index 6df4f897e3..457a36779c 100644 --- a/english/aspose.cells/range/transpose/_index.md +++ b/english/aspose.cells/range/transpose/_index.md @@ -3,7 +3,7 @@ title: transpose method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 300 url: /aspose.cells/range/transpose/ is_root: false --- diff --git a/english/aspose.cells/range/un_merge/_index.md b/english/aspose.cells/range/un_merge/_index.md index ae25ef3d61..18250f029a 100644 --- a/english/aspose.cells/range/un_merge/_index.md +++ b/english/aspose.cells/range/un_merge/_index.md @@ -3,7 +3,7 @@ title: un_merge method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 310 url: /aspose.cells/range/un_merge/ is_root: false --- diff --git a/english/aspose.cells/range/union/_index.md b/english/aspose.cells/range/union/_index.md index 20d37e024e..32733191dd 100644 --- a/english/aspose.cells/range/union/_index.md +++ b/english/aspose.cells/range/union/_index.md @@ -3,7 +3,7 @@ title: union method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 320 url: /aspose.cells/range/union/ is_root: false --- diff --git a/english/aspose.cells/range/union_rang/_index.md b/english/aspose.cells/range/union_rang/_index.md index fb912b65b0..5e2dfb4f88 100644 --- a/english/aspose.cells/range/union_rang/_index.md +++ b/english/aspose.cells/range/union_rang/_index.md @@ -3,7 +3,7 @@ title: union_rang method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 330 url: /aspose.cells/range/union_rang/ is_root: false --- diff --git a/english/aspose.cells/range/union_ranges/_index.md b/english/aspose.cells/range/union_ranges/_index.md index 29929070c0..89ae767e2a 100644 --- a/english/aspose.cells/range/union_ranges/_index.md +++ b/english/aspose.cells/range/union_ranges/_index.md @@ -3,7 +3,7 @@ title: union_ranges method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 340 url: /aspose.cells/range/union_ranges/ is_root: false --- diff --git a/english/aspose.cells/range/value/_index.md b/english/aspose.cells/range/value/_index.md index 69be5e7fb8..d65e3be9ed 100644 --- a/english/aspose.cells/range/value/_index.md +++ b/english/aspose.cells/range/value/_index.md @@ -3,7 +3,7 @@ title: value property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 520 url: /aspose.cells/range/value/ is_root: false --- diff --git a/english/aspose.cells/range/width/_index.md b/english/aspose.cells/range/width/_index.md index f2c2fcb2a8..86ffc243e5 100644 --- a/english/aspose.cells/range/width/_index.md +++ b/english/aspose.cells/range/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 530 url: /aspose.cells/range/width/ is_root: false --- diff --git a/english/aspose.cells/range/worksheet/_index.md b/english/aspose.cells/range/worksheet/_index.md index f8f455cfa2..e34dfbbccd 100644 --- a/english/aspose.cells/range/worksheet/_index.md +++ b/english/aspose.cells/range/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 540 url: /aspose.cells/range/worksheet/ is_root: false --- diff --git a/english/aspose.cells/threadedcommentauthorcollection/_index.md b/english/aspose.cells/threadedcommentauthorcollection/_index.md index 1803bd2e8e..32e85a60ec 100644 --- a/english/aspose.cells/threadedcommentauthorcollection/_index.md +++ b/english/aspose.cells/threadedcommentauthorcollection/_index.md @@ -39,6 +39,7 @@ The ThreadedCommentAuthorCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells/threadedcommentauthorcollection/last_index_of/#aspose.cells.threadedcommentauthor) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells/threadedcommentauthorcollection/last_index_of/#aspose.cells.threadedcommentauthor-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(self, item, index, count)`](/cells/python-net/aspose.cells/threadedcommentauthorcollection/last_index_of/#aspose.cells.threadedcommentauthor-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. | +| [`get(self, name)`](/cells/python-net/aspose.cells/threadedcommentauthorcollection/get/#str) | Gets the person who create threaded comments. | | [`add(self, name, user_id, provider_id)`](/cells/python-net/aspose.cells/threadedcommentauthorcollection/add/#str-str-str) | Adds one thread comment person. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells/threadedcommentauthorcollection/binary_search/#aspose.cells.threadedcommentauthor) | 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/threadedcommentauthorcollection/capacity/_index.md b/english/aspose.cells/threadedcommentauthorcollection/capacity/_index.md index d2c5da3540..571f2f510d 100644 --- a/english/aspose.cells/threadedcommentauthorcollection/capacity/_index.md +++ b/english/aspose.cells/threadedcommentauthorcollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells/threadedcommentauthorcollection/capacity/ is_root: false --- diff --git a/english/aspose.cells/threadedcommentauthorcollection/current_person/_index.md b/english/aspose.cells/threadedcommentauthorcollection/current_person/_index.md index fb370d8a1b..7f08ebdb66 100644 --- a/english/aspose.cells/threadedcommentauthorcollection/current_person/_index.md +++ b/english/aspose.cells/threadedcommentauthorcollection/current_person/_index.md @@ -3,7 +3,7 @@ title: current_person property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells/threadedcommentauthorcollection/current_person/ is_root: false --- diff --git a/english/aspose.cells/threadedcommentauthorcollection/get/_index.md b/english/aspose.cells/threadedcommentauthorcollection/get/_index.md new file mode 100644 index 0000000000..f7b1fe3584 --- /dev/null +++ b/english/aspose.cells/threadedcommentauthorcollection/get/_index.md @@ -0,0 +1,37 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 50 +url: /aspose.cells/threadedcommentauthorcollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Gets the person who create threaded comments. + + +### Returns + + + + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | The name of the author. | + + + +### See Also +* module [`aspose.cells`](../../) +* class [`ThreadedCommentAuthorCollection`](/cells/python-net/aspose.cells/threadedcommentauthorcollection) diff --git a/english/aspose.cells/threadedcommentauthorcollection/index_of/_index.md b/english/aspose.cells/threadedcommentauthorcollection/index_of/_index.md index c09e9fae12..16a0e925e0 100644 --- a/english/aspose.cells/threadedcommentauthorcollection/index_of/_index.md +++ b/english/aspose.cells/threadedcommentauthorcollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells/threadedcommentauthorcollection/index_of/ is_root: false --- diff --git a/english/aspose.cells/threadedcommentauthorcollection/last_index_of/_index.md b/english/aspose.cells/threadedcommentauthorcollection/last_index_of/_index.md index cb36b3a71c..983b40ae41 100644 --- a/english/aspose.cells/threadedcommentauthorcollection/last_index_of/_index.md +++ b/english/aspose.cells/threadedcommentauthorcollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells/threadedcommentauthorcollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells/validationcollection/add/_index.md b/english/aspose.cells/validationcollection/add/_index.md index 61f1e69804..48dd6ff5a4 100644 --- a/english/aspose.cells/validationcollection/add/_index.md +++ b/english/aspose.cells/validationcollection/add/_index.md @@ -28,9 +28,9 @@ def add(self): ### Remarks -NOTE: This member is now obsolete. Instead, +NOTE: This method is now obsolete. Instead, please use ValidationCollection.Add(CellArea) method. -This property will be removed 12 months later since JANUARY 2015. +This method will be removed 12 months later since JANUARY 2015. Aspose apologizes for any inconvenience you may have experienced. ## add(self, ca) {#aspose.cells.CellArea} diff --git a/english/aspose.cells/verticalpagebreakcollection/_index.md b/english/aspose.cells/verticalpagebreakcollection/_index.md index ea05bde886..a19a811b52 100644 --- a/english/aspose.cells/verticalpagebreakcollection/_index.md +++ b/english/aspose.cells/verticalpagebreakcollection/_index.md @@ -36,6 +36,7 @@ The VerticalPageBreakCollection type exposes the following members: | [`last_index_of(self, item)`](/cells/python-net/aspose.cells/verticalpagebreakcollection/last_index_of/#aspose.cells.verticalpagebreak) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | | [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells/verticalpagebreakcollection/last_index_of/#aspose.cells.verticalpagebreak-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(self, item, index, count)`](/cells/python-net/aspose.cells/verticalpagebreakcollection/last_index_of/#aspose.cells.verticalpagebreak-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. | +| [`get(self, cell_name)`](/cells/python-net/aspose.cells/verticalpagebreakcollection/get/#str) | Gets the [`VerticalPageBreak`](/cells/python-net/aspose.cells/verticalpagebreak) element with the specified cell name. | | [`binary_search(self, item)`](/cells/python-net/aspose.cells/verticalpagebreakcollection/binary_search/#aspose.cells.verticalpagebreak) | 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/verticalpagebreakcollection/capacity/_index.md b/english/aspose.cells/verticalpagebreakcollection/capacity/_index.md index 97ca354236..6eb7408c48 100644 --- a/english/aspose.cells/verticalpagebreakcollection/capacity/_index.md +++ b/english/aspose.cells/verticalpagebreakcollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells/verticalpagebreakcollection/capacity/ is_root: false --- diff --git a/english/aspose.cells/verticalpagebreakcollection/get/_index.md b/english/aspose.cells/verticalpagebreakcollection/get/_index.md new file mode 100644 index 0000000000..b7617d99b5 --- /dev/null +++ b/english/aspose.cells/verticalpagebreakcollection/get/_index.md @@ -0,0 +1,38 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 50 +url: /aspose.cells/verticalpagebreakcollection/get/ +is_root: false +--- + +## get(self, cell_name) {#str} + +Gets the [`VerticalPageBreak`](/cells/python-net/aspose.cells/verticalpagebreak) element with the specified cell name. + + +### Returns + + +The element with the specified cell name. + + +```python + +def get(self, cell_name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| cell_name | str | Cell name. | + + + +### See Also +* module [`aspose.cells`](../../) +* class [`VerticalPageBreak`](/cells/python-net/aspose.cells/verticalpagebreak) +* class [`VerticalPageBreakCollection`](/cells/python-net/aspose.cells/verticalpagebreakcollection) diff --git a/english/aspose.cells/verticalpagebreakcollection/index_of/_index.md b/english/aspose.cells/verticalpagebreakcollection/index_of/_index.md index 886c0a6ad2..5dd71574f5 100644 --- a/english/aspose.cells/verticalpagebreakcollection/index_of/_index.md +++ b/english/aspose.cells/verticalpagebreakcollection/index_of/_index.md @@ -3,7 +3,7 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells/verticalpagebreakcollection/index_of/ is_root: false --- diff --git a/english/aspose.cells/verticalpagebreakcollection/last_index_of/_index.md b/english/aspose.cells/verticalpagebreakcollection/last_index_of/_index.md index f082d5bfea..c1c0fdbaef 100644 --- a/english/aspose.cells/verticalpagebreakcollection/last_index_of/_index.md +++ b/english/aspose.cells/verticalpagebreakcollection/last_index_of/_index.md @@ -3,7 +3,7 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells/verticalpagebreakcollection/last_index_of/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/_index.md b/english/aspose.cells/xpssaveoptions/_index.md index 7f6a32839b..aa6ddf6d51 100644 --- a/english/aspose.cells/xpssaveoptions/_index.md +++ b/english/aspose.cells/xpssaveoptions/_index.md @@ -57,6 +57,7 @@ The XpsSaveOptions type exposes the following members: | [page_count](/cells/python-net/aspose.cells/xpssaveoptions/page_count) | Gets or sets the number of pages to save. | | [printing_page_type](/cells/python-net/aspose.cells/xpssaveoptions/printing_page_type) | Indicates which pages will not be printed. | | [gridline_type](/cells/python-net/aspose.cells/xpssaveoptions/gridline_type) | Gets or sets gridline type. | +| [gridline_color](/cells/python-net/aspose.cells/xpssaveoptions/gridline_color) | Gets or sets gridline colr. | | [text_cross_type](/cells/python-net/aspose.cells/xpssaveoptions/text_cross_type) | Gets or sets displaying text type when the text width is larger than cell width. | | [default_edit_language](/cells/python-net/aspose.cells/xpssaveoptions/default_edit_language) | Gets or sets default edit language. | | [sheet_set](/cells/python-net/aspose.cells/xpssaveoptions/sheet_set) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: [`SheetSet.visible`](/cells/python-net/aspose.cells.rendering/sheetset#visible). | diff --git a/english/aspose.cells/xpssaveoptions/gridline_color/_index.md b/english/aspose.cells/xpssaveoptions/gridline_color/_index.md new file mode 100644 index 0000000000..b925899275 --- /dev/null +++ b/english/aspose.cells/xpssaveoptions/gridline_color/_index.md @@ -0,0 +1,32 @@ +--- +title: gridline_color property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 150 +url: /aspose.cells/xpssaveoptions/gridline_color/ +is_root: false +--- + +## gridline_color property + + +Gets or sets gridline colr. + +### Remarks + + +It will ignore the gridline color settings in the source file. +### Definition: +```python +@property +def gridline_color(self): + ... +@gridline_color.setter +def gridline_color(self, value): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`XpsSaveOptions`](/cells/python-net/aspose.cells/xpssaveoptions) diff --git a/english/aspose.cells/xpssaveoptions/gridline_type/_index.md b/english/aspose.cells/xpssaveoptions/gridline_type/_index.md index dd8806da4f..f17a340d82 100644 --- a/english/aspose.cells/xpssaveoptions/gridline_type/_index.md +++ b/english/aspose.cells/xpssaveoptions/gridline_type/_index.md @@ -3,7 +3,7 @@ title: gridline_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells/xpssaveoptions/gridline_type/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/ignore_error/_index.md b/english/aspose.cells/xpssaveoptions/ignore_error/_index.md index ab0480ad1b..36a1388f8c 100644 --- a/english/aspose.cells/xpssaveoptions/ignore_error/_index.md +++ b/english/aspose.cells/xpssaveoptions/ignore_error/_index.md @@ -3,7 +3,7 @@ title: ignore_error property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells/xpssaveoptions/ignore_error/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/is_font_substitution_char_granularity/_index.md b/english/aspose.cells/xpssaveoptions/is_font_substitution_char_granularity/_index.md index 1570762a0c..db2f314c9b 100644 --- a/english/aspose.cells/xpssaveoptions/is_font_substitution_char_granularity/_index.md +++ b/english/aspose.cells/xpssaveoptions/is_font_substitution_char_granularity/_index.md @@ -3,7 +3,7 @@ title: is_font_substitution_char_granularity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells/xpssaveoptions/is_font_substitution_char_granularity/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/merge_areas/_index.md b/english/aspose.cells/xpssaveoptions/merge_areas/_index.md index 6152acd711..918c706edf 100644 --- a/english/aspose.cells/xpssaveoptions/merge_areas/_index.md +++ b/english/aspose.cells/xpssaveoptions/merge_areas/_index.md @@ -3,7 +3,7 @@ title: merge_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells/xpssaveoptions/merge_areas/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/one_page_per_sheet/_index.md b/english/aspose.cells/xpssaveoptions/one_page_per_sheet/_index.md index 0c1aad2f6a..2856a94885 100644 --- a/english/aspose.cells/xpssaveoptions/one_page_per_sheet/_index.md +++ b/english/aspose.cells/xpssaveoptions/one_page_per_sheet/_index.md @@ -3,7 +3,7 @@ title: one_page_per_sheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells/xpssaveoptions/one_page_per_sheet/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/output_blank_page_when_nothing_to_print/_index.md b/english/aspose.cells/xpssaveoptions/output_blank_page_when_nothing_to_print/_index.md index e54d2ab45a..8a0a4a0612 100644 --- a/english/aspose.cells/xpssaveoptions/output_blank_page_when_nothing_to_print/_index.md +++ b/english/aspose.cells/xpssaveoptions/output_blank_page_when_nothing_to_print/_index.md @@ -3,7 +3,7 @@ title: output_blank_page_when_nothing_to_print property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells/xpssaveoptions/output_blank_page_when_nothing_to_print/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/page_count/_index.md b/english/aspose.cells/xpssaveoptions/page_count/_index.md index 63bf6cd9de..ad1a1471ce 100644 --- a/english/aspose.cells/xpssaveoptions/page_count/_index.md +++ b/english/aspose.cells/xpssaveoptions/page_count/_index.md @@ -3,7 +3,7 @@ title: page_count property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells/xpssaveoptions/page_count/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/page_index/_index.md b/english/aspose.cells/xpssaveoptions/page_index/_index.md index 01ae1d8f61..6f3046dac7 100644 --- a/english/aspose.cells/xpssaveoptions/page_index/_index.md +++ b/english/aspose.cells/xpssaveoptions/page_index/_index.md @@ -3,7 +3,7 @@ title: page_index property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells/xpssaveoptions/page_index/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/page_saving_callback/_index.md b/english/aspose.cells/xpssaveoptions/page_saving_callback/_index.md index 6a5fe2072a..f53c7839f0 100644 --- a/english/aspose.cells/xpssaveoptions/page_saving_callback/_index.md +++ b/english/aspose.cells/xpssaveoptions/page_saving_callback/_index.md @@ -3,7 +3,7 @@ title: page_saving_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells/xpssaveoptions/page_saving_callback/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/printing_page_type/_index.md b/english/aspose.cells/xpssaveoptions/printing_page_type/_index.md index 5f4a06442b..070f0ac39a 100644 --- a/english/aspose.cells/xpssaveoptions/printing_page_type/_index.md +++ b/english/aspose.cells/xpssaveoptions/printing_page_type/_index.md @@ -3,7 +3,7 @@ title: printing_page_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells/xpssaveoptions/printing_page_type/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/refresh_chart_cache/_index.md b/english/aspose.cells/xpssaveoptions/refresh_chart_cache/_index.md index 5816db0bcc..a8b6db0499 100644 --- a/english/aspose.cells/xpssaveoptions/refresh_chart_cache/_index.md +++ b/english/aspose.cells/xpssaveoptions/refresh_chart_cache/_index.md @@ -3,7 +3,7 @@ title: refresh_chart_cache property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 260 url: /aspose.cells/xpssaveoptions/refresh_chart_cache/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/save_format/_index.md b/english/aspose.cells/xpssaveoptions/save_format/_index.md index 1f17a63342..f9fc1ad2a7 100644 --- a/english/aspose.cells/xpssaveoptions/save_format/_index.md +++ b/english/aspose.cells/xpssaveoptions/save_format/_index.md @@ -3,7 +3,7 @@ title: save_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells/xpssaveoptions/save_format/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/sheet_set/_index.md b/english/aspose.cells/xpssaveoptions/sheet_set/_index.md index 8f61a2e2c4..86e7b4d638 100644 --- a/english/aspose.cells/xpssaveoptions/sheet_set/_index.md +++ b/english/aspose.cells/xpssaveoptions/sheet_set/_index.md @@ -3,7 +3,7 @@ title: sheet_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells/xpssaveoptions/sheet_set/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/sort_external_names/_index.md b/english/aspose.cells/xpssaveoptions/sort_external_names/_index.md index 1c3d096a85..ba8cddb603 100644 --- a/english/aspose.cells/xpssaveoptions/sort_external_names/_index.md +++ b/english/aspose.cells/xpssaveoptions/sort_external_names/_index.md @@ -3,7 +3,7 @@ title: sort_external_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells/xpssaveoptions/sort_external_names/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/sort_names/_index.md b/english/aspose.cells/xpssaveoptions/sort_names/_index.md index 45c1a4e69a..9ced3d8e71 100644 --- a/english/aspose.cells/xpssaveoptions/sort_names/_index.md +++ b/english/aspose.cells/xpssaveoptions/sort_names/_index.md @@ -3,7 +3,7 @@ title: sort_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells/xpssaveoptions/sort_names/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/text_cross_type/_index.md b/english/aspose.cells/xpssaveoptions/text_cross_type/_index.md index 659b0cef59..f694775d8c 100644 --- a/english/aspose.cells/xpssaveoptions/text_cross_type/_index.md +++ b/english/aspose.cells/xpssaveoptions/text_cross_type/_index.md @@ -3,7 +3,7 @@ title: text_cross_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells/xpssaveoptions/text_cross_type/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/update_smart_art/_index.md b/english/aspose.cells/xpssaveoptions/update_smart_art/_index.md index a58aa119e5..b51e99fdb2 100644 --- a/english/aspose.cells/xpssaveoptions/update_smart_art/_index.md +++ b/english/aspose.cells/xpssaveoptions/update_smart_art/_index.md @@ -3,7 +3,7 @@ title: update_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells/xpssaveoptions/update_smart_art/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/validate_merged_areas/_index.md b/english/aspose.cells/xpssaveoptions/validate_merged_areas/_index.md index f2f67ab1eb..0e5c8d4e2f 100644 --- a/english/aspose.cells/xpssaveoptions/validate_merged_areas/_index.md +++ b/english/aspose.cells/xpssaveoptions/validate_merged_areas/_index.md @@ -3,7 +3,7 @@ title: validate_merged_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells/xpssaveoptions/validate_merged_areas/ is_root: false --- diff --git a/english/aspose.cells/xpssaveoptions/warning_callback/_index.md b/english/aspose.cells/xpssaveoptions/warning_callback/_index.md index 429eb445d5..4f9a6fc271 100644 --- a/english/aspose.cells/xpssaveoptions/warning_callback/_index.md +++ b/english/aspose.cells/xpssaveoptions/warning_callback/_index.md @@ -3,7 +3,7 @@ title: warning_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells/xpssaveoptions/warning_callback/ is_root: false ---