diff --git a/english/aspose.cells.charts/_index.md b/english/aspose.cells.charts/_index.md
index 720d44a7f9..0009e9e75e 100644
--- a/english/aspose.cells.charts/_index.md
+++ b/english/aspose.cells.charts/_index.md
@@ -1,91 +1,92 @@
----
-title: aspose.cells.charts
-second_title: Aspose.Cells for Python via .NET API References
-description:
-type: docs
-weight: 10
-url: /aspose.cells.charts/
-is_root: false
+---
+title: aspose.cells.charts
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 10
+url: /aspose.cells.charts/
+is_root: false
---
-
+
The **Aspose.Cells.Charts** namespace provides classes that allow to access and drawing charts and sparkline in Microsoft Excel spreadsheets.
-
-### Classes
-| Class | Description |
-| :- | :- |
-| [`Axis`](/cells/python-net/aspose.cells.charts/axis) | Encapsulates the object that represents an axis of chart. |
-| [`AxisBins`](/cells/python-net/aspose.cells.charts/axisbins) | Represents axis bins |
-| [`Chart`](/cells/python-net/aspose.cells.charts/chart) | Encapsulates the object that represents a single Excel chart. |
-| [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) | Encapsulates the object that represents the chart area in the worksheet. |
-| [`ChartCalculateOptions`](/cells/python-net/aspose.cells.charts/chartcalculateoptions) | Represents the options for calculating chart. |
-| [`ChartCollection`](/cells/python-net/aspose.cells.charts/chartcollection) | Encapsulates a collection of [`Chart`](/cells/python-net/aspose.cells.charts/chart) objects. |
-| [`ChartDataTable`](/cells/python-net/aspose.cells.charts/chartdatatable) | Represents a chart data table. |
-| [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) | Encapsulates the object that represents the frame object in a chart. |
-| [`ChartGlobalizationSettings`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings) | Represents the globalization settings for chart. |
-| [`ChartPoint`](/cells/python-net/aspose.cells.charts/chartpoint) | Represents a single point in a series in a chart. |
-| [`ChartPointCollection`](/cells/python-net/aspose.cells.charts/chartpointcollection) | Represents a collection that contains all the points in one series. |
-| [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) | Encapsulates the object that represents the frame object which contains text. |
-| [`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels) | Encapsulates a collection of all the DataLabel objects for the specified Series. |
-| [`DisplayUnitLabel`](/cells/python-net/aspose.cells.charts/displayunitlabel) | Represents the display unit label. |
-| [`DropBars`](/cells/python-net/aspose.cells.charts/dropbars) | Represents the up/down bars in a chart. |
-| [`ErrorBar`](/cells/python-net/aspose.cells.charts/errorbar) | Represents error bar of data series. |
-| [`Floor`](/cells/python-net/aspose.cells.charts/floor) | Encapsulates the object that represents the floor of a 3-D chart. |
-| [`Legend`](/cells/python-net/aspose.cells.charts/legend) | Encapsulates the object that represents the chart legend. |
-| [`LegendEntry`](/cells/python-net/aspose.cells.charts/legendentry) | Represents a legend entry in a chart legend. |
-| [`LegendEntryCollection`](/cells/python-net/aspose.cells.charts/legendentrycollection) | Represents a collection of all the [`LegendEntry`](/cells/python-net/aspose.cells.charts/legendentry) objects in the specified chart legend. |
-| [`Marker`](/cells/python-net/aspose.cells.charts/marker) | Represents the marker in a line chart, scatter chart, or radar chart. |
-| [`PivotOptions`](/cells/python-net/aspose.cells.charts/pivotoptions) | Represents a complex type that specifies the pivot controls that appear on the chart |
-| [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) | Encapsulates the object that represents the plot area in a chart. |
-| [`Series`](/cells/python-net/aspose.cells.charts/series) | Encapsulates the object that represents a single data series in a chart. |
-| [`SeriesCollection`](/cells/python-net/aspose.cells.charts/seriescollection) | Encapsulates a collection of [`Series`](/cells/python-net/aspose.cells.charts/series) objects. |
-| [`SeriesLayoutProperties`](/cells/python-net/aspose.cells.charts/serieslayoutproperties) | Represents the properties of series layout. |
-| [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) | A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data. |
-| [`SparklineCollection`](/cells/python-net/aspose.cells.charts/sparklinecollection) | Encapsulates a collection of [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) objects. |
-| [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) | [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) is organized into sparkline group. A SparklineGroup contains a variable number of sparkline items.
A sparkline group specifies the type, display settings and axis settings for the sparklines. |
-| [`SparklineGroupCollection`](/cells/python-net/aspose.cells.charts/sparklinegroupcollection) | Encapsulates a collection of [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) objects. |
-| [`TickLabelItem`](/cells/python-net/aspose.cells.charts/ticklabelitem) | Represents a tick label in the chart. |
-| [`TickLabels`](/cells/python-net/aspose.cells.charts/ticklabels) | Represents the tick-mark labels associated with tick marks on a chart axis. |
-| [`Title`](/cells/python-net/aspose.cells.charts/title) | Encapsulates the object that represents the title of chart or axis. |
-| [`Trendline`](/cells/python-net/aspose.cells.charts/trendline) | Represents a trendline in a chart. |
-| [`TrendlineCollection`](/cells/python-net/aspose.cells.charts/trendlinecollection) | Represents a collection of all the [`Trendline`](/cells/python-net/aspose.cells.charts/trendline) objects for the specified data series. |
-| [`Walls`](/cells/python-net/aspose.cells.charts/walls) | Encapsulates the object that represents the walls of a 3-D chart. |
-
-
-### Enumerations
-| Enumeration | Description |
-| :- | :- |
-| [`AxisType`](/cells/python-net/aspose.cells.charts/axistype) | Represents the axis type. |
-| [`BackgroundMode`](/cells/python-net/aspose.cells.charts/backgroundmode) | Represents the display mode of the background. |
-| [`Bar3DShapeType`](/cells/python-net/aspose.cells.charts/bar3dshapetype) | Represents the shape used with the 3-D bar or column chart. |
-| [`BubbleSizeRepresents`](/cells/python-net/aspose.cells.charts/bubblesizerepresents) | Represents what the bubble size represents on a bubble chart. |
-| [`CategoryType`](/cells/python-net/aspose.cells.charts/categorytype) | Represents the category axis type. |
-| [`ChartColorPaletteType`](/cells/python-net/aspose.cells.charts/chartcolorpalettetype) | Enumerates all Monochromatic Palettes used in Excel chart. |
-| [`ChartLineFormattingType`](/cells/python-net/aspose.cells.charts/chartlineformattingtype) | Represents line format type of chart line. |
-| [`ChartMarkerType`](/cells/python-net/aspose.cells.charts/chartmarkertype) | Represents the marker style in a line chart, scatter chart, or radar chart. |
-| [`ChartSplitType`](/cells/python-net/aspose.cells.charts/chartsplittype) | Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split. |
-| [`ChartTextDirectionType`](/cells/python-net/aspose.cells.charts/charttextdirectiontype) | Represents the text direction type of the chart. |
-| [`ChartType`](/cells/python-net/aspose.cells.charts/charttype) | Enumerates all chart types used in Excel. |
-| [`CrossType`](/cells/python-net/aspose.cells.charts/crosstype) | Represents the axis cross type. |
-| [`DataLabelsSeparatorType`](/cells/python-net/aspose.cells.charts/datalabelsseparatortype) | Represents the separator type of DataLabels. |
-| [`DisplayUnitType`](/cells/python-net/aspose.cells.charts/displayunittype) | Represents the type of display unit of chart's axis. |
-| [`ErrorBarDisplayType`](/cells/python-net/aspose.cells.charts/errorbardisplaytype) | Represents error bar display type. |
-| [`ErrorBarType`](/cells/python-net/aspose.cells.charts/errorbartype) | Represents error bar amount type. |
-| [`FormattingType`](/cells/python-net/aspose.cells.charts/formattingtype) | Represents the type of formatting applied to an [`Area`](/cells/python-net/aspose.cells.drawing/area) object or a [`Line`](/cells/python-net/aspose.cells.drawing/line) object. |
-| [`LabelPositionType`](/cells/python-net/aspose.cells.charts/labelpositiontype) | Represents data label position type. |
-| [`LegendPositionType`](/cells/python-net/aspose.cells.charts/legendpositiontype) | Enumerates the legend position types. |
-| [`MapChartLabelLayout`](/cells/python-net/aspose.cells.charts/mapchartlabellayout) | Represents the layout of map chart's labels. |
-| [`MapChartProjectionType`](/cells/python-net/aspose.cells.charts/mapchartprojectiontype) | Represents projection type of the map chart. |
-| [`MapChartRegionType`](/cells/python-net/aspose.cells.charts/mapchartregiontype) | Represents the region type of the map chart. |
-| [`PlotDataByType`](/cells/python-net/aspose.cells.charts/plotdatabytype) | Represents the type of data plot by row or column. |
-| [`PlotEmptyCellsType`](/cells/python-net/aspose.cells.charts/plotemptycellstype) | Represents all plot empty cells type of a chart. |
-| [`QuartileCalculationType`](/cells/python-net/aspose.cells.charts/quartilecalculationtype) | Represents quartile calculation methods. |
-| [`SparklineAxisMinMaxType`](/cells/python-net/aspose.cells.charts/sparklineaxisminmaxtype) | Represents the minimum and maximum value types for the sparkline vertical axis. |
-| [`SparklinePresetStyleType`](/cells/python-net/aspose.cells.charts/sparklinepresetstyletype) | Represents the preset style types for sparkline. |
-| [`SparklineType`](/cells/python-net/aspose.cells.charts/sparklinetype) | Represents the sparkline types. |
-| [`TickLabelAlignmentType`](/cells/python-net/aspose.cells.charts/ticklabelalignmenttype) | Represents the text alignment type for the tick labels on the axis |
-| [`TickLabelPositionType`](/cells/python-net/aspose.cells.charts/ticklabelpositiontype) | Represents the position type of tick-mark labels on the specified axis. |
-| [`TickMarkType`](/cells/python-net/aspose.cells.charts/tickmarktype) | Represents the tick mark type for the specified axis. |
-| [`TimeUnit`](/cells/python-net/aspose.cells.charts/timeunit) | Represents the base unit for the category axis. |
-| [`TrendlineType`](/cells/python-net/aspose.cells.charts/trendlinetype) | Represents the trendline type. |
-
-
+
+### Classes
+| Class | Description |
+| :- | :- |
+| [`Axis`](/cells/python-net/aspose.cells.charts/axis) | Encapsulates the object that represents an axis of chart. |
+| [`AxisBins`](/cells/python-net/aspose.cells.charts/axisbins) | Represents axis bins |
+| [`Chart`](/cells/python-net/aspose.cells.charts/chart) | Encapsulates the object that represents a single Excel chart. |
+| [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) | Encapsulates the object that represents the chart area in the worksheet. |
+| [`ChartCalculateOptions`](/cells/python-net/aspose.cells.charts/chartcalculateoptions) | Represents the options for calculating chart. |
+| [`ChartCollection`](/cells/python-net/aspose.cells.charts/chartcollection) | Encapsulates a collection of [`Chart`](/cells/python-net/aspose.cells.charts/chart) objects. |
+| [`ChartDataTable`](/cells/python-net/aspose.cells.charts/chartdatatable) | Represents a chart data table. |
+| [`ChartDataValue`](/cells/python-net/aspose.cells.charts/chartdatavalue) | Encapsulates chart data value |
+| [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) | Encapsulates the object that represents the frame object in a chart. |
+| [`ChartGlobalizationSettings`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings) | Represents the globalization settings for chart. |
+| [`ChartPoint`](/cells/python-net/aspose.cells.charts/chartpoint) | Represents a single point in a series in a chart. |
+| [`ChartPointCollection`](/cells/python-net/aspose.cells.charts/chartpointcollection) | Represents a collection that contains all the points in one series. |
+| [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) | Encapsulates the object that represents the frame object which contains text. |
+| [`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels) | Encapsulates a collection of all the DataLabel objects for the specified Series. |
+| [`DisplayUnitLabel`](/cells/python-net/aspose.cells.charts/displayunitlabel) | Represents the display unit label. |
+| [`DropBars`](/cells/python-net/aspose.cells.charts/dropbars) | Represents the up/down bars in a chart. |
+| [`ErrorBar`](/cells/python-net/aspose.cells.charts/errorbar) | Represents error bar of data series. |
+| [`Floor`](/cells/python-net/aspose.cells.charts/floor) | Encapsulates the object that represents the floor of a 3-D chart. |
+| [`Legend`](/cells/python-net/aspose.cells.charts/legend) | Encapsulates the object that represents the chart legend. |
+| [`LegendEntry`](/cells/python-net/aspose.cells.charts/legendentry) | Represents a legend entry in a chart legend. |
+| [`LegendEntryCollection`](/cells/python-net/aspose.cells.charts/legendentrycollection) | Represents a collection of all the [`LegendEntry`](/cells/python-net/aspose.cells.charts/legendentry) objects in the specified chart legend. |
+| [`Marker`](/cells/python-net/aspose.cells.charts/marker) | Represents the marker in a line chart, scatter chart, or radar chart. |
+| [`PivotOptions`](/cells/python-net/aspose.cells.charts/pivotoptions) | Represents a complex type that specifies the pivot controls that appear on the chart |
+| [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) | Encapsulates the object that represents the plot area in a chart. |
+| [`Series`](/cells/python-net/aspose.cells.charts/series) | Encapsulates the object that represents a single data series in a chart. |
+| [`SeriesCollection`](/cells/python-net/aspose.cells.charts/seriescollection) | Encapsulates a collection of [`Series`](/cells/python-net/aspose.cells.charts/series) objects. |
+| [`SeriesLayoutProperties`](/cells/python-net/aspose.cells.charts/serieslayoutproperties) | Represents the properties of series layout. |
+| [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) | A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data. |
+| [`SparklineCollection`](/cells/python-net/aspose.cells.charts/sparklinecollection) | Encapsulates a collection of [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) objects. |
+| [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) | [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) is organized into sparkline group. A SparklineGroup contains a variable number of sparkline items.
A sparkline group specifies the type, display settings and axis settings for the sparklines. |
+| [`SparklineGroupCollection`](/cells/python-net/aspose.cells.charts/sparklinegroupcollection) | Encapsulates a collection of [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) objects. |
+| [`TickLabelItem`](/cells/python-net/aspose.cells.charts/ticklabelitem) | Represents a tick label in the chart. |
+| [`TickLabels`](/cells/python-net/aspose.cells.charts/ticklabels) | Represents the tick-mark labels associated with tick marks on a chart axis. |
+| [`Title`](/cells/python-net/aspose.cells.charts/title) | Encapsulates the object that represents the title of chart or axis. |
+| [`Trendline`](/cells/python-net/aspose.cells.charts/trendline) | Represents a trendline in a chart. |
+| [`TrendlineCollection`](/cells/python-net/aspose.cells.charts/trendlinecollection) | Represents a collection of all the [`Trendline`](/cells/python-net/aspose.cells.charts/trendline) objects for the specified data series. |
+| [`Walls`](/cells/python-net/aspose.cells.charts/walls) | Encapsulates the object that represents the walls of a 3-D chart. |
+
+
+### Enumerations
+| Enumeration | Description |
+| :- | :- |
+| [`AxisType`](/cells/python-net/aspose.cells.charts/axistype) | Represents the axis type. |
+| [`BackgroundMode`](/cells/python-net/aspose.cells.charts/backgroundmode) | Represents the display mode of the background. |
+| [`Bar3DShapeType`](/cells/python-net/aspose.cells.charts/bar3dshapetype) | Represents the shape used with the 3-D bar or column chart. |
+| [`BubbleSizeRepresents`](/cells/python-net/aspose.cells.charts/bubblesizerepresents) | Represents what the bubble size represents on a bubble chart. |
+| [`CategoryType`](/cells/python-net/aspose.cells.charts/categorytype) | Represents the category axis type. |
+| [`ChartColorPaletteType`](/cells/python-net/aspose.cells.charts/chartcolorpalettetype) | Enumerates all Monochromatic Palettes used in Excel chart. |
+| [`ChartLineFormattingType`](/cells/python-net/aspose.cells.charts/chartlineformattingtype) | Represents line format type of chart line. |
+| [`ChartMarkerType`](/cells/python-net/aspose.cells.charts/chartmarkertype) | Represents the marker style in a line chart, scatter chart, or radar chart. |
+| [`ChartSplitType`](/cells/python-net/aspose.cells.charts/chartsplittype) | Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split. |
+| [`ChartTextDirectionType`](/cells/python-net/aspose.cells.charts/charttextdirectiontype) | Represents the text direction type of the chart. |
+| [`ChartType`](/cells/python-net/aspose.cells.charts/charttype) | Enumerates all chart types used in Excel. |
+| [`CrossType`](/cells/python-net/aspose.cells.charts/crosstype) | Represents the axis cross type. |
+| [`DataLabelsSeparatorType`](/cells/python-net/aspose.cells.charts/datalabelsseparatortype) | Represents the separator type of DataLabels. |
+| [`DisplayUnitType`](/cells/python-net/aspose.cells.charts/displayunittype) | Represents the type of display unit of chart's axis. |
+| [`ErrorBarDisplayType`](/cells/python-net/aspose.cells.charts/errorbardisplaytype) | Represents error bar display type. |
+| [`ErrorBarType`](/cells/python-net/aspose.cells.charts/errorbartype) | Represents error bar amount type. |
+| [`FormattingType`](/cells/python-net/aspose.cells.charts/formattingtype) | Represents the type of formatting applied to an [`Area`](/cells/python-net/aspose.cells.drawing/area) object or a [`Line`](/cells/python-net/aspose.cells.drawing/line) object. |
+| [`LabelPositionType`](/cells/python-net/aspose.cells.charts/labelpositiontype) | Represents data label position type. |
+| [`LegendPositionType`](/cells/python-net/aspose.cells.charts/legendpositiontype) | Enumerates the legend position types. |
+| [`MapChartLabelLayout`](/cells/python-net/aspose.cells.charts/mapchartlabellayout) | Represents the layout of map chart's labels. |
+| [`MapChartProjectionType`](/cells/python-net/aspose.cells.charts/mapchartprojectiontype) | Represents projection type of the map chart. |
+| [`MapChartRegionType`](/cells/python-net/aspose.cells.charts/mapchartregiontype) | Represents the region type of the map chart. |
+| [`PlotDataByType`](/cells/python-net/aspose.cells.charts/plotdatabytype) | Represents the type of data plot by row or column. |
+| [`PlotEmptyCellsType`](/cells/python-net/aspose.cells.charts/plotemptycellstype) | Represents all plot empty cells type of a chart. |
+| [`QuartileCalculationType`](/cells/python-net/aspose.cells.charts/quartilecalculationtype) | Represents quartile calculation methods. |
+| [`SparklineAxisMinMaxType`](/cells/python-net/aspose.cells.charts/sparklineaxisminmaxtype) | Represents the minimum and maximum value types for the sparkline vertical axis. |
+| [`SparklinePresetStyleType`](/cells/python-net/aspose.cells.charts/sparklinepresetstyletype) | Represents the preset style types for sparkline. |
+| [`SparklineType`](/cells/python-net/aspose.cells.charts/sparklinetype) | Represents the sparkline types. |
+| [`TickLabelAlignmentType`](/cells/python-net/aspose.cells.charts/ticklabelalignmenttype) | Represents the text alignment type for the tick labels on the axis |
+| [`TickLabelPositionType`](/cells/python-net/aspose.cells.charts/ticklabelpositiontype) | Represents the position type of tick-mark labels on the specified axis. |
+| [`TickMarkType`](/cells/python-net/aspose.cells.charts/tickmarktype) | Represents the tick mark type for the specified axis. |
+| [`TimeUnit`](/cells/python-net/aspose.cells.charts/timeunit) | Represents the base unit for the category axis. |
+| [`TrendlineType`](/cells/python-net/aspose.cells.charts/trendlinetype) | Represents the trendline type. |
+
+
diff --git a/english/aspose.cells.charts/axis/_index.md b/english/aspose.cells.charts/axis/_index.md
index 02d868f4b0..75a05d7139 100644
--- a/english/aspose.cells.charts/axis/_index.md
+++ b/english/aspose.cells.charts/axis/_index.md
@@ -34,7 +34,7 @@ The Axis type exposes the following members:
| [tick_label_position](/cells/python-net/aspose.cells.charts/axis/tick_label_position) | Represents the position of tick-mark labels on the specified axis. |
| [cross_at](/cells/python-net/aspose.cells.charts/axis/cross_at) | Represents the point on the value axis where the category axis crosses it. |
| [cross_type](/cells/python-net/aspose.cells.charts/axis/cross_type) | Represents the [`Axis.cross_type`](/cells/python-net/aspose.cells.charts/axis#cross_type) on the specified axis where the other axis crosses. |
-| [log_base](/cells/python-net/aspose.cells.charts/axis/log_base) | Represents the logarithmic base. Default value is 10.Only applies for Excel2007. |
+| [log_base](/cells/python-net/aspose.cells.charts/axis/log_base) | Represents the logarithmic base. Default value is 10. |
| [is_logarithmic](/cells/python-net/aspose.cells.charts/axis/is_logarithmic) | Represents if the value axis scale type is logarithmic or not. |
| [is_plot_order_reversed](/cells/python-net/aspose.cells.charts/axis/is_plot_order_reversed) | Represents if Microsoft Excel plots data points from last to first. |
| [axis_between_categories](/cells/python-net/aspose.cells.charts/axis/axis_between_categories) | Represents if the value axis crosses the category axis between categories. |
@@ -48,8 +48,8 @@ The Axis type exposes the following members:
| [custom_display_unit](/cells/python-net/aspose.cells.charts/axis/custom_display_unit) | Specifies a custom value for the display unit. |
| [display_unit_label](/cells/python-net/aspose.cells.charts/axis/display_unit_label) | Represents a unit label on an axis in the specified chart.
Unit labels are useful for charting large values— for example, in the millions or billions. |
| [is_display_unit_label_shown](/cells/python-net/aspose.cells.charts/axis/is_display_unit_label_shown) | Represents if the display unit label is shown on the specified axis. |
-| [title](/cells/python-net/aspose.cells.charts/axis/title) | Gets the axis' title. |
-| [category_type](/cells/python-net/aspose.cells.charts/axis/category_type) | Represents the category axis type. |
+| [title](/cells/python-net/aspose.cells.charts/axis/title) | Gets the title of this axis in the chart. |
+| [category_type](/cells/python-net/aspose.cells.charts/axis/category_type) | Represents the type of the category axis. |
| [base_unit_scale](/cells/python-net/aspose.cells.charts/axis/base_unit_scale) | Represents the base unit scale for the category axis. |
| [major_unit_scale](/cells/python-net/aspose.cells.charts/axis/major_unit_scale) | Represents the major unit scale for the category axis. |
| [minor_unit_scale](/cells/python-net/aspose.cells.charts/axis/minor_unit_scale) | Represents the major unit scale for the category axis. |
diff --git a/english/aspose.cells.charts/axis/category_type/_index.md b/english/aspose.cells.charts/axis/category_type/_index.md
index 1276cf546b..413a81142b 100644
--- a/english/aspose.cells.charts/axis/category_type/_index.md
+++ b/english/aspose.cells.charts/axis/category_type/_index.md
@@ -11,7 +11,7 @@ is_root: false
## category_type property
-Represents the category axis type.
+Represents the type of the category axis.
### Definition:
```python
@property
diff --git a/english/aspose.cells.charts/axis/log_base/_index.md b/english/aspose.cells.charts/axis/log_base/_index.md
index 07df3da96e..4d2a85bd47 100644
--- a/english/aspose.cells.charts/axis/log_base/_index.md
+++ b/english/aspose.cells.charts/axis/log_base/_index.md
@@ -11,7 +11,7 @@ is_root: false
## log_base property
-Represents the logarithmic base. Default value is 10.Only applies for Excel2007.
+Represents the logarithmic base. Default value is 10.
### Definition:
```python
@property
diff --git a/english/aspose.cells.charts/axis/title/_index.md b/english/aspose.cells.charts/axis/title/_index.md
index 9319e85483..3665528d46 100644
--- a/english/aspose.cells.charts/axis/title/_index.md
+++ b/english/aspose.cells.charts/axis/title/_index.md
@@ -11,7 +11,7 @@ is_root: false
## title property
-Gets the axis' title.
+Gets the title of this axis in the chart.
### Definition:
```python
@property
diff --git a/english/aspose.cells.charts/axistype/_index.md b/english/aspose.cells.charts/axistype/_index.md
index 522bf4b19a..814411c37e 100644
--- a/english/aspose.cells.charts/axistype/_index.md
+++ b/english/aspose.cells.charts/axistype/_index.md
@@ -3,7 +3,7 @@ title: AxisType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 370
+weight: 380
url: /aspose.cells.charts/axistype/
is_root: false
---
diff --git a/english/aspose.cells.charts/backgroundmode/_index.md b/english/aspose.cells.charts/backgroundmode/_index.md
index ed90c0f400..31b2873d21 100644
--- a/english/aspose.cells.charts/backgroundmode/_index.md
+++ b/english/aspose.cells.charts/backgroundmode/_index.md
@@ -3,7 +3,7 @@ title: BackgroundMode enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 380
+weight: 390
url: /aspose.cells.charts/backgroundmode/
is_root: false
---
diff --git a/english/aspose.cells.charts/bar3dshapetype/_index.md b/english/aspose.cells.charts/bar3dshapetype/_index.md
index e6fc023468..2c10f3ef5a 100644
--- a/english/aspose.cells.charts/bar3dshapetype/_index.md
+++ b/english/aspose.cells.charts/bar3dshapetype/_index.md
@@ -3,7 +3,7 @@ title: Bar3DShapeType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 390
+weight: 400
url: /aspose.cells.charts/bar3dshapetype/
is_root: false
---
diff --git a/english/aspose.cells.charts/bubblesizerepresents/_index.md b/english/aspose.cells.charts/bubblesizerepresents/_index.md
index 987f14c252..992ee2a852 100644
--- a/english/aspose.cells.charts/bubblesizerepresents/_index.md
+++ b/english/aspose.cells.charts/bubblesizerepresents/_index.md
@@ -3,7 +3,7 @@ title: BubbleSizeRepresents enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 400
+weight: 410
url: /aspose.cells.charts/bubblesizerepresents/
is_root: false
---
diff --git a/english/aspose.cells.charts/categorytype/_index.md b/english/aspose.cells.charts/categorytype/_index.md
index 23e0353dd2..0a06ef19b0 100644
--- a/english/aspose.cells.charts/categorytype/_index.md
+++ b/english/aspose.cells.charts/categorytype/_index.md
@@ -3,7 +3,7 @@ title: CategoryType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 410
+weight: 420
url: /aspose.cells.charts/categorytype/
is_root: false
---
diff --git a/english/aspose.cells.charts/chart/_index.md b/english/aspose.cells.charts/chart/_index.md
index f3c49e7d99..35e7656a0c 100644
--- a/english/aspose.cells.charts/chart/_index.md
+++ b/english/aspose.cells.charts/chart/_index.md
@@ -94,7 +94,7 @@ The Chart type exposes the following members:
| [`is_chart_data_changed(self)`](/cells/python-net/aspose.cells.charts/chart/is_chart_data_changed/#) | Detects if a chart's data source has changed. |
| [`refresh_pivot_data(self)`](/cells/python-net/aspose.cells.charts/chart/refresh_pivot_data/#) | Refreshes chart's data from pivot table. |
| [`change_template(self, data)`](/cells/python-net/aspose.cells.charts/chart/change_template/#bytes) | Change chart type with preset template. |
-| [`move(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.charts/chart/move/#int-int-int-int) | Moves the chart to a specified location. |
+| [`move(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.charts/chart/move/#int-int-int-int) | Moves the chart to a specified location. |
| [`get_actual_size(self)`](/cells/python-net/aspose.cells.charts/chart/get_actual_size/#) | Gets actual size of chart in unit of pixels. |
| [`has_axis(self, aixs_type, is_primary)`](/cells/python-net/aspose.cells.charts/chart/has_axis/#aspose.cells.charts.axistype-bool) | Returns which axes exist on the chart. |
| [`switch_row_column(self)`](/cells/python-net/aspose.cells.charts/chart/switch_row_column/#) | Switches row/column. |
diff --git a/english/aspose.cells.charts/chart/move/_index.md b/english/aspose.cells.charts/chart/move/_index.md
index 18640c9a61..453e2b0328 100644
--- a/english/aspose.cells.charts/chart/move/_index.md
+++ b/english/aspose.cells.charts/chart/move/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.charts/chart/move/
is_root: false
---
-## move(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the chart to a specified location.
@@ -16,17 +16,17 @@ Moves the chart to a specified location.
```python
-def move(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
diff --git a/english/aspose.cells.charts/chartcollection/__getitem__/_index.md b/english/aspose.cells.charts/chartcollection/__getitem__/_index.md
new file mode 100644
index 0000000000..8869d2b49d
--- /dev/null
+++ b/english/aspose.cells.charts/chartcollection/__getitem__/_index.md
@@ -0,0 +1,30 @@
+---
+title: ChartCollection indexer
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 90
+url: /aspose.cells.charts/chartcollection/__getitem__/
+is_root: false
+---
+
+## ChartCollection indexer
+
+
+Gets the [`Chart`](/cells/python-net/aspose.cells.charts/chart) element at the specified index.
+### Indexer
+| Name | Description |
+| :- | :- |
+| index | The zero based index of the element. |
+
+
+
+### Returns
+
+
+The element at the specified index.
+
+### See Also
+* module [`aspose.cells.charts`](../../)
+* class [`Chart`](/cells/python-net/aspose.cells.charts/chart)
+* class [`ChartCollection`](/cells/python-net/aspose.cells.charts/chartcollection)
diff --git a/english/aspose.cells.charts/chartcollection/_index.md b/english/aspose.cells.charts/chartcollection/_index.md
index 941c9aa6f2..cad86406b9 100644
--- a/english/aspose.cells.charts/chartcollection/_index.md
+++ b/english/aspose.cells.charts/chartcollection/_index.md
@@ -22,10 +22,18 @@ The ChartCollection type exposes the following members:
| [capacity](/cells/python-net/aspose.cells.charts/chartcollection/capacity) | Gets or sets the number of elements that the array list can contain. |
+
+Gets the [`Chart`](/cells/python-net/aspose.cells.charts/chart) element at the specified index.
+### Indexer
+| Name | Description |
+| :- | :- |
+| [index] | The zero based index of the element. |
+
+
### Methods
| Method | Description |
| :- | :- |
-| [`add(self, type, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.charts/chartcollection/add/#aspose.cells.charts.charttype-int-int-int-int) | Adds a chart to the collection. |
+| [`add(self, type, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.charts/chartcollection/add/#aspose.cells.charts.charttype-int-int-int-int) | Adds a chart to the collection. |
| [`add(self, type, data_range, top_row, left_column, right_row, bottom_column)`](/cells/python-net/aspose.cells.charts/chartcollection/add/#aspose.cells.charts.charttype-system.string-int-int-int-int) | Adds a chart to the collection. |
| [`add(self, data, data_range, is_vertical, top_row, left_column, right_row, bottom_column)`](/cells/python-net/aspose.cells.charts/chartcollection/add/#bytes-system.string-bool-int-int-int-int) | Adds a chart with preset template. |
| [`add(self, type, data_range, is_vertical, top_row, left_column, right_row, bottom_column)`](/cells/python-net/aspose.cells.charts/chartcollection/add/#aspose.cells.charts.charttype-system.string-bool-int-int-int-int) | Adds a chart to the collection. |
diff --git a/english/aspose.cells.charts/chartcollection/add/_index.md b/english/aspose.cells.charts/chartcollection/add/_index.md
index 87abe12630..07f054f28b 100644
--- a/english/aspose.cells.charts/chartcollection/add/_index.md
+++ b/english/aspose.cells.charts/chartcollection/add/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartcollection/add/
is_root: false
---
-## add(self, type, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#aspose.cells.charts.ChartType-int-int-int-int}
+## add(self, type, top_row, left_column, bottom_row, right_column) {#aspose.cells.charts.ChartType-int-int-int-int}
Adds a chart to the collection.
@@ -21,7 +21,7 @@ Adds a chart to the collection.
```python
-def add(self, type, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def add(self, type, top_row, left_column, bottom_row, right_column):
...
```
@@ -29,10 +29,10 @@ def add(self, type, upper_left_row, upper_left_column, lower_right_row, lower_ri
| Parameter | Type | Description |
| :- | :- | :- |
| type | aspose.cells.charts.ChartType | Chart type |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
## add(self, type, data_range, top_row, left_column, right_row, bottom_column) {#aspose.cells.charts.ChartType-System.String-int-int-int-int}
diff --git a/english/aspose.cells.charts/chartcolorpalettetype/_index.md b/english/aspose.cells.charts/chartcolorpalettetype/_index.md
index f8b9159ca4..6a01fdcd04 100644
--- a/english/aspose.cells.charts/chartcolorpalettetype/_index.md
+++ b/english/aspose.cells.charts/chartcolorpalettetype/_index.md
@@ -3,7 +3,7 @@ title: ChartColorPaletteType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 420
+weight: 430
url: /aspose.cells.charts/chartcolorpalettetype/
is_root: false
---
diff --git a/english/aspose.cells.charts/chartdatavalue/_index.md b/english/aspose.cells.charts/chartdatavalue/_index.md
new file mode 100644
index 0000000000..e28b1ec776
--- /dev/null
+++ b/english/aspose.cells.charts/chartdatavalue/_index.md
@@ -0,0 +1,32 @@
+---
+title: ChartDataValue class
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cells.charts/chartdatavalue/
+is_root: false
+---
+
+## ChartDataValue class
+
+Encapsulates chart data value
+
+
+
+The ChartDataValue type exposes the following members:
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [value_type](/cells/python-net/aspose.cells.charts/chartdatavalue/value_type) | Gets the value type of the chart data. |
+| [string_value](/cells/python-net/aspose.cells.charts/chartdatavalue/string_value) | Gets the string value of the chart data. |
+| [int_value](/cells/python-net/aspose.cells.charts/chartdatavalue/int_value) | Gets the Int value of the chart data. |
+| [double_value](/cells/python-net/aspose.cells.charts/chartdatavalue/double_value) | Gets the double value of the chart data. |
+| [date_time_value](/cells/python-net/aspose.cells.charts/chartdatavalue/date_time_value) | Gets the DateTime value of the chart data. |
+| [bool_value](/cells/python-net/aspose.cells.charts/chartdatavalue/bool_value) | Gets the boolean value of the chart data. |
+
+
+
+### See Also
+* module [`aspose.cells.charts`](..)
diff --git a/english/aspose.cells.charts/chartdatavalue/bool_value/_index.md b/english/aspose.cells.charts/chartdatavalue/bool_value/_index.md
new file mode 100644
index 0000000000..a49ac462d3
--- /dev/null
+++ b/english/aspose.cells.charts/chartdatavalue/bool_value/_index.md
@@ -0,0 +1,24 @@
+---
+title: bool_value property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cells.charts/chartdatavalue/bool_value/
+is_root: false
+---
+
+## bool_value property
+
+
+Gets the boolean value of the chart data.
+### Definition:
+```python
+@property
+def bool_value(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.charts`](../../)
+* class [`ChartDataValue`](/cells/python-net/aspose.cells.charts/chartdatavalue)
diff --git a/english/aspose.cells.charts/chartdatavalue/date_time_value/_index.md b/english/aspose.cells.charts/chartdatavalue/date_time_value/_index.md
new file mode 100644
index 0000000000..3d9cc2db31
--- /dev/null
+++ b/english/aspose.cells.charts/chartdatavalue/date_time_value/_index.md
@@ -0,0 +1,24 @@
+---
+title: date_time_value property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.charts/chartdatavalue/date_time_value/
+is_root: false
+---
+
+## date_time_value property
+
+
+Gets the DateTime value of the chart data.
+### Definition:
+```python
+@property
+def date_time_value(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.charts`](../../)
+* class [`ChartDataValue`](/cells/python-net/aspose.cells.charts/chartdatavalue)
diff --git a/english/aspose.cells.charts/chartdatavalue/double_value/_index.md b/english/aspose.cells.charts/chartdatavalue/double_value/_index.md
new file mode 100644
index 0000000000..91ba75bde8
--- /dev/null
+++ b/english/aspose.cells.charts/chartdatavalue/double_value/_index.md
@@ -0,0 +1,24 @@
+---
+title: double_value property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cells.charts/chartdatavalue/double_value/
+is_root: false
+---
+
+## double_value property
+
+
+Gets the double value of the chart data.
+### Definition:
+```python
+@property
+def double_value(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.charts`](../../)
+* class [`ChartDataValue`](/cells/python-net/aspose.cells.charts/chartdatavalue)
diff --git a/english/aspose.cells.charts/chartdatavalue/int_value/_index.md b/english/aspose.cells.charts/chartdatavalue/int_value/_index.md
new file mode 100644
index 0000000000..f5fc6528a9
--- /dev/null
+++ b/english/aspose.cells.charts/chartdatavalue/int_value/_index.md
@@ -0,0 +1,24 @@
+---
+title: int_value property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cells.charts/chartdatavalue/int_value/
+is_root: false
+---
+
+## int_value property
+
+
+Gets the Int value of the chart data.
+### Definition:
+```python
+@property
+def int_value(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.charts`](../../)
+* class [`ChartDataValue`](/cells/python-net/aspose.cells.charts/chartdatavalue)
diff --git a/english/aspose.cells.charts/chartdatavalue/string_value/_index.md b/english/aspose.cells.charts/chartdatavalue/string_value/_index.md
new file mode 100644
index 0000000000..e5629e7c8b
--- /dev/null
+++ b/english/aspose.cells.charts/chartdatavalue/string_value/_index.md
@@ -0,0 +1,24 @@
+---
+title: string_value property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 70
+url: /aspose.cells.charts/chartdatavalue/string_value/
+is_root: false
+---
+
+## string_value property
+
+
+Gets the string value of the chart data.
+### Definition:
+```python
+@property
+def string_value(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.charts`](../../)
+* class [`ChartDataValue`](/cells/python-net/aspose.cells.charts/chartdatavalue)
diff --git a/english/aspose.cells.charts/chartdatavalue/value_type/_index.md b/english/aspose.cells.charts/chartdatavalue/value_type/_index.md
new file mode 100644
index 0000000000..469a3c7a95
--- /dev/null
+++ b/english/aspose.cells.charts/chartdatavalue/value_type/_index.md
@@ -0,0 +1,25 @@
+---
+title: value_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cells.charts/chartdatavalue/value_type/
+is_root: false
+---
+
+## value_type property
+
+
+Gets the value type of the chart data.
+### Definition:
+```python
+@property
+def value_type(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.charts`](../../)
+* class [`CellValueType`](/cells/python-net/aspose.cells/cellvaluetype)
+* class [`ChartDataValue`](/cells/python-net/aspose.cells.charts/chartdatavalue)
diff --git a/english/aspose.cells.charts/chartframe/_index.md b/english/aspose.cells.charts/chartframe/_index.md
index 6b7cbb276c..f369f2bbae 100644
--- a/english/aspose.cells.charts/chartframe/_index.md
+++ b/english/aspose.cells.charts/chartframe/_index.md
@@ -3,7 +3,7 @@ title: ChartFrame class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 90
url: /aspose.cells.charts/chartframe/
is_root: false
---
diff --git a/english/aspose.cells.charts/chartglobalizationsettings/_index.md b/english/aspose.cells.charts/chartglobalizationsettings/_index.md
index 26e0413ad2..4eac682b8d 100644
--- a/english/aspose.cells.charts/chartglobalizationsettings/_index.md
+++ b/english/aspose.cells.charts/chartglobalizationsettings/_index.md
@@ -3,7 +3,7 @@ title: ChartGlobalizationSettings class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 100
url: /aspose.cells.charts/chartglobalizationsettings/
is_root: false
---
diff --git a/english/aspose.cells.charts/chartlineformattingtype/_index.md b/english/aspose.cells.charts/chartlineformattingtype/_index.md
index 1e64e1093c..5e0e67e4ac 100644
--- a/english/aspose.cells.charts/chartlineformattingtype/_index.md
+++ b/english/aspose.cells.charts/chartlineformattingtype/_index.md
@@ -3,7 +3,7 @@ title: ChartLineFormattingType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 430
+weight: 440
url: /aspose.cells.charts/chartlineformattingtype/
is_root: false
---
diff --git a/english/aspose.cells.charts/chartmarkertype/_index.md b/english/aspose.cells.charts/chartmarkertype/_index.md
index 0567673329..1012777c0d 100644
--- a/english/aspose.cells.charts/chartmarkertype/_index.md
+++ b/english/aspose.cells.charts/chartmarkertype/_index.md
@@ -3,7 +3,7 @@ title: ChartMarkerType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 440
+weight: 450
url: /aspose.cells.charts/chartmarkertype/
is_root: false
---
diff --git a/english/aspose.cells.charts/chartpoint/_index.md b/english/aspose.cells.charts/chartpoint/_index.md
index 241d3c3922..45700cfa41 100644
--- a/english/aspose.cells.charts/chartpoint/_index.md
+++ b/english/aspose.cells.charts/chartpoint/_index.md
@@ -3,7 +3,7 @@ title: ChartPoint class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 110
url: /aspose.cells.charts/chartpoint/
is_root: false
---
diff --git a/english/aspose.cells.charts/chartpointcollection/_index.md b/english/aspose.cells.charts/chartpointcollection/_index.md
index 62271f1744..3d244a2cff 100644
--- a/english/aspose.cells.charts/chartpointcollection/_index.md
+++ b/english/aspose.cells.charts/chartpointcollection/_index.md
@@ -3,7 +3,7 @@ title: ChartPointCollection class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 120
url: /aspose.cells.charts/chartpointcollection/
is_root: false
---
diff --git a/english/aspose.cells.charts/chartsplittype/_index.md b/english/aspose.cells.charts/chartsplittype/_index.md
index 8aa0f9eaba..a82ab4a64a 100644
--- a/english/aspose.cells.charts/chartsplittype/_index.md
+++ b/english/aspose.cells.charts/chartsplittype/_index.md
@@ -3,7 +3,7 @@ title: ChartSplitType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 450
+weight: 460
url: /aspose.cells.charts/chartsplittype/
is_root: false
---
diff --git a/english/aspose.cells.charts/charttextdirectiontype/_index.md b/english/aspose.cells.charts/charttextdirectiontype/_index.md
index c9d8e7f203..22b1119dd9 100644
--- a/english/aspose.cells.charts/charttextdirectiontype/_index.md
+++ b/english/aspose.cells.charts/charttextdirectiontype/_index.md
@@ -3,7 +3,7 @@ title: ChartTextDirectionType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 460
+weight: 470
url: /aspose.cells.charts/charttextdirectiontype/
is_root: false
---
diff --git a/english/aspose.cells.charts/charttextframe/_index.md b/english/aspose.cells.charts/charttextframe/_index.md
index 502aa9e712..099d21f408 100644
--- a/english/aspose.cells.charts/charttextframe/_index.md
+++ b/english/aspose.cells.charts/charttextframe/_index.md
@@ -3,7 +3,7 @@ title: ChartTextFrame class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 130
url: /aspose.cells.charts/charttextframe/
is_root: false
---
diff --git a/english/aspose.cells.charts/charttype/_index.md b/english/aspose.cells.charts/charttype/_index.md
index 449aa86eac..5f320abbf4 100644
--- a/english/aspose.cells.charts/charttype/_index.md
+++ b/english/aspose.cells.charts/charttype/_index.md
@@ -3,7 +3,7 @@ title: ChartType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 470
+weight: 480
url: /aspose.cells.charts/charttype/
is_root: false
---
@@ -100,7 +100,6 @@ The ChartType type exposes the following members:
| WATERFALL | The series is laid out as a waterfall. |
| HISTOGRAM | The series is laid out as a histogram. |
| MAP | The series is laid out as a region map. |
-| RADIAL_HISTOGRAM | The series is laid out as a radial historgram. It is used only for rendering |
diff --git a/english/aspose.cells.charts/crosstype/_index.md b/english/aspose.cells.charts/crosstype/_index.md
index 04da3350cf..cf3f48d649 100644
--- a/english/aspose.cells.charts/crosstype/_index.md
+++ b/english/aspose.cells.charts/crosstype/_index.md
@@ -3,7 +3,7 @@ title: CrossType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 480
+weight: 490
url: /aspose.cells.charts/crosstype/
is_root: false
---
diff --git a/english/aspose.cells.charts/datalabels/_index.md b/english/aspose.cells.charts/datalabels/_index.md
index 2dbaf10355..168c6823cb 100644
--- a/english/aspose.cells.charts/datalabels/_index.md
+++ b/english/aspose.cells.charts/datalabels/_index.md
@@ -3,7 +3,7 @@ title: DataLabels class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 140
url: /aspose.cells.charts/datalabels/
is_root: false
---
diff --git a/english/aspose.cells.charts/datalabelsseparatortype/_index.md b/english/aspose.cells.charts/datalabelsseparatortype/_index.md
index 93043a876f..f199df9ad4 100644
--- a/english/aspose.cells.charts/datalabelsseparatortype/_index.md
+++ b/english/aspose.cells.charts/datalabelsseparatortype/_index.md
@@ -3,7 +3,7 @@ title: DataLabelsSeparatorType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 490
+weight: 500
url: /aspose.cells.charts/datalabelsseparatortype/
is_root: false
---
diff --git a/english/aspose.cells.charts/displayunitlabel/_index.md b/english/aspose.cells.charts/displayunitlabel/_index.md
index 1ef977ab34..8f0b4d950e 100644
--- a/english/aspose.cells.charts/displayunitlabel/_index.md
+++ b/english/aspose.cells.charts/displayunitlabel/_index.md
@@ -3,7 +3,7 @@ title: DisplayUnitLabel class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 150
url: /aspose.cells.charts/displayunitlabel/
is_root: false
---
diff --git a/english/aspose.cells.charts/displayunittype/_index.md b/english/aspose.cells.charts/displayunittype/_index.md
index 7a8f856e08..90164db675 100644
--- a/english/aspose.cells.charts/displayunittype/_index.md
+++ b/english/aspose.cells.charts/displayunittype/_index.md
@@ -3,7 +3,7 @@ title: DisplayUnitType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 500
+weight: 510
url: /aspose.cells.charts/displayunittype/
is_root: false
---
diff --git a/english/aspose.cells.charts/dropbars/_index.md b/english/aspose.cells.charts/dropbars/_index.md
index 5e026f8615..8296224106 100644
--- a/english/aspose.cells.charts/dropbars/_index.md
+++ b/english/aspose.cells.charts/dropbars/_index.md
@@ -3,7 +3,7 @@ title: DropBars class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 160
url: /aspose.cells.charts/dropbars/
is_root: false
---
diff --git a/english/aspose.cells.charts/errorbar/_index.md b/english/aspose.cells.charts/errorbar/_index.md
index b13550193d..4fc1366dc8 100644
--- a/english/aspose.cells.charts/errorbar/_index.md
+++ b/english/aspose.cells.charts/errorbar/_index.md
@@ -3,7 +3,7 @@ title: ErrorBar class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 170
url: /aspose.cells.charts/errorbar/
is_root: false
---
diff --git a/english/aspose.cells.charts/errorbardisplaytype/_index.md b/english/aspose.cells.charts/errorbardisplaytype/_index.md
index 0ec024b405..d5e672443f 100644
--- a/english/aspose.cells.charts/errorbardisplaytype/_index.md
+++ b/english/aspose.cells.charts/errorbardisplaytype/_index.md
@@ -3,7 +3,7 @@ title: ErrorBarDisplayType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 510
+weight: 520
url: /aspose.cells.charts/errorbardisplaytype/
is_root: false
---
diff --git a/english/aspose.cells.charts/errorbartype/_index.md b/english/aspose.cells.charts/errorbartype/_index.md
index 81d397c571..f411378a82 100644
--- a/english/aspose.cells.charts/errorbartype/_index.md
+++ b/english/aspose.cells.charts/errorbartype/_index.md
@@ -3,7 +3,7 @@ title: ErrorBarType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 520
+weight: 530
url: /aspose.cells.charts/errorbartype/
is_root: false
---
diff --git a/english/aspose.cells.charts/floor/_index.md b/english/aspose.cells.charts/floor/_index.md
index 408b459e3b..7d39eaf056 100644
--- a/english/aspose.cells.charts/floor/_index.md
+++ b/english/aspose.cells.charts/floor/_index.md
@@ -3,7 +3,7 @@ title: Floor class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 180
url: /aspose.cells.charts/floor/
is_root: false
---
diff --git a/english/aspose.cells.charts/formattingtype/_index.md b/english/aspose.cells.charts/formattingtype/_index.md
index 635111dc21..7488af9c61 100644
--- a/english/aspose.cells.charts/formattingtype/_index.md
+++ b/english/aspose.cells.charts/formattingtype/_index.md
@@ -3,7 +3,7 @@ title: FormattingType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 530
+weight: 540
url: /aspose.cells.charts/formattingtype/
is_root: false
---
diff --git a/english/aspose.cells.charts/labelpositiontype/_index.md b/english/aspose.cells.charts/labelpositiontype/_index.md
index ac229e0d7b..2b85c5ec58 100644
--- a/english/aspose.cells.charts/labelpositiontype/_index.md
+++ b/english/aspose.cells.charts/labelpositiontype/_index.md
@@ -3,7 +3,7 @@ title: LabelPositionType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 540
+weight: 550
url: /aspose.cells.charts/labelpositiontype/
is_root: false
---
diff --git a/english/aspose.cells.charts/legend/_index.md b/english/aspose.cells.charts/legend/_index.md
index 764464c810..88d0d2242a 100644
--- a/english/aspose.cells.charts/legend/_index.md
+++ b/english/aspose.cells.charts/legend/_index.md
@@ -3,7 +3,7 @@ title: Legend class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 190
url: /aspose.cells.charts/legend/
is_root: false
---
diff --git a/english/aspose.cells.charts/legendentry/_index.md b/english/aspose.cells.charts/legendentry/_index.md
index ea5c7107d1..a456aa3558 100644
--- a/english/aspose.cells.charts/legendentry/_index.md
+++ b/english/aspose.cells.charts/legendentry/_index.md
@@ -3,7 +3,7 @@ title: LegendEntry class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 200
url: /aspose.cells.charts/legendentry/
is_root: false
---
diff --git a/english/aspose.cells.charts/legendentrycollection/_index.md b/english/aspose.cells.charts/legendentrycollection/_index.md
index 439b9a542f..2a99e26def 100644
--- a/english/aspose.cells.charts/legendentrycollection/_index.md
+++ b/english/aspose.cells.charts/legendentrycollection/_index.md
@@ -3,7 +3,7 @@ title: LegendEntryCollection class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 210
url: /aspose.cells.charts/legendentrycollection/
is_root: false
---
diff --git a/english/aspose.cells.charts/legendpositiontype/_index.md b/english/aspose.cells.charts/legendpositiontype/_index.md
index f6e0cd6cfa..e1d7222e1a 100644
--- a/english/aspose.cells.charts/legendpositiontype/_index.md
+++ b/english/aspose.cells.charts/legendpositiontype/_index.md
@@ -3,7 +3,7 @@ title: LegendPositionType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 550
+weight: 560
url: /aspose.cells.charts/legendpositiontype/
is_root: false
---
diff --git a/english/aspose.cells.charts/mapchartlabellayout/_index.md b/english/aspose.cells.charts/mapchartlabellayout/_index.md
index 75ae58e589..29b61dbf36 100644
--- a/english/aspose.cells.charts/mapchartlabellayout/_index.md
+++ b/english/aspose.cells.charts/mapchartlabellayout/_index.md
@@ -3,7 +3,7 @@ title: MapChartLabelLayout enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 560
+weight: 570
url: /aspose.cells.charts/mapchartlabellayout/
is_root: false
---
diff --git a/english/aspose.cells.charts/mapchartprojectiontype/_index.md b/english/aspose.cells.charts/mapchartprojectiontype/_index.md
index d5880e92a2..c32da116fb 100644
--- a/english/aspose.cells.charts/mapchartprojectiontype/_index.md
+++ b/english/aspose.cells.charts/mapchartprojectiontype/_index.md
@@ -3,7 +3,7 @@ title: MapChartProjectionType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 570
+weight: 580
url: /aspose.cells.charts/mapchartprojectiontype/
is_root: false
---
diff --git a/english/aspose.cells.charts/mapchartregiontype/_index.md b/english/aspose.cells.charts/mapchartregiontype/_index.md
index fb70f33d91..fb6b4bc659 100644
--- a/english/aspose.cells.charts/mapchartregiontype/_index.md
+++ b/english/aspose.cells.charts/mapchartregiontype/_index.md
@@ -3,7 +3,7 @@ title: MapChartRegionType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 580
+weight: 590
url: /aspose.cells.charts/mapchartregiontype/
is_root: false
---
diff --git a/english/aspose.cells.charts/marker/_index.md b/english/aspose.cells.charts/marker/_index.md
index a0700637db..1378a0ff29 100644
--- a/english/aspose.cells.charts/marker/_index.md
+++ b/english/aspose.cells.charts/marker/_index.md
@@ -3,7 +3,7 @@ title: Marker class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 220
url: /aspose.cells.charts/marker/
is_root: false
---
diff --git a/english/aspose.cells.charts/pivotoptions/_index.md b/english/aspose.cells.charts/pivotoptions/_index.md
index 97d8433776..8b1e8a57c3 100644
--- a/english/aspose.cells.charts/pivotoptions/_index.md
+++ b/english/aspose.cells.charts/pivotoptions/_index.md
@@ -3,7 +3,7 @@ title: PivotOptions class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 230
url: /aspose.cells.charts/pivotoptions/
is_root: false
---
diff --git a/english/aspose.cells.charts/plotarea/_index.md b/english/aspose.cells.charts/plotarea/_index.md
index 9d39e2cbf7..a8aa07b8d7 100644
--- a/english/aspose.cells.charts/plotarea/_index.md
+++ b/english/aspose.cells.charts/plotarea/_index.md
@@ -3,7 +3,7 @@ title: PlotArea class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 240
url: /aspose.cells.charts/plotarea/
is_root: false
---
diff --git a/english/aspose.cells.charts/plotdatabytype/_index.md b/english/aspose.cells.charts/plotdatabytype/_index.md
index 7b42142289..54277aa472 100644
--- a/english/aspose.cells.charts/plotdatabytype/_index.md
+++ b/english/aspose.cells.charts/plotdatabytype/_index.md
@@ -3,7 +3,7 @@ title: PlotDataByType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 590
+weight: 600
url: /aspose.cells.charts/plotdatabytype/
is_root: false
---
diff --git a/english/aspose.cells.charts/plotemptycellstype/_index.md b/english/aspose.cells.charts/plotemptycellstype/_index.md
index f4257e4a81..2b6f4bbc24 100644
--- a/english/aspose.cells.charts/plotemptycellstype/_index.md
+++ b/english/aspose.cells.charts/plotemptycellstype/_index.md
@@ -3,7 +3,7 @@ title: PlotEmptyCellsType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 600
+weight: 610
url: /aspose.cells.charts/plotemptycellstype/
is_root: false
---
diff --git a/english/aspose.cells.charts/quartilecalculationtype/_index.md b/english/aspose.cells.charts/quartilecalculationtype/_index.md
index e54ac7d29a..274a9c2620 100644
--- a/english/aspose.cells.charts/quartilecalculationtype/_index.md
+++ b/english/aspose.cells.charts/quartilecalculationtype/_index.md
@@ -3,7 +3,7 @@ title: QuartileCalculationType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 610
+weight: 620
url: /aspose.cells.charts/quartilecalculationtype/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/_index.md b/english/aspose.cells.charts/series/_index.md
index ac9a49d5f7..755eed5480 100644
--- a/english/aspose.cells.charts/series/_index.md
+++ b/english/aspose.cells.charts/series/_index.md
@@ -3,7 +3,7 @@ title: Series class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 250
url: /aspose.cells.charts/series/
is_root: false
---
@@ -31,9 +31,11 @@ The Series type exposes the following members:
| [values](/cells/python-net/aspose.cells.charts/series/values) | Represents the Y values of this chart series. |
| [cached_values](/cells/python-net/aspose.cells.charts/series/cached_values) | Gets the cached values for the series |
| [cached_category_values](/cells/python-net/aspose.cells.charts/series/cached_category_values) | Gets the cached category values for the series |
+| [point_values](/cells/python-net/aspose.cells.charts/series/point_values) | Represents the actual values that are used to plot every point in the chart.
corresponding to [`Series.values`](/cells/python-net/aspose.cells.charts/series#values)
When Series.Values is a link, you can use this attribute to get specific data.
```python
from aspose.cells import Workbook
workbook = Workbook("YourFilePathName")
worksheet = workbook.worksheets[0]
chart = worksheet.charts[0]
chart.calculate()
# Values could be like "[External.xlsx]Sheet1!$A$1:$A$6",
Values = chart.n_series[0].values
# But when you can't get point values from "[External.xlsx]Sheet1!$A$1:$A$6",
# For example, "External.xlsx" does not exist, then you can use PointValues,
# It will return the values actually displayed in the Excel interface in the form of an array.
v1 = chart.n_series[0].point_values
``` |
+| [category_values](/cells/python-net/aspose.cells.charts/series/category_values) | Represents the actual category values that are used in the chart.
corresponding to [`Series.x_values`](/cells/python-net/aspose.cells.charts/series#x_values)
When Series.XValues is a link, you can use this attribute to get specific data.
```python
from aspose.cells import Workbook
workbook = Workbook("YourFilePathName")
worksheet = workbook.worksheets[0]
chart = worksheet.charts[0]
chart.calculate()
# XValues could be like "[External.xlsx]Sheet1!$B$2:$C$6",
XValues = chart.n_series[0].x_values
# But when you can't get category values from "[External.xlsx]Sheet1!$B$2:$C$6",
# For example, "External.xlsx" does not exist, then you can use CategoryValues,
# It will return the category values actually displayed in the Excel interface in the form of a two-dimensional array.
v1 = chart.n_series[0].category_values
``` |
| [values_format_code](/cells/python-net/aspose.cells.charts/series/values_format_code) | Represents format code of Values's NumberList. |
| [x_values_format_code](/cells/python-net/aspose.cells.charts/series/x_values_format_code) | Represents format code of X Values's NumberList. |
-| [x_values](/cells/python-net/aspose.cells.charts/series/x_values) | Represents the x values of the chart series. |
+| [x_values](/cells/python-net/aspose.cells.charts/series/x_values) | Represents the X values of this chart series. |
| [bubble_sizes](/cells/python-net/aspose.cells.charts/series/bubble_sizes) | Gets or sets the bubble sizes values of the chart series. |
| [trend_lines](/cells/python-net/aspose.cells.charts/series/trend_lines) | Returns all the trendlines of this series. |
| [smooth](/cells/python-net/aspose.cells.charts/series/smooth) | Represents curve smoothing.
True if curve smoothing is turned on for the line chart or scatter chart.
Applies only to line and scatter connected by lines charts. |
diff --git a/english/aspose.cells.charts/series/category_values/_index.md b/english/aspose.cells.charts/series/category_values/_index.md
new file mode 100644
index 0000000000..1fb0015789
--- /dev/null
+++ b/english/aspose.cells.charts/series/category_values/_index.md
@@ -0,0 +1,48 @@
+---
+title: category_values property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 110
+url: /aspose.cells.charts/series/category_values/
+is_root: false
+---
+
+## category_values property
+
+
+Represents the actual category values that are used in the chart.
+corresponding to [`Series.x_values`](/cells/python-net/aspose.cells.charts/series#x_values)
+When Series.XValues is a link, you can use this attribute to get specific data.
+
+```python
+from aspose.cells import Workbook
+
+workbook = Workbook("YourFilePathName")
+worksheet = workbook.worksheets[0]
+chart = worksheet.charts[0]
+chart.calculate()
+# XValues could be like "[External.xlsx]Sheet1!$B$2:$C$6",
+XValues = chart.n_series[0].x_values
+# But when you can't get category values from "[External.xlsx]Sheet1!$B$2:$C$6",
+# For example, "External.xlsx" does not exist, then you can use CategoryValues,
+# It will return the category values actually displayed in the Excel interface in the form of a two-dimensional array.
+v1 = chart.n_series[0].category_values
+
+```
+
+### Remarks
+
+
+For user's convenience, this property provides the actual values corresponding
+to the data defined by [`Series.x_values`](/cells/python-net/aspose.cells.charts/series#x_values).
+### Definition:
+```python
+@property
+def category_values(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.charts`](../../)
+* class [`Series`](/cells/python-net/aspose.cells.charts/series)
diff --git a/english/aspose.cells.charts/series/count_of_data_values/_index.md b/english/aspose.cells.charts/series/count_of_data_values/_index.md
index 3f938509c3..68a63be6e6 100644
--- a/english/aspose.cells.charts/series/count_of_data_values/_index.md
+++ b/english/aspose.cells.charts/series/count_of_data_values/_index.md
@@ -3,7 +3,7 @@ title: count_of_data_values property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 120
url: /aspose.cells.charts/series/count_of_data_values/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/data_labels/_index.md b/english/aspose.cells.charts/series/data_labels/_index.md
index 783cb5e110..8e47dfd4c1 100644
--- a/english/aspose.cells.charts/series/data_labels/_index.md
+++ b/english/aspose.cells.charts/series/data_labels/_index.md
@@ -3,7 +3,7 @@ title: data_labels property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 130
url: /aspose.cells.charts/series/data_labels/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/display_name/_index.md b/english/aspose.cells.charts/series/display_name/_index.md
index 27d73ef9ce..bc526bcf09 100644
--- a/english/aspose.cells.charts/series/display_name/_index.md
+++ b/english/aspose.cells.charts/series/display_name/_index.md
@@ -3,7 +3,7 @@ title: display_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 140
url: /aspose.cells.charts/series/display_name/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/doughnut_hole_size/_index.md b/english/aspose.cells.charts/series/doughnut_hole_size/_index.md
index cdc3e90dfc..2e6687b350 100644
--- a/english/aspose.cells.charts/series/doughnut_hole_size/_index.md
+++ b/english/aspose.cells.charts/series/doughnut_hole_size/_index.md
@@ -3,7 +3,7 @@ title: doughnut_hole_size property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 150
url: /aspose.cells.charts/series/doughnut_hole_size/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/down_bars/_index.md b/english/aspose.cells.charts/series/down_bars/_index.md
index bc761c4518..76d8d821a1 100644
--- a/english/aspose.cells.charts/series/down_bars/_index.md
+++ b/english/aspose.cells.charts/series/down_bars/_index.md
@@ -3,7 +3,7 @@ title: down_bars property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 160
url: /aspose.cells.charts/series/down_bars/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/drop_lines/_index.md b/english/aspose.cells.charts/series/drop_lines/_index.md
index 36bb25f520..1a552e22ee 100644
--- a/english/aspose.cells.charts/series/drop_lines/_index.md
+++ b/english/aspose.cells.charts/series/drop_lines/_index.md
@@ -3,7 +3,7 @@ title: drop_lines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 170
url: /aspose.cells.charts/series/drop_lines/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/explosion/_index.md b/english/aspose.cells.charts/series/explosion/_index.md
index 924f80b6fb..04e8e2e9c6 100644
--- a/english/aspose.cells.charts/series/explosion/_index.md
+++ b/english/aspose.cells.charts/series/explosion/_index.md
@@ -3,7 +3,7 @@ title: explosion property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 180
url: /aspose.cells.charts/series/explosion/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/first_slice_angle/_index.md b/english/aspose.cells.charts/series/first_slice_angle/_index.md
index 419e2246b6..f5e70c8a25 100644
--- a/english/aspose.cells.charts/series/first_slice_angle/_index.md
+++ b/english/aspose.cells.charts/series/first_slice_angle/_index.md
@@ -3,7 +3,7 @@ title: first_slice_angle property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 190
url: /aspose.cells.charts/series/first_slice_angle/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/gap_width/_index.md b/english/aspose.cells.charts/series/gap_width/_index.md
index 17a49f7447..6b6e140df4 100644
--- a/english/aspose.cells.charts/series/gap_width/_index.md
+++ b/english/aspose.cells.charts/series/gap_width/_index.md
@@ -3,7 +3,7 @@ title: gap_width property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 200
url: /aspose.cells.charts/series/gap_width/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/has_3d_effect/_index.md b/english/aspose.cells.charts/series/has_3d_effect/_index.md
index 284875a567..a06bc8178c 100644
--- a/english/aspose.cells.charts/series/has_3d_effect/_index.md
+++ b/english/aspose.cells.charts/series/has_3d_effect/_index.md
@@ -3,7 +3,7 @@ title: has_3d_effect property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 210
url: /aspose.cells.charts/series/has_3d_effect/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/has_drop_lines/_index.md b/english/aspose.cells.charts/series/has_drop_lines/_index.md
index eefc54016d..e94245c413 100644
--- a/english/aspose.cells.charts/series/has_drop_lines/_index.md
+++ b/english/aspose.cells.charts/series/has_drop_lines/_index.md
@@ -3,7 +3,7 @@ title: has_drop_lines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 220
url: /aspose.cells.charts/series/has_drop_lines/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/has_hi_lo_lines/_index.md b/english/aspose.cells.charts/series/has_hi_lo_lines/_index.md
index d6a1db82a6..7fe48a7e2f 100644
--- a/english/aspose.cells.charts/series/has_hi_lo_lines/_index.md
+++ b/english/aspose.cells.charts/series/has_hi_lo_lines/_index.md
@@ -3,7 +3,7 @@ title: has_hi_lo_lines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 230
url: /aspose.cells.charts/series/has_hi_lo_lines/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/has_leader_lines/_index.md b/english/aspose.cells.charts/series/has_leader_lines/_index.md
index 3f3544fdf6..c41e5c6747 100644
--- a/english/aspose.cells.charts/series/has_leader_lines/_index.md
+++ b/english/aspose.cells.charts/series/has_leader_lines/_index.md
@@ -3,7 +3,7 @@ title: has_leader_lines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 240
url: /aspose.cells.charts/series/has_leader_lines/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/has_radar_axis_labels/_index.md b/english/aspose.cells.charts/series/has_radar_axis_labels/_index.md
index 0987d7bbbc..a6d055442f 100644
--- a/english/aspose.cells.charts/series/has_radar_axis_labels/_index.md
+++ b/english/aspose.cells.charts/series/has_radar_axis_labels/_index.md
@@ -3,7 +3,7 @@ title: has_radar_axis_labels property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 250
url: /aspose.cells.charts/series/has_radar_axis_labels/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/has_series_lines/_index.md b/english/aspose.cells.charts/series/has_series_lines/_index.md
index 0c7c297024..ef444eaf19 100644
--- a/english/aspose.cells.charts/series/has_series_lines/_index.md
+++ b/english/aspose.cells.charts/series/has_series_lines/_index.md
@@ -3,7 +3,7 @@ title: has_series_lines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 260
url: /aspose.cells.charts/series/has_series_lines/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/has_up_down_bars/_index.md b/english/aspose.cells.charts/series/has_up_down_bars/_index.md
index 5d98f15304..8be8e17312 100644
--- a/english/aspose.cells.charts/series/has_up_down_bars/_index.md
+++ b/english/aspose.cells.charts/series/has_up_down_bars/_index.md
@@ -3,7 +3,7 @@ title: has_up_down_bars property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 270
url: /aspose.cells.charts/series/has_up_down_bars/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/hi_lo_lines/_index.md b/english/aspose.cells.charts/series/hi_lo_lines/_index.md
index 91975b0aee..be43649a4e 100644
--- a/english/aspose.cells.charts/series/hi_lo_lines/_index.md
+++ b/english/aspose.cells.charts/series/hi_lo_lines/_index.md
@@ -3,7 +3,7 @@ title: hi_lo_lines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 280
url: /aspose.cells.charts/series/hi_lo_lines/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/is_auto_split/_index.md b/english/aspose.cells.charts/series/is_auto_split/_index.md
index 2862b3f401..d2f38362b5 100644
--- a/english/aspose.cells.charts/series/is_auto_split/_index.md
+++ b/english/aspose.cells.charts/series/is_auto_split/_index.md
@@ -3,7 +3,7 @@ title: is_auto_split property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 290
url: /aspose.cells.charts/series/is_auto_split/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/is_color_varied/_index.md b/english/aspose.cells.charts/series/is_color_varied/_index.md
index 71f6b8a364..48f6946f1d 100644
--- a/english/aspose.cells.charts/series/is_color_varied/_index.md
+++ b/english/aspose.cells.charts/series/is_color_varied/_index.md
@@ -3,7 +3,7 @@ title: is_color_varied property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 290
+weight: 300
url: /aspose.cells.charts/series/is_color_varied/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/is_filtered/_index.md b/english/aspose.cells.charts/series/is_filtered/_index.md
index 18a71ce463..7aa60a4ee0 100644
--- a/english/aspose.cells.charts/series/is_filtered/_index.md
+++ b/english/aspose.cells.charts/series/is_filtered/_index.md
@@ -3,7 +3,7 @@ title: is_filtered property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 300
+weight: 310
url: /aspose.cells.charts/series/is_filtered/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/is_vertical_values/_index.md b/english/aspose.cells.charts/series/is_vertical_values/_index.md
index a5f012f24c..14a2aac7e0 100644
--- a/english/aspose.cells.charts/series/is_vertical_values/_index.md
+++ b/english/aspose.cells.charts/series/is_vertical_values/_index.md
@@ -3,7 +3,7 @@ title: is_vertical_values property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 310
+weight: 320
url: /aspose.cells.charts/series/is_vertical_values/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/layout_properties/_index.md b/english/aspose.cells.charts/series/layout_properties/_index.md
index 8b2758c960..5f28a68ac9 100644
--- a/english/aspose.cells.charts/series/layout_properties/_index.md
+++ b/english/aspose.cells.charts/series/layout_properties/_index.md
@@ -3,7 +3,7 @@ title: layout_properties property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 320
+weight: 330
url: /aspose.cells.charts/series/layout_properties/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/leader_lines/_index.md b/english/aspose.cells.charts/series/leader_lines/_index.md
index 670835ee94..c4446498a5 100644
--- a/english/aspose.cells.charts/series/leader_lines/_index.md
+++ b/english/aspose.cells.charts/series/leader_lines/_index.md
@@ -3,7 +3,7 @@ title: leader_lines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 330
+weight: 340
url: /aspose.cells.charts/series/leader_lines/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/legend_entry/_index.md b/english/aspose.cells.charts/series/legend_entry/_index.md
index fec556e1e6..b173eb99ca 100644
--- a/english/aspose.cells.charts/series/legend_entry/_index.md
+++ b/english/aspose.cells.charts/series/legend_entry/_index.md
@@ -3,7 +3,7 @@ title: legend_entry property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 340
+weight: 350
url: /aspose.cells.charts/series/legend_entry/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/marker/_index.md b/english/aspose.cells.charts/series/marker/_index.md
index baaf997f2a..e0d5bef715 100644
--- a/english/aspose.cells.charts/series/marker/_index.md
+++ b/english/aspose.cells.charts/series/marker/_index.md
@@ -3,7 +3,7 @@ title: marker property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 350
+weight: 360
url: /aspose.cells.charts/series/marker/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/name/_index.md b/english/aspose.cells.charts/series/name/_index.md
index c4eddc55df..b2929171a4 100644
--- a/english/aspose.cells.charts/series/name/_index.md
+++ b/english/aspose.cells.charts/series/name/_index.md
@@ -3,7 +3,7 @@ title: name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 360
+weight: 370
url: /aspose.cells.charts/series/name/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/overlap/_index.md b/english/aspose.cells.charts/series/overlap/_index.md
index b804bbe6ae..f69641cafa 100644
--- a/english/aspose.cells.charts/series/overlap/_index.md
+++ b/english/aspose.cells.charts/series/overlap/_index.md
@@ -3,7 +3,7 @@ title: overlap property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 370
+weight: 380
url: /aspose.cells.charts/series/overlap/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/plot_on_second_axis/_index.md b/english/aspose.cells.charts/series/plot_on_second_axis/_index.md
index c8a70f3a54..81864e9c8d 100644
--- a/english/aspose.cells.charts/series/plot_on_second_axis/_index.md
+++ b/english/aspose.cells.charts/series/plot_on_second_axis/_index.md
@@ -3,7 +3,7 @@ title: plot_on_second_axis property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 380
+weight: 390
url: /aspose.cells.charts/series/plot_on_second_axis/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/point_values/_index.md b/english/aspose.cells.charts/series/point_values/_index.md
new file mode 100644
index 0000000000..b134e2f937
--- /dev/null
+++ b/english/aspose.cells.charts/series/point_values/_index.md
@@ -0,0 +1,48 @@
+---
+title: point_values property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 400
+url: /aspose.cells.charts/series/point_values/
+is_root: false
+---
+
+## point_values property
+
+
+Represents the actual values that are used to plot every point in the chart.
+corresponding to [`Series.values`](/cells/python-net/aspose.cells.charts/series#values)
+When Series.Values is a link, you can use this attribute to get specific data.
+
+```python
+from aspose.cells import Workbook
+
+workbook = Workbook("YourFilePathName")
+worksheet = workbook.worksheets[0]
+chart = worksheet.charts[0]
+chart.calculate()
+# Values could be like "[External.xlsx]Sheet1!$A$1:$A$6",
+Values = chart.n_series[0].values
+# But when you can't get point values from "[External.xlsx]Sheet1!$A$1:$A$6",
+# For example, "External.xlsx" does not exist, then you can use PointValues,
+# It will return the values actually displayed in the Excel interface in the form of an array.
+v1 = chart.n_series[0].point_values
+
+```
+
+### Remarks
+
+
+For user's convenience, this property provides the actual values corresponding
+to the data defined by [`Series.values`](/cells/python-net/aspose.cells.charts/series#values).
+### Definition:
+```python
+@property
+def point_values(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.charts`](../../)
+* class [`Series`](/cells/python-net/aspose.cells.charts/series)
diff --git a/english/aspose.cells.charts/series/points/_index.md b/english/aspose.cells.charts/series/points/_index.md
index 1943d278da..3ed539e2d7 100644
--- a/english/aspose.cells.charts/series/points/_index.md
+++ b/english/aspose.cells.charts/series/points/_index.md
@@ -3,7 +3,7 @@ title: points property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 390
+weight: 410
url: /aspose.cells.charts/series/points/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/second_plot_size/_index.md b/english/aspose.cells.charts/series/second_plot_size/_index.md
index f3131d688d..d0dc921576 100644
--- a/english/aspose.cells.charts/series/second_plot_size/_index.md
+++ b/english/aspose.cells.charts/series/second_plot_size/_index.md
@@ -3,7 +3,7 @@ title: second_plot_size property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 400
+weight: 420
url: /aspose.cells.charts/series/second_plot_size/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/series_lines/_index.md b/english/aspose.cells.charts/series/series_lines/_index.md
index 46670c52d4..cc07db7d8c 100644
--- a/english/aspose.cells.charts/series/series_lines/_index.md
+++ b/english/aspose.cells.charts/series/series_lines/_index.md
@@ -3,7 +3,7 @@ title: series_lines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 410
+weight: 430
url: /aspose.cells.charts/series/series_lines/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/shadow/_index.md b/english/aspose.cells.charts/series/shadow/_index.md
index a533b3ac1c..23a9d8668e 100644
--- a/english/aspose.cells.charts/series/shadow/_index.md
+++ b/english/aspose.cells.charts/series/shadow/_index.md
@@ -3,7 +3,7 @@ title: shadow property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 420
+weight: 440
url: /aspose.cells.charts/series/shadow/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/shape_properties/_index.md b/english/aspose.cells.charts/series/shape_properties/_index.md
index db5394fb90..87811da2f7 100644
--- a/english/aspose.cells.charts/series/shape_properties/_index.md
+++ b/english/aspose.cells.charts/series/shape_properties/_index.md
@@ -3,7 +3,7 @@ title: shape_properties property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 430
+weight: 450
url: /aspose.cells.charts/series/shape_properties/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/show_negative_bubbles/_index.md b/english/aspose.cells.charts/series/show_negative_bubbles/_index.md
index 9d1913e7f4..6d267c00e5 100644
--- a/english/aspose.cells.charts/series/show_negative_bubbles/_index.md
+++ b/english/aspose.cells.charts/series/show_negative_bubbles/_index.md
@@ -3,7 +3,7 @@ title: show_negative_bubbles property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 440
+weight: 460
url: /aspose.cells.charts/series/show_negative_bubbles/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/size_represents/_index.md b/english/aspose.cells.charts/series/size_represents/_index.md
index 63f3de1aed..c85c3a9d9c 100644
--- a/english/aspose.cells.charts/series/size_represents/_index.md
+++ b/english/aspose.cells.charts/series/size_represents/_index.md
@@ -3,7 +3,7 @@ title: size_represents property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 450
+weight: 470
url: /aspose.cells.charts/series/size_represents/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/smooth/_index.md b/english/aspose.cells.charts/series/smooth/_index.md
index de94204335..ea54f0b8f0 100644
--- a/english/aspose.cells.charts/series/smooth/_index.md
+++ b/english/aspose.cells.charts/series/smooth/_index.md
@@ -3,7 +3,7 @@ title: smooth property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 460
+weight: 480
url: /aspose.cells.charts/series/smooth/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/split_type/_index.md b/english/aspose.cells.charts/series/split_type/_index.md
index 7a451cfd8c..b29f051cd8 100644
--- a/english/aspose.cells.charts/series/split_type/_index.md
+++ b/english/aspose.cells.charts/series/split_type/_index.md
@@ -3,7 +3,7 @@ title: split_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 470
+weight: 490
url: /aspose.cells.charts/series/split_type/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/split_value/_index.md b/english/aspose.cells.charts/series/split_value/_index.md
index 6776b0180d..6118b0f531 100644
--- a/english/aspose.cells.charts/series/split_value/_index.md
+++ b/english/aspose.cells.charts/series/split_value/_index.md
@@ -3,7 +3,7 @@ title: split_value property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 480
+weight: 500
url: /aspose.cells.charts/series/split_value/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/trend_lines/_index.md b/english/aspose.cells.charts/series/trend_lines/_index.md
index b69e1e9a3b..b86130b9b2 100644
--- a/english/aspose.cells.charts/series/trend_lines/_index.md
+++ b/english/aspose.cells.charts/series/trend_lines/_index.md
@@ -3,7 +3,7 @@ title: trend_lines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 490
+weight: 510
url: /aspose.cells.charts/series/trend_lines/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/type/_index.md b/english/aspose.cells.charts/series/type/_index.md
index 16c8e770f0..ec61e6ed6a 100644
--- a/english/aspose.cells.charts/series/type/_index.md
+++ b/english/aspose.cells.charts/series/type/_index.md
@@ -3,7 +3,7 @@ title: type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 500
+weight: 520
url: /aspose.cells.charts/series/type/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/up_bars/_index.md b/english/aspose.cells.charts/series/up_bars/_index.md
index 45edc3e3aa..e79454ebc5 100644
--- a/english/aspose.cells.charts/series/up_bars/_index.md
+++ b/english/aspose.cells.charts/series/up_bars/_index.md
@@ -3,7 +3,7 @@ title: up_bars property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 510
+weight: 530
url: /aspose.cells.charts/series/up_bars/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/values/_index.md b/english/aspose.cells.charts/series/values/_index.md
index cc2c674cf5..041f8aec48 100644
--- a/english/aspose.cells.charts/series/values/_index.md
+++ b/english/aspose.cells.charts/series/values/_index.md
@@ -3,7 +3,7 @@ title: values property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 520
+weight: 540
url: /aspose.cells.charts/series/values/
is_root: false
---
@@ -12,6 +12,12 @@ is_root: false
Represents the Y values of this chart series.
+
+### Remarks
+
+
+To get the actual values(corresponding to every point of this series) defined
+by this property, please use [`Series.point_values`](/cells/python-net/aspose.cells.charts/series#point_values).
### Definition:
```python
@property
diff --git a/english/aspose.cells.charts/series/values_format_code/_index.md b/english/aspose.cells.charts/series/values_format_code/_index.md
index 81709cd0a3..3287c07d00 100644
--- a/english/aspose.cells.charts/series/values_format_code/_index.md
+++ b/english/aspose.cells.charts/series/values_format_code/_index.md
@@ -3,7 +3,7 @@ title: values_format_code property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 530
+weight: 550
url: /aspose.cells.charts/series/values_format_code/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/x_error_bar/_index.md b/english/aspose.cells.charts/series/x_error_bar/_index.md
index d69d2bf271..a509b0e822 100644
--- a/english/aspose.cells.charts/series/x_error_bar/_index.md
+++ b/english/aspose.cells.charts/series/x_error_bar/_index.md
@@ -3,7 +3,7 @@ title: x_error_bar property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 540
+weight: 560
url: /aspose.cells.charts/series/x_error_bar/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/x_values/_index.md b/english/aspose.cells.charts/series/x_values/_index.md
index f13364dd73..9205b397e2 100644
--- a/english/aspose.cells.charts/series/x_values/_index.md
+++ b/english/aspose.cells.charts/series/x_values/_index.md
@@ -3,7 +3,7 @@ title: x_values property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 550
+weight: 570
url: /aspose.cells.charts/series/x_values/
is_root: false
---
@@ -11,7 +11,13 @@ is_root: false
## x_values property
-Represents the x values of the chart series.
+Represents the X values of this chart series.
+
+### Remarks
+
+
+To get the actual values(corresponding to every point of this series) defined
+by this property, please use [`Series.category_values`](/cells/python-net/aspose.cells.charts/series#category_values).
### Definition:
```python
@property
diff --git a/english/aspose.cells.charts/series/x_values_format_code/_index.md b/english/aspose.cells.charts/series/x_values_format_code/_index.md
index 00111ccbdd..dd87de2d82 100644
--- a/english/aspose.cells.charts/series/x_values_format_code/_index.md
+++ b/english/aspose.cells.charts/series/x_values_format_code/_index.md
@@ -3,7 +3,7 @@ title: x_values_format_code property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 560
+weight: 580
url: /aspose.cells.charts/series/x_values_format_code/
is_root: false
---
diff --git a/english/aspose.cells.charts/series/y_error_bar/_index.md b/english/aspose.cells.charts/series/y_error_bar/_index.md
index 306100d26b..2f98434bbb 100644
--- a/english/aspose.cells.charts/series/y_error_bar/_index.md
+++ b/english/aspose.cells.charts/series/y_error_bar/_index.md
@@ -3,7 +3,7 @@ title: y_error_bar property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 570
+weight: 590
url: /aspose.cells.charts/series/y_error_bar/
is_root: false
---
diff --git a/english/aspose.cells.charts/seriescollection/_index.md b/english/aspose.cells.charts/seriescollection/_index.md
index f806eb4672..9220b3a659 100644
--- a/english/aspose.cells.charts/seriescollection/_index.md
+++ b/english/aspose.cells.charts/seriescollection/_index.md
@@ -3,7 +3,7 @@ title: SeriesCollection class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 260
url: /aspose.cells.charts/seriescollection/
is_root: false
---
diff --git a/english/aspose.cells.charts/serieslayoutproperties/_index.md b/english/aspose.cells.charts/serieslayoutproperties/_index.md
index 5b0b2cd01d..b928ef37c0 100644
--- a/english/aspose.cells.charts/serieslayoutproperties/_index.md
+++ b/english/aspose.cells.charts/serieslayoutproperties/_index.md
@@ -3,7 +3,7 @@ title: SeriesLayoutProperties class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 270
url: /aspose.cells.charts/serieslayoutproperties/
is_root: false
---
diff --git a/english/aspose.cells.charts/sparkline/_index.md b/english/aspose.cells.charts/sparkline/_index.md
index 297496aadf..3cf645e564 100644
--- a/english/aspose.cells.charts/sparkline/_index.md
+++ b/english/aspose.cells.charts/sparkline/_index.md
@@ -3,7 +3,7 @@ title: Sparkline class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 280
url: /aspose.cells.charts/sparkline/
is_root: false
---
diff --git a/english/aspose.cells.charts/sparklineaxisminmaxtype/_index.md b/english/aspose.cells.charts/sparklineaxisminmaxtype/_index.md
index 0e834fecfd..7eebf54a1d 100644
--- a/english/aspose.cells.charts/sparklineaxisminmaxtype/_index.md
+++ b/english/aspose.cells.charts/sparklineaxisminmaxtype/_index.md
@@ -3,7 +3,7 @@ title: SparklineAxisMinMaxType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 620
+weight: 630
url: /aspose.cells.charts/sparklineaxisminmaxtype/
is_root: false
---
diff --git a/english/aspose.cells.charts/sparklinecollection/_index.md b/english/aspose.cells.charts/sparklinecollection/_index.md
index e6a426221f..4747828384 100644
--- a/english/aspose.cells.charts/sparklinecollection/_index.md
+++ b/english/aspose.cells.charts/sparklinecollection/_index.md
@@ -3,7 +3,7 @@ title: SparklineCollection class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 290
url: /aspose.cells.charts/sparklinecollection/
is_root: false
---
diff --git a/english/aspose.cells.charts/sparklinegroup/_index.md b/english/aspose.cells.charts/sparklinegroup/_index.md
index 671eecb56d..ca001ab456 100644
--- a/english/aspose.cells.charts/sparklinegroup/_index.md
+++ b/english/aspose.cells.charts/sparklinegroup/_index.md
@@ -3,7 +3,7 @@ title: SparklineGroup class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 290
+weight: 300
url: /aspose.cells.charts/sparklinegroup/
is_root: false
---
diff --git a/english/aspose.cells.charts/sparklinegroupcollection/_index.md b/english/aspose.cells.charts/sparklinegroupcollection/_index.md
index 7139e5a661..c85d5148f9 100644
--- a/english/aspose.cells.charts/sparklinegroupcollection/_index.md
+++ b/english/aspose.cells.charts/sparklinegroupcollection/_index.md
@@ -3,7 +3,7 @@ title: SparklineGroupCollection class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 300
+weight: 310
url: /aspose.cells.charts/sparklinegroupcollection/
is_root: false
---
diff --git a/english/aspose.cells.charts/sparklinepresetstyletype/_index.md b/english/aspose.cells.charts/sparklinepresetstyletype/_index.md
index 899e70b9b7..265a13229a 100644
--- a/english/aspose.cells.charts/sparklinepresetstyletype/_index.md
+++ b/english/aspose.cells.charts/sparklinepresetstyletype/_index.md
@@ -3,7 +3,7 @@ title: SparklinePresetStyleType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 630
+weight: 640
url: /aspose.cells.charts/sparklinepresetstyletype/
is_root: false
---
diff --git a/english/aspose.cells.charts/sparklinetype/_index.md b/english/aspose.cells.charts/sparklinetype/_index.md
index 5827d5a571..4201e17f00 100644
--- a/english/aspose.cells.charts/sparklinetype/_index.md
+++ b/english/aspose.cells.charts/sparklinetype/_index.md
@@ -3,7 +3,7 @@ title: SparklineType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 640
+weight: 650
url: /aspose.cells.charts/sparklinetype/
is_root: false
---
diff --git a/english/aspose.cells.charts/ticklabelalignmenttype/_index.md b/english/aspose.cells.charts/ticklabelalignmenttype/_index.md
index 07ec9937d9..94cc16dca5 100644
--- a/english/aspose.cells.charts/ticklabelalignmenttype/_index.md
+++ b/english/aspose.cells.charts/ticklabelalignmenttype/_index.md
@@ -3,7 +3,7 @@ title: TickLabelAlignmentType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 650
+weight: 660
url: /aspose.cells.charts/ticklabelalignmenttype/
is_root: false
---
diff --git a/english/aspose.cells.charts/ticklabelitem/_index.md b/english/aspose.cells.charts/ticklabelitem/_index.md
index 7fe3f7d8c7..87f4bd6599 100644
--- a/english/aspose.cells.charts/ticklabelitem/_index.md
+++ b/english/aspose.cells.charts/ticklabelitem/_index.md
@@ -3,7 +3,7 @@ title: TickLabelItem class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 310
+weight: 320
url: /aspose.cells.charts/ticklabelitem/
is_root: false
---
diff --git a/english/aspose.cells.charts/ticklabelpositiontype/_index.md b/english/aspose.cells.charts/ticklabelpositiontype/_index.md
index c448e0a713..709d10ad5a 100644
--- a/english/aspose.cells.charts/ticklabelpositiontype/_index.md
+++ b/english/aspose.cells.charts/ticklabelpositiontype/_index.md
@@ -3,7 +3,7 @@ title: TickLabelPositionType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 660
+weight: 670
url: /aspose.cells.charts/ticklabelpositiontype/
is_root: false
---
diff --git a/english/aspose.cells.charts/ticklabels/_index.md b/english/aspose.cells.charts/ticklabels/_index.md
index a5ebfd3d5d..1d3a8e0983 100644
--- a/english/aspose.cells.charts/ticklabels/_index.md
+++ b/english/aspose.cells.charts/ticklabels/_index.md
@@ -3,7 +3,7 @@ title: TickLabels class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 320
+weight: 330
url: /aspose.cells.charts/ticklabels/
is_root: false
---
diff --git a/english/aspose.cells.charts/tickmarktype/_index.md b/english/aspose.cells.charts/tickmarktype/_index.md
index f7d0b100b3..fa6a6d7d27 100644
--- a/english/aspose.cells.charts/tickmarktype/_index.md
+++ b/english/aspose.cells.charts/tickmarktype/_index.md
@@ -3,7 +3,7 @@ title: TickMarkType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 670
+weight: 680
url: /aspose.cells.charts/tickmarktype/
is_root: false
---
diff --git a/english/aspose.cells.charts/timeunit/_index.md b/english/aspose.cells.charts/timeunit/_index.md
index e6a672b157..190dfa8982 100644
--- a/english/aspose.cells.charts/timeunit/_index.md
+++ b/english/aspose.cells.charts/timeunit/_index.md
@@ -3,7 +3,7 @@ title: TimeUnit enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 680
+weight: 690
url: /aspose.cells.charts/timeunit/
is_root: false
---
diff --git a/english/aspose.cells.charts/title/_index.md b/english/aspose.cells.charts/title/_index.md
index 64130ece60..36c76a8eb5 100644
--- a/english/aspose.cells.charts/title/_index.md
+++ b/english/aspose.cells.charts/title/_index.md
@@ -3,7 +3,7 @@ title: Title class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 330
+weight: 340
url: /aspose.cells.charts/title/
is_root: false
---
diff --git a/english/aspose.cells.charts/trendline/_index.md b/english/aspose.cells.charts/trendline/_index.md
index 5e6730ec0b..2ae1a2ebb1 100644
--- a/english/aspose.cells.charts/trendline/_index.md
+++ b/english/aspose.cells.charts/trendline/_index.md
@@ -3,7 +3,7 @@ title: Trendline class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 340
+weight: 350
url: /aspose.cells.charts/trendline/
is_root: false
---
diff --git a/english/aspose.cells.charts/trendlinecollection/_index.md b/english/aspose.cells.charts/trendlinecollection/_index.md
index ad2a7ae700..7282ad5627 100644
--- a/english/aspose.cells.charts/trendlinecollection/_index.md
+++ b/english/aspose.cells.charts/trendlinecollection/_index.md
@@ -3,7 +3,7 @@ title: TrendlineCollection class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 350
+weight: 360
url: /aspose.cells.charts/trendlinecollection/
is_root: false
---
diff --git a/english/aspose.cells.charts/trendlinetype/_index.md b/english/aspose.cells.charts/trendlinetype/_index.md
index 576dfc8ad8..7030d1fe91 100644
--- a/english/aspose.cells.charts/trendlinetype/_index.md
+++ b/english/aspose.cells.charts/trendlinetype/_index.md
@@ -3,7 +3,7 @@ title: TrendlineType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 690
+weight: 700
url: /aspose.cells.charts/trendlinetype/
is_root: false
---
diff --git a/english/aspose.cells.charts/walls/_index.md b/english/aspose.cells.charts/walls/_index.md
index 7d0e1507a1..32a641c4a0 100644
--- a/english/aspose.cells.charts/walls/_index.md
+++ b/english/aspose.cells.charts/walls/_index.md
@@ -3,7 +3,7 @@ title: Walls class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 360
+weight: 370
url: /aspose.cells.charts/walls/
is_root: false
---
diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/_index.md
index 8fcd395f22..a5e9ba906e 100644
--- a/english/aspose.cells.drawing.equations/delimiterequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/delimiterequationnode/_index.md
@@ -33,7 +33,7 @@ The DelimiterEquationNode type exposes the following members:
| [equation_type](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/equation_type) | |
| [begin_char](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/begin_char) | Delimiter beginning character. |
| [end_char](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/end_char) | Delimiter ending character. |
-| [nary_grow](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/nary_grow) | |
+| [nary_grow](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/nary_grow) | Specifies whether the delimiter should automatically expand and contract with the height of the formula. |
| [separator_char](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/separator_char) | Delimiter separator character. |
| [delimiter_shape](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/delimiter_shape) | Specifies the shape of delimiters in the delimiter object. |
diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/nary_grow/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/nary_grow/_index.md
index 9b17a64504..67ff3d7e62 100644
--- a/english/aspose.cells.drawing.equations/delimiterequationnode/nary_grow/_index.md
+++ b/english/aspose.cells.drawing.equations/delimiterequationnode/nary_grow/_index.md
@@ -11,7 +11,14 @@ is_root: false
## nary_grow property
+Specifies whether the delimiter should automatically expand and contract with the height of the formula.
+### Remarks
+
+
+This property specifies the growth property of the delimiter at the document level.
+When off, the delimiter will not grow to match the size of its component height.
+When enabled, the delimiter grows vertically to match its component height.
### Definition:
```python
@property
diff --git a/english/aspose.cells.drawing/arcshape/_index.md b/english/aspose.cells.drawing/arcshape/_index.md
index c22d6edf46..916dd4170b 100644
--- a/english/aspose.cells.drawing/arcshape/_index.md
+++ b/english/aspose.cells.drawing/arcshape/_index.md
@@ -145,7 +145,7 @@ The ArcShape type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/arcshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/arcshape/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/arcshape/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/arcshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/arcshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/arcshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/arcshape/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/arcshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/arcshape/move_to_range/_index.md b/english/aspose.cells.drawing/arcshape/move_to_range/_index.md
index e28eb67758..0524f1b657 100644
--- a/english/aspose.cells.drawing/arcshape/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/arcshape/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/arcshape/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/button/_index.md b/english/aspose.cells.drawing/button/_index.md
index f7fecd678c..ed0670ac46 100644
--- a/english/aspose.cells.drawing/button/_index.md
+++ b/english/aspose.cells.drawing/button/_index.md
@@ -139,7 +139,7 @@ The Button type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/button/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/button/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/button/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/button/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/button/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/button/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/button/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/button/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/button/move_to_range/_index.md b/english/aspose.cells.drawing/button/move_to_range/_index.md
index af971a4d68..6a337c1c56 100644
--- a/english/aspose.cells.drawing/button/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/button/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/button/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/cellsdrawing/_index.md b/english/aspose.cells.drawing/cellsdrawing/_index.md
index d1cff384cd..655ba2ff99 100644
--- a/english/aspose.cells.drawing/cellsdrawing/_index.md
+++ b/english/aspose.cells.drawing/cellsdrawing/_index.md
@@ -139,7 +139,7 @@ The CellsDrawing type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/cellsdrawing/move_to_range/_index.md b/english/aspose.cells.drawing/cellsdrawing/move_to_range/_index.md
index 07067aab8d..88d0e52f04 100644
--- a/english/aspose.cells.drawing/cellsdrawing/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/cellsdrawing/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/cellsdrawing/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/chartshape/_index.md b/english/aspose.cells.drawing/chartshape/_index.md
index 3147b07b2d..acfeca99b7 100644
--- a/english/aspose.cells.drawing/chartshape/_index.md
+++ b/english/aspose.cells.drawing/chartshape/_index.md
@@ -141,7 +141,7 @@ The ChartShape type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/chartshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/chartshape/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/chartshape/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/chartshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/chartshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/chartshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/chartshape/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/chartshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/chartshape/move_to_range/_index.md b/english/aspose.cells.drawing/chartshape/move_to_range/_index.md
index 4dd16d27d3..5551100c81 100644
--- a/english/aspose.cells.drawing/chartshape/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/chartshape/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/chartshape/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/checkbox/_index.md b/english/aspose.cells.drawing/checkbox/_index.md
index 13c805fef4..2878d9a0ca 100644
--- a/english/aspose.cells.drawing/checkbox/_index.md
+++ b/english/aspose.cells.drawing/checkbox/_index.md
@@ -143,7 +143,7 @@ The CheckBox type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/checkbox/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/checkbox/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/checkbox/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/checkbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/checkbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/checkbox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/checkbox/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/checkbox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/checkbox/move_to_range/_index.md b/english/aspose.cells.drawing/checkbox/move_to_range/_index.md
index d3d7b268db..3b7d868f1e 100644
--- a/english/aspose.cells.drawing/checkbox/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/checkbox/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/checkbox/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/checkboxcollection/_index.md b/english/aspose.cells.drawing/checkboxcollection/_index.md
index 275360342a..d0d1fbe38c 100644
--- a/english/aspose.cells.drawing/checkboxcollection/_index.md
+++ b/english/aspose.cells.drawing/checkboxcollection/_index.md
@@ -32,7 +32,7 @@ The CheckBoxCollection type exposes the following members:
| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing/checkboxcollection/last_index_of/#aspose.cells.drawing.checkbox) | 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/checkboxcollection/last_index_of/#aspose.cells.drawing.checkbox-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/checkboxcollection/last_index_of/#aspose.cells.drawing.checkbox-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, upper_left_row, upper_left_column, height, width)`](/cells/python-net/aspose.cells.drawing/checkboxcollection/add/#int-int-int-int) | Adds a checkBox to the collection. |
+| [`add(self, top_row, left_column, height, width)`](/cells/python-net/aspose.cells.drawing/checkboxcollection/add/#int-int-int-int) | Adds a checkBox to the collection. |
| [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing/checkboxcollection/binary_search/#aspose.cells.drawing.checkbox) | 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/checkboxcollection/add/_index.md b/english/aspose.cells.drawing/checkboxcollection/add/_index.md
index edc3873c66..db8882032c 100644
--- a/english/aspose.cells.drawing/checkboxcollection/add/_index.md
+++ b/english/aspose.cells.drawing/checkboxcollection/add/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/checkboxcollection/add/
is_root: false
---
-## add(self, upper_left_row, upper_left_column, height, width) {#int-int-int-int}
+## add(self, top_row, left_column, height, width) {#int-int-int-int}
Adds a checkBox to the collection.
@@ -21,15 +21,15 @@ Adds a checkBox to the collection.
```python
-def add(self, upper_left_row, upper_left_column, height, width):
+def add(self, top_row, left_column, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
| height | int | Height of checkBox, in unit of pixel. |
| width | int | Width of checkBox, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/combobox/_index.md b/english/aspose.cells.drawing/combobox/_index.md
index b979dc4535..39fb6db83f 100644
--- a/english/aspose.cells.drawing/combobox/_index.md
+++ b/english/aspose.cells.drawing/combobox/_index.md
@@ -144,7 +144,7 @@ The ComboBox type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/combobox/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/combobox/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/combobox/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/combobox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/combobox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/combobox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/combobox/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/combobox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/combobox/move_to_range/_index.md b/english/aspose.cells.drawing/combobox/move_to_range/_index.md
index 33438a19f2..5c759cd5ef 100644
--- a/english/aspose.cells.drawing/combobox/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/combobox/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/combobox/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/commentshape/_index.md b/english/aspose.cells.drawing/commentshape/_index.md
index 3c0e36bc4f..645d5d97e6 100644
--- a/english/aspose.cells.drawing/commentshape/_index.md
+++ b/english/aspose.cells.drawing/commentshape/_index.md
@@ -140,7 +140,7 @@ The CommentShape type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/commentshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/commentshape/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/commentshape/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/commentshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/commentshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/commentshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/commentshape/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/commentshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/commentshape/move_to_range/_index.md b/english/aspose.cells.drawing/commentshape/move_to_range/_index.md
index c5f18b3693..3588cf1630 100644
--- a/english/aspose.cells.drawing/commentshape/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/commentshape/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/commentshape/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/customxmlshape/_index.md b/english/aspose.cells.drawing/customxmlshape/_index.md
index 86cd9c30d7..26ec36dc51 100644
--- a/english/aspose.cells.drawing/customxmlshape/_index.md
+++ b/english/aspose.cells.drawing/customxmlshape/_index.md
@@ -139,7 +139,7 @@ The CustomXmlShape type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/customxmlshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/customxmlshape/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/customxmlshape/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/customxmlshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/customxmlshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/customxmlshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/customxmlshape/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/customxmlshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/customxmlshape/move_to_range/_index.md b/english/aspose.cells.drawing/customxmlshape/move_to_range/_index.md
index a7993edf10..f7e205c619 100644
--- a/english/aspose.cells.drawing/customxmlshape/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/customxmlshape/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/customxmlshape/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/dialogbox/_index.md b/english/aspose.cells.drawing/dialogbox/_index.md
index 6adaf437d6..94a5e7b4e9 100644
--- a/english/aspose.cells.drawing/dialogbox/_index.md
+++ b/english/aspose.cells.drawing/dialogbox/_index.md
@@ -139,7 +139,7 @@ The DialogBox type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/dialogbox/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/dialogbox/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/dialogbox/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/dialogbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/dialogbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/dialogbox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/dialogbox/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/dialogbox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/dialogbox/move_to_range/_index.md b/english/aspose.cells.drawing/dialogbox/move_to_range/_index.md
index 05d67ba443..24bca2f7d9 100644
--- a/english/aspose.cells.drawing/dialogbox/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/dialogbox/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/dialogbox/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/groupbox/_index.md b/english/aspose.cells.drawing/groupbox/_index.md
index cf2cc2be76..4efd168807 100644
--- a/english/aspose.cells.drawing/groupbox/_index.md
+++ b/english/aspose.cells.drawing/groupbox/_index.md
@@ -140,7 +140,7 @@ The GroupBox type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/groupbox/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/groupbox/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/groupbox/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/groupbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/groupbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/groupbox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/groupbox/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/groupbox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/groupbox/move_to_range/_index.md b/english/aspose.cells.drawing/groupbox/move_to_range/_index.md
index 0d67eb16ce..6910eaa544 100644
--- a/english/aspose.cells.drawing/groupbox/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/groupbox/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/groupbox/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/groupshape/_index.md b/english/aspose.cells.drawing/groupshape/_index.md
index f99a990df3..6b07cab9a3 100644
--- a/english/aspose.cells.drawing/groupshape/_index.md
+++ b/english/aspose.cells.drawing/groupshape/_index.md
@@ -147,7 +147,7 @@ Gets the child shape by index.
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/groupshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/groupshape/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/groupshape/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/groupshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/groupshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/groupshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/groupshape/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/groupshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/groupshape/move_to_range/_index.md b/english/aspose.cells.drawing/groupshape/move_to_range/_index.md
index 43116e851c..c7617fa2d3 100644
--- a/english/aspose.cells.drawing/groupshape/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/groupshape/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/groupshape/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/label/_index.md b/english/aspose.cells.drawing/label/_index.md
index c69d02ba4f..13ff2f1bb3 100644
--- a/english/aspose.cells.drawing/label/_index.md
+++ b/english/aspose.cells.drawing/label/_index.md
@@ -139,7 +139,7 @@ The Label type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/label/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/label/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/label/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/label/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/label/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/label/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/label/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/label/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/label/move_to_range/_index.md b/english/aspose.cells.drawing/label/move_to_range/_index.md
index a88e8a055b..8494b647bc 100644
--- a/english/aspose.cells.drawing/label/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/label/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/label/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/lineshape/_index.md b/english/aspose.cells.drawing/lineshape/_index.md
index 588baa2826..4fadd66ad5 100644
--- a/english/aspose.cells.drawing/lineshape/_index.md
+++ b/english/aspose.cells.drawing/lineshape/_index.md
@@ -145,7 +145,7 @@ The LineShape type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/lineshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/lineshape/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/lineshape/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/lineshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/lineshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/lineshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/lineshape/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/lineshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/lineshape/move_to_range/_index.md b/english/aspose.cells.drawing/lineshape/move_to_range/_index.md
index f8962e109e..e8cae4120d 100644
--- a/english/aspose.cells.drawing/lineshape/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/lineshape/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/lineshape/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/listbox/_index.md b/english/aspose.cells.drawing/listbox/_index.md
index 5e7e65d399..7e035672f2 100644
--- a/english/aspose.cells.drawing/listbox/_index.md
+++ b/english/aspose.cells.drawing/listbox/_index.md
@@ -145,7 +145,7 @@ The ListBox type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/listbox/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/listbox/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/listbox/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/listbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/listbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/listbox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/listbox/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/listbox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/listbox/move_to_range/_index.md b/english/aspose.cells.drawing/listbox/move_to_range/_index.md
index 8fd3314009..a5aa031b2d 100644
--- a/english/aspose.cells.drawing/listbox/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/listbox/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/listbox/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/oleobject/_index.md b/english/aspose.cells.drawing/oleobject/_index.md
index a8a87dd34d..62448d895a 100644
--- a/english/aspose.cells.drawing/oleobject/_index.md
+++ b/english/aspose.cells.drawing/oleobject/_index.md
@@ -157,7 +157,7 @@ The OleObject type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/oleobject/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/oleobject/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/oleobject/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/oleobject/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/oleobject/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/oleobject/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/oleobject/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/oleobject/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/oleobject/move_to_range/_index.md b/english/aspose.cells.drawing/oleobject/move_to_range/_index.md
index a10caaae02..4a4d7eedf6 100644
--- a/english/aspose.cells.drawing/oleobject/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/oleobject/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/oleobject/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/oleobjectcollection/_index.md b/english/aspose.cells.drawing/oleobjectcollection/_index.md
index 9849d061c1..b7a9362d63 100644
--- a/english/aspose.cells.drawing/oleobjectcollection/_index.md
+++ b/english/aspose.cells.drawing/oleobjectcollection/_index.md
@@ -25,8 +25,8 @@ The OleObjectCollection type exposes the following members:
### Methods
| Method | Description |
| :- | :- |
-| [`add(self, upper_left_row, upper_left_column, height, width, image_data)`](/cells/python-net/aspose.cells.drawing/oleobjectcollection/add/#int-int-int-int-bytes) | Adds an OleObject to the collection. |
-| [`add(self, upper_left_row, upper_left_column, height, width, image_data, linked_file)`](/cells/python-net/aspose.cells.drawing/oleobjectcollection/add/#int-int-int-int-bytes-system.string) | Adds a linked OleObject to the collection. |
+| [`add(self, top_row, left_column, height, width, image_data)`](/cells/python-net/aspose.cells.drawing/oleobjectcollection/add/#int-int-int-int-bytes) | Adds an OleObject to the collection. |
+| [`add(self, top_row, left_column, height, width, image_data, linked_file)`](/cells/python-net/aspose.cells.drawing/oleobjectcollection/add/#int-int-int-int-bytes-system.string) | Adds a linked OleObject to the collection. |
| [`copy_to(self, array)`](/cells/python-net/aspose.cells.drawing/oleobjectcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. |
| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.drawing/oleobjectcollection/copy_to/#int-list-int-int) | Copies a range of elements from the array list to a compatible one-dimensional array list, starting at the specified index of the target array list. |
| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/oleobjectcollection/index_of/#aspose.cells.drawing.oleobject-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. |
diff --git a/english/aspose.cells.drawing/oleobjectcollection/add/_index.md b/english/aspose.cells.drawing/oleobjectcollection/add/_index.md
index bd35375411..8a6536976d 100644
--- a/english/aspose.cells.drawing/oleobjectcollection/add/_index.md
+++ b/english/aspose.cells.drawing/oleobjectcollection/add/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/oleobjectcollection/add/
is_root: false
---
-## add(self, upper_left_row, upper_left_column, height, width, image_data) {#int-int-int-int-bytes}
+## add(self, top_row, left_column, height, width, image_data) {#int-int-int-int-bytes}
Adds an OleObject to the collection.
@@ -21,21 +21,21 @@ Adds an OleObject to the collection.
```python
-def add(self, upper_left_row, upper_left_column, height, width, image_data):
+def add(self, top_row, left_column, height, width, image_data):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
| height | int | Height of oleObject, in unit of pixel. |
| width | int | Width of oleObject, in unit of pixel. |
| image_data | bytes | Image of ole object as byte array. |
-## add(self, upper_left_row, upper_left_column, height, width, image_data, linked_file) {#int-int-int-int-bytes-System.String}
+## add(self, top_row, left_column, height, width, image_data, linked_file) {#int-int-int-int-bytes-System.String}
Adds a linked OleObject to the collection.
@@ -48,15 +48,15 @@ Adds a linked OleObject to the collection.
```python
-def add(self, upper_left_row, upper_left_column, height, width, image_data, linked_file):
+def add(self, top_row, left_column, height, width, image_data, linked_file):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
| height | int | Height of oleObject, in unit of pixel. |
| width | int | Width of oleObject, in unit of pixel. |
| image_data | bytes | Image of ole object as byte array. |
diff --git a/english/aspose.cells.drawing/oval/_index.md b/english/aspose.cells.drawing/oval/_index.md
index c916033731..d30e18aa84 100644
--- a/english/aspose.cells.drawing/oval/_index.md
+++ b/english/aspose.cells.drawing/oval/_index.md
@@ -139,7 +139,7 @@ The Oval type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/oval/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/oval/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/oval/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/oval/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/oval/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/oval/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/oval/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/oval/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/oval/move_to_range/_index.md b/english/aspose.cells.drawing/oval/move_to_range/_index.md
index a5e9dd5cb1..31a8a2ebd5 100644
--- a/english/aspose.cells.drawing/oval/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/oval/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/oval/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/picture/_index.md b/english/aspose.cells.drawing/picture/_index.md
index 61a7918c6e..503cd0215e 100644
--- a/english/aspose.cells.drawing/picture/_index.md
+++ b/english/aspose.cells.drawing/picture/_index.md
@@ -156,7 +156,7 @@ The Picture type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/picture/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/picture/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/picture/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/picture/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/picture/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/picture/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/picture/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/picture/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
@@ -174,7 +174,7 @@ The Picture type exposes the following members:
| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/picture/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) |
| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/picture/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. |
| [`copy(self, source, options)`](/cells/python-net/aspose.cells.drawing/picture/copy/#aspose.cells.drawing.picture-aspose.cells.copyoptions) | Copy the picture. |
-| [`move(self, upper_left_row, upper_left_column)`](/cells/python-net/aspose.cells.drawing/picture/move/#int-int) | Moves the picture to a specified location. |
+| [`move(self, top_row, left_column)`](/cells/python-net/aspose.cells.drawing/picture/move/#int-int) | Moves the picture to a specified location. |
| [`place_in_cell(self)`](/cells/python-net/aspose.cells.drawing/picture/place_in_cell/#) | Place this picture in the cell |
diff --git a/english/aspose.cells.drawing/picture/move/_index.md b/english/aspose.cells.drawing/picture/move/_index.md
index 3603e990eb..c2e8992c73 100644
--- a/english/aspose.cells.drawing/picture/move/_index.md
+++ b/english/aspose.cells.drawing/picture/move/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/picture/move/
is_root: false
---
-## move(self, upper_left_row, upper_left_column) {#int-int}
+## move(self, top_row, left_column) {#int-int}
Moves the picture to a specified location.
@@ -16,15 +16,15 @@ Moves the picture to a specified location.
```python
-def move(self, upper_left_row, upper_left_column):
+def move(self, top_row, left_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
### Example
diff --git a/english/aspose.cells.drawing/picture/move_to_range/_index.md b/english/aspose.cells.drawing/picture/move_to_range/_index.md
index 0593903c7b..5f6441d18c 100644
--- a/english/aspose.cells.drawing/picture/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/picture/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/picture/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/picturecollection/__getitem__/_index.md b/english/aspose.cells.drawing/picturecollection/__getitem__/_index.md
new file mode 100644
index 0000000000..739831ffb5
--- /dev/null
+++ b/english/aspose.cells.drawing/picturecollection/__getitem__/_index.md
@@ -0,0 +1,44 @@
+---
+title: PictureCollection indexer
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cells.drawing/picturecollection/__getitem__/
+is_root: false
+---
+
+## PictureCollection indexer
+
+
+Gets the [`Picture`](/cells/python-net/aspose.cells.drawing/picture) element at the specified index.
+### Indexer
+| Name | Description |
+| :- | :- |
+| index | The zero based index of the element. |
+
+
+
+### Returns
+
+
+The element at the specified index.
+
+### Example
+
+
+```python
+
+# get picture collection
+# PictureCollection pictures = workbook.Worksheets[0].Pictures;
+# add a picture
+index = pictures.add(1, 1, "image.png")
+# get the picture
+pic = pictures[index]
+
+```
+
+### See Also
+* module [`aspose.cells.drawing`](../../)
+* class [`Picture`](/cells/python-net/aspose.cells.drawing/picture)
+* class [`PictureCollection`](/cells/python-net/aspose.cells.drawing/picturecollection)
diff --git a/english/aspose.cells.drawing/picturecollection/_index.md b/english/aspose.cells.drawing/picturecollection/_index.md
index 0a68d41156..e2be73ee59 100644
--- a/english/aspose.cells.drawing/picturecollection/_index.md
+++ b/english/aspose.cells.drawing/picturecollection/_index.md
@@ -22,15 +22,23 @@ The PictureCollection type exposes the following members:
| [capacity](/cells/python-net/aspose.cells.drawing/picturecollection/capacity) | Gets or sets the number of elements that the array list can contain. |
+
+Gets the [`Picture`](/cells/python-net/aspose.cells.drawing/picture) element at the specified index.
+### Indexer
+| Name | Description |
+| :- | :- |
+| [index] | The zero based index of the element. |
+
+
### Methods
| Method | Description |
| :- | :- |
-| [`add(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, stream)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-int-int-io.rawiobase) | Adds a picture to the collection. |
-| [`add(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, file_name)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-int-int-system.string) | Adds a picture to the collection. |
-| [`add(self, upper_left_row, upper_left_column, stream)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-io.rawiobase) | Adds a picture to the collection. |
-| [`add(self, upper_left_row, upper_left_column, file_name)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-system.string) | Adds a picture to the collection. |
-| [`add(self, upper_left_row, upper_left_column, stream, width_scale, height_scale)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-io.rawiobase-int-int) | Adds a picture to the collection. |
-| [`add(self, upper_left_row, upper_left_column, file_name, width_scale, height_scale)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-system.string-int-int) | Adds a picture to the collection. |
+| [`add(self, top_row, left_column, bottom_row, right_column, stream)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-int-int-io.rawiobase) | Adds a picture to the collection. |
+| [`add(self, top_row, left_column, bottom_row, right_column, file_name)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-int-int-system.string) | Adds a picture to the collection. |
+| [`add(self, top_row, left_column, stream)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-io.rawiobase) | Adds a picture to the collection. |
+| [`add(self, top_row, left_column, file_name)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-system.string) | Adds a picture to the collection. |
+| [`add(self, top_row, left_column, stream, width_scale, height_scale)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-io.rawiobase-int-int) | Adds a picture to the collection. |
+| [`add(self, top_row, left_column, file_name, width_scale, height_scale)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-system.string-int-int) | Adds a picture to the collection. |
| [`copy_to(self, array)`](/cells/python-net/aspose.cells.drawing/picturecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. |
| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.drawing/picturecollection/copy_to/#int-list-int-int) | Copies a range of elements from the array list to a compatible one-dimensional array list, starting at the specified index of the target array list. |
| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/picturecollection/index_of/#aspose.cells.drawing.picture-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. |
diff --git a/english/aspose.cells.drawing/picturecollection/add/_index.md b/english/aspose.cells.drawing/picturecollection/add/_index.md
index bd24a1a73e..714ef15f8e 100644
--- a/english/aspose.cells.drawing/picturecollection/add/_index.md
+++ b/english/aspose.cells.drawing/picturecollection/add/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/picturecollection/add/
is_root: false
---
-## add(self, upper_left_row, upper_left_column, stream) {#int-int-io.RawIOBase}
+## add(self, top_row, left_column, stream) {#int-int-io.RawIOBase}
Adds a picture to the collection.
@@ -21,15 +21,15 @@ Adds a picture to the collection.
```python
-def add(self, upper_left_row, upper_left_column, stream):
+def add(self, top_row, left_column, stream):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
| stream | io.RawIOBase | Stream object which contains the image data. |
### Example
@@ -44,7 +44,7 @@ with open("image.jpg", "rb") as fs:
```
-## add(self, upper_left_row, upper_left_column, file_name) {#int-int-System.String}
+## add(self, top_row, left_column, file_name) {#int-int-System.String}
Adds a picture to the collection.
@@ -57,15 +57,15 @@ Adds a picture to the collection.
```python
-def add(self, upper_left_row, upper_left_column, file_name):
+def add(self, top_row, left_column, file_name):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
| file_name | System.String | Image filename. |
### Example
@@ -79,7 +79,7 @@ pictures.add(1, 1, "image.jpg")
```
-## add(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, stream) {#int-int-int-int-io.RawIOBase}
+## add(self, top_row, left_column, bottom_row, right_column, stream) {#int-int-int-int-io.RawIOBase}
Adds a picture to the collection.
@@ -92,17 +92,17 @@ Adds a picture to the collection.
```python
-def add(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, stream):
+def add(self, top_row, left_column, bottom_row, right_column, stream):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
| stream | io.RawIOBase | Stream object which contains the image data. |
### Example
@@ -117,7 +117,7 @@ with open("image.jpg", "rb") as fs:
```
-## add(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, file_name) {#int-int-int-int-System.String}
+## add(self, top_row, left_column, bottom_row, right_column, file_name) {#int-int-int-int-System.String}
Adds a picture to the collection.
@@ -130,17 +130,17 @@ Adds a picture to the collection.
```python
-def add(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, file_name):
+def add(self, top_row, left_column, bottom_row, right_column, file_name):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
| file_name | System.String | Image filename. |
### Example
@@ -154,7 +154,7 @@ pictures.add(1, 1, 5, 5, "image.jpg")
```
-## add(self, upper_left_row, upper_left_column, stream, width_scale, height_scale) {#int-int-io.RawIOBase-int-int}
+## add(self, top_row, left_column, stream, width_scale, height_scale) {#int-int-io.RawIOBase-int-int}
Adds a picture to the collection.
@@ -167,15 +167,15 @@ Adds a picture to the collection.
```python
-def add(self, upper_left_row, upper_left_column, stream, width_scale, height_scale):
+def add(self, top_row, left_column, stream, width_scale, height_scale):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
| stream | io.RawIOBase | Stream object which contains the image data. |
| width_scale | int | Scale of image width, a percentage. |
| height_scale | int | Scale of image height, a percentage. |
@@ -192,7 +192,7 @@ with open("image.jpg", "rb") as fs:
```
-## add(self, upper_left_row, upper_left_column, file_name, width_scale, height_scale) {#int-int-System.String-int-int}
+## add(self, top_row, left_column, file_name, width_scale, height_scale) {#int-int-System.String-int-int}
Adds a picture to the collection.
@@ -205,15 +205,15 @@ Adds a picture to the collection.
```python
-def add(self, upper_left_row, upper_left_column, file_name, width_scale, height_scale):
+def add(self, top_row, left_column, file_name, width_scale, height_scale):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
| file_name | System.String | Image filename. |
| width_scale | int | Scale of image width, a percentage. |
| height_scale | int | Scale of image height, a percentage. |
diff --git a/english/aspose.cells.drawing/radiobutton/_index.md b/english/aspose.cells.drawing/radiobutton/_index.md
index 2493622545..038406655a 100644
--- a/english/aspose.cells.drawing/radiobutton/_index.md
+++ b/english/aspose.cells.drawing/radiobutton/_index.md
@@ -142,7 +142,7 @@ The RadioButton type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/radiobutton/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/radiobutton/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/radiobutton/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/radiobutton/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/radiobutton/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/radiobutton/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/radiobutton/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/radiobutton/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/radiobutton/move_to_range/_index.md b/english/aspose.cells.drawing/radiobutton/move_to_range/_index.md
index 2f9bb95a62..81f71cc698 100644
--- a/english/aspose.cells.drawing/radiobutton/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/radiobutton/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/radiobutton/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/rectangleshape/_index.md b/english/aspose.cells.drawing/rectangleshape/_index.md
index f42040ef0c..31c4248373 100644
--- a/english/aspose.cells.drawing/rectangleshape/_index.md
+++ b/english/aspose.cells.drawing/rectangleshape/_index.md
@@ -139,7 +139,7 @@ The RectangleShape type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/rectangleshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/rectangleshape/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/rectangleshape/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/rectangleshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/rectangleshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/rectangleshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/rectangleshape/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/rectangleshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/rectangleshape/move_to_range/_index.md b/english/aspose.cells.drawing/rectangleshape/move_to_range/_index.md
index 3e37328cb3..742e33327a 100644
--- a/english/aspose.cells.drawing/rectangleshape/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/rectangleshape/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/rectangleshape/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/scrollbar/_index.md b/english/aspose.cells.drawing/scrollbar/_index.md
index 89d581121b..e63f9d32c9 100644
--- a/english/aspose.cells.drawing/scrollbar/_index.md
+++ b/english/aspose.cells.drawing/scrollbar/_index.md
@@ -146,7 +146,7 @@ The ScrollBar type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/scrollbar/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/scrollbar/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/scrollbar/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/scrollbar/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/scrollbar/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/scrollbar/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/scrollbar/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/scrollbar/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/scrollbar/move_to_range/_index.md b/english/aspose.cells.drawing/scrollbar/move_to_range/_index.md
index a0cc1e7c8f..7b6707da92 100644
--- a/english/aspose.cells.drawing/scrollbar/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/scrollbar/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/scrollbar/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/shape/_index.md b/english/aspose.cells.drawing/shape/_index.md
index 35168c6343..2c57c5d9a6 100644
--- a/english/aspose.cells.drawing/shape/_index.md
+++ b/english/aspose.cells.drawing/shape/_index.md
@@ -134,7 +134,7 @@ The Shape type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/shape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/shape/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/shape/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/shape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/shape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/shape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/shape/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/shape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/shape/move_to_range/_index.md b/english/aspose.cells.drawing/shape/move_to_range/_index.md
index 186a067d65..3348c2ce7f 100644
--- a/english/aspose.cells.drawing/shape/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/shape/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shape/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/shapecollection/_index.md b/english/aspose.cells.drawing/shapecollection/_index.md
index f6147c4b31..535ec852f1 100644
--- a/english/aspose.cells.drawing/shapecollection/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/_index.md
@@ -29,8 +29,8 @@ The ShapeCollection type exposes the following members:
| [`add_shape_in_chart(self, type, placement, left, top, right, bottom)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_shape_in_chart/#aspose.cells.drawing.msodrawingtype-aspose.cells.drawing.placementtype-int-int-int-int) | Add a shape to chart .All unit is 1/4000 of chart area. |
| [`add_shape_in_chart_by_scale(self, type, placement, left, top, right, bottom)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/#aspose.cells.drawing.msodrawingtype-aspose.cells.drawing.placementtype-float-float-float-float) | Add a shape to chart. All unit is percent scale of chart area. |
| [`add_shape_in_chart_by_scale(self, type, placement, left, top, right, bottom, image_data)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/#aspose.cells.drawing.msodrawingtype-aspose.cells.drawing.placementtype-float-float-float-float-bytes) | Add a shape to chart .All unit is 1/4000 of chart area. |
-| [`add_picture(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, stream)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_picture/#int-int-int-int-io.rawiobase) | Adds a picture to the collection. |
-| [`add_picture(self, upper_left_row, upper_left_column, stream, width_scale, height_scale)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_picture/#int-int-io.rawiobase-int-int) | Adds a picture to the collection. |
+| [`add_picture(self, top_row, left_column, bottom_row, right_column, stream)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_picture/#int-int-int-int-io.rawiobase) | Adds a picture to the collection. |
+| [`add_picture(self, top_row, left_column, stream, width_scale, height_scale)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_picture/#int-int-io.rawiobase-int-int) | Adds a picture to the collection. |
| [`copy_to(self, array)`](/cells/python-net/aspose.cells.drawing/shapecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. |
| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.drawing/shapecollection/copy_to/#int-list-int-int) | Copies a range of elements from the array list to a compatible one-dimensional array list, starting at the specified index of the target array list. |
| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/shapecollection/index_of/#aspose.cells.drawing.shape-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. |
@@ -40,37 +40,38 @@ The ShapeCollection type exposes the following members:
| [`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/#system.string) | 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. |
-| [`add_equation(self, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_equation/#int-int-int-int-int-int) | Add an equation object to the worksheet. |
-| [`add_spinner(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_spinner/#int-int-int-int-int-int) | Adds a Spinner to the worksheet. |
-| [`add_scroll_bar(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_scroll_bar/#int-int-int-int-int-int) | Adds a ScrollBar to the worksheet. |
-| [`add_radio_button(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_radio_button/#int-int-int-int-int-int) | Adds a RadioButton to the worksheet. |
-| [`add_list_box(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_list_box/#int-int-int-int-int-int) | Adds a ListBox to the worksheet. |
-| [`add_combo_box(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_combo_box/#int-int-int-int-int-int) | Adds a ComboBox to the worksheet. |
-| [`add_group_box(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_group_box/#int-int-int-int-int-int) | Adds a GroupBox to the worksheet. |
-| [`add_button(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_button/#int-int-int-int-int-int) | Adds a Button to the worksheet. |
-| [`add_label(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_label/#int-int-int-int-int-int) | Adds a Label to the worksheet. |
+| [`add_check_box(self, top_row, top, 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, top_row, top, 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. |
+| [`add_equation(self, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_equation/#int-int-int-int-int-int) | Adds an equation object to the worksheet. |
+| [`add_la_te_x_equation(self, top_row, top, left_column, left, height, width, latex)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_la_te_x_equation/#int-int-int-int-int-int-system.string) | Adds an equation object to the worksheet using LaTeX format strings. |
+| [`add_spinner(self, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_spinner/#int-int-int-int-int-int) | Adds a Spinner to the worksheet. |
+| [`add_scroll_bar(self, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_scroll_bar/#int-int-int-int-int-int) | Adds a ScrollBar to the worksheet. |
+| [`add_radio_button(self, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_radio_button/#int-int-int-int-int-int) | Adds a RadioButton to the worksheet. |
+| [`add_list_box(self, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_list_box/#int-int-int-int-int-int) | Adds a ListBox to the worksheet. |
+| [`add_combo_box(self, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_combo_box/#int-int-int-int-int-int) | Adds a ComboBox to the worksheet. |
+| [`add_group_box(self, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_group_box/#int-int-int-int-int-int) | Adds a GroupBox to the worksheet. |
+| [`add_button(self, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_button/#int-int-int-int-int-int) | Adds a Button to the worksheet. |
+| [`add_label(self, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_label/#int-int-int-int-int-int) | Adds a Label to the worksheet. |
| [`add_label_in_chart(self, top, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_label_in_chart/#int-int-int-int) | Adds a label to the chart. |
| [`add_text_box_in_chart(self, top, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_text_box_in_chart/#int-int-int-int) | Adds a textbox to the chart. |
| [`add_text_effect_in_chart(self, effect, text, font_name, size, font_bold, font_italic, top, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_text_effect_in_chart/#aspose.cells.drawing.msopresettexteffect-system.string-system.string-int-bool-bool-int-int-int-int) | Inserts a WordArt object to the chart |
-| [`add_text_effect(self, effect, text, font_name, size, font_bold, font_italic, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_text_effect/#aspose.cells.drawing.msopresettexteffect-system.string-system.string-int-bool-bool-int-int-int-int-int-int) | Inserts a WordArt object. |
-| [`add_word_art(self, style, text, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_word_art/#aspose.cells.drawing.presetwordartstyle-system.string-int-int-int-int-int-int) | Adds preset WordArt since Excel 2007.s |
-| [`add_rectangle(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_rectangle/#int-int-int-int-int-int) | Adds a RectangleShape to the worksheet. |
-| [`add_oval(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_oval/#int-int-int-int-int-int) | Adds a Oval to the worksheet. |
-| [`add_line(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_line/#int-int-int-int-int-int) | Adds a LineShape to the worksheet. |
+| [`add_text_effect(self, effect, text, font_name, size, font_bold, font_italic, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_text_effect/#aspose.cells.drawing.msopresettexteffect-system.string-system.string-int-bool-bool-int-int-int-int-int-int) | Inserts a WordArt object. |
+| [`add_word_art(self, style, text, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_word_art/#aspose.cells.drawing.presetwordartstyle-system.string-int-int-int-int-int-int) | Adds preset WordArt since Excel 2007.s |
+| [`add_rectangle(self, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_rectangle/#int-int-int-int-int-int) | Adds a RectangleShape to the worksheet. |
+| [`add_oval(self, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_oval/#int-int-int-int-int-int) | Adds a Oval to the worksheet. |
+| [`add_line(self, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_line/#int-int-int-int-int-int) | Adds a LineShape to the worksheet. |
| [`add_free_floating_shape(self, type, top, left, height, width, image_data, is_original_size)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_free_floating_shape/#aspose.cells.drawing.msodrawingtype-int-int-int-int-bytes-bool) | Adds a free floating shape to the worksheet.Only applies for line/image shape. |
-| [`add_arc(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_arc/#int-int-int-int-int-int) | Adds a ArcShape to the worksheet. |
-| [`add_shape(self, type, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_shape/#aspose.cells.drawing.msodrawingtype-int-int-int-int-int-int) | Adds a Shape to the worksheet. |
-| [`add_auto_shape(self, type, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_auto_shape/#aspose.cells.drawing.autoshapetype-int-int-int-int-int-int) | Adds a AutoShape to the worksheet. |
+| [`add_arc(self, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_arc/#int-int-int-int-int-int) | Adds a ArcShape to the worksheet. |
+| [`add_shape(self, type, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_shape/#aspose.cells.drawing.msodrawingtype-int-int-int-int-int-int) | Adds a Shape to the worksheet. |
+| [`add_auto_shape(self, type, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_auto_shape/#aspose.cells.drawing.autoshapetype-int-int-int-int-int-int) | Adds a AutoShape to the worksheet. |
| [`add_auto_shape_in_chart(self, type, top, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_auto_shape_in_chart/#aspose.cells.drawing.autoshapetype-int-int-int-int) | Adds a AutoShape to the chart. |
| [`add_active_x_control(self, type, top_row, top, left_column, left, width, height)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_active_x_control/#aspose.cells.drawing.activexcontrols.controltype-int-int-int-int-int-int) | Creates an Activex Control. |
-| [`add_svg(self, upper_left_row, top, upper_left_column, left, height, width, svg_data, compatible_image_data)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_svg/#int-int-int-int-int-int-bytes-bytes) | Adds svg image. |
-| [`add_icons(self, upper_left_row, top, upper_left_column, left, height, width, image_byte_data, compatible_image_data)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_icons/#int-int-int-int-int-int-bytes-bytes) | Adds svg image. |
-| [`add_linked_picture(self, upper_left_row, upper_left_column, height, width, source_full_name)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_linked_picture/#int-int-int-int-system.string) | Add a linked picture. |
-| [`add_ole_object_with_linked_image(self, upper_left_row, upper_left_column, height, width, source_full_name)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_ole_object_with_linked_image/#int-int-int-int-system.string) | Add a linked picture. |
+| [`add_svg(self, top_row, top, left_column, left, height, width, svg_data, compatible_image_data)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_svg/#int-int-int-int-int-int-bytes-bytes) | Adds svg image. |
+| [`add_icons(self, top_row, top, left_column, left, height, width, image_byte_data, compatible_image_data)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_icons/#int-int-int-int-int-int-bytes-bytes) | Adds svg image. |
+| [`add_linked_picture(self, top_row, left_column, height, width, source_full_name)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_linked_picture/#int-int-int-int-system.string) | Add a linked picture. |
+| [`add_ole_object_with_linked_image(self, top_row, left_column, height, width, source_full_name)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_ole_object_with_linked_image/#int-int-int-int-system.string) | Add a linked picture. |
| [`add_picture_in_chart(self, top, left, stream, width_scale, height_scale)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_picture_in_chart/#int-int-io.rawiobase-int-int) | Adds a picture to the chart. |
-| [`add_ole_object(self, upper_left_row, top, upper_left_column, left, height, width, image_data)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_ole_object/#int-int-int-int-int-int-bytes) | Adds an OleObject. |
+| [`add_ole_object(self, top_row, top, left_column, left, height, width, image_data)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_ole_object/#int-int-int-int-int-int-bytes) | Adds an OleObject. |
| [`copy_comments_in_range(self, shapes, ca, dest_row, dest_column)`](/cells/python-net/aspose.cells.drawing/shapecollection/copy_comments_in_range/#aspose.cells.drawing.shapecollection-aspose.cells.cellarea-int-int) | Copy all comments in the range. |
| [`copy_in_range(self, source_shapes, ca, dest_row, dest_column, is_contained)`](/cells/python-net/aspose.cells.drawing/shapecollection/copy_in_range/#aspose.cells.drawing.shapecollection-aspose.cells.cellarea-int-int-bool) | Copy shapes in the range to destination range. |
| [`delete_in_range(self, ca)`](/cells/python-net/aspose.cells.drawing/shapecollection/delete_in_range/#aspose.cells.cellarea) | Delete shapes in the range.Comment shapes will not be deleted. |
@@ -79,8 +80,8 @@ The ShapeCollection type exposes the following members:
| [`ungroup(self, group)`](/cells/python-net/aspose.cells.drawing/shapecollection/ungroup/#aspose.cells.drawing.groupshape) | Ungroups the shape items. |
| [`remove_a_shape(self, shape)`](/cells/python-net/aspose.cells.drawing/shapecollection/remove_a_shape/#aspose.cells.drawing.shape) | Add API for Python Via .Net.since this API is unsupported |
| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/shapecollection/update_selected_value/#) | Update the selected value by the value of the linked cell or range of the shape. |
-| [`add_freeform(self, upper_left_row, top, upper_left_column, left, height, width, paths)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_freeform/#int-int-int-int-int-int-list) | Adds a freeform shape to the worksheet. |
-| [`add_signature_line(self, upper_left_row, upper_left_column, signature_line)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_signature_line/#int-int-aspose.cells.drawing.signatureline) | Adds a Signature Line to the worksheet. |
+| [`add_freeform(self, top_row, top, left_column, left, height, width, paths)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_freeform/#int-int-int-int-int-int-list) | Adds a freeform shape to the worksheet. |
+| [`add_signature_line(self, top_row, left_column, signature_line)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_signature_line/#int-int-aspose.cells.drawing.signatureline) | Adds a Signature Line to the worksheet. |
| [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing/shapecollection/binary_search/#aspose.cells.drawing.shape) | 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/shapecollection/add_arc/_index.md b/english/aspose.cells.drawing/shapecollection/add_arc/_index.md
index 9d55449c64..30d41d1d57 100644
--- a/english/aspose.cells.drawing/shapecollection/add_arc/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_arc/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_arc/
is_root: false
---
-## add_arc(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int}
+## add_arc(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int}
Adds a ArcShape to the worksheet.
@@ -21,16 +21,16 @@ A ArcShape object.
```python
-def add_arc(self, upper_left_row, top, upper_left_column, left, height, width):
+def add_arc(self, top_row, top, left_column, left, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of ArcShape from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of ArcShape from its left column, in unit of pixel. |
| height | int | Represents the height of ArcShape, in unit of pixel. |
| width | int | Represents the width of ArcShape, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_auto_shape/_index.md b/english/aspose.cells.drawing/shapecollection/add_auto_shape/_index.md
index b53a656b61..be5b0bec5c 100644
--- a/english/aspose.cells.drawing/shapecollection/add_auto_shape/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_auto_shape/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_auto_shape/
is_root: false
---
-## add_auto_shape(self, type, upper_left_row, top, upper_left_column, left, height, width) {#aspose.cells.drawing.AutoShapeType-int-int-int-int-int-int}
+## add_auto_shape(self, type, top_row, top, left_column, left, height, width) {#aspose.cells.drawing.AutoShapeType-int-int-int-int-int-int}
Adds a AutoShape to the worksheet.
@@ -21,7 +21,7 @@ A Shape object.
```python
-def add_auto_shape(self, type, upper_left_row, top, upper_left_column, left, height, width):
+def add_auto_shape(self, type, top_row, top, left_column, left, height, width):
...
```
@@ -29,9 +29,9 @@ def add_auto_shape(self, type, upper_left_row, top, upper_left_column, left, hei
| Parameter | Type | Description |
| :- | :- | :- |
| type | aspose.cells.drawing.AutoShapeType | Auto shape type. |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of Shape from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of Shape from its left column, in unit of pixel. |
| height | int | Represents the height of Shape, in unit of pixel. |
| width | int | Represents the width of Shape, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_button/_index.md b/english/aspose.cells.drawing/shapecollection/add_button/_index.md
index 36d9958bef..2c1333cb03 100644
--- a/english/aspose.cells.drawing/shapecollection/add_button/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_button/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_button/
is_root: false
---
-## add_button(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int}
+## add_button(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int}
Adds a Button to the worksheet.
@@ -21,16 +21,16 @@ A Button object.
```python
-def add_button(self, upper_left_row, top, upper_left_column, left, height, width):
+def add_button(self, top_row, top, left_column, left, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of Button from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of Button from its left column, in unit of pixel. |
| height | int | Represents the height of Button, in unit of pixel. |
| width | int | Represents the width of Button, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_check_box/_index.md b/english/aspose.cells.drawing/shapecollection/add_check_box/_index.md
index 12a9d6d15e..dbaac41863 100644
--- a/english/aspose.cells.drawing/shapecollection/add_check_box/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_check_box/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_check_box/
is_root: false
---
-## add_check_box(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int}
+## add_check_box(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int}
Adds a checkbox to the worksheet.
@@ -21,16 +21,16 @@ The new CheckBox object index.
```python
-def add_check_box(self, upper_left_row, top, upper_left_column, left, height, width):
+def add_check_box(self, top_row, top, left_column, left, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of checkbox from its top row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of textbox from its left column, in unit of pixel. |
| height | int | Height of textbox, in unit of pixel. |
| width | int | Width of textbox, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_combo_box/_index.md b/english/aspose.cells.drawing/shapecollection/add_combo_box/_index.md
index 8adcfbda0a..692e7df95f 100644
--- a/english/aspose.cells.drawing/shapecollection/add_combo_box/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_combo_box/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_combo_box/
is_root: false
---
-## add_combo_box(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int}
+## add_combo_box(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int}
Adds a ComboBox to the worksheet.
@@ -21,16 +21,16 @@ A ComboBox object.
```python
-def add_combo_box(self, upper_left_row, top, upper_left_column, left, height, width):
+def add_combo_box(self, top_row, top, left_column, left, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of ComboBox from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of ComboBox from its left column, in unit of pixel. |
| height | int | Represents the height of ComboBox, in unit of pixel. |
| width | int | Represents the width of ComboBox, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_equation/_index.md b/english/aspose.cells.drawing/shapecollection/add_equation/_index.md
index ce80028559..f89de5def0 100644
--- a/english/aspose.cells.drawing/shapecollection/add_equation/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_equation/_index.md
@@ -10,7 +10,7 @@ is_root: false
## add_equation(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int}
-Add an equation object to the worksheet.
+Adds an equation object to the worksheet.
### Returns
diff --git a/english/aspose.cells.drawing/shapecollection/add_freeform/_index.md b/english/aspose.cells.drawing/shapecollection/add_freeform/_index.md
index 17c58f86b4..b70d34eb5e 100644
--- a/english/aspose.cells.drawing/shapecollection/add_freeform/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_freeform/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_freeform/
is_root: false
---
-## add_freeform(self, upper_left_row, top, upper_left_column, left, height, width, paths) {#int-int-int-int-int-int-list}
+## add_freeform(self, top_row, top, left_column, left, height, width, paths) {#int-int-int-int-int-int-list}
Adds a freeform shape to the worksheet.
@@ -21,16 +21,16 @@ A freeform shape.
```python
-def add_freeform(self, upper_left_row, top, upper_left_column, left, height, width, paths):
+def add_freeform(self, top_row, top, left_column, left, height, width, paths):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of freeform shape from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of freeform shape from its left column, in unit of pixel. |
| height | int | Represents the height of freeform shape, in unit of pixel. |
| width | int | Represents the width of freeform shape, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_group_box/_index.md b/english/aspose.cells.drawing/shapecollection/add_group_box/_index.md
index d1ab0f0019..02ce2ed579 100644
--- a/english/aspose.cells.drawing/shapecollection/add_group_box/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_group_box/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_group_box/
is_root: false
---
-## add_group_box(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int}
+## add_group_box(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int}
Adds a GroupBox to the worksheet.
@@ -21,16 +21,16 @@ A GroupBox object.
```python
-def add_group_box(self, upper_left_row, top, upper_left_column, left, height, width):
+def add_group_box(self, top_row, top, left_column, left, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of GroupBox from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of GroupBox from its left column, in unit of pixel. |
| height | int | Represents the height of GroupBox, in unit of pixel. |
| width | int | Represents the width of GroupBox, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_icons/_index.md b/english/aspose.cells.drawing/shapecollection/add_icons/_index.md
index a6542ce18b..2abbb1150f 100644
--- a/english/aspose.cells.drawing/shapecollection/add_icons/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_icons/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_icons/
is_root: false
---
-## add_icons(self, upper_left_row, top, upper_left_column, left, height, width, image_byte_data, compatible_image_data) {#int-int-int-int-int-int-bytes-bytes}
+## add_icons(self, top_row, top, left_column, left, height, width, image_byte_data, compatible_image_data) {#int-int-int-int-int-int-bytes-bytes}
Adds svg image.
@@ -21,16 +21,16 @@ Adds svg image.
```python
-def add_icons(self, upper_left_row, top, upper_left_column, left, height, width, image_byte_data, compatible_image_data):
+def add_icons(self, top_row, top, left_column, left, height, width, image_byte_data, compatible_image_data):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of shape from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | The horizontal offset of shape from its left column, in unit of pixel. |
| height | int | The height of shape, in unit of pixel. |
| width | int | The width of shape, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_la_te_x_equation/_index.md b/english/aspose.cells.drawing/shapecollection/add_la_te_x_equation/_index.md
new file mode 100644
index 0000000000..0d449998d8
--- /dev/null
+++ b/english/aspose.cells.drawing/shapecollection/add_la_te_x_equation/_index.md
@@ -0,0 +1,56 @@
+---
+title: add_la_te_x_equation method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 150
+url: /aspose.cells.drawing/shapecollection/add_la_te_x_equation/
+is_root: false
+---
+
+## add_la_te_x_equation(self, top_row, top, left_column, left, height, width, latex) {#int-int-int-int-int-int-System.String}
+
+Adds an equation object to the worksheet using LaTeX format strings.
+
+
+### Returns
+
+
+
+
+
+```python
+
+def add_la_te_x_equation(self, top_row, top, left_column, left, height, width, latex):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| top_row | int | The top row index. |
+| top | int | The vertical offset its top row, in unit of pixel. |
+| left_column | int | The left column index. |
+| left | int | The horizontal offset from its left column, in unit of pixel. |
+| height | int | The height of equation, in unit of pixel. |
+| width | int | The width of equation, in unit of pixel. |
+| latex | System.String | LaTeX format string |
+
+### Example
+
+
+```python
+
+# LaTeX format string.
+latex = "\\alpha + \\frac{\\partial^2}{\\partial x_1\\partial x_2}y - \\left ( a + b \\right )+_{a}^{b}\\beta"
+# Adds an equation object to the worksheet.
+textBox = shapes.add_la_te_x_equation(1, 0, 1, 0, 100, 300, latex)
+
+```
+
+
+
+### See Also
+* module [`aspose.cells.drawing`](../../)
+* class [`ShapeCollection`](/cells/python-net/aspose.cells.drawing/shapecollection)
+* class [`TextBox`](/cells/python-net/aspose.cells.drawing/textbox)
diff --git a/english/aspose.cells.drawing/shapecollection/add_label/_index.md b/english/aspose.cells.drawing/shapecollection/add_label/_index.md
index 80960365fe..3af5e2b2e1 100644
--- a/english/aspose.cells.drawing/shapecollection/add_label/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_label/_index.md
@@ -3,12 +3,12 @@ title: add_label method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 160
url: /aspose.cells.drawing/shapecollection/add_label/
is_root: false
---
-## add_label(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int}
+## add_label(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int}
Adds a Label to the worksheet.
@@ -21,16 +21,16 @@ A Label object.
```python
-def add_label(self, upper_left_row, top, upper_left_column, left, height, width):
+def add_label(self, top_row, top, left_column, left, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of Label from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of Label from its left column, in unit of pixel. |
| height | int | Represents the height of Label, in unit of pixel. |
| width | int | Represents the width of Label, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_label_in_chart/_index.md b/english/aspose.cells.drawing/shapecollection/add_label_in_chart/_index.md
index decfba28eb..a9024308c0 100644
--- a/english/aspose.cells.drawing/shapecollection/add_label_in_chart/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_label_in_chart/_index.md
@@ -3,7 +3,7 @@ title: add_label_in_chart method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 170
url: /aspose.cells.drawing/shapecollection/add_label_in_chart/
is_root: false
---
diff --git a/english/aspose.cells.drawing/shapecollection/add_line/_index.md b/english/aspose.cells.drawing/shapecollection/add_line/_index.md
index cffe72a1a8..6604f73e60 100644
--- a/english/aspose.cells.drawing/shapecollection/add_line/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_line/_index.md
@@ -3,12 +3,12 @@ title: add_line method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 180
url: /aspose.cells.drawing/shapecollection/add_line/
is_root: false
---
-## add_line(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int}
+## add_line(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int}
Adds a LineShape to the worksheet.
@@ -21,16 +21,16 @@ A LineShape object.
```python
-def add_line(self, upper_left_row, top, upper_left_column, left, height, width):
+def add_line(self, top_row, top, left_column, left, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of LineShape from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of LineShape from its left column, in unit of pixel. |
| height | int | Represents the height of LineShape, in unit of pixel. |
| width | int | Represents the width of LineShape, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_linked_picture/_index.md b/english/aspose.cells.drawing/shapecollection/add_linked_picture/_index.md
index 20c2f5833e..1d130e2f0c 100644
--- a/english/aspose.cells.drawing/shapecollection/add_linked_picture/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_linked_picture/_index.md
@@ -3,12 +3,12 @@ title: add_linked_picture method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 190
url: /aspose.cells.drawing/shapecollection/add_linked_picture/
is_root: false
---
-## add_linked_picture(self, upper_left_row, upper_left_column, height, width, source_full_name) {#int-int-int-int-System.String}
+## add_linked_picture(self, top_row, left_column, height, width, source_full_name) {#int-int-int-int-System.String}
Add a linked picture.
@@ -21,15 +21,15 @@ Add a linked picture.
```python
-def add_linked_picture(self, upper_left_row, upper_left_column, height, width, source_full_name):
+def add_linked_picture(self, top_row, left_column, height, width, source_full_name):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
| height | int | The height of the shape. In unit of pixels |
| width | int | The width of the shape. In unit of pixels |
| source_full_name | System.String | The path and name of the source file for the linked image |
diff --git a/english/aspose.cells.drawing/shapecollection/add_list_box/_index.md b/english/aspose.cells.drawing/shapecollection/add_list_box/_index.md
index 979da5a2d8..7a0cf94a44 100644
--- a/english/aspose.cells.drawing/shapecollection/add_list_box/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_list_box/_index.md
@@ -3,12 +3,12 @@ title: add_list_box method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 200
url: /aspose.cells.drawing/shapecollection/add_list_box/
is_root: false
---
-## add_list_box(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int}
+## add_list_box(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int}
Adds a ListBox to the worksheet.
@@ -21,16 +21,16 @@ A ListBox object.
```python
-def add_list_box(self, upper_left_row, top, upper_left_column, left, height, width):
+def add_list_box(self, top_row, top, left_column, left, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of ListBox from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of ListBox from its left column, in unit of pixel. |
| height | int | Represents the height of ListBox, in unit of pixel. |
| width | int | Represents the width of ListBox, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_ole_object/_index.md b/english/aspose.cells.drawing/shapecollection/add_ole_object/_index.md
index 3449c34f2f..93398e4e8a 100644
--- a/english/aspose.cells.drawing/shapecollection/add_ole_object/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_ole_object/_index.md
@@ -3,12 +3,12 @@ title: add_ole_object method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 210
url: /aspose.cells.drawing/shapecollection/add_ole_object/
is_root: false
---
-## add_ole_object(self, upper_left_row, top, upper_left_column, left, height, width, image_data) {#int-int-int-int-int-int-bytes}
+## add_ole_object(self, top_row, top, left_column, left, height, width, image_data) {#int-int-int-int-int-int-bytes}
Adds an OleObject.
@@ -21,16 +21,16 @@ Adds an OleObject.
```python
-def add_ole_object(self, upper_left_row, top, upper_left_column, left, height, width, image_data):
+def add_ole_object(self, top_row, top, left_column, left, height, width, image_data):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | |
+| top_row | int | |
| top | int | |
-| upper_left_column | int | |
+| left_column | int | |
| left | int | |
| height | int | |
| width | int | |
diff --git a/english/aspose.cells.drawing/shapecollection/add_ole_object_with_linked_image/_index.md b/english/aspose.cells.drawing/shapecollection/add_ole_object_with_linked_image/_index.md
index e7450822df..2f812b3dbe 100644
--- a/english/aspose.cells.drawing/shapecollection/add_ole_object_with_linked_image/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_ole_object_with_linked_image/_index.md
@@ -3,12 +3,12 @@ title: add_ole_object_with_linked_image method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 220
url: /aspose.cells.drawing/shapecollection/add_ole_object_with_linked_image/
is_root: false
---
-## add_ole_object_with_linked_image(self, upper_left_row, upper_left_column, height, width, source_full_name) {#int-int-int-int-System.String}
+## add_ole_object_with_linked_image(self, top_row, left_column, height, width, source_full_name) {#int-int-int-int-System.String}
Add a linked picture.
@@ -21,15 +21,15 @@ Add a linked picture.
```python
-def add_ole_object_with_linked_image(self, upper_left_row, upper_left_column, height, width, source_full_name):
+def add_ole_object_with_linked_image(self, top_row, left_column, height, width, source_full_name):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
| height | int | The height of the shape. In unit of pixels |
| width | int | The width of the shape. In unit of pixels |
| source_full_name | System.String | The path and name of the source file for the linked image |
diff --git a/english/aspose.cells.drawing/shapecollection/add_oval/_index.md b/english/aspose.cells.drawing/shapecollection/add_oval/_index.md
index 50336e3003..9691a9607f 100644
--- a/english/aspose.cells.drawing/shapecollection/add_oval/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_oval/_index.md
@@ -3,12 +3,12 @@ title: add_oval method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 230
url: /aspose.cells.drawing/shapecollection/add_oval/
is_root: false
---
-## add_oval(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int}
+## add_oval(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int}
Adds a Oval to the worksheet.
@@ -21,16 +21,16 @@ A Oval object.
```python
-def add_oval(self, upper_left_row, top, upper_left_column, left, height, width):
+def add_oval(self, top_row, top, left_column, left, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of Oval from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of Oval from its left column, in unit of pixel. |
| height | int | Represents the height of Oval, in unit of pixel. |
| width | int | Represents the width of Oval, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_picture/_index.md b/english/aspose.cells.drawing/shapecollection/add_picture/_index.md
index bae71a58d4..e428e58875 100644
--- a/english/aspose.cells.drawing/shapecollection/add_picture/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_picture/_index.md
@@ -3,12 +3,12 @@ title: add_picture method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 240
url: /aspose.cells.drawing/shapecollection/add_picture/
is_root: false
---
-## add_picture(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, stream) {#int-int-int-int-io.RawIOBase}
+## add_picture(self, top_row, left_column, bottom_row, right_column, stream) {#int-int-int-int-io.RawIOBase}
Adds a picture to the collection.
@@ -21,17 +21,17 @@ Adds a picture to the collection.
```python
-def add_picture(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, stream):
+def add_picture(self, top_row, left_column, bottom_row, right_column, stream):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
| stream | io.RawIOBase | Stream object which contains the image data. |
### Example
@@ -46,7 +46,7 @@ with open("image.jpg", "rb") as fs:
```
-## add_picture(self, upper_left_row, upper_left_column, stream, width_scale, height_scale) {#int-int-io.RawIOBase-int-int}
+## add_picture(self, top_row, left_column, stream, width_scale, height_scale) {#int-int-io.RawIOBase-int-int}
Adds a picture to the collection.
@@ -59,15 +59,15 @@ Adds a picture to the collection.
```python
-def add_picture(self, upper_left_row, upper_left_column, stream, width_scale, height_scale):
+def add_picture(self, top_row, left_column, stream, width_scale, height_scale):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
| stream | io.RawIOBase | Stream object which contains the image data. |
| width_scale | int | Scale of image width, a percentage. |
| height_scale | int | Scale of image height, a percentage. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_picture_in_chart/_index.md b/english/aspose.cells.drawing/shapecollection/add_picture_in_chart/_index.md
index 306b9a2108..749d285304 100644
--- a/english/aspose.cells.drawing/shapecollection/add_picture_in_chart/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_picture_in_chart/_index.md
@@ -3,7 +3,7 @@ title: add_picture_in_chart method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 250
url: /aspose.cells.drawing/shapecollection/add_picture_in_chart/
is_root: false
---
diff --git a/english/aspose.cells.drawing/shapecollection/add_radio_button/_index.md b/english/aspose.cells.drawing/shapecollection/add_radio_button/_index.md
index 0bc74c8594..261d874a62 100644
--- a/english/aspose.cells.drawing/shapecollection/add_radio_button/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_radio_button/_index.md
@@ -3,12 +3,12 @@ title: add_radio_button method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 260
url: /aspose.cells.drawing/shapecollection/add_radio_button/
is_root: false
---
-## add_radio_button(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int}
+## add_radio_button(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int}
Adds a RadioButton to the worksheet.
@@ -21,16 +21,16 @@ A RadioButton object.
```python
-def add_radio_button(self, upper_left_row, top, upper_left_column, left, height, width):
+def add_radio_button(self, top_row, top, left_column, left, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of RadioButton from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of RadioButton from its left column, in unit of pixel. |
| height | int | Represents the height of RadioButton, in unit of pixel. |
| width | int | Represents the width of RadioButton, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_rectangle/_index.md b/english/aspose.cells.drawing/shapecollection/add_rectangle/_index.md
index 2bbf3dd6fb..4efe969efa 100644
--- a/english/aspose.cells.drawing/shapecollection/add_rectangle/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_rectangle/_index.md
@@ -3,12 +3,12 @@ title: add_rectangle method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 270
url: /aspose.cells.drawing/shapecollection/add_rectangle/
is_root: false
---
-## add_rectangle(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int}
+## add_rectangle(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int}
Adds a RectangleShape to the worksheet.
@@ -21,16 +21,16 @@ A RectangleShape object.
```python
-def add_rectangle(self, upper_left_row, top, upper_left_column, left, height, width):
+def add_rectangle(self, top_row, top, left_column, left, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of RectangleShape from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of RectangleShape from its left column, in unit of pixel. |
| height | int | Represents the height of RectangleShape, in unit of pixel. |
| width | int | Represents the width of RectangleShape, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_scroll_bar/_index.md b/english/aspose.cells.drawing/shapecollection/add_scroll_bar/_index.md
index 0f6f024ecf..07a7332fa4 100644
--- a/english/aspose.cells.drawing/shapecollection/add_scroll_bar/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_scroll_bar/_index.md
@@ -3,12 +3,12 @@ title: add_scroll_bar method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 280
url: /aspose.cells.drawing/shapecollection/add_scroll_bar/
is_root: false
---
-## add_scroll_bar(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int}
+## add_scroll_bar(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int}
Adds a ScrollBar to the worksheet.
@@ -21,16 +21,16 @@ A ScrollBar object.
```python
-def add_scroll_bar(self, upper_left_row, top, upper_left_column, left, height, width):
+def add_scroll_bar(self, top_row, top, left_column, left, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of ScrollBar from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of ScrollBar from its left column, in unit of pixel. |
| height | int | Represents the height of ScrollBar, in unit of pixel. |
| width | int | Represents the width of ScrollBar, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_shape/_index.md b/english/aspose.cells.drawing/shapecollection/add_shape/_index.md
index c83ea1ac04..8bb0f83109 100644
--- a/english/aspose.cells.drawing/shapecollection/add_shape/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_shape/_index.md
@@ -3,12 +3,12 @@ title: add_shape method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 290
url: /aspose.cells.drawing/shapecollection/add_shape/
is_root: false
---
-## add_shape(self, type, upper_left_row, top, upper_left_column, left, height, width) {#aspose.cells.drawing.MsoDrawingType-int-int-int-int-int-int}
+## add_shape(self, type, top_row, top, left_column, left, height, width) {#aspose.cells.drawing.MsoDrawingType-int-int-int-int-int-int}
Adds a Shape to the worksheet.
@@ -21,7 +21,7 @@ A Shape object.
```python
-def add_shape(self, type, upper_left_row, top, upper_left_column, left, height, width):
+def add_shape(self, type, top_row, top, left_column, left, height, width):
...
```
@@ -29,9 +29,9 @@ def add_shape(self, type, upper_left_row, top, upper_left_column, left, height,
| Parameter | Type | Description |
| :- | :- | :- |
| type | aspose.cells.drawing.MsoDrawingType | Mso drawing type. |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of Shape from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of Shape from its left column, in unit of pixel. |
| height | int | Represents the height of Shape, in unit of pixel. |
| width | int | Represents the width of Shape, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_shape_in_chart/_index.md b/english/aspose.cells.drawing/shapecollection/add_shape_in_chart/_index.md
index af96c2f24d..7a01317b81 100644
--- a/english/aspose.cells.drawing/shapecollection/add_shape_in_chart/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_shape_in_chart/_index.md
@@ -3,7 +3,7 @@ title: add_shape_in_chart method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 290
+weight: 300
url: /aspose.cells.drawing/shapecollection/add_shape_in_chart/
is_root: false
---
diff --git a/english/aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/_index.md b/english/aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/_index.md
index f992fadc49..416e154389 100644
--- a/english/aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/_index.md
@@ -3,7 +3,7 @@ title: add_shape_in_chart_by_scale method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 300
+weight: 310
url: /aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/
is_root: false
---
diff --git a/english/aspose.cells.drawing/shapecollection/add_signature_line/_index.md b/english/aspose.cells.drawing/shapecollection/add_signature_line/_index.md
index 9010592b60..3efe73a218 100644
--- a/english/aspose.cells.drawing/shapecollection/add_signature_line/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_signature_line/_index.md
@@ -3,12 +3,12 @@ title: add_signature_line method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 310
+weight: 320
url: /aspose.cells.drawing/shapecollection/add_signature_line/
is_root: false
---
-## add_signature_line(self, upper_left_row, upper_left_column, signature_line) {#int-int-aspose.cells.drawing.SignatureLine}
+## add_signature_line(self, top_row, left_column, signature_line) {#int-int-aspose.cells.drawing.SignatureLine}
Adds a Signature Line to the worksheet.
@@ -21,15 +21,15 @@ Adds a Signature Line to the worksheet.
```python
-def add_signature_line(self, upper_left_row, upper_left_column, signature_line):
+def add_signature_line(self, top_row, left_column, signature_line):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
| signature_line | aspose.cells.drawing.SignatureLine | Represents a signature line object. |
### Example
diff --git a/english/aspose.cells.drawing/shapecollection/add_spinner/_index.md b/english/aspose.cells.drawing/shapecollection/add_spinner/_index.md
index 68b20aedb6..9836376edc 100644
--- a/english/aspose.cells.drawing/shapecollection/add_spinner/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_spinner/_index.md
@@ -3,12 +3,12 @@ title: add_spinner method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 320
+weight: 330
url: /aspose.cells.drawing/shapecollection/add_spinner/
is_root: false
---
-## add_spinner(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int}
+## add_spinner(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int}
Adds a Spinner to the worksheet.
@@ -21,16 +21,16 @@ A Spinner object.
```python
-def add_spinner(self, upper_left_row, top, upper_left_column, left, height, width):
+def add_spinner(self, top_row, top, left_column, left, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of Spinner from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of Spinner from its left column, in unit of pixel. |
| height | int | Represents the height of Spinner, in unit of pixel. |
| width | int | Represents the width of Spinner, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_svg/_index.md b/english/aspose.cells.drawing/shapecollection/add_svg/_index.md
index 182767a5f8..c835cceff9 100644
--- a/english/aspose.cells.drawing/shapecollection/add_svg/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_svg/_index.md
@@ -3,12 +3,12 @@ title: add_svg method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 330
+weight: 340
url: /aspose.cells.drawing/shapecollection/add_svg/
is_root: false
---
-## add_svg(self, upper_left_row, top, upper_left_column, left, height, width, svg_data, compatible_image_data) {#int-int-int-int-int-int-bytes-bytes}
+## add_svg(self, top_row, top, left_column, left, height, width, svg_data, compatible_image_data) {#int-int-int-int-int-int-bytes-bytes}
Adds svg image.
@@ -21,16 +21,16 @@ Adds svg image.
```python
-def add_svg(self, upper_left_row, top, upper_left_column, left, height, width, svg_data, compatible_image_data):
+def add_svg(self, top_row, top, left_column, left, height, width, svg_data, compatible_image_data):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of shape from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | The horizontal offset of shape from its left column, in unit of pixel. |
| height | int | The height of shape, in unit of pixel. |
| width | int | The width of shape, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_text_box/_index.md b/english/aspose.cells.drawing/shapecollection/add_text_box/_index.md
index 858cd02cd9..67b5996105 100644
--- a/english/aspose.cells.drawing/shapecollection/add_text_box/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_text_box/_index.md
@@ -3,12 +3,12 @@ title: add_text_box method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 340
+weight: 350
url: /aspose.cells.drawing/shapecollection/add_text_box/
is_root: false
---
-## add_text_box(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int}
+## add_text_box(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int}
Adds a text box to the worksheet.
@@ -21,16 +21,16 @@ A [`TextBox`](/cells/python-net/aspose.cells.drawing/textbox) object.
```python
-def add_text_box(self, upper_left_row, top, upper_left_column, left, height, width):
+def add_text_box(self, top_row, top, left_column, left, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of textbox from its top row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of textbox from its left column, in unit of pixel. |
| height | int | Represents the height of textbox, in unit of pixel. |
| width | int | Represents the width of textbox, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_text_box_in_chart/_index.md b/english/aspose.cells.drawing/shapecollection/add_text_box_in_chart/_index.md
index 4b57169226..091d8b2e9b 100644
--- a/english/aspose.cells.drawing/shapecollection/add_text_box_in_chart/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_text_box_in_chart/_index.md
@@ -3,7 +3,7 @@ title: add_text_box_in_chart method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 350
+weight: 360
url: /aspose.cells.drawing/shapecollection/add_text_box_in_chart/
is_root: false
---
diff --git a/english/aspose.cells.drawing/shapecollection/add_text_effect/_index.md b/english/aspose.cells.drawing/shapecollection/add_text_effect/_index.md
index be91879e3d..8bd8b2f552 100644
--- a/english/aspose.cells.drawing/shapecollection/add_text_effect/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_text_effect/_index.md
@@ -3,12 +3,12 @@ title: add_text_effect method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 360
+weight: 370
url: /aspose.cells.drawing/shapecollection/add_text_effect/
is_root: false
---
-## add_text_effect(self, effect, text, font_name, size, font_bold, font_italic, upper_left_row, top, upper_left_column, left, height, width) {#aspose.cells.drawing.MsoPresetTextEffect-System.String-System.String-int-bool-bool-int-int-int-int-int-int}
+## add_text_effect(self, effect, text, font_name, size, font_bold, font_italic, top_row, top, left_column, left, height, width) {#aspose.cells.drawing.MsoPresetTextEffect-System.String-System.String-int-bool-bool-int-int-int-int-int-int}
Inserts a WordArt object.
@@ -21,7 +21,7 @@ Returns a Shape object that represents the new WordArt object.
```python
-def add_text_effect(self, effect, text, font_name, size, font_bold, font_italic, upper_left_row, top, upper_left_column, left, height, width):
+def add_text_effect(self, effect, text, font_name, size, font_bold, font_italic, top_row, top, left_column, left, height, width):
...
```
@@ -34,9 +34,9 @@ def add_text_effect(self, effect, text, font_name, size, font_bold, font_italic,
| size | int | The font size |
| font_bold | bool | Indicates whether font is bold. |
| font_italic | bool | Indicates whether font is italic. |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of shape from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of shape from its left column, in unit of pixel. |
| height | int | Represents the height of shape, in unit of pixel. |
| width | int | Represents the width of shape, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/add_text_effect_in_chart/_index.md b/english/aspose.cells.drawing/shapecollection/add_text_effect_in_chart/_index.md
index 29d4f4bebf..7da02047b2 100644
--- a/english/aspose.cells.drawing/shapecollection/add_text_effect_in_chart/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_text_effect_in_chart/_index.md
@@ -3,7 +3,7 @@ title: add_text_effect_in_chart method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 370
+weight: 380
url: /aspose.cells.drawing/shapecollection/add_text_effect_in_chart/
is_root: false
---
diff --git a/english/aspose.cells.drawing/shapecollection/add_word_art/_index.md b/english/aspose.cells.drawing/shapecollection/add_word_art/_index.md
index 9ac98157a8..99cb6659a3 100644
--- a/english/aspose.cells.drawing/shapecollection/add_word_art/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/add_word_art/_index.md
@@ -3,12 +3,12 @@ title: add_word_art method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 380
+weight: 390
url: /aspose.cells.drawing/shapecollection/add_word_art/
is_root: false
---
-## add_word_art(self, style, text, upper_left_row, top, upper_left_column, left, height, width) {#aspose.cells.drawing.PresetWordArtStyle-System.String-int-int-int-int-int-int}
+## add_word_art(self, style, text, top_row, top, left_column, left, height, width) {#aspose.cells.drawing.PresetWordArtStyle-System.String-int-int-int-int-int-int}
Adds preset WordArt since Excel 2007.s
@@ -21,7 +21,7 @@ Adds preset WordArt since Excel 2007.s
```python
-def add_word_art(self, style, text, upper_left_row, top, upper_left_column, left, height, width):
+def add_word_art(self, style, text, top_row, top, left_column, left, height, width):
...
```
@@ -30,9 +30,9 @@ def add_word_art(self, style, text, upper_left_row, top, upper_left_column, left
| :- | :- | :- |
| style | aspose.cells.drawing.PresetWordArtStyle | The preset WordArt Style. |
| text | System.String | The text. |
-| upper_left_row | int | Upper left row index. |
+| top_row | int | Upper left row index. |
| top | int | Represents the vertical offset of shape from its left row, in unit of pixel. |
-| upper_left_column | int | Upper left column index. |
+| left_column | int | Upper left column index. |
| left | int | Represents the horizontal offset of shape from its left column, in unit of pixel. |
| height | int | Represents the height of shape, in unit of pixel. |
| width | int | Represents the width of shape, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/shapecollection/binary_search/_index.md b/english/aspose.cells.drawing/shapecollection/binary_search/_index.md
index c2024acb66..055bc19de1 100644
--- a/english/aspose.cells.drawing/shapecollection/binary_search/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/binary_search/_index.md
@@ -3,7 +3,7 @@ title: binary_search method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 390
+weight: 400
url: /aspose.cells.drawing/shapecollection/binary_search/
is_root: false
---
diff --git a/english/aspose.cells.drawing/shapecollection/capacity/_index.md b/english/aspose.cells.drawing/shapecollection/capacity/_index.md
index 88bd85f5ce..d1175a23ae 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: 530
+weight: 540
url: /aspose.cells.drawing/shapecollection/capacity/
is_root: false
---
diff --git a/english/aspose.cells.drawing/shapecollection/copy_comments_in_range/_index.md b/english/aspose.cells.drawing/shapecollection/copy_comments_in_range/_index.md
index 43e0c095ad..2043434806 100644
--- a/english/aspose.cells.drawing/shapecollection/copy_comments_in_range/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/copy_comments_in_range/_index.md
@@ -3,7 +3,7 @@ title: copy_comments_in_range method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 400
+weight: 410
url: /aspose.cells.drawing/shapecollection/copy_comments_in_range/
is_root: false
---
diff --git a/english/aspose.cells.drawing/shapecollection/copy_in_range/_index.md b/english/aspose.cells.drawing/shapecollection/copy_in_range/_index.md
index 7ffb205634..d6c8e732aa 100644
--- a/english/aspose.cells.drawing/shapecollection/copy_in_range/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/copy_in_range/_index.md
@@ -3,7 +3,7 @@ title: copy_in_range method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 410
+weight: 420
url: /aspose.cells.drawing/shapecollection/copy_in_range/
is_root: false
---
diff --git a/english/aspose.cells.drawing/shapecollection/copy_to/_index.md b/english/aspose.cells.drawing/shapecollection/copy_to/_index.md
index 715f740582..5954a0b9f4 100644
--- a/english/aspose.cells.drawing/shapecollection/copy_to/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/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: 420
+weight: 430
url: /aspose.cells.drawing/shapecollection/copy_to/
is_root: false
---
diff --git a/english/aspose.cells.drawing/shapecollection/delete_in_range/_index.md b/english/aspose.cells.drawing/shapecollection/delete_in_range/_index.md
index df53f0742d..8c26667bd8 100644
--- a/english/aspose.cells.drawing/shapecollection/delete_in_range/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/delete_in_range/_index.md
@@ -3,7 +3,7 @@ title: delete_in_range method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 430
+weight: 440
url: /aspose.cells.drawing/shapecollection/delete_in_range/
is_root: false
---
diff --git a/english/aspose.cells.drawing/shapecollection/delete_shape/_index.md b/english/aspose.cells.drawing/shapecollection/delete_shape/_index.md
index f7048847c0..35731bf7a3 100644
--- a/english/aspose.cells.drawing/shapecollection/delete_shape/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/delete_shape/_index.md
@@ -3,7 +3,7 @@ title: delete_shape method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 440
+weight: 450
url: /aspose.cells.drawing/shapecollection/delete_shape/
is_root: false
---
diff --git a/english/aspose.cells.drawing/shapecollection/get/_index.md b/english/aspose.cells.drawing/shapecollection/get/_index.md
index 4c81162d0c..2d56c35ff3 100644
--- a/english/aspose.cells.drawing/shapecollection/get/_index.md
+++ b/english/aspose.cells.drawing/shapecollection/get/_index.md
@@ -3,7 +3,7 @@ title: get method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 450
+weight: 460
url: /aspose.cells.drawing/shapecollection/get/
is_root: false
---
diff --git a/english/aspose.cells.drawing/shapecollection/group/_index.md b/english/aspose.cells.drawing/shapecollection/group/_index.md
index 7cff75fb94..c5d92885b5 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: 460
+weight: 470
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 e7ee69e9ce..5b9f944a19 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: 470
+weight: 480
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 1b565f8446..a77621c3c2 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: 480
+weight: 490
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 841e5dba02..09273196dc 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: 490
+weight: 500
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 716ad5cd52..d1b7b1fd86 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: 500
+weight: 510
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 dfe91853a1..3ea57fe4f1 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: 510
+weight: 520
url: /aspose.cells.drawing/shapecollection/update_selected_value/
is_root: false
---
diff --git a/english/aspose.cells.drawing/slicershape/_index.md b/english/aspose.cells.drawing/slicershape/_index.md
index c420356df0..ef95b9effa 100644
--- a/english/aspose.cells.drawing/slicershape/_index.md
+++ b/english/aspose.cells.drawing/slicershape/_index.md
@@ -139,7 +139,7 @@ The SlicerShape type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/slicershape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/slicershape/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/slicershape/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/slicershape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/slicershape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/slicershape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/slicershape/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/slicershape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/slicershape/move_to_range/_index.md b/english/aspose.cells.drawing/slicershape/move_to_range/_index.md
index d205cd5b65..91919ab562 100644
--- a/english/aspose.cells.drawing/slicershape/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/slicershape/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/slicershape/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/smartartshape/_index.md b/english/aspose.cells.drawing/smartartshape/_index.md
index 80ddc61d3f..ab131b5479 100644
--- a/english/aspose.cells.drawing/smartartshape/_index.md
+++ b/english/aspose.cells.drawing/smartartshape/_index.md
@@ -139,7 +139,7 @@ The SmartArtShape type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/smartartshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/smartartshape/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/smartartshape/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/smartartshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/smartartshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/smartartshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/smartartshape/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/smartartshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/smartartshape/move_to_range/_index.md b/english/aspose.cells.drawing/smartartshape/move_to_range/_index.md
index bd779fc934..cd02430590 100644
--- a/english/aspose.cells.drawing/smartartshape/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/smartartshape/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/smartartshape/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/spinner/_index.md b/english/aspose.cells.drawing/spinner/_index.md
index d30b7671d1..ec9824321c 100644
--- a/english/aspose.cells.drawing/spinner/_index.md
+++ b/english/aspose.cells.drawing/spinner/_index.md
@@ -145,7 +145,7 @@ The Spinner type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/spinner/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/spinner/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/spinner/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/spinner/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/spinner/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/spinner/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/spinner/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/spinner/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/spinner/move_to_range/_index.md b/english/aspose.cells.drawing/spinner/move_to_range/_index.md
index 19e7b5014a..a22af0702f 100644
--- a/english/aspose.cells.drawing/spinner/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/spinner/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/spinner/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/textbox/_index.md b/english/aspose.cells.drawing/textbox/_index.md
index b2bae29aad..7651731d65 100644
--- a/english/aspose.cells.drawing/textbox/_index.md
+++ b/english/aspose.cells.drawing/textbox/_index.md
@@ -141,7 +141,7 @@ The TextBox type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/textbox/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/textbox/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/textbox/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/textbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/textbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/textbox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/textbox/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/textbox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/textbox/move_to_range/_index.md b/english/aspose.cells.drawing/textbox/move_to_range/_index.md
index f38ae1b862..1da35001cd 100644
--- a/english/aspose.cells.drawing/textbox/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/textbox/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/textbox/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/textboxcollection/_index.md b/english/aspose.cells.drawing/textboxcollection/_index.md
index f793a175f3..506be87ad1 100644
--- a/english/aspose.cells.drawing/textboxcollection/_index.md
+++ b/english/aspose.cells.drawing/textboxcollection/_index.md
@@ -33,7 +33,7 @@ The TextBoxCollection type exposes the following members:
| [`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/#system.string) | 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. |
+| [`add(self, top_row, 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/add/_index.md b/english/aspose.cells.drawing/textboxcollection/add/_index.md
index 8a436f62fe..59bf2fa31d 100644
--- a/english/aspose.cells.drawing/textboxcollection/add/_index.md
+++ b/english/aspose.cells.drawing/textboxcollection/add/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/textboxcollection/add/
is_root: false
---
-## add(self, upper_left_row, upper_left_column, height, width) {#int-int-int-int}
+## add(self, top_row, left_column, height, width) {#int-int-int-int}
Adds a textbox to the collection.
@@ -21,15 +21,15 @@ Adds a textbox to the collection.
```python
-def add(self, upper_left_row, upper_left_column, height, width):
+def add(self, top_row, left_column, height, width):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
| height | int | Height of textbox, in unit of pixel. |
| width | int | Width of textbox, in unit of pixel. |
diff --git a/english/aspose.cells.drawing/timelineshape/_index.md b/english/aspose.cells.drawing/timelineshape/_index.md
index 69cd51052b..df284eb83f 100644
--- a/english/aspose.cells.drawing/timelineshape/_index.md
+++ b/english/aspose.cells.drawing/timelineshape/_index.md
@@ -139,7 +139,7 @@ The TimelineShape type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/timelineshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/timelineshape/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/timelineshape/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/timelineshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/timelineshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/timelineshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/timelineshape/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/timelineshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/timelineshape/move_to_range/_index.md b/english/aspose.cells.drawing/timelineshape/move_to_range/_index.md
index 523e49a49e..ac7fb91d63 100644
--- a/english/aspose.cells.drawing/timelineshape/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/timelineshape/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/timelineshape/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.drawing/webextensionshape/_index.md b/english/aspose.cells.drawing/webextensionshape/_index.md
index 20fe932c1d..733815c1f3 100644
--- a/english/aspose.cells.drawing/webextensionshape/_index.md
+++ b/english/aspose.cells.drawing/webextensionshape/_index.md
@@ -140,7 +140,7 @@ The WebExtensionShape type exposes the following members:
| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/webextensionshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. |
| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/webextensionshape/add_hyperlink/#system.string) | Adds a hyperlink to the shape. |
| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/webextensionshape/remove_hyperlink/#) | Removes the hyperlink of the shape. |
-| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/webextensionshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
+| [`move_to_range(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.drawing/webextensionshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. |
| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/webextensionshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. |
| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/webextensionshape/get_connection_points/#) | Get the connection points |
| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/webextensionshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. |
diff --git a/english/aspose.cells.drawing/webextensionshape/move_to_range/_index.md b/english/aspose.cells.drawing/webextensionshape/move_to_range/_index.md
index 6c5bf4b0ba..0e92848ff9 100644
--- a/english/aspose.cells.drawing/webextensionshape/move_to_range/_index.md
+++ b/english/aspose.cells.drawing/webextensionshape/move_to_range/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cells.drawing/webextensionshape/move_to_range/
is_root: false
---
-## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}
+## move_to_range(self, top_row, left_column, bottom_row, right_column) {#int-int-int-int}
Moves the shape to a specified range.
@@ -16,17 +16,17 @@ Moves the shape to a specified range.
```python
-def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
+def move_to_range(self, top_row, left_column, bottom_row, right_column):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| upper_left_row | int | Upper left row index. |
-| upper_left_column | int | Upper left column index. |
-| lower_right_row | int | Lower right row index |
-| lower_right_column | int | Lower right column index |
+| top_row | int | Upper left row index. |
+| left_column | int | Upper left column index. |
+| bottom_row | int | Lower right row index |
+| right_column | int | Lower right column index |
### Example
diff --git a/english/aspose.cells.pivot/_index.md b/english/aspose.cells.pivot/_index.md
index 6e4d45dfe7..ef590cebc3 100644
--- a/english/aspose.cells.pivot/_index.md
+++ b/english/aspose.cells.pivot/_index.md
@@ -25,18 +25,18 @@ The **Aspose.Cells.Pivot** namespace contains all classes of rendering and mani
| [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) | Represents a field in a PivotTable report. |
| [`PivotFieldCollection`](/cells/python-net/aspose.cells.pivot/pivotfieldcollection) | Represents a collection of all the PivotField objects
in the PivotTable's specific PivotFields type. |
| [`PivotFieldGroupSettings`](/cells/python-net/aspose.cells.pivot/pivotfieldgroupsettings) | Represents the group setting of pivot field. |
-| [`PivotFieldSortSetting`](/cells/python-net/aspose.cells.pivot/pivotfieldsortsetting) | Represents the setting of sorting pivot fields. |
+| [`PivotFieldSortSetting`](/cells/python-net/aspose.cells.pivot/pivotfieldsortsetting) | Represents the setting for sorting pivot fields. |
| [`PivotFilter`](/cells/python-net/aspose.cells.pivot/pivotfilter) | Represents a PivotFilter in PivotFilter Collection. |
-| [`PivotFilterCollection`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection) | Represents a collection of all the PivotFilter objects |
+| [`PivotFilterCollection`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection) | Represents a collection of all the PivotFilters. |
| [`PivotFormatCondition`](/cells/python-net/aspose.cells.pivot/pivotformatcondition) | |
| [`PivotFormatConditionCollection`](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection) | |
| [`PivotItem`](/cells/python-net/aspose.cells.pivot/pivotitem) | Represents a item in a PivotField report. |
| [`PivotItemCollection`](/cells/python-net/aspose.cells.pivot/pivotitemcollection) | Represents all the [`PivotItem`](/cells/python-net/aspose.cells.pivot/pivotitem) objects in the PivotField. |
| [`PivotNumbericRangeGroupSettings`](/cells/python-net/aspose.cells.pivot/pivotnumbericrangegroupsettings) | Represents the numberic range group of the pivot field. |
-| [`PivotPageFields`](/cells/python-net/aspose.cells.pivot/pivotpagefields) | Represents the pivot page field items
if the pivot table data source is consolidation ranges.
It only can contain up to 4 fields. |
+| [`PivotPageFields`](/cells/python-net/aspose.cells.pivot/pivotpagefields) | Represents the pivot page items
if the pivot table data source is consolidation ranges.
It only can contain up to 4 items. |
| [`PivotShowValuesSetting`](/cells/python-net/aspose.cells.pivot/pivotshowvaluessetting) | Represents the settings about showing values as when the ShowDataAs calculation is in use. |
| [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable) | Summary description for PivotTable. |
-| [`PivotTableCalculateOption`](/cells/python-net/aspose.cells.pivot/pivottablecalculateoption) | Rerepsents the options of calcuating the pivot table. |
+| [`PivotTableCalculateOption`](/cells/python-net/aspose.cells.pivot/pivottablecalculateoption) | Rerepsents the options of calculating data of the pivot table. |
| [`PivotTableCollection`](/cells/python-net/aspose.cells.pivot/pivottablecollection) | Represents the collection of all the PivotTable objects on the specified worksheet. |
| [`PivotTableFormat`](/cells/python-net/aspose.cells.pivot/pivottableformat) | Represents the format defined in the PivotTable. |
| [`PivotTableFormatCollection`](/cells/python-net/aspose.cells.pivot/pivottableformatcollection) | Represents the collection of formats applied to PivotTable. |
@@ -54,7 +54,7 @@ The **Aspose.Cells.Pivot** namespace contains all classes of rendering and mani
| [`PivotFieldGroupType`](/cells/python-net/aspose.cells.pivot/pivotfieldgrouptype) | Represents the group type of pivot field. |
| [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) | Summary description for PivotFieldSubtotalType. |
| [`PivotFieldType`](/cells/python-net/aspose.cells.pivot/pivotfieldtype) | Represents PivotTable field type. |
-| [`PivotFilterType`](/cells/python-net/aspose.cells.pivot/pivotfiltertype) | Represents PivotTable Filter type. |
+| [`PivotFilterType`](/cells/python-net/aspose.cells.pivot/pivotfiltertype) | Represents the filter type of the pivot table. |
| [`PivotGroupByType`](/cells/python-net/aspose.cells.pivot/pivotgroupbytype) | Represents group by type. |
| [`PivotItemPosition`](/cells/python-net/aspose.cells.pivot/pivotitemposition) | |
| [`PivotItemPositionType`](/cells/python-net/aspose.cells.pivot/pivotitempositiontype) | Represents the position type of the pivot base item in the base field when the ShowDataAs calculation is in use. |
diff --git a/english/aspose.cells.pivot/pivotfield/_index.md b/english/aspose.cells.pivot/pivotfield/_index.md
index 8f8f8155c6..4bad0775aa 100644
--- a/english/aspose.cells.pivot/pivotfield/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/_index.md
@@ -20,51 +20,51 @@ The PivotField type exposes the following members:
| Property | Description |
| :- | :- |
| [pivot_items](/cells/python-net/aspose.cells.pivot/pivotfield/pivot_items) | Gets the pivot items of the pivot field |
-| [range](/cells/python-net/aspose.cells.pivot/pivotfield/range) | Gets the group range of the pivot field |
| [group_settings](/cells/python-net/aspose.cells.pivot/pivotfield/group_settings) | Gets the group settings of the pivot field. |
-| [is_calculated_field](/cells/python-net/aspose.cells.pivot/pivotfield/is_calculated_field) | Indicates whether the specified PivotTable field is calculated field. |
+| [is_calculated_field](/cells/python-net/aspose.cells.pivot/pivotfield/is_calculated_field) | Indicates whether the this pivot field is calculated field. |
| [is_value_fields](/cells/python-net/aspose.cells.pivot/pivotfield/is_value_fields) | Indicates whether this field represents values fields. |
-| [base_index](/cells/python-net/aspose.cells.pivot/pivotfield/base_index) | Represents the PivotField index in the base PivotFields. |
+| [is_values_field](/cells/python-net/aspose.cells.pivot/pivotfield/is_values_field) | Indicates whether this field represents values field. |
+| [base_index](/cells/python-net/aspose.cells.pivot/pivotfield/base_index) | Represents the index in the source pivot fields. |
| [position](/cells/python-net/aspose.cells.pivot/pivotfield/position) | Represents the index of [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) in the region. |
| [region_type](/cells/python-net/aspose.cells.pivot/pivotfield/region_type) | Specifies the region of the PivotTable that this field is displayed. |
| [name](/cells/python-net/aspose.cells.pivot/pivotfield/name) | Represents the name of PivotField. |
-| [display_name](/cells/python-net/aspose.cells.pivot/pivotfield/display_name) | Represents the PivotField display name. |
+| [display_name](/cells/python-net/aspose.cells.pivot/pivotfield/display_name) | Represents the display name of pivot field in the pivot table view. |
| [is_auto_subtotals](/cells/python-net/aspose.cells.pivot/pivotfield/is_auto_subtotals) | Indicates whether the specified field shows automatic subtotals. Default is true. |
| [drag_to_column](/cells/python-net/aspose.cells.pivot/pivotfield/drag_to_column) | Indicates whether the specified field can be dragged to the column position.
The default value is true. |
-| [drag_to_hide](/cells/python-net/aspose.cells.pivot/pivotfield/drag_to_hide) | Indicates whether the specified field can be dragged to the hide position.
The default value is true. |
-| [drag_to_row](/cells/python-net/aspose.cells.pivot/pivotfield/drag_to_row) | Indicates whether the specified field can be dragged to the row position.
The default value is true. |
+| [drag_to_hide](/cells/python-net/aspose.cells.pivot/pivotfield/drag_to_hide) | Indicates whether the specified field can be dragged to the hide region.
The default value is true. |
+| [drag_to_row](/cells/python-net/aspose.cells.pivot/pivotfield/drag_to_row) | Indicates whether the specified field can be dragged to the row region.
The default value is true. |
| [drag_to_page](/cells/python-net/aspose.cells.pivot/pivotfield/drag_to_page) | Indicates whether the specified field can be dragged to the page position.
The default value is true. |
-| [drag_to_data](/cells/python-net/aspose.cells.pivot/pivotfield/drag_to_data) | Indicates whether the specified field can be dragged to the data position.
The default value is true. |
-| [is_multiple_item_selection_allowed](/cells/python-net/aspose.cells.pivot/pivotfield/is_multiple_item_selection_allowed) | indicates whether the field can have multiple items
selected in the page field
The default value is false. |
-| [is_repeat_item_labels](/cells/python-net/aspose.cells.pivot/pivotfield/is_repeat_item_labels) | Indicates whether repeating labels of the field in the region.
The default value is false. |
-| [is_include_new_items_in_filter](/cells/python-net/aspose.cells.pivot/pivotfield/is_include_new_items_in_filter) | Indicates whether including new items to the field in manual filter.
The default value is false. |
-| [is_insert_page_breaks_between_items](/cells/python-net/aspose.cells.pivot/pivotfield/is_insert_page_breaks_between_items) | Indicates whether inserting page breaks after each item.
The default value is false. |
-| [show_all_items](/cells/python-net/aspose.cells.pivot/pivotfield/show_all_items) | Indicates whether all items displays in the PivotTable report,
even if they don't contain summary data.
show items with no data
The default value is false. |
+| [drag_to_data](/cells/python-net/aspose.cells.pivot/pivotfield/drag_to_data) | Indicates whether the specified field can be dragged to the values region.
The default value is true. |
+| [is_multiple_item_selection_allowed](/cells/python-net/aspose.cells.pivot/pivotfield/is_multiple_item_selection_allowed) | Indicates whether multiple items could be selected in the page field.
The default value is false. |
+| [is_repeat_item_labels](/cells/python-net/aspose.cells.pivot/pivotfield/is_repeat_item_labels) | Indicates whether to repeat labels of the field in the region.
The default value is false. |
+| [is_include_new_items_in_filter](/cells/python-net/aspose.cells.pivot/pivotfield/is_include_new_items_in_filter) | Indicates whether to include new items to the field in manual filter.
The default value is false. |
+| [is_insert_page_breaks_between_items](/cells/python-net/aspose.cells.pivot/pivotfield/is_insert_page_breaks_between_items) | Indicates whether to insert page breaks after each item.
The default value is false. |
+| [show_all_items](/cells/python-net/aspose.cells.pivot/pivotfield/show_all_items) | Indicates whether to display all items in the PivotTable view,
even if they don't contain summary data.
The default value is false. |
| [non_auto_sort_default](/cells/python-net/aspose.cells.pivot/pivotfield/non_auto_sort_default) | Indicates whether a sort operation that will be applied to this pivot field is an autosort operation or a simple data sort. |
-| [is_auto_sort](/cells/python-net/aspose.cells.pivot/pivotfield/is_auto_sort) | Indicates whether the specified PivotTable field is automatically sorted. |
-| [is_ascend_sort](/cells/python-net/aspose.cells.pivot/pivotfield/is_ascend_sort) | Indicates whether the specified PivotTable field is autosorted ascending. |
+| [is_auto_sort](/cells/python-net/aspose.cells.pivot/pivotfield/is_auto_sort) | Indicates whether the items of this PivotTable field are automatically sorted. |
+| [is_ascend_sort](/cells/python-net/aspose.cells.pivot/pivotfield/is_ascend_sort) | Indicates whether the items of this pivot field is autosorted ascending. |
| [sort_setting](/cells/python-net/aspose.cells.pivot/pivotfield/sort_setting) | Gets all settings of auto sorting |
| [auto_sort_field](/cells/python-net/aspose.cells.pivot/pivotfield/auto_sort_field) | Represents the index of field which is auto sorted.
-1 means PivotField itself,others means the position of the data fields. |
-| [is_auto_show](/cells/python-net/aspose.cells.pivot/pivotfield/is_auto_show) | Indicates whether the specified PivotTable field is automatically shown,only valid for excel 2003. |
+| [is_auto_show](/cells/python-net/aspose.cells.pivot/pivotfield/is_auto_show) | Indicates whether the specified PivotTable field is automatically shown. |
| [is_ascend_show](/cells/python-net/aspose.cells.pivot/pivotfield/is_ascend_show) | Indicates whether the specified PivotTable field is autoshown ascending. |
| [auto_show_count](/cells/python-net/aspose.cells.pivot/pivotfield/auto_show_count) | Represent the number of top or bottom items
that are automatically shown in the specified PivotTable field. |
| [auto_show_field](/cells/python-net/aspose.cells.pivot/pivotfield/auto_show_field) | Represents auto show field index. -1 means PivotField itself.
It should be the index of the data fields. |
-| [function](/cells/python-net/aspose.cells.pivot/pivotfield/function) | Represents the function used to summarize the PivotTable data field. |
+| [function](/cells/python-net/aspose.cells.pivot/pivotfield/function) | Represents the function used to summarize this PivotTable data field. |
| [show_values_setting](/cells/python-net/aspose.cells.pivot/pivotfield/show_values_setting) | Gets the settings of showing values as when the ShowDataAs calculation is in use. |
| [data_display_format](/cells/python-net/aspose.cells.pivot/pivotfield/data_display_format) | Represents how to display the values in a data field of the pivot report. |
| [base_field_index](/cells/python-net/aspose.cells.pivot/pivotfield/base_field_index) | Represents the base field for a custom calculation when the ShowDataAs calculation is in use. |
| [base_item_position](/cells/python-net/aspose.cells.pivot/pivotfield/base_item_position) | Represents the item in the base field for a custom calculation when the ShowDataAs calculation is in use.
Valid only for data fields.
Because PivotItemPosition.Custom is only for read,if you need to set PivotItemPosition.Custom,
please set PivotField.BaseItemIndex attribute. |
| [base_item_index](/cells/python-net/aspose.cells.pivot/pivotfield/base_item_index) | Represents the item in the base field for a custom calculation when the ShowDataAs calculation is in use.
Valid only for data fields. |
-| [current_page_item](/cells/python-net/aspose.cells.pivot/pivotfield/current_page_item) | Represents the current page item showing for the page field (valid only for page fields). |
+| [current_page_item](/cells/python-net/aspose.cells.pivot/pivotfield/current_page_item) | Represents the current selected page item of the page field to filter data.
Only valid for page fields. |
+| [insert_blank_row](/cells/python-net/aspose.cells.pivot/pivotfield/insert_blank_row) | Indicates whether to insert a blank line after each item. |
+| [show_subtotal_at_top](/cells/python-net/aspose.cells.pivot/pivotfield/show_subtotal_at_top) | Indicates whether to display subtotals at the top or bottom of items when ShowInOutlineForm is true, then |
+| [show_in_outline_form](/cells/python-net/aspose.cells.pivot/pivotfield/show_in_outline_form) | Indicates whether to layout this field in outline form on the Pivot Table view. |
| [number](/cells/python-net/aspose.cells.pivot/pivotfield/number) | Represents the built-in display format of numbers and dates. |
-| [insert_blank_row](/cells/python-net/aspose.cells.pivot/pivotfield/insert_blank_row) | Indicates whether inserting blank line after each item. |
-| [show_subtotal_at_top](/cells/python-net/aspose.cells.pivot/pivotfield/show_subtotal_at_top) | when ShowInOutlineForm is true, then display subtotals at the top of the list of items instead of at the bottom |
-| [show_in_outline_form](/cells/python-net/aspose.cells.pivot/pivotfield/show_in_outline_form) | Indicates whether layout this field in outline form on the Pivot Table view |
| [number_format](/cells/python-net/aspose.cells.pivot/pivotfield/number_format) | Represents the custom display format of numbers and dates. |
| [items](/cells/python-net/aspose.cells.pivot/pivotfield/items) | Get all labels of pivot items in this field. |
| [original_items](/cells/python-net/aspose.cells.pivot/pivotfield/original_items) | Get the original base items; |
| [item_count](/cells/python-net/aspose.cells.pivot/pivotfield/item_count) | Gets the count of the base items in this pivot field. |
-| [show_compact](/cells/python-net/aspose.cells.pivot/pivotfield/show_compact) | Indicates whether display labels from the next field in the same column on the Pivot Table view |
+| [show_compact](/cells/python-net/aspose.cells.pivot/pivotfield/show_compact) | Indicates whether to display labels of the next field in the same column on the Pivot Table view |
### Methods
@@ -82,21 +82,21 @@ The PivotField type exposes the following members:
| [`ungroup(self)`](/cells/python-net/aspose.cells.pivot/pivotfield/ungroup/#) | Ungroup the pivot field. |
| [`get_pivot_filter_by_type(self, type)`](/cells/python-net/aspose.cells.pivot/pivotfield/get_pivot_filter_by_type/#aspose.cells.pivot.pivotfiltertype) | Gets the pivot filter of the pivot field by type |
| [`get_pivot_filters(self)`](/cells/python-net/aspose.cells.pivot/pivotfield/get_pivot_filters/#) | Gets the pivot filters of the pivot field |
-| [`get_filters(self)`](/cells/python-net/aspose.cells.pivot/pivotfield/get_filters/#) | Gets all pivot filters of this pivot field. |
+| [`get_filters(self)`](/cells/python-net/aspose.cells.pivot/pivotfield/get_filters/#) | Gets all pivot filters applied for this pivot field. |
| [`clear_filter(self)`](/cells/python-net/aspose.cells.pivot/pivotfield/clear_filter/#) | Clears filter setting on this pivot field. |
| [`filter_top10(self, value_field_index, type, is_top, item_count)`](/cells/python-net/aspose.cells.pivot/pivotfield/filter_top10/#int-aspose.cells.pivot.pivotfiltertype-bool-int) | Filters by values of data pivot field. |
| [`filter_by_value(self, value_field_index, type, value1, value2)`](/cells/python-net/aspose.cells.pivot/pivotfield/filter_by_value/#int-aspose.cells.pivot.pivotfiltertype-float-float) | Filters by values of data pivot field. |
| [`filter_by_label(self, type, label1, label2)`](/cells/python-net/aspose.cells.pivot/pivotfield/filter_by_label/#aspose.cells.pivot.pivotfiltertype-system.string-system.string) | Filters by captions of row or column pivot field. |
-| [`filter_by_date(self, type, date_time1, date_time2)`](/cells/python-net/aspose.cells.pivot/pivotfield/filter_by_date/#aspose.cells.pivot.pivotfiltertype-system.datetime-system.datetime) | Filters by date setting of row or column pivot field. |
+| [`filter_by_date(self, type, date_time1, date_time2)`](/cells/python-net/aspose.cells.pivot/pivotfield/filter_by_date/#aspose.cells.pivot.pivotfiltertype-system.datetime-system.datetime) | Filters by date values of row or column pivot field. |
| [`get_calculated_field_formula(self)`](/cells/python-net/aspose.cells.pivot/pivotfield/get_calculated_field_formula/#) | Get the formula string of the specified calculated field . |
-| [`get_formula(self)`](/cells/python-net/aspose.cells.pivot/pivotfield/get_formula/#) | Gets formula of the calculated field . |
-| [`set_subtotals(self, subtotal_type, shown)`](/cells/python-net/aspose.cells.pivot/pivotfield/set_subtotals/#aspose.cells.pivot.pivotfieldsubtotaltype-bool) | Sets whether the specified field shows that subtotals. |
-| [`get_subtotals(self, subtotal_type)`](/cells/python-net/aspose.cells.pivot/pivotfield/get_subtotals/#aspose.cells.pivot.pivotfieldsubtotaltype) | Indicates whether showing specified subtotal. |
+| [`get_formula(self)`](/cells/python-net/aspose.cells.pivot/pivotfield/get_formula/#) | Gets the formula of the calculated field .
Only works for calculated field. |
+| [`set_subtotals(self, subtotal_type, shown)`](/cells/python-net/aspose.cells.pivot/pivotfield/set_subtotals/#aspose.cells.pivot.pivotfieldsubtotaltype-bool) | Sets how to subtotal the specified field. |
+| [`get_subtotals(self, subtotal_type)`](/cells/python-net/aspose.cells.pivot/pivotfield/get_subtotals/#aspose.cells.pivot.pivotfieldsubtotaltype) | Indicates whether to show specified subtotal for this pivot field. |
| [`show_values_as(self, display_format, base_field, base_item_position_type, base_item)`](/cells/python-net/aspose.cells.pivot/pivotfield/show_values_as/#aspose.cells.pivot.pivotfielddatadisplayformat-int-aspose.cells.pivot.pivotitempositiontype-int) | Shows values of data field as different display format when the ShowDataAs calculation is in use. |
| [`is_hidden_item(self, index)`](/cells/python-net/aspose.cells.pivot/pivotfield/is_hidden_item/#int) | Gets whether the specific PivotItem is hidden. |
-| [`is_hidden_item_detail(self, index)`](/cells/python-net/aspose.cells.pivot/pivotfield/is_hidden_item_detail/#int) | Gets whether hidding the detail of the specific PivotItem.. |
+| [`is_hidden_item_detail(self, index)`](/cells/python-net/aspose.cells.pivot/pivotfield/is_hidden_item_detail/#int) | Gets whether to hide the detail of the specific PivotItem.. |
| [`hide_item_detail(self, index, is_hidden_detail)`](/cells/python-net/aspose.cells.pivot/pivotfield/hide_item_detail/#int-bool) | Sets whether the specific PivotItem in a pivot field is hidden detail. |
-| [`hide_detail(self, is_hidden_detail)`](/cells/python-net/aspose.cells.pivot/pivotfield/hide_detail/#bool) | Sets whether the PivotItems in a pivot field is hidden detail.That is collapse/expand this field. |
+| [`hide_detail(self, is_hidden_detail)`](/cells/python-net/aspose.cells.pivot/pivotfield/hide_detail/#bool) | Sets whether the detail of all PivotItems in a pivot field are hidden.
That is collapse/expand this field. |
| [`add_calculated_item(self, name, formula)`](/cells/python-net/aspose.cells.pivot/pivotfield/add_calculated_item/#system.string-system.string) | Add a calculated formula item to the pivot field. |
diff --git a/english/aspose.cells.pivot/pivotfield/base_index/_index.md b/english/aspose.cells.pivot/pivotfield/base_index/_index.md
index 6733dab681..5b276a231b 100644
--- a/english/aspose.cells.pivot/pivotfield/base_index/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/base_index/_index.md
@@ -11,7 +11,7 @@ is_root: false
## base_index property
-Represents the PivotField index in the base PivotFields.
+Represents the index in the source pivot fields.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotfield/current_page_item/_index.md b/english/aspose.cells.pivot/pivotfield/current_page_item/_index.md
index d96e8b1311..0b3757b633 100644
--- a/english/aspose.cells.pivot/pivotfield/current_page_item/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/current_page_item/_index.md
@@ -11,7 +11,8 @@ is_root: false
## current_page_item property
-Represents the current page item showing for the page field (valid only for page fields).
+Represents the current selected page item of the page field to filter data.
+Only valid for page fields.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotfield/display_name/_index.md b/english/aspose.cells.pivot/pivotfield/display_name/_index.md
index f59f11b6e2..d64c5af1f4 100644
--- a/english/aspose.cells.pivot/pivotfield/display_name/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/display_name/_index.md
@@ -11,7 +11,7 @@ is_root: false
## display_name property
-Represents the PivotField display name.
+Represents the display name of pivot field in the pivot table view.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotfield/drag_to_data/_index.md b/english/aspose.cells.pivot/pivotfield/drag_to_data/_index.md
index dfeebe4755..d2962f935d 100644
--- a/english/aspose.cells.pivot/pivotfield/drag_to_data/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/drag_to_data/_index.md
@@ -11,7 +11,7 @@ is_root: false
## drag_to_data property
-Indicates whether the specified field can be dragged to the data position.
+Indicates whether the specified field can be dragged to the values region.
The default value is true.
### Definition:
```python
diff --git a/english/aspose.cells.pivot/pivotfield/drag_to_hide/_index.md b/english/aspose.cells.pivot/pivotfield/drag_to_hide/_index.md
index e8d27f1b25..0c764a3fea 100644
--- a/english/aspose.cells.pivot/pivotfield/drag_to_hide/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/drag_to_hide/_index.md
@@ -11,7 +11,7 @@ is_root: false
## drag_to_hide property
-Indicates whether the specified field can be dragged to the hide position.
+Indicates whether the specified field can be dragged to the hide region.
The default value is true.
### Definition:
```python
diff --git a/english/aspose.cells.pivot/pivotfield/drag_to_row/_index.md b/english/aspose.cells.pivot/pivotfield/drag_to_row/_index.md
index 5417ce2233..6b17ce1640 100644
--- a/english/aspose.cells.pivot/pivotfield/drag_to_row/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/drag_to_row/_index.md
@@ -11,7 +11,7 @@ is_root: false
## drag_to_row property
-Indicates whether the specified field can be dragged to the row position.
+Indicates whether the specified field can be dragged to the row region.
The default value is true.
### Definition:
```python
diff --git a/english/aspose.cells.pivot/pivotfield/filter_by_date/_index.md b/english/aspose.cells.pivot/pivotfield/filter_by_date/_index.md
index 17e9332686..4644b0ed76 100644
--- a/english/aspose.cells.pivot/pivotfield/filter_by_date/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/filter_by_date/_index.md
@@ -10,7 +10,7 @@ is_root: false
## filter_by_date(self, type, date_time1, date_time2) {#aspose.cells.pivot.PivotFilterType-System.DateTime-System.DateTime}
-Filters by date setting of row or column pivot field.
+Filters by date values of row or column pivot field.
diff --git a/english/aspose.cells.pivot/pivotfield/function/_index.md b/english/aspose.cells.pivot/pivotfield/function/_index.md
index 2b902ba9ed..2afcee0f3e 100644
--- a/english/aspose.cells.pivot/pivotfield/function/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/function/_index.md
@@ -11,7 +11,7 @@ is_root: false
## function property
-Represents the function used to summarize the PivotTable data field.
+Represents the function used to summarize this PivotTable data field.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotfield/get_filters/_index.md b/english/aspose.cells.pivot/pivotfield/get_filters/_index.md
index 39e46d830f..67f0afad85 100644
--- a/english/aspose.cells.pivot/pivotfield/get_filters/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/get_filters/_index.md
@@ -10,7 +10,7 @@ is_root: false
## get_filters(self) {#}
-Gets all pivot filters of this pivot field.
+Gets all pivot filters applied for this pivot field.
diff --git a/english/aspose.cells.pivot/pivotfield/get_formula/_index.md b/english/aspose.cells.pivot/pivotfield/get_formula/_index.md
index 53926c4c94..faa7d03778 100644
--- a/english/aspose.cells.pivot/pivotfield/get_formula/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/get_formula/_index.md
@@ -10,7 +10,8 @@ is_root: false
## get_formula(self) {#}
-Gets formula of the calculated field .
+Gets the formula of the calculated field .
+Only works for calculated field.
diff --git a/english/aspose.cells.pivot/pivotfield/get_subtotals/_index.md b/english/aspose.cells.pivot/pivotfield/get_subtotals/_index.md
index fcafb0b44e..89ede310a6 100644
--- a/english/aspose.cells.pivot/pivotfield/get_subtotals/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/get_subtotals/_index.md
@@ -10,7 +10,7 @@ is_root: false
## get_subtotals(self, subtotal_type) {#aspose.cells.pivot.PivotFieldSubtotalType}
-Indicates whether showing specified subtotal.
+Indicates whether to show specified subtotal for this pivot field.
### Returns
@@ -28,7 +28,7 @@ def get_subtotals(self, subtotal_type):
| Parameter | Type | Description |
| :- | :- | :- |
-| subtotal_type | aspose.cells.pivot.PivotFieldSubtotalType | subtotal type. |
+| subtotal_type | aspose.cells.pivot.PivotFieldSubtotalType | Subtotal type. |
diff --git a/english/aspose.cells.pivot/pivotfield/hide_detail/_index.md b/english/aspose.cells.pivot/pivotfield/hide_detail/_index.md
index ed51df4c66..1a32bad32b 100644
--- a/english/aspose.cells.pivot/pivotfield/hide_detail/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/hide_detail/_index.md
@@ -10,7 +10,8 @@ is_root: false
## hide_detail(self, is_hidden_detail) {#bool}
-Sets whether the PivotItems in a pivot field is hidden detail.That is collapse/expand this field.
+Sets whether the detail of all PivotItems in a pivot field are hidden.
+That is collapse/expand this field.
diff --git a/english/aspose.cells.pivot/pivotfield/hide_item/_index.md b/english/aspose.cells.pivot/pivotfield/hide_item/_index.md
index f97720a879..624dd32f47 100644
--- a/english/aspose.cells.pivot/pivotfield/hide_item/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/hide_item/_index.md
@@ -42,8 +42,8 @@ def hide_item(self, item_value, is_hidden):
| Parameter | Type | Description |
| :- | :- | :- |
-| item_value | System.String | the value of the pivotItem in the pivotField. |
-| is_hidden | bool | whether the specific PivotItem is hidden |
+| item_value | System.String | The name of the pivotItem in the pivotField. |
+| is_hidden | bool | Whether the specific PivotItem is hidden |
diff --git a/english/aspose.cells.pivot/pivotfield/insert_blank_row/_index.md b/english/aspose.cells.pivot/pivotfield/insert_blank_row/_index.md
index 643b62d46e..4ef998fab2 100644
--- a/english/aspose.cells.pivot/pivotfield/insert_blank_row/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/insert_blank_row/_index.md
@@ -11,7 +11,7 @@ is_root: false
## insert_blank_row property
-Indicates whether inserting blank line after each item.
+Indicates whether to insert a blank line after each item.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotfield/is_ascend_sort/_index.md b/english/aspose.cells.pivot/pivotfield/is_ascend_sort/_index.md
index 6c5ca43118..f7d37d3bca 100644
--- a/english/aspose.cells.pivot/pivotfield/is_ascend_sort/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_ascend_sort/_index.md
@@ -11,7 +11,7 @@ is_root: false
## is_ascend_sort property
-Indicates whether the specified PivotTable field is autosorted ascending.
+Indicates whether the items of this pivot field is autosorted ascending.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotfield/is_auto_show/_index.md b/english/aspose.cells.pivot/pivotfield/is_auto_show/_index.md
index 010f5dc73f..3c926becfe 100644
--- a/english/aspose.cells.pivot/pivotfield/is_auto_show/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_auto_show/_index.md
@@ -11,7 +11,12 @@ is_root: false
## is_auto_show property
-Indicates whether the specified PivotTable field is automatically shown,only valid for excel 2003.
+Indicates whether the specified PivotTable field is automatically shown.
+
+### Remarks
+
+
+Only valid for excel 2003.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotfield/is_auto_sort/_index.md b/english/aspose.cells.pivot/pivotfield/is_auto_sort/_index.md
index 7909f87d1b..7b50d50e67 100644
--- a/english/aspose.cells.pivot/pivotfield/is_auto_sort/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_auto_sort/_index.md
@@ -11,7 +11,7 @@ is_root: false
## is_auto_sort property
-Indicates whether the specified PivotTable field is automatically sorted.
+Indicates whether the items of this PivotTable field are automatically sorted.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotfield/is_calculated_field/_index.md b/english/aspose.cells.pivot/pivotfield/is_calculated_field/_index.md
index dd33de8811..da5e04535c 100644
--- a/english/aspose.cells.pivot/pivotfield/is_calculated_field/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_calculated_field/_index.md
@@ -11,7 +11,7 @@ is_root: false
## is_calculated_field property
-Indicates whether the specified PivotTable field is calculated field.
+Indicates whether the this pivot field is calculated field.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotfield/is_hidden_item_detail/_index.md b/english/aspose.cells.pivot/pivotfield/is_hidden_item_detail/_index.md
index 3697deced8..1e519cadb9 100644
--- a/english/aspose.cells.pivot/pivotfield/is_hidden_item_detail/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_hidden_item_detail/_index.md
@@ -10,7 +10,7 @@ is_root: false
## is_hidden_item_detail(self, index) {#int}
-Gets whether hidding the detail of the specific PivotItem..
+Gets whether to hide the detail of the specific PivotItem..
### Returns
diff --git a/english/aspose.cells.pivot/pivotfield/is_include_new_items_in_filter/_index.md b/english/aspose.cells.pivot/pivotfield/is_include_new_items_in_filter/_index.md
index b583a1c139..75d24b315e 100644
--- a/english/aspose.cells.pivot/pivotfield/is_include_new_items_in_filter/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_include_new_items_in_filter/_index.md
@@ -11,7 +11,7 @@ is_root: false
## is_include_new_items_in_filter property
-Indicates whether including new items to the field in manual filter.
+Indicates whether to include new items to the field in manual filter.
The default value is false.
### Definition:
```python
diff --git a/english/aspose.cells.pivot/pivotfield/is_insert_page_breaks_between_items/_index.md b/english/aspose.cells.pivot/pivotfield/is_insert_page_breaks_between_items/_index.md
index fe8afc9421..e8d5419279 100644
--- a/english/aspose.cells.pivot/pivotfield/is_insert_page_breaks_between_items/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_insert_page_breaks_between_items/_index.md
@@ -11,7 +11,7 @@ is_root: false
## is_insert_page_breaks_between_items property
-Indicates whether inserting page breaks after each item.
+Indicates whether to insert page breaks after each item.
The default value is false.
### Definition:
```python
diff --git a/english/aspose.cells.pivot/pivotfield/is_multiple_item_selection_allowed/_index.md b/english/aspose.cells.pivot/pivotfield/is_multiple_item_selection_allowed/_index.md
index 2862413283..f6133ccd9a 100644
--- a/english/aspose.cells.pivot/pivotfield/is_multiple_item_selection_allowed/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_multiple_item_selection_allowed/_index.md
@@ -11,8 +11,7 @@ is_root: false
## is_multiple_item_selection_allowed property
-indicates whether the field can have multiple items
-selected in the page field
+Indicates whether multiple items could be selected in the page field.
The default value is false.
### Definition:
```python
diff --git a/english/aspose.cells.pivot/pivotfield/is_repeat_item_labels/_index.md b/english/aspose.cells.pivot/pivotfield/is_repeat_item_labels/_index.md
index f392d2154d..8ec4df77e0 100644
--- a/english/aspose.cells.pivot/pivotfield/is_repeat_item_labels/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_repeat_item_labels/_index.md
@@ -11,7 +11,7 @@ is_root: false
## is_repeat_item_labels property
-Indicates whether repeating labels of the field in the region.
+Indicates whether to repeat labels of the field in the region.
The default value is false.
### Definition:
```python
diff --git a/english/aspose.cells.pivot/pivotfield/is_value_fields/_index.md b/english/aspose.cells.pivot/pivotfield/is_value_fields/_index.md
index aded28230d..dc9f5f4ea0 100644
--- a/english/aspose.cells.pivot/pivotfield/is_value_fields/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_value_fields/_index.md
@@ -12,6 +12,14 @@ is_root: false
Indicates whether this field represents values fields.
+
+### Remarks
+
+
+NOTE: This method is now obsolete. Instead,
+please use PivotField.IsValuesField property.
+This method will be removed 12 months later since November 2023.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotfield/is_values_field/_index.md b/english/aspose.cells.pivot/pivotfield/is_values_field/_index.md
new file mode 100644
index 0000000000..35407ab9ee
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotfield/is_values_field/_index.md
@@ -0,0 +1,29 @@
+---
+title: is_values_field property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 550
+url: /aspose.cells.pivot/pivotfield/is_values_field/
+is_root: false
+---
+
+## is_values_field property
+
+
+Indicates whether this field represents values field.
+
+### Remarks
+
+
+Only works when there are two or more data fields in the pivot table view.
+### Definition:
+```python
+@property
+def is_values_field(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield)
diff --git a/english/aspose.cells.pivot/pivotfield/item_count/_index.md b/english/aspose.cells.pivot/pivotfield/item_count/_index.md
index e9286a7fae..52e4b49bf4 100644
--- a/english/aspose.cells.pivot/pivotfield/item_count/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/item_count/_index.md
@@ -3,7 +3,7 @@ title: item_count property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 550
+weight: 560
url: /aspose.cells.pivot/pivotfield/item_count/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/items/_index.md b/english/aspose.cells.pivot/pivotfield/items/_index.md
index ba0ba93189..f2081b8ec7 100644
--- a/english/aspose.cells.pivot/pivotfield/items/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/items/_index.md
@@ -3,7 +3,7 @@ title: items property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 560
+weight: 570
url: /aspose.cells.pivot/pivotfield/items/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/name/_index.md b/english/aspose.cells.pivot/pivotfield/name/_index.md
index 12a6a0d2cc..291677ea88 100644
--- a/english/aspose.cells.pivot/pivotfield/name/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/name/_index.md
@@ -3,7 +3,7 @@ title: name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 570
+weight: 580
url: /aspose.cells.pivot/pivotfield/name/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/non_auto_sort_default/_index.md b/english/aspose.cells.pivot/pivotfield/non_auto_sort_default/_index.md
index 44f8cac8da..ade69eed73 100644
--- a/english/aspose.cells.pivot/pivotfield/non_auto_sort_default/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/non_auto_sort_default/_index.md
@@ -3,7 +3,7 @@ title: non_auto_sort_default property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 580
+weight: 590
url: /aspose.cells.pivot/pivotfield/non_auto_sort_default/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/number/_index.md b/english/aspose.cells.pivot/pivotfield/number/_index.md
index cfc8e25dcb..25ab07ec8d 100644
--- a/english/aspose.cells.pivot/pivotfield/number/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/number/_index.md
@@ -3,7 +3,7 @@ title: number property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 590
+weight: 600
url: /aspose.cells.pivot/pivotfield/number/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/number_format/_index.md b/english/aspose.cells.pivot/pivotfield/number_format/_index.md
index 85a3c4a2b3..ad6caf2acc 100644
--- a/english/aspose.cells.pivot/pivotfield/number_format/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/number_format/_index.md
@@ -3,7 +3,7 @@ title: number_format property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 600
+weight: 610
url: /aspose.cells.pivot/pivotfield/number_format/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/original_items/_index.md b/english/aspose.cells.pivot/pivotfield/original_items/_index.md
index 9ebb313dba..bb1063caf9 100644
--- a/english/aspose.cells.pivot/pivotfield/original_items/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/original_items/_index.md
@@ -3,7 +3,7 @@ title: original_items property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 610
+weight: 620
url: /aspose.cells.pivot/pivotfield/original_items/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/pivot_items/_index.md b/english/aspose.cells.pivot/pivotfield/pivot_items/_index.md
index 00f8c11bdf..4448d8cff0 100644
--- a/english/aspose.cells.pivot/pivotfield/pivot_items/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/pivot_items/_index.md
@@ -3,7 +3,7 @@ title: pivot_items property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 620
+weight: 630
url: /aspose.cells.pivot/pivotfield/pivot_items/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/position/_index.md b/english/aspose.cells.pivot/pivotfield/position/_index.md
index cbd5f229c6..0ae1725ce4 100644
--- a/english/aspose.cells.pivot/pivotfield/position/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/position/_index.md
@@ -3,7 +3,7 @@ title: position property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 630
+weight: 640
url: /aspose.cells.pivot/pivotfield/position/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/range/_index.md b/english/aspose.cells.pivot/pivotfield/range/_index.md
deleted file mode 100644
index a9f9d429a1..0000000000
--- a/english/aspose.cells.pivot/pivotfield/range/_index.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: range property
-second_title: Aspose.Cells for Python via .NET API References
-description:
-type: docs
-weight: 640
-url: /aspose.cells.pivot/pivotfield/range/
-is_root: false
----
-
-## range property
-
-
-Gets the group range of the pivot field
-
-### Remarks
-
-
-NOTE: This method is now obsolete. Instead,
-please use PivotField.GroupSettings property.
-This method will be removed 12 months later since October 2023.
-Aspose apologizes for any inconvenience you may have experienced.
-### Definition:
-```python
-@property
-def range(self):
- ...
-```
-
-### See Also
-* module [`aspose.cells.pivot`](../../)
-* class [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield)
-* class [`SxRng`](/cells/python-net/aspose.cells.pivot/sxrng)
diff --git a/english/aspose.cells.pivot/pivotfield/set_subtotals/_index.md b/english/aspose.cells.pivot/pivotfield/set_subtotals/_index.md
index 6a9d7eebde..f962d4acf3 100644
--- a/english/aspose.cells.pivot/pivotfield/set_subtotals/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/set_subtotals/_index.md
@@ -10,7 +10,7 @@ is_root: false
## set_subtotals(self, subtotal_type, shown) {#aspose.cells.pivot.PivotFieldSubtotalType-bool}
-Sets whether the specified field shows that subtotals.
+Sets how to subtotal the specified field.
@@ -23,11 +23,12 @@ def set_subtotals(self, subtotal_type, shown):
| Parameter | Type | Description |
| :- | :- | :- |
-| subtotal_type | aspose.cells.pivot.PivotFieldSubtotalType | subtotals type. |
-| shown | bool | whether the specified field shows that subtotals. |
+| subtotal_type | aspose.cells.pivot.PivotFieldSubtotalType | [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) |
+| shown | bool | Whether the specified field shows that subtotals. |
### See Also
* module [`aspose.cells.pivot`](../../)
* class [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield)
+* class [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype)
diff --git a/english/aspose.cells.pivot/pivotfield/show_all_items/_index.md b/english/aspose.cells.pivot/pivotfield/show_all_items/_index.md
index c6857b1c7a..1dfba93325 100644
--- a/english/aspose.cells.pivot/pivotfield/show_all_items/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/show_all_items/_index.md
@@ -11,9 +11,8 @@ is_root: false
## show_all_items property
-Indicates whether all items displays in the PivotTable report,
+Indicates whether to display all items in the PivotTable view,
even if they don't contain summary data.
-show items with no data
The default value is false.
### Definition:
```python
diff --git a/english/aspose.cells.pivot/pivotfield/show_compact/_index.md b/english/aspose.cells.pivot/pivotfield/show_compact/_index.md
index 52b8b38461..d15444eaa4 100644
--- a/english/aspose.cells.pivot/pivotfield/show_compact/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/show_compact/_index.md
@@ -11,7 +11,7 @@ is_root: false
## show_compact property
-Indicates whether display labels from the next field in the same column on the Pivot Table view
+Indicates whether to display labels of the next field in the same column on the Pivot Table view
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotfield/show_in_outline_form/_index.md b/english/aspose.cells.pivot/pivotfield/show_in_outline_form/_index.md
index 84302fab61..c65210968c 100644
--- a/english/aspose.cells.pivot/pivotfield/show_in_outline_form/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/show_in_outline_form/_index.md
@@ -11,7 +11,7 @@ is_root: false
## show_in_outline_form property
-Indicates whether layout this field in outline form on the Pivot Table view
+Indicates whether to layout this field in outline form on the Pivot Table view.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotfield/show_subtotal_at_top/_index.md b/english/aspose.cells.pivot/pivotfield/show_subtotal_at_top/_index.md
index a0c8e0ca73..1d5269a5ff 100644
--- a/english/aspose.cells.pivot/pivotfield/show_subtotal_at_top/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/show_subtotal_at_top/_index.md
@@ -11,7 +11,7 @@ is_root: false
## show_subtotal_at_top property
-when ShowInOutlineForm is true, then display subtotals at the top of the list of items instead of at the bottom
+Indicates whether to display subtotals at the top or bottom of items when ShowInOutlineForm is true, then
### Remarks
diff --git a/english/aspose.cells.pivot/pivotfieldsortsetting/_index.md b/english/aspose.cells.pivot/pivotfieldsortsetting/_index.md
index e35b6f2a20..92f68eee85 100644
--- a/english/aspose.cells.pivot/pivotfieldsortsetting/_index.md
+++ b/english/aspose.cells.pivot/pivotfieldsortsetting/_index.md
@@ -10,7 +10,7 @@ is_root: false
## PivotFieldSortSetting class
-Represents the setting of sorting pivot fields.
+Represents the setting for sorting pivot fields.
@@ -20,7 +20,7 @@ The PivotFieldSortSetting type exposes the following members:
| Property | Description |
| :- | :- |
| [sort_type](/cells/python-net/aspose.cells.pivot/pivotfieldsortsetting/sort_type) | Represents the [`SortOrder`](/cells/python-net/aspose.cells/sortorder). |
-| [is_sort_by_labels](/cells/python-net/aspose.cells.pivot/pivotfieldsortsetting/is_sort_by_labels) | Indicates whether sorting the field by itself or data field. |
+| [is_sort_by_labels](/cells/python-net/aspose.cells.pivot/pivotfieldsortsetting/is_sort_by_labels) | Indicates whether to sort the field by itself or data field. |
| [field_index](/cells/python-net/aspose.cells.pivot/pivotfieldsortsetting/field_index) | Represents the index of the field sorted by.
-1 means sorting the PivotField by the labels,others means sorting by the data field. |
| [line_type_sorted_by](/cells/python-net/aspose.cells.pivot/pivotfieldsortsetting/line_type_sorted_by) | The pivot line type sorted by. |
| [is_simple_sort](/cells/python-net/aspose.cells.pivot/pivotfieldsortsetting/is_simple_sort) | Indicates whether a simple data sort operation will be applied. |
diff --git a/english/aspose.cells.pivot/pivotfieldsortsetting/is_sort_by_labels/_index.md b/english/aspose.cells.pivot/pivotfieldsortsetting/is_sort_by_labels/_index.md
index eb690b0894..8650e2caab 100644
--- a/english/aspose.cells.pivot/pivotfieldsortsetting/is_sort_by_labels/_index.md
+++ b/english/aspose.cells.pivot/pivotfieldsortsetting/is_sort_by_labels/_index.md
@@ -11,7 +11,7 @@ is_root: false
## is_sort_by_labels property
-Indicates whether sorting the field by itself or data field.
+Indicates whether to sort the field by itself or data field.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotfieldsubtotaltype/_index.md b/english/aspose.cells.pivot/pivotfieldsubtotaltype/_index.md
index 30797559df..393e29b5b7 100644
--- a/english/aspose.cells.pivot/pivotfieldsubtotaltype/_index.md
+++ b/english/aspose.cells.pivot/pivotfieldsubtotaltype/_index.md
@@ -28,10 +28,10 @@ The PivotFieldSubtotalType type exposes the following members:
| MIN | Represents Min subtotal type. |
| PRODUCT | Represents Product subtotal type. |
| COUNT_NUMS | Represents Count Nums subtotal type. |
-| STDEV | Represents Stdev subtotal type. |
-| STDEVP | Represents Stdevp subtotal type. |
-| VAR | Represents Var subtotal type. |
-| VARP | Represents Varp subtotal type. |
+| STDEV | Represents Standard Deviation subtotal type. |
+| STDEVP | Represents Standard Deviation of a Population subtotal type. |
+| VAR | Represents Variance subtotal type. |
+| VARP | Represents Variance of a Population subtotal type. |
diff --git a/english/aspose.cells.pivot/pivotfilter/_index.md b/english/aspose.cells.pivot/pivotfilter/_index.md
index 339ecdeb9a..07b0f5fac7 100644
--- a/english/aspose.cells.pivot/pivotfilter/_index.md
+++ b/english/aspose.cells.pivot/pivotfilter/_index.md
@@ -19,9 +19,9 @@ The PivotFilter type exposes the following members:
### Properties
| Property | Description |
| :- | :- |
-| [use_whole_day](/cells/python-net/aspose.cells.pivot/pivotfilter/use_whole_day) | Indicates whether uses whole days in its filtering criteria. |
+| [use_whole_day](/cells/python-net/aspose.cells.pivot/pivotfilter/use_whole_day) | Indicates whether to use whole days in its date filtering criteria. |
| [auto_filter](/cells/python-net/aspose.cells.pivot/pivotfilter/auto_filter) | Gets the autofilter of the pivot filter. |
-| [filter_type](/cells/python-net/aspose.cells.pivot/pivotfilter/filter_type) | Gets the autofilter type of the pivot filter. |
+| [filter_type](/cells/python-net/aspose.cells.pivot/pivotfilter/filter_type) | Gets the filter type of the pivot filter. |
| [field_index](/cells/python-net/aspose.cells.pivot/pivotfilter/field_index) | Gets the index of source field which this pivot filter is applied to. |
| [filter_category](/cells/python-net/aspose.cells.pivot/pivotfilter/filter_category) | Gets the category of this filter. |
| [value1](/cells/python-net/aspose.cells.pivot/pivotfilter/value1) | Gets the string value1 of the label pivot filter. |
diff --git a/english/aspose.cells.pivot/pivotfilter/filter_type/_index.md b/english/aspose.cells.pivot/pivotfilter/filter_type/_index.md
index 850a06080d..1fe48ee70a 100644
--- a/english/aspose.cells.pivot/pivotfilter/filter_type/_index.md
+++ b/english/aspose.cells.pivot/pivotfilter/filter_type/_index.md
@@ -11,7 +11,7 @@ is_root: false
## filter_type property
-Gets the autofilter type of the pivot filter.
+Gets the filter type of the pivot filter.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotfilter/use_whole_day/_index.md b/english/aspose.cells.pivot/pivotfilter/use_whole_day/_index.md
index d132cda9d4..476f7bee35 100644
--- a/english/aspose.cells.pivot/pivotfilter/use_whole_day/_index.md
+++ b/english/aspose.cells.pivot/pivotfilter/use_whole_day/_index.md
@@ -11,7 +11,7 @@ is_root: false
## use_whole_day property
-Indicates whether uses whole days in its filtering criteria.
+Indicates whether to use whole days in its date filtering criteria.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotfiltercollection/_index.md b/english/aspose.cells.pivot/pivotfiltercollection/_index.md
index c09c608a1f..77cc4a9c3f 100644
--- a/english/aspose.cells.pivot/pivotfiltercollection/_index.md
+++ b/english/aspose.cells.pivot/pivotfiltercollection/_index.md
@@ -10,7 +10,7 @@ is_root: false
## PivotFilterCollection class
-Represents a collection of all the PivotFilter objects
+Represents a collection of all the PivotFilters.
diff --git a/english/aspose.cells.pivot/pivotfiltertype/_index.md b/english/aspose.cells.pivot/pivotfiltertype/_index.md
index 1e34b8205f..7bc16b941c 100644
--- a/english/aspose.cells.pivot/pivotfiltertype/_index.md
+++ b/english/aspose.cells.pivot/pivotfiltertype/_index.md
@@ -10,7 +10,7 @@ is_root: false
## PivotFilterType enumeration
-Represents PivotTable Filter type.
+Represents the filter type of the pivot table.
diff --git a/english/aspose.cells.pivot/pivotitem/is_missing/_index.md b/english/aspose.cells.pivot/pivotitem/is_missing/_index.md
index 5f3f8e35d5..5db7159928 100644
--- a/english/aspose.cells.pivot/pivotitem/is_missing/_index.md
+++ b/english/aspose.cells.pivot/pivotitem/is_missing/_index.md
@@ -16,7 +16,7 @@ Indicates whether the item is removed from the data source.
### Remarks
-True means this value has benn removed from the data source.
+True means this value has been removed from the data source.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivotpagefields/_index.md b/english/aspose.cells.pivot/pivotpagefields/_index.md
index 448872de3e..5d974170c3 100644
--- a/english/aspose.cells.pivot/pivotpagefields/_index.md
+++ b/english/aspose.cells.pivot/pivotpagefields/_index.md
@@ -10,9 +10,9 @@ is_root: false
## PivotPageFields class
-Represents the pivot page field items
+Represents the pivot page items
if the pivot table data source is consolidation ranges.
-It only can contain up to 4 fields.
+It only can contain up to 4 items.
diff --git a/english/aspose.cells.pivot/pivottable/_index.md b/english/aspose.cells.pivot/pivottable/_index.md
index 1c61319688..93db38428d 100644
--- a/english/aspose.cells.pivot/pivottable/_index.md
+++ b/english/aspose.cells.pivot/pivottable/_index.md
@@ -29,6 +29,7 @@ The PivotTable type exposes the following members:
| [page_fields](/cells/python-net/aspose.cells.pivot/pivottable/page_fields) | Returns a PivotFields object that are currently shown as page fields. |
| [data_fields](/cells/python-net/aspose.cells.pivot/pivottable/data_fields) | Gets a PivotField object that represents all the data fields in a PivotTable.
Read-only.It would be init only when there are two or more data fields in the DataPiovtFiels.
It only use to add DataPivotField to the PivotTable row/column area . Default is in row area. |
| [data_field](/cells/python-net/aspose.cells.pivot/pivottable/data_field) | Gets a [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) object that represents all the data fields in a PivotTable.
Read-only.
It would only be created when there are two or more data fields in the Data region.
Defaultly it is in row region. You can drag it to the row/column region with PivotTable.AddFieldToArea() method . |
+| [values_field](/cells/python-net/aspose.cells.pivot/pivottable/values_field) | Gets a [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) object that represents all the data fields in a PivotTable.
Read-only.
It would only be created when there are two or more data fields in the Data region.
Defaultly it is in row region. You can drag it to the row/column region with PivotTable.AddFieldToArea() method . |
| [base_fields](/cells/python-net/aspose.cells.pivot/pivottable/base_fields) | Returns all base pivot fields in the PivotTable. |
| [pivot_filters](/cells/python-net/aspose.cells.pivot/pivottable/pivot_filters) | Returns all filters of pivot fields in the pivot table. |
| [column_range](/cells/python-net/aspose.cells.pivot/pivottable/column_range) | Returns a CellArea object that represents the range
that contains the column area in the PivotTable report. Read-only. |
@@ -70,29 +71,29 @@ The PivotTable type exposes the following members:
| [show_empty_col](/cells/python-net/aspose.cells.pivot/pivottable/show_empty_col) | Indicates whether to include empty columns in the table |
| [show_empty_row](/cells/python-net/aspose.cells.pivot/pivottable/show_empty_row) | Indicates whether to include empty rows in the table. |
| [field_list_sort_ascending](/cells/python-net/aspose.cells.pivot/pivottable/field_list_sort_ascending) | Indicates whether fields in the PivotTable are sorted in non-default order in the field list. |
-| [print_drill](/cells/python-net/aspose.cells.pivot/pivottable/print_drill) | Specifies a boolean value that indicates whether drill indicators should be printed.
print expand/collapse buttons when displayed on pivottable. |
+| [print_drill](/cells/python-net/aspose.cells.pivot/pivottable/print_drill) | Specifies a boolean value that indicates whether drill indicators should be printed.
Print expand/collapse buttons when displayed on pivottable. |
| [alt_text_title](/cells/python-net/aspose.cells.pivot/pivottable/alt_text_title) | Gets and sets the title of the alter text. |
| [alt_text_description](/cells/python-net/aspose.cells.pivot/pivottable/alt_text_description) | Gets the description of the alt text. |
| [name](/cells/python-net/aspose.cells.pivot/pivottable/name) | Gets the name of the PivotTable |
-| [column_header_caption](/cells/python-net/aspose.cells.pivot/pivottable/column_header_caption) | Gets the Column Header Caption of the PivotTable. |
+| [column_header_caption](/cells/python-net/aspose.cells.pivot/pivottable/column_header_caption) | Gets and sets the custom Caption of the Column Header of the PivotTable. |
| [indent](/cells/python-net/aspose.cells.pivot/pivottable/indent) | Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form. |
-| [row_header_caption](/cells/python-net/aspose.cells.pivot/pivottable/row_header_caption) | Gets the Row Header Caption of the PivotTable. |
+| [row_header_caption](/cells/python-net/aspose.cells.pivot/pivottable/row_header_caption) | Gets and sets custom caption of the Row Header in this PivotTable. |
| [show_row_header_caption](/cells/python-net/aspose.cells.pivot/pivottable/show_row_header_caption) | Indicates whether row header caption is shown in the PivotTable report
Indicates whether Display field captions and filter drop downs |
| [custom_list_sort](/cells/python-net/aspose.cells.pivot/pivottable/custom_list_sort) | Indicates whether consider built-in custom list when sort data |
| [pivot_format_conditions](/cells/python-net/aspose.cells.pivot/pivottable/pivot_format_conditions) | Gets the Format Conditions of the pivot table. |
| [conditional_formats](/cells/python-net/aspose.cells.pivot/pivottable/conditional_formats) | Gets the conditional formats of the pivot table. |
| [page_field_order](/cells/python-net/aspose.cells.pivot/pivottable/page_field_order) | Gets and sets the order in which page fields are added to the PivotTable report's layout. |
| [page_field_wrap_count](/cells/python-net/aspose.cells.pivot/pivottable/page_field_wrap_count) | Gets the number of page fields in each column or row in the PivotTable report. |
-| [tag](/cells/python-net/aspose.cells.pivot/pivottable/tag) | Gets a string saved with the PivotTable report. |
+| [tag](/cells/python-net/aspose.cells.pivot/pivottable/tag) | Gets and sets a user-defined string that is associated with this PivotTable view. |
| [save_data](/cells/python-net/aspose.cells.pivot/pivottable/save_data) | Indicates whether data for the PivotTable report is saved with the workbook. |
| [refresh_data_on_opening_file](/cells/python-net/aspose.cells.pivot/pivottable/refresh_data_on_opening_file) | Indicates whether Refresh Data when Opening File. |
| [refresh_data_flag](/cells/python-net/aspose.cells.pivot/pivottable/refresh_data_flag) | Indicates whether Refreshing Data or not. |
| [source_type](/cells/python-net/aspose.cells.pivot/pivottable/source_type) | Gets the data source type of the pivot table. |
| [external_connection_data_source](/cells/python-net/aspose.cells.pivot/pivottable/external_connection_data_source) | Gets the external connection data source. |
| [data_source](/cells/python-net/aspose.cells.pivot/pivottable/data_source) | Gets and sets the data source of the pivot table. |
-| [pivot_formats](/cells/python-net/aspose.cells.pivot/pivottable/pivot_formats) | Gets the collection of formats applied to PivotTable. |
+| [pivot_formats](/cells/python-net/aspose.cells.pivot/pivottable/pivot_formats) | Gets all formats applied to PivotTable. |
| [item_print_titles](/cells/python-net/aspose.cells.pivot/pivottable/item_print_titles) | Indicates whether PivotItem names should be repeated at the top of each printed page. |
-| [repeat_items_on_each_printed_page](/cells/python-net/aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page) | Indicates whether pivot item captions on the row area are repeated on each printed page for pivot fields in tabular form. |
+| [repeat_items_on_each_printed_page](/cells/python-net/aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page) | Indicates whether captions of pivot item on the row area are repeated on each printed page for pivot fields in tabular form. |
| [print_titles](/cells/python-net/aspose.cells.pivot/pivottable/print_titles) | Indicates whether the print titles for the worksheet are set based
on the PivotTable report. The default value is false. |
| [display_immediate_items](/cells/python-net/aspose.cells.pivot/pivottable/display_immediate_items) | Indicates whether items in the row and column areas are visible
when the data area of the PivotTable is empty. The default value is true. |
| [is_selected](/cells/python-net/aspose.cells.pivot/pivottable/is_selected) | Indicates whether this PivotTable is selected. |
@@ -118,15 +119,15 @@ The PivotTable type exposes the following members:
| [`move(self, dest_cell_name)`](/cells/python-net/aspose.cells.pivot/pivottable/move/#system.string) | Moves the PivotTable to a different location in the worksheet. |
| [`move_to(self, row, column)`](/cells/python-net/aspose.cells.pivot/pivottable/move_to/#int-int) | Moves the PivotTable to a different location in the worksheet. |
| [`move_to(self, dest_cell_name)`](/cells/python-net/aspose.cells.pivot/pivottable/move_to/#system.string) | Moves the PivotTable to a different location in the worksheet. |
-| [`get_source(self)`](/cells/python-net/aspose.cells.pivot/pivottable/get_source/#) | Get pivottable's source data. |
-| [`get_source(self, is_original)`](/cells/python-net/aspose.cells.pivot/pivottable/get_source/#bool) | Get pivottable's source data. |
+| [`get_source(self)`](/cells/python-net/aspose.cells.pivot/pivottable/get_source/#) | Get the data source of this pivottable. |
+| [`get_source(self, is_original)`](/cells/python-net/aspose.cells.pivot/pivottable/get_source/#bool) | Get the data source of this pivottable. |
| [`refresh_data(self)`](/cells/python-net/aspose.cells.pivot/pivottable/refresh_data/#) | Refreshes pivottable's data and setting from it's data source. |
| [`refresh_data(self, option)`](/cells/python-net/aspose.cells.pivot/pivottable/refresh_data/#aspose.cells.pivot.pivottablerefreshoption) | Refreshes pivottable's data and setting from it's data source with options. |
-| [`calculate_data(self)`](/cells/python-net/aspose.cells.pivot/pivottable/calculate_data/#) | Calculates pivottable's data to cells. |
-| [`calculate_data(self, option)`](/cells/python-net/aspose.cells.pivot/pivottable/calculate_data/#aspose.cells.pivot.pivottablecalculateoption) | Calculating pivot tables with options |
+| [`calculate_data(self)`](/cells/python-net/aspose.cells.pivot/pivottable/calculate_data/#) | Calculates data of pivottable to cells. |
+| [`calculate_data(self, option)`](/cells/python-net/aspose.cells.pivot/pivottable/calculate_data/#aspose.cells.pivot.pivottablecalculateoption) | Calculates pivot table with options. |
| [`format(self, pivot_area, style)`](/cells/python-net/aspose.cells.pivot/pivottable/format/#aspose.cells.pivot.pivotarea-aspose.cells.style) | Formats selected area of the PivotTable. |
| [`format(self, ca, style)`](/cells/python-net/aspose.cells.pivot/pivottable/format/#aspose.cells.cellarea-aspose.cells.style) | Formats selected area of the PivotTable. |
-| [`format(self, row, column, style)`](/cells/python-net/aspose.cells.pivot/pivottable/format/#int-int-aspose.cells.style) | Format the cell in the pivottable area |
+| [`format(self, row, column, style)`](/cells/python-net/aspose.cells.pivot/pivottable/format/#int-int-aspose.cells.style) | Formats the cell in the pivottable area |
| [`set_auto_group_field(self, base_field_index)`](/cells/python-net/aspose.cells.pivot/pivottable/set_auto_group_field/#int) | Sets auto field group by the PivotTable. |
| [`set_auto_group_field(self, pivot_field)`](/cells/python-net/aspose.cells.pivot/pivottable/set_auto_group_field/#aspose.cells.pivot.pivotfield) | Sets auto field group by the PivotTable. |
| [`set_manual_group_field(self, base_field_index, start_val, end_val, group_by_list, interval_num)`](/cells/python-net/aspose.cells.pivot/pivottable/set_manual_group_field/#int-float-float-list-float) | Sets manual field group by the PivotTable. |
@@ -142,9 +143,9 @@ The PivotTable type exposes the following members:
| [`get_fields(self, field_type)`](/cells/python-net/aspose.cells.pivot/pivottable/get_fields/#aspose.cells.pivot.pivotfieldtype) | Gets the specific pivot field list by the region. |
| [`fields(self, field_type)`](/cells/python-net/aspose.cells.pivot/pivottable/fields/#aspose.cells.pivot.pivotfieldtype) | Gets the specific fields by the field type. |
| [`get_source_data_connections(self)`](/cells/python-net/aspose.cells.pivot/pivottable/get_source_data_connections/#) | Gets the external connection data sources. |
-| [`get_names_of_source_data_connections(self)`](/cells/python-net/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/#) | Gets the name of external source data connections. |
-| [`change_data_source(self, source)`](/cells/python-net/aspose.cells.pivot/pivottable/change_data_source/#list) | Set pivottable's source data. |
-| [`clear_data(self)`](/cells/python-net/aspose.cells.pivot/pivottable/clear_data/#) | Clear PivotTable's data and formatting |
+| [`get_names_of_source_data_connections(self)`](/cells/python-net/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/#) | Gets the names of external source data connections. |
+| [`change_data_source(self, source)`](/cells/python-net/aspose.cells.pivot/pivottable/change_data_source/#list) | Change data source of the pivottable. |
+| [`clear_data(self)`](/cells/python-net/aspose.cells.pivot/pivottable/clear_data/#) | Clear data and formatting of PivotTable view. |
| [`calculate_range(self)`](/cells/python-net/aspose.cells.pivot/pivottable/calculate_range/#) | Calculates pivottable's range. |
| [`format_all(self, style)`](/cells/python-net/aspose.cells.pivot/pivottable/format_all/#aspose.cells.style) | Format all the cell in the pivottable area |
| [`format_row(self, row, style)`](/cells/python-net/aspose.cells.pivot/pivottable/format_row/#int-aspose.cells.style) | Format the row data in the pivottable area |
@@ -152,7 +153,7 @@ The PivotTable type exposes the following members:
| [`show_detail(self, row_offset, column_offset, new_sheet, dest_row, dest_column)`](/cells/python-net/aspose.cells.pivot/pivottable/show_detail/#int-int-bool-int-int) | Show the detail of one item in the data region to a new Table. |
| [`get_horizontal_page_breaks(self)`](/cells/python-net/aspose.cells.pivot/pivottable/get_horizontal_page_breaks/#) | Gets horizontal page breaks of this pivot table. |
| [`get_horizontal_breaks(self)`](/cells/python-net/aspose.cells.pivot/pivottable/get_horizontal_breaks/#) | Gets pivot table row index list of horizontal page breaks |
-| [`show_in_compact_form(self)`](/cells/python-net/aspose.cells.pivot/pivottable/show_in_compact_form/#) | Layouts the PivotTable in compact form. |
+| [`show_in_compact_form(self)`](/cells/python-net/aspose.cells.pivot/pivottable/show_in_compact_form/#) | Layouts the PivotTable view in compact form. |
| [`show_in_outline_form(self)`](/cells/python-net/aspose.cells.pivot/pivottable/show_in_outline_form/#) | Layouts the PivotTable in outline form. |
| [`show_in_tabular_form(self)`](/cells/python-net/aspose.cells.pivot/pivottable/show_in_tabular_form/#) | Layouts the PivotTable in tabular form. |
| [`get_cell_by_display_name(self, display_name)`](/cells/python-net/aspose.cells.pivot/pivottable/get_cell_by_display_name/#system.string) | Gets the [`Cell`](/cells/python-net/aspose.cells/cell) object by the display name of PivotField. |
@@ -165,7 +166,7 @@ The PivotTable type exposes the following members:
```python
from aspose.cells import FormatConditionType, OperatorType, Workbook
-from aspose.cells.pivot import PivotFieldType, PivotFilterType, PivotTableStyleType
+from aspose.cells.pivot import PivotFieldType, PivotFilterType, PivotTableCalculateOption, PivotTableStyleType
from aspose.pydrawing import Color
book = Workbook()
@@ -222,8 +223,10 @@ fc = fcc[idx]
fc.formula1 = "100"
fc.operator = OperatorType.GREATER_OR_EQUAL
fc.style.background_color = Color.red
-pivot.refresh_data()
-pivot.calculate_data()
+calculateOption = PivotTableCalculateOption()
+calculateOption.refresh_data = True
+calculateOption.refresh_charts = True
+pivot.calculate_data(calculateOption)
# do your business
book.save("out.xlsx")
diff --git a/english/aspose.cells.pivot/pivottable/calculate_data/_index.md b/english/aspose.cells.pivot/pivottable/calculate_data/_index.md
index 5226cee916..dc443ab709 100644
--- a/english/aspose.cells.pivot/pivottable/calculate_data/_index.md
+++ b/english/aspose.cells.pivot/pivottable/calculate_data/_index.md
@@ -10,7 +10,7 @@ is_root: false
## calculate_data(self) {#}
-Calculates pivottable's data to cells.
+Calculates data of pivottable to cells.
@@ -29,7 +29,7 @@ So if the data source is changed, please call RefreshData() method first.
## calculate_data(self, option) {#aspose.cells.pivot.PivotTableCalculateOption}
-Calculating pivot tables with options
+Calculates pivot table with options.
@@ -42,8 +42,11 @@ def calculate_data(self, option):
| Parameter | Type | Description |
| :- | :- | :- |
-| option | aspose.cells.pivot.PivotTableCalculateOption | |
+| option | aspose.cells.pivot.PivotTableCalculateOption | The options for calculating the pivot table |
+### Remarks
+If PivotTableCalculateOption.RefreshData is true,
+this method will refresh pivot cache from data source,then calculate all pivot tables based same pivot cache.
### See Also
diff --git a/english/aspose.cells.pivot/pivottable/change_data_source/_index.md b/english/aspose.cells.pivot/pivottable/change_data_source/_index.md
index bf546e02b5..d04516081f 100644
--- a/english/aspose.cells.pivot/pivottable/change_data_source/_index.md
+++ b/english/aspose.cells.pivot/pivottable/change_data_source/_index.md
@@ -10,7 +10,7 @@ is_root: false
## change_data_source(self, source) {#list}
-Set pivottable's source data.
+Change data source of the pivottable.
diff --git a/english/aspose.cells.pivot/pivottable/clear_data/_index.md b/english/aspose.cells.pivot/pivottable/clear_data/_index.md
index 8ee64c24c9..b54cd72b8a 100644
--- a/english/aspose.cells.pivot/pivottable/clear_data/_index.md
+++ b/english/aspose.cells.pivot/pivottable/clear_data/_index.md
@@ -10,7 +10,7 @@ is_root: false
## clear_data(self) {#}
-Clear PivotTable's data and formatting
+Clear data and formatting of PivotTable view.
diff --git a/english/aspose.cells.pivot/pivottable/column_header_caption/_index.md b/english/aspose.cells.pivot/pivottable/column_header_caption/_index.md
index 3bde83d9a1..b5dd57d064 100644
--- a/english/aspose.cells.pivot/pivottable/column_header_caption/_index.md
+++ b/english/aspose.cells.pivot/pivottable/column_header_caption/_index.md
@@ -11,7 +11,7 @@ is_root: false
## column_header_caption property
-Gets the Column Header Caption of the PivotTable.
+Gets and sets the custom Caption of the Column Header of the PivotTable.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/data_field/_index.md b/english/aspose.cells.pivot/pivottable/data_field/_index.md
index aab2dbe8fa..738e27f509 100644
--- a/english/aspose.cells.pivot/pivottable/data_field/_index.md
+++ b/english/aspose.cells.pivot/pivottable/data_field/_index.md
@@ -15,6 +15,14 @@ Gets a [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) object th
Read-only.
It would only be created when there are two or more data fields in the Data region.
Defaultly it is in row region. You can drag it to the row/column region with PivotTable.AddFieldToArea() method .
+
+### Remarks
+
+
+NOTE: This method is now obsolete. Instead,
+please use PivotTable.ValuesField property.
+This method will be removed 12 months later since October 2025.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/fields/_index.md b/english/aspose.cells.pivot/pivottable/fields/_index.md
index 83088a1ae1..58891486b8 100644
--- a/english/aspose.cells.pivot/pivottable/fields/_index.md
+++ b/english/aspose.cells.pivot/pivottable/fields/_index.md
@@ -32,7 +32,7 @@ def fields(self, field_type):
### Remarks
NOTE: This method is now obsolete. Instead,
-please use PivotField.GetFields() method.
+please use PivotField.GetFields(PivotFieldType) method.
This method will be removed 12 months later since May 2024.
Aspose apologizes for any inconvenience you may have experienced.
diff --git a/english/aspose.cells.pivot/pivottable/format/_index.md b/english/aspose.cells.pivot/pivottable/format/_index.md
index 9b9c0e35fe..0c3c722526 100644
--- a/english/aspose.cells.pivot/pivottable/format/_index.md
+++ b/english/aspose.cells.pivot/pivottable/format/_index.md
@@ -48,7 +48,7 @@ def format(self, ca, style):
## format(self, row, column, style) {#int-int-aspose.cells.Style}
-Format the cell in the pivottable area
+Formats the cell in the pivottable area
diff --git a/english/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/_index.md b/english/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/_index.md
index ecf4c38a8f..b45114ddd9 100644
--- a/english/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/_index.md
+++ b/english/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/_index.md
@@ -10,7 +10,7 @@ is_root: false
## get_names_of_source_data_connections(self) {#}
-Gets the name of external source data connections.
+Gets the names of external source data connections.
diff --git a/english/aspose.cells.pivot/pivottable/get_source/_index.md b/english/aspose.cells.pivot/pivottable/get_source/_index.md
index 52b7e0a04b..63132f50ad 100644
--- a/english/aspose.cells.pivot/pivottable/get_source/_index.md
+++ b/english/aspose.cells.pivot/pivottable/get_source/_index.md
@@ -10,7 +10,7 @@ is_root: false
## get_source(self) {#}
-Get pivottable's source data.
+Get the data source of this pivottable.
@@ -25,7 +25,7 @@ def get_source(self):
## get_source(self, is_original) {#bool}
-Get pivottable's source data.
+Get the data source of this pivottable.
### Returns
@@ -43,7 +43,7 @@ def get_source(self, is_original):
| Parameter | Type | Description |
| :- | :- | :- |
-| is_original | bool | Indicates whether to return original or display data source |
+| is_original | bool | Indicates whether to return original or display data source. |
diff --git a/english/aspose.cells.pivot/pivottable/pivot_formats/_index.md b/english/aspose.cells.pivot/pivottable/pivot_formats/_index.md
index 5531a5a9f6..a5a1e85c4d 100644
--- a/english/aspose.cells.pivot/pivottable/pivot_formats/_index.md
+++ b/english/aspose.cells.pivot/pivottable/pivot_formats/_index.md
@@ -11,7 +11,7 @@ is_root: false
## pivot_formats property
-Gets the collection of formats applied to PivotTable.
+Gets all formats applied to PivotTable.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/print_drill/_index.md b/english/aspose.cells.pivot/pivottable/print_drill/_index.md
index 377f923157..7f0c5f0bfd 100644
--- a/english/aspose.cells.pivot/pivottable/print_drill/_index.md
+++ b/english/aspose.cells.pivot/pivottable/print_drill/_index.md
@@ -12,7 +12,7 @@ is_root: false
Specifies a boolean value that indicates whether drill indicators should be printed.
-print expand/collapse buttons when displayed on pivottable.
+Print expand/collapse buttons when displayed on pivottable.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page/_index.md b/english/aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page/_index.md
index c4f8403c0f..4862644e0a 100644
--- a/english/aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page/_index.md
+++ b/english/aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page/_index.md
@@ -11,7 +11,7 @@ is_root: false
## repeat_items_on_each_printed_page property
-Indicates whether pivot item captions on the row area are repeated on each printed page for pivot fields in tabular form.
+Indicates whether captions of pivot item on the row area are repeated on each printed page for pivot fields in tabular form.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/row_header_caption/_index.md b/english/aspose.cells.pivot/pivottable/row_header_caption/_index.md
index 9240ae8b87..9f1dba223b 100644
--- a/english/aspose.cells.pivot/pivottable/row_header_caption/_index.md
+++ b/english/aspose.cells.pivot/pivottable/row_header_caption/_index.md
@@ -11,7 +11,7 @@ is_root: false
## row_header_caption property
-Gets the Row Header Caption of the PivotTable.
+Gets and sets custom caption of the Row Header in this PivotTable.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md b/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md
index 1edc3684f6..527bd26578 100644
--- a/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md
@@ -10,7 +10,7 @@ is_root: false
## show_in_compact_form(self) {#}
-Layouts the PivotTable in compact form.
+Layouts the PivotTable view in compact form.
diff --git a/english/aspose.cells.pivot/pivottable/tag/_index.md b/english/aspose.cells.pivot/pivottable/tag/_index.md
index 5910fae836..267cc99be4 100644
--- a/english/aspose.cells.pivot/pivottable/tag/_index.md
+++ b/english/aspose.cells.pivot/pivottable/tag/_index.md
@@ -11,7 +11,7 @@ is_root: false
## tag property
-Gets a string saved with the PivotTable report.
+Gets and sets a user-defined string that is associated with this PivotTable view.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/values_field/_index.md b/english/aspose.cells.pivot/pivottable/values_field/_index.md
new file mode 100644
index 0000000000..e42b4297f6
--- /dev/null
+++ b/english/aspose.cells.pivot/pivottable/values_field/_index.md
@@ -0,0 +1,28 @@
+---
+title: values_field property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 1190
+url: /aspose.cells.pivot/pivottable/values_field/
+is_root: false
+---
+
+## values_field property
+
+
+Gets a [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) object that represents all the data fields in a PivotTable.
+Read-only.
+It would only be created when there are two or more data fields in the Data region.
+Defaultly it is in row region. You can drag it to the row/column region with PivotTable.AddFieldToArea() method .
+### Definition:
+```python
+@property
+def values_field(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield)
+* class [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable)
diff --git a/english/aspose.cells.pivot/pivottablecalculateoption/_index.md b/english/aspose.cells.pivot/pivottablecalculateoption/_index.md
index 859ad54143..0e18f7d343 100644
--- a/english/aspose.cells.pivot/pivottablecalculateoption/_index.md
+++ b/english/aspose.cells.pivot/pivottablecalculateoption/_index.md
@@ -10,7 +10,7 @@ is_root: false
## PivotTableCalculateOption class
-Rerepsents the options of calcuating the pivot table.
+Rerepsents the options of calculating data of the pivot table.
diff --git a/english/aspose.cells.pivot/pivottablecalculateoption/refresh_data/_index.md b/english/aspose.cells.pivot/pivottablecalculateoption/refresh_data/_index.md
index d2c3dcec6f..b4139bb73a 100644
--- a/english/aspose.cells.pivot/pivottablecalculateoption/refresh_data/_index.md
+++ b/english/aspose.cells.pivot/pivottablecalculateoption/refresh_data/_index.md
@@ -12,6 +12,11 @@ is_root: false
Indicates whether refreshing data source of the pivottable.
+
+### Remarks
+
+
+If it is true, refresh pivot cache from data source,then calculate all pivot tables based same pivot cache.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottablecollection/__getitem__/_index.md b/english/aspose.cells.pivot/pivottablecollection/__getitem__/_index.md
new file mode 100644
index 0000000000..b8637ce011
--- /dev/null
+++ b/english/aspose.cells.pivot/pivottablecollection/__getitem__/_index.md
@@ -0,0 +1,24 @@
+---
+title: PivotTableCollection indexer
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 120
+url: /aspose.cells.pivot/pivottablecollection/__getitem__/
+is_root: false
+---
+
+## PivotTableCollection indexer
+
+
+Gets the PivotTable report by index.
+### Indexer
+| Name | Description |
+| :- | :- |
+| index | |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotTableCollection`](/cells/python-net/aspose.cells.pivot/pivottablecollection)
diff --git a/english/aspose.cells.pivot/pivottablecollection/_index.md b/english/aspose.cells.pivot/pivottablecollection/_index.md
index 2a8eceb3c5..1a6e79ab23 100644
--- a/english/aspose.cells.pivot/pivottablecollection/_index.md
+++ b/english/aspose.cells.pivot/pivottablecollection/_index.md
@@ -22,6 +22,14 @@ The PivotTableCollection type exposes the following members:
| [capacity](/cells/python-net/aspose.cells.pivot/pivottablecollection/capacity) | Gets or sets the number of elements that the array list can contain. |
+
+Gets the PivotTable report by index.
+### Indexer
+| Name | Description |
+| :- | :- |
+| [index] | |
+
+
### Methods
| Method | Description |
| :- | :- |
diff --git a/english/aspose.cells.properties/_index.md b/english/aspose.cells.properties/_index.md
index 1213065f03..a1d6a8f1ac 100644
--- a/english/aspose.cells.properties/_index.md
+++ b/english/aspose.cells.properties/_index.md
@@ -17,7 +17,7 @@ The **Aspose.Cells.Properties** namespace provides classes to work with custom
| [`ContentTypeProperty`](/cells/python-net/aspose.cells.properties/contenttypeproperty) | Represents identifier information. |
| [`ContentTypePropertyCollection`](/cells/python-net/aspose.cells.properties/contenttypepropertycollection) | A collection of [`ContentTypeProperty`](/cells/python-net/aspose.cells.properties/contenttypeproperty) objects that represent additional information. |
| [`CustomDocumentPropertyCollection`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection) | A collection of custom document properties. |
-| [`CustomProperty`](/cells/python-net/aspose.cells.properties/customproperty) | Represents identifier information. |
+| [`CustomProperty`](/cells/python-net/aspose.cells.properties/customproperty) | Represents a custom property which store name and value pairs of arbitrary user-defined data for worksheet. |
| [`CustomPropertyCollection`](/cells/python-net/aspose.cells.properties/custompropertycollection) | A collection of [`CustomProperty`](/cells/python-net/aspose.cells.properties/customproperty) objects that represent additional information. |
| [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) | Represents a custom or built-in document property. |
diff --git a/english/aspose.cells.properties/customdocumentpropertycollection/_index.md b/english/aspose.cells.properties/customdocumentpropertycollection/_index.md
index 4de5282b19..18becabdd8 100644
--- a/english/aspose.cells.properties/customdocumentpropertycollection/_index.md
+++ b/english/aspose.cells.properties/customdocumentpropertycollection/_index.md
@@ -1,75 +1,75 @@
----
-title: CustomDocumentPropertyCollection class
-second_title: Aspose.Cells for Python via .NET API References
-description:
-type: docs
-weight: 40
-url: /aspose.cells.properties/customdocumentpropertycollection/
-is_root: false
+---
+title: CustomDocumentPropertyCollection class
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.properties/customdocumentpropertycollection/
+is_root: false
---
-
+
## CustomDocumentPropertyCollection class
-
+
A collection of custom document properties.
-
+
**Inheritance:** [`CustomDocumentPropertyCollection`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection)
-
+
The CustomDocumentPropertyCollection type exposes the following members:
-
-### Properties
-| Property | Description |
-| :- | :- |
-| [capacity](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/capacity) | Gets or sets the number of elements that the array list can contain. |
-
-
-### Methods
-| Method | Description |
-| :- | :- |
-| [`get(self, name)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/get/#system.string) | |
-| [`get(self, index)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/get/#int) | |
-| [`index_of(self, name)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/index_of/#system.string) | |
-| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/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/customdocumentpropertycollection/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. |
-| [`copy_to(self, array)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. |
-| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/copy_to/#int-list-int-int) | Copies a range of elements from the array list to a compatible one-dimensional array list, starting at the specified index of the target array list. |
-| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/last_index_of/#aspose.cells.properties.documentproperty) | 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/customdocumentpropertycollection/last_index_of/#aspose.cells.properties.documentproperty-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/customdocumentpropertycollection/last_index_of/#aspose.cells.properties.documentproperty-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/customdocumentpropertycollection/add/#system.string-system.string) | Creates a new custom document property of the **PropertyType.String** data type. |
-| [`add(self, name, value)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#system.string-int) | Creates a new custom document property of the **PropertyType.Number** data type. |
-| [`add(self, name, value)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#system.string-system.datetime) | Creates a new custom document property of the **PropertyType.DateTime** data type. |
-| [`add(self, name, value)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#system.string-bool) | Creates a new custom document property of the **PropertyType.Boolean** data type. |
-| [`add(self, name, value)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#system.string-float) | Creates a new custom document property of the **PropertyType.Float** data type. |
-| [`binary_search(self, item)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/binary_search/#aspose.cells.properties.documentproperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. |
-| [`add_link_to_content(self, name, source)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add_link_to_content/#system.string-system.string) | Creates a new custom document property which links to content. |
-| [`update_linked_property_value(self)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/update_linked_property_value/#) | Updates values of all custom properties that are linked to content(use
cell value of linked range to update value of custom property). |
-| [`update_linked_range(self)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/update_linked_range/#) | Updates all ranges that are linked to custom properties(use the value of
custom document property to update cell value of linked range). |
-
-
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [capacity](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/capacity) | Gets or sets the number of elements that the array list can contain. |
+
+
+### Methods
+| Method | Description |
+| :- | :- |
+| [`get(self, name)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/get/#system.string) | |
+| [`get(self, index)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/get/#int) | |
+| [`index_of(self, name)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/index_of/#system.string) | |
+| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/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/customdocumentpropertycollection/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. |
+| [`copy_to(self, array)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. |
+| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/copy_to/#int-list-int-int) | Copies a range of elements from the array list to a compatible one-dimensional array list, starting at the specified index of the target array list. |
+| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/last_index_of/#aspose.cells.properties.documentproperty) | 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/customdocumentpropertycollection/last_index_of/#aspose.cells.properties.documentproperty-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/customdocumentpropertycollection/last_index_of/#aspose.cells.properties.documentproperty-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/customdocumentpropertycollection/add/#system.string-system.string) | Creates a new custom document property of the **PropertyType.String** data type. |
+| [`add(self, name, value)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#system.string-int) | Creates a new custom document property of the **PropertyType.Number** data type. |
+| [`add(self, name, value)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#system.string-system.datetime) | Creates a new custom document property of the **PropertyType.DateTime** data type. |
+| [`add(self, name, value)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#system.string-bool) | Creates a new custom document property of the **PropertyType.Boolean** data type. |
+| [`add(self, name, value)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#system.string-float) | Creates a new custom document property of the **PropertyType.Float** data type. |
+| [`binary_search(self, item)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/binary_search/#aspose.cells.properties.documentproperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. |
+| [`add_link_to_content(self, name, source)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add_link_to_content/#system.string-system.string) | Creates a new custom document property which links to content. |
+| [`update_linked_property_value(self)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/update_linked_property_value/#) | Updates values of all custom properties that are linked to content(use
cell value of linked range to update value of custom property). |
+| [`update_linked_range(self)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/update_linked_range/#) | Updates all ranges that are linked to custom properties(use the value of
custom document property to update cell value of linked range). |
+
+
### Remarks
+
-
-Each [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object represents a custom property of a container document.
+Each [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object represents a custom property of a container document.
### Example
-
+
```python
-from aspose.cells import Workbook
-
-# Instantiate a Workbook object
-workbook = Workbook("book1.xls")
-# Retrieve a list of all custom document properties of the Excel file
-customProperties = workbook.worksheets.custom_document_properties
-
-```
-
-### See Also
-* module [`aspose.cells.properties`](..)
-* class [`CustomDocumentPropertyCollection`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection)
-* class [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty)
+from aspose.cells import Workbook
+
+# Instantiate a Workbook object
+workbook = Workbook("book1.xls")
+# Retrieve a list of all custom document properties of the Excel file
+customProperties = workbook.worksheets.custom_document_properties
+
+```
+
+### See Also
+* module [`aspose.cells.properties`](..)
+* class [`CustomDocumentPropertyCollection`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection)
+* class [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty)
diff --git a/english/aspose.cells.properties/customproperty/__init__/_index.md b/english/aspose.cells.properties/customproperty/__init__/_index.md
deleted file mode 100644
index 7819025ecf..0000000000
--- a/english/aspose.cells.properties/customproperty/__init__/_index.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: CustomProperty constructor
-second_title: Aspose.Cells for Python via .NET API References
-description:
-type: docs
-weight: 10
-url: /aspose.cells.properties/customproperty/__init__/
-is_root: false
----
-
-## \_\_init\_\_(self) {#}
-
-Constructs a new instance of CustomProperty
-
-
-
-```python
-
-def __init__(self):
- ...
-```
-
-
-
-
-
-### See Also
-* module [`aspose.cells.properties`](../../)
-* class [`CustomProperty`](/cells/python-net/aspose.cells.properties/customproperty)
diff --git a/english/aspose.cells.properties/customproperty/_index.md b/english/aspose.cells.properties/customproperty/_index.md
index a74b34a981..26072459c9 100644
--- a/english/aspose.cells.properties/customproperty/_index.md
+++ b/english/aspose.cells.properties/customproperty/_index.md
@@ -10,24 +10,19 @@ is_root: false
## CustomProperty class
-Represents identifier information.
+Represents a custom property which store name and value pairs of arbitrary user-defined data for worksheet.
The CustomProperty type exposes the following members:
-### Constructors
-| Constructor | Description |
-| :- | :- |
-| [`__init__(self)`](/cells/python-net/aspose.cells.properties/customproperty/__init__/#) | Constructs a new instance of CustomProperty |
-
-
### Properties
| Property | Description |
| :- | :- |
| [name](/cells/python-net/aspose.cells.properties/customproperty/name) | Returns or sets the name of the object. |
| [string_value](/cells/python-net/aspose.cells.properties/customproperty/string_value) | Returns or sets the value of the custom property. |
| [value](/cells/python-net/aspose.cells.properties/customproperty/value) | Returns or sets the value of the custom property. |
+| [binary_value](/cells/python-net/aspose.cells.properties/customproperty/binary_value) | Gets and sets the binary value of the custom property. |
diff --git a/english/aspose.cells.properties/customproperty/binary_value/_index.md b/english/aspose.cells.properties/customproperty/binary_value/_index.md
new file mode 100644
index 0000000000..5483243b2a
--- /dev/null
+++ b/english/aspose.cells.properties/customproperty/binary_value/_index.md
@@ -0,0 +1,27 @@
+---
+title: binary_value property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cells.properties/customproperty/binary_value/
+is_root: false
+---
+
+## binary_value property
+
+
+Gets and sets the binary value of the custom property.
+### Definition:
+```python
+@property
+def binary_value(self):
+ ...
+@binary_value.setter
+def binary_value(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.properties`](../../)
+* class [`CustomProperty`](/cells/python-net/aspose.cells.properties/customproperty)
diff --git a/english/aspose.cells.properties/customproperty/name/_index.md b/english/aspose.cells.properties/customproperty/name/_index.md
index 499c488a0d..9e3b513407 100644
--- a/english/aspose.cells.properties/customproperty/name/_index.md
+++ b/english/aspose.cells.properties/customproperty/name/_index.md
@@ -3,7 +3,7 @@ title: name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 30
+weight: 40
url: /aspose.cells.properties/customproperty/name/
is_root: false
---
diff --git a/english/aspose.cells.properties/customproperty/string_value/_index.md b/english/aspose.cells.properties/customproperty/string_value/_index.md
index 64390080be..e701f7dc3a 100644
--- a/english/aspose.cells.properties/customproperty/string_value/_index.md
+++ b/english/aspose.cells.properties/customproperty/string_value/_index.md
@@ -3,7 +3,7 @@ title: string_value property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 50
url: /aspose.cells.properties/customproperty/string_value/
is_root: false
---
diff --git a/english/aspose.cells.properties/customproperty/value/_index.md b/english/aspose.cells.properties/customproperty/value/_index.md
index f45285e2b9..00c1372aa6 100644
--- a/english/aspose.cells.properties/customproperty/value/_index.md
+++ b/english/aspose.cells.properties/customproperty/value/_index.md
@@ -3,7 +3,7 @@ title: value property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 60
url: /aspose.cells.properties/customproperty/value/
is_root: false
---
diff --git a/english/aspose.cells.rendering/_index.md b/english/aspose.cells.rendering/_index.md
index 17974fbdc4..6e69c7eac9 100644
--- a/english/aspose.cells.rendering/_index.md
+++ b/english/aspose.cells.rendering/_index.md
@@ -36,8 +36,10 @@ The **Aspose.Cells.Rendering** namespace provides classes for rendering image a
| :- | :- |
| [`ColorDepth`](/cells/python-net/aspose.cells.rendering/colordepth) | Enumerates Bit Depth Type for tiff image. |
| [`CommentTitleType`](/cells/python-net/aspose.cells.rendering/commenttitletype) | Represents comment title type while rendering when comment is set to display at end of sheet. |
+| [`DataBarRenderMode`](/cells/python-net/aspose.cells.rendering/databarrendermode) | Represents the DataBar render mode. |
| [`DrawObjectEnum`](/cells/python-net/aspose.cells.rendering/drawobjectenum) | Indicate Cell or Image of DrawObject. |
| [`HtmlEmbeddedFontType`](/cells/python-net/aspose.cells.rendering/htmlembeddedfonttype) | Represents the embedded font type in html. |
+| [`HtmlLayoutMode`](/cells/python-net/aspose.cells.rendering/htmllayoutmode) | Represents the layout mode for HTML rendering. |
| [`ImageBinarizationMethod`](/cells/python-net/aspose.cells.rendering/imagebinarizationmethod) | Specifies the method used to binarize image. |
| [`PdfCompliance`](/cells/python-net/aspose.cells.rendering/pdfcompliance) | Allowing user to set PDF conversion's Compatibility |
| [`PdfCompressionCore`](/cells/python-net/aspose.cells.rendering/pdfcompressioncore) | Specifies a type of compression applied to all content in the PDF file except images. |
diff --git a/english/aspose.cells.rendering/databarrendermode/_index.md b/english/aspose.cells.rendering/databarrendermode/_index.md
new file mode 100644
index 0000000000..5ac4f88317
--- /dev/null
+++ b/english/aspose.cells.rendering/databarrendermode/_index.md
@@ -0,0 +1,28 @@
+---
+title: DataBarRenderMode enumeration
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 190
+url: /aspose.cells.rendering/databarrendermode/
+is_root: false
+---
+
+## DataBarRenderMode enumeration
+
+Represents the DataBar render mode.
+
+
+
+The DataBarRenderMode type exposes the following members:
+
+### Fields
+| Field | Description |
+| :- | :- |
+| BACKGROUND_COLOR | Renders the DataBar using background color. |
+| IMAGE | Renders the DataBar as image. |
+
+
+
+### See Also
+* module [`aspose.cells.rendering`](..)
diff --git a/english/aspose.cells.rendering/drawobjectenum/_index.md b/english/aspose.cells.rendering/drawobjectenum/_index.md
index 156506d2be..26aa07a58a 100644
--- a/english/aspose.cells.rendering/drawobjectenum/_index.md
+++ b/english/aspose.cells.rendering/drawobjectenum/_index.md
@@ -3,7 +3,7 @@ title: DrawObjectEnum enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 200
url: /aspose.cells.rendering/drawobjectenum/
is_root: false
---
diff --git a/english/aspose.cells.rendering/htmlembeddedfonttype/_index.md b/english/aspose.cells.rendering/htmlembeddedfonttype/_index.md
index 3bdffe5c1c..86b14db1fe 100644
--- a/english/aspose.cells.rendering/htmlembeddedfonttype/_index.md
+++ b/english/aspose.cells.rendering/htmlembeddedfonttype/_index.md
@@ -3,7 +3,7 @@ title: HtmlEmbeddedFontType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 210
url: /aspose.cells.rendering/htmlembeddedfonttype/
is_root: false
---
diff --git a/english/aspose.cells.rendering/htmllayoutmode/_index.md b/english/aspose.cells.rendering/htmllayoutmode/_index.md
new file mode 100644
index 0000000000..88142e6514
--- /dev/null
+++ b/english/aspose.cells.rendering/htmllayoutmode/_index.md
@@ -0,0 +1,28 @@
+---
+title: HtmlLayoutMode enumeration
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 220
+url: /aspose.cells.rendering/htmllayoutmode/
+is_root: false
+---
+
+## HtmlLayoutMode enumeration
+
+Represents the layout mode for HTML rendering.
+
+
+
+The HtmlLayoutMode type exposes the following members:
+
+### Fields
+| Field | Description |
+| :- | :- |
+| NORMAL | Renders content like MS Excel. |
+| PRINT | Renders content in print layout mode. |
+
+
+
+### See Also
+* module [`aspose.cells.rendering`](..)
diff --git a/english/aspose.cells.rendering/imagebinarizationmethod/_index.md b/english/aspose.cells.rendering/imagebinarizationmethod/_index.md
index 437ee4b617..d077a190d2 100644
--- a/english/aspose.cells.rendering/imagebinarizationmethod/_index.md
+++ b/english/aspose.cells.rendering/imagebinarizationmethod/_index.md
@@ -3,7 +3,7 @@ title: ImageBinarizationMethod enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 230
url: /aspose.cells.rendering/imagebinarizationmethod/
is_root: false
---
diff --git a/english/aspose.cells.rendering/pdfcompliance/_index.md b/english/aspose.cells.rendering/pdfcompliance/_index.md
index 34475a31e5..53052c92e4 100644
--- a/english/aspose.cells.rendering/pdfcompliance/_index.md
+++ b/english/aspose.cells.rendering/pdfcompliance/_index.md
@@ -3,7 +3,7 @@ title: PdfCompliance enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 240
url: /aspose.cells.rendering/pdfcompliance/
is_root: false
---
diff --git a/english/aspose.cells.rendering/pdfcompressioncore/_index.md b/english/aspose.cells.rendering/pdfcompressioncore/_index.md
index 5cafebbb83..7e2dfa0006 100644
--- a/english/aspose.cells.rendering/pdfcompressioncore/_index.md
+++ b/english/aspose.cells.rendering/pdfcompressioncore/_index.md
@@ -3,7 +3,7 @@ title: PdfCompressionCore enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 250
url: /aspose.cells.rendering/pdfcompressioncore/
is_root: false
---
diff --git a/english/aspose.cells.rendering/pdfcustompropertiesexport/_index.md b/english/aspose.cells.rendering/pdfcustompropertiesexport/_index.md
index 98b7a939bc..84cf957f2c 100644
--- a/english/aspose.cells.rendering/pdfcustompropertiesexport/_index.md
+++ b/english/aspose.cells.rendering/pdfcustompropertiesexport/_index.md
@@ -3,7 +3,7 @@ title: PdfCustomPropertiesExport enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 260
url: /aspose.cells.rendering/pdfcustompropertiesexport/
is_root: false
---
diff --git a/english/aspose.cells.rendering/pdffontencoding/_index.md b/english/aspose.cells.rendering/pdffontencoding/_index.md
index 689c83fcba..5c4a2d9fce 100644
--- a/english/aspose.cells.rendering/pdffontencoding/_index.md
+++ b/english/aspose.cells.rendering/pdffontencoding/_index.md
@@ -3,7 +3,7 @@ title: PdfFontEncoding enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 270
url: /aspose.cells.rendering/pdffontencoding/
is_root: false
---
diff --git a/english/aspose.cells.rendering/pdfoptimizationtype/_index.md b/english/aspose.cells.rendering/pdfoptimizationtype/_index.md
index a5ecbf4069..17c7169e93 100644
--- a/english/aspose.cells.rendering/pdfoptimizationtype/_index.md
+++ b/english/aspose.cells.rendering/pdfoptimizationtype/_index.md
@@ -3,7 +3,7 @@ title: PdfOptimizationType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 280
url: /aspose.cells.rendering/pdfoptimizationtype/
is_root: false
---
diff --git a/english/aspose.cells.rendering/svgembeddedfonttype/_index.md b/english/aspose.cells.rendering/svgembeddedfonttype/_index.md
index 7f1d5be5ca..2716eac5e0 100644
--- a/english/aspose.cells.rendering/svgembeddedfonttype/_index.md
+++ b/english/aspose.cells.rendering/svgembeddedfonttype/_index.md
@@ -3,7 +3,7 @@ title: SvgEmbeddedFontType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 290
url: /aspose.cells.rendering/svgembeddedfonttype/
is_root: false
---
diff --git a/english/aspose.cells.rendering/tiffcompression/_index.md b/english/aspose.cells.rendering/tiffcompression/_index.md
index 0d8a25f258..38932ce5ab 100644
--- a/english/aspose.cells.rendering/tiffcompression/_index.md
+++ b/english/aspose.cells.rendering/tiffcompression/_index.md
@@ -3,7 +3,7 @@ title: TiffCompression enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 300
url: /aspose.cells.rendering/tiffcompression/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/_index.md b/english/aspose.cells.saving/ebooksaveoptions/_index.md
index 6a150f8721..2c29e39c9f 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/_index.md
@@ -109,13 +109,16 @@ The EbookSaveOptions type exposes the following members:
| [hide_overflow_wrapped_text](/cells/python-net/aspose.cells.saving/ebooksaveoptions/hide_overflow_wrapped_text) | Indicates whether to hide overflow text when the cell format is set to wrap text.
The default value is false |
| [is_border_collapsed](/cells/python-net/aspose.cells.saving/ebooksaveoptions/is_border_collapsed) | Indicates whether the table borders are collapsed.
The default value is true. |
| [encode_entity_as_code](/cells/python-net/aspose.cells.saving/ebooksaveoptions/encode_entity_as_code) | Indicates whether the html character entities are replaced with decimal code.
(e.g. " " is replaced with " ").
The default value is false. |
-| [office_math_output_mode](/cells/python-net/aspose.cells.saving/ebooksaveoptions/office_math_output_mode) | Indicates how export OfficeMath objects to HTML, Default value is Image. |
+| [office_math_output_mode](/cells/python-net/aspose.cells.saving/ebooksaveoptions/office_math_output_mode) | Indicates how OfficeMath objects are exported to HTML, Default value is Image. |
| [cell_name_attribute](/cells/python-net/aspose.cells.saving/ebooksaveoptions/cell_name_attribute) | Specifies the attribute that indicates the CellName to be written.
(e.g. If the value is "id", then for cell "A1", the output will be:
).
The default value is null. |
| [disable_css](/cells/python-net/aspose.cells.saving/ebooksaveoptions/disable_css) | Indicates whether only inline styles are applied, without relying on CSS.
The default value is false. |
| [enable_css_custom_properties](/cells/python-net/aspose.cells.saving/ebooksaveoptions/enable_css_custom_properties) | Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved.
The default value is false. |
| [html_version](/cells/python-net/aspose.cells.saving/ebooksaveoptions/html_version) | Specifies version of HTML standard that should be used when saving the HTML format.
Default value is HtmlVersion.Default. |
| [sheet_set](/cells/python-net/aspose.cells.saving/ebooksaveoptions/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). |
-| [embedded_font_type](/cells/python-net/aspose.cells.saving/ebooksaveoptions/embedded_font_type) | Gets or sets the type of font that embedded in html.
Default value is [`HtmlEmbeddedFontType.NONE`](/cells/python-net/aspose.cells.rendering/htmlembeddedfonttype#NONE) which indicates that it will not embed font in html. |
+| [layout_mode](/cells/python-net/aspose.cells.saving/ebooksaveoptions/layout_mode) | Gets or sets the layout mode when saving to HTML.
The default value is [`HtmlLayoutMode.NORMAL`](/cells/python-net/aspose.cells.rendering/htmllayoutmode#NORMAL) |
+| [embedded_font_type](/cells/python-net/aspose.cells.saving/ebooksaveoptions/embedded_font_type) | Gets or sets the type of embedding font file into html file.
Default value is [`HtmlEmbeddedFontType.NONE`](/cells/python-net/aspose.cells.rendering/htmlembeddedfonttype#NONE) which indicates that no font will be embedded in html. |
+| [export_named_range_anchors](/cells/python-net/aspose.cells.saving/ebooksaveoptions/export_named_range_anchors) | / Indicates whether to export anchor elements generated for named ranges when saving to HTML.
Default value is true. |
+| [data_bar_render_mode](/cells/python-net/aspose.cells.saving/ebooksaveoptions/data_bar_render_mode) | |
diff --git a/english/aspose.cells.saving/ebooksaveoptions/data_bar_render_mode/_index.md b/english/aspose.cells.saving/ebooksaveoptions/data_bar_render_mode/_index.md
new file mode 100644
index 0000000000..46b70a17f7
--- /dev/null
+++ b/english/aspose.cells.saving/ebooksaveoptions/data_bar_render_mode/_index.md
@@ -0,0 +1,26 @@
+---
+title: data_bar_render_mode property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 150
+url: /aspose.cells.saving/ebooksaveoptions/data_bar_render_mode/
+is_root: false
+---
+
+## data_bar_render_mode property
+
+### Definition:
+```python
+@property
+def data_bar_render_mode(self):
+ ...
+@data_bar_render_mode.setter
+def data_bar_render_mode(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DataBarRenderMode`](/cells/python-net/aspose.cells.rendering/databarrendermode)
+* class [`EbookSaveOptions`](/cells/python-net/aspose.cells.saving/ebooksaveoptions)
diff --git a/english/aspose.cells.saving/ebooksaveoptions/default_font_name/_index.md b/english/aspose.cells.saving/ebooksaveoptions/default_font_name/_index.md
index f90837cde3..a29a449cb8 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/default_font_name/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/default_font_name/_index.md
@@ -3,7 +3,7 @@ title: default_font_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 160
url: /aspose.cells.saving/ebooksaveoptions/default_font_name/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/disable_css/_index.md b/english/aspose.cells.saving/ebooksaveoptions/disable_css/_index.md
index 5b68de4afb..3948dc4ce7 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/disable_css/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/disable_css/_index.md
@@ -3,7 +3,7 @@ title: disable_css property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 170
url: /aspose.cells.saving/ebooksaveoptions/disable_css/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/disable_downlevel_revealed_comments/_index.md b/english/aspose.cells.saving/ebooksaveoptions/disable_downlevel_revealed_comments/_index.md
index 244879e5e5..6f3f7583d3 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/disable_downlevel_revealed_comments/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/disable_downlevel_revealed_comments/_index.md
@@ -3,7 +3,7 @@ title: disable_downlevel_revealed_comments property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 180
url: /aspose.cells.saving/ebooksaveoptions/disable_downlevel_revealed_comments/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/embedded_font_type/_index.md b/english/aspose.cells.saving/ebooksaveoptions/embedded_font_type/_index.md
index e9582db9e4..ce7243855c 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/embedded_font_type/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/embedded_font_type/_index.md
@@ -3,7 +3,7 @@ title: embedded_font_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 190
url: /aspose.cells.saving/ebooksaveoptions/embedded_font_type/
is_root: false
---
@@ -11,8 +11,8 @@ is_root: false
## embedded_font_type property
-Gets or sets the type of font that embedded in html.
-Default value is [`HtmlEmbeddedFontType.NONE`](/cells/python-net/aspose.cells.rendering/htmlembeddedfonttype#NONE) which indicates that it will not embed font in html.
+Gets or sets the type of embedding font file into html file.
+Default value is [`HtmlEmbeddedFontType.NONE`](/cells/python-net/aspose.cells.rendering/htmlembeddedfonttype#NONE) which indicates that no font will be embedded in html.
### Definition:
```python
@property
diff --git a/english/aspose.cells.saving/ebooksaveoptions/enable_css_custom_properties/_index.md b/english/aspose.cells.saving/ebooksaveoptions/enable_css_custom_properties/_index.md
index 687100f38e..b24e4c8093 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/enable_css_custom_properties/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/enable_css_custom_properties/_index.md
@@ -3,7 +3,7 @@ title: enable_css_custom_properties property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 200
url: /aspose.cells.saving/ebooksaveoptions/enable_css_custom_properties/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/encode_entity_as_code/_index.md b/english/aspose.cells.saving/ebooksaveoptions/encode_entity_as_code/_index.md
index 567bbc40bf..c96662f027 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/encode_entity_as_code/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/encode_entity_as_code/_index.md
@@ -3,7 +3,7 @@ title: encode_entity_as_code property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 210
url: /aspose.cells.saving/ebooksaveoptions/encode_entity_as_code/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/encoding/_index.md b/english/aspose.cells.saving/ebooksaveoptions/encoding/_index.md
index 6f1d4b37e9..0d3aa2516b 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/encoding/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/encoding/_index.md
@@ -3,7 +3,7 @@ title: encoding property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 220
url: /aspose.cells.saving/ebooksaveoptions/encoding/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/encrypt_document_properties/_index.md b/english/aspose.cells.saving/ebooksaveoptions/encrypt_document_properties/_index.md
index 41b4af30d4..8d861b6c5c 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/encrypt_document_properties/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/encrypt_document_properties/_index.md
@@ -3,7 +3,7 @@ title: encrypt_document_properties property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 230
url: /aspose.cells.saving/ebooksaveoptions/encrypt_document_properties/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/exclude_unused_styles/_index.md b/english/aspose.cells.saving/ebooksaveoptions/exclude_unused_styles/_index.md
index 5f8b1f14cf..356c9863c8 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/exclude_unused_styles/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/exclude_unused_styles/_index.md
@@ -3,7 +3,7 @@ title: exclude_unused_styles property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 240
url: /aspose.cells.saving/ebooksaveoptions/exclude_unused_styles/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_active_worksheet_only/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_active_worksheet_only/_index.md
index 69a84b65cf..516db6dd26 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_active_worksheet_only/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_active_worksheet_only/_index.md
@@ -3,7 +3,7 @@ title: export_active_worksheet_only property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 250
url: /aspose.cells.saving/ebooksaveoptions/export_active_worksheet_only/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_area/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_area/_index.md
index 319c0f744c..720332ba2f 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_area/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_area/_index.md
@@ -3,7 +3,7 @@ title: export_area property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 260
url: /aspose.cells.saving/ebooksaveoptions/export_area/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_bogus_row_data/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_bogus_row_data/_index.md
index 9d41174ead..724f6d8c8a 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_bogus_row_data/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_bogus_row_data/_index.md
@@ -3,7 +3,7 @@ title: export_bogus_row_data property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 270
url: /aspose.cells.saving/ebooksaveoptions/export_bogus_row_data/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_cell_coordinate/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_cell_coordinate/_index.md
index fd5cf6bd4e..d0b7fc14e6 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_cell_coordinate/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_cell_coordinate/_index.md
@@ -3,7 +3,7 @@ title: export_cell_coordinate property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 280
url: /aspose.cells.saving/ebooksaveoptions/export_cell_coordinate/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_comments_type/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_comments_type/_index.md
index 0bf714e2a9..429a6e1069 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_comments_type/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_comments_type/_index.md
@@ -3,7 +3,7 @@ title: export_comments_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 290
url: /aspose.cells.saving/ebooksaveoptions/export_comments_type/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_data_options/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_data_options/_index.md
index fd645e988d..057ed7dece 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_data_options/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_data_options/_index.md
@@ -3,7 +3,7 @@ title: export_data_options property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 290
+weight: 300
url: /aspose.cells.saving/ebooksaveoptions/export_data_options/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_document_properties/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_document_properties/_index.md
index 3b73ff01f4..4a8cb2110e 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_document_properties/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_document_properties/_index.md
@@ -3,7 +3,7 @@ title: export_document_properties property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 300
+weight: 310
url: /aspose.cells.saving/ebooksaveoptions/export_document_properties/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_extra_headings/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_extra_headings/_index.md
index d744599400..d59ccdbdef 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_extra_headings/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_extra_headings/_index.md
@@ -3,7 +3,7 @@ title: export_extra_headings property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 310
+weight: 320
url: /aspose.cells.saving/ebooksaveoptions/export_extra_headings/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_formula/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_formula/_index.md
index 00b458c51f..e168afdd52 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_formula/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_formula/_index.md
@@ -3,7 +3,7 @@ title: export_formula property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 320
+weight: 330
url: /aspose.cells.saving/ebooksaveoptions/export_formula/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_frame_scripts_and_properties/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_frame_scripts_and_properties/_index.md
index cf0410749f..ca120fb7cf 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_frame_scripts_and_properties/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_frame_scripts_and_properties/_index.md
@@ -3,7 +3,7 @@ title: export_frame_scripts_and_properties property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 330
+weight: 340
url: /aspose.cells.saving/ebooksaveoptions/export_frame_scripts_and_properties/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_grid_lines/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_grid_lines/_index.md
index fc0fa518ff..62196923b1 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_grid_lines/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_grid_lines/_index.md
@@ -3,7 +3,7 @@ title: export_grid_lines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 340
+weight: 350
url: /aspose.cells.saving/ebooksaveoptions/export_grid_lines/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_headings/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_headings/_index.md
index 93771f045a..1843e9535f 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_headings/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_headings/_index.md
@@ -3,7 +3,7 @@ title: export_headings property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 350
+weight: 360
url: /aspose.cells.saving/ebooksaveoptions/export_headings/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_hidden_worksheet/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_hidden_worksheet/_index.md
index 28a306f163..f2579d7cbd 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_hidden_worksheet/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_hidden_worksheet/_index.md
@@ -3,7 +3,7 @@ title: export_hidden_worksheet property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 360
+weight: 370
url: /aspose.cells.saving/ebooksaveoptions/export_hidden_worksheet/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_images_as_base64/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_images_as_base64/_index.md
index 8a0bb0c185..50c74537ba 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_images_as_base64/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_images_as_base64/_index.md
@@ -3,7 +3,7 @@ title: export_images_as_base64 property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 370
+weight: 380
url: /aspose.cells.saving/ebooksaveoptions/export_images_as_base64/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_named_range_anchors/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_named_range_anchors/_index.md
new file mode 100644
index 0000000000..4b13e42251
--- /dev/null
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_named_range_anchors/_index.md
@@ -0,0 +1,28 @@
+---
+title: export_named_range_anchors property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 390
+url: /aspose.cells.saving/ebooksaveoptions/export_named_range_anchors/
+is_root: false
+---
+
+## export_named_range_anchors property
+
+
+/ Indicates whether to export anchor elements generated for named ranges when saving to HTML.
+Default value is true.
+### Definition:
+```python
+@property
+def export_named_range_anchors(self):
+ ...
+@export_named_range_anchors.setter
+def export_named_range_anchors(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`EbookSaveOptions`](/cells/python-net/aspose.cells.saving/ebooksaveoptions)
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_object_listener/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_object_listener/_index.md
index 89ccf2fa46..83647fa64a 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_object_listener/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_object_listener/_index.md
@@ -3,7 +3,7 @@ title: export_object_listener property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 380
+weight: 400
url: /aspose.cells.saving/ebooksaveoptions/export_object_listener/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_page_footers/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_page_footers/_index.md
index e63f1d1baa..5b548674cb 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_page_footers/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_page_footers/_index.md
@@ -3,7 +3,7 @@ title: export_page_footers property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 390
+weight: 410
url: /aspose.cells.saving/ebooksaveoptions/export_page_footers/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_page_headers/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_page_headers/_index.md
index c653c6c338..bd499e0665 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_page_headers/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_page_headers/_index.md
@@ -3,7 +3,7 @@ title: export_page_headers property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 400
+weight: 420
url: /aspose.cells.saving/ebooksaveoptions/export_page_headers/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_print_area_only/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_print_area_only/_index.md
index 9992385d25..079babfe02 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_print_area_only/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_print_area_only/_index.md
@@ -3,7 +3,7 @@ title: export_print_area_only property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 410
+weight: 430
url: /aspose.cells.saving/ebooksaveoptions/export_print_area_only/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_row_column_headings/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_row_column_headings/_index.md
index fac3f7a2d0..b0c28fdd7a 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_row_column_headings/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_row_column_headings/_index.md
@@ -3,7 +3,7 @@ title: export_row_column_headings property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 420
+weight: 440
url: /aspose.cells.saving/ebooksaveoptions/export_row_column_headings/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_similar_border_style/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_similar_border_style/_index.md
index e09dd005f7..638ee9833c 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_similar_border_style/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_similar_border_style/_index.md
@@ -3,7 +3,7 @@ title: export_similar_border_style property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 430
+weight: 450
url: /aspose.cells.saving/ebooksaveoptions/export_similar_border_style/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_single_tab/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_single_tab/_index.md
index 4457654c21..f7835e8549 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_single_tab/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_single_tab/_index.md
@@ -3,7 +3,7 @@ title: export_single_tab property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 440
+weight: 460
url: /aspose.cells.saving/ebooksaveoptions/export_single_tab/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_workbook_properties/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_workbook_properties/_index.md
index 9e148d2504..995cde0f06 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_workbook_properties/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_workbook_properties/_index.md
@@ -3,7 +3,7 @@ title: export_workbook_properties property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 450
+weight: 470
url: /aspose.cells.saving/ebooksaveoptions/export_workbook_properties/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_worksheet_css_separately/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_worksheet_css_separately/_index.md
index 7bb425d75a..e8bfb0ad9e 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_worksheet_css_separately/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_worksheet_css_separately/_index.md
@@ -3,7 +3,7 @@ title: export_worksheet_css_separately property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 460
+weight: 480
url: /aspose.cells.saving/ebooksaveoptions/export_worksheet_css_separately/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/export_worksheet_properties/_index.md b/english/aspose.cells.saving/ebooksaveoptions/export_worksheet_properties/_index.md
index 677f1e530a..ca9711439c 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/export_worksheet_properties/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/export_worksheet_properties/_index.md
@@ -3,7 +3,7 @@ title: export_worksheet_properties property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 470
+weight: 490
url: /aspose.cells.saving/ebooksaveoptions/export_worksheet_properties/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/file_path_provider/_index.md b/english/aspose.cells.saving/ebooksaveoptions/file_path_provider/_index.md
index d10c6a4102..fee56e2979 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/file_path_provider/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/file_path_provider/_index.md
@@ -3,7 +3,7 @@ title: file_path_provider property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 480
+weight: 500
url: /aspose.cells.saving/ebooksaveoptions/file_path_provider/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/format_data_ignore_column_width/_index.md b/english/aspose.cells.saving/ebooksaveoptions/format_data_ignore_column_width/_index.md
index 5678eb1fcf..6f318b562b 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/format_data_ignore_column_width/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/format_data_ignore_column_width/_index.md
@@ -3,7 +3,7 @@ title: format_data_ignore_column_width property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 490
+weight: 510
url: /aspose.cells.saving/ebooksaveoptions/format_data_ignore_column_width/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/hidden_col_display_type/_index.md b/english/aspose.cells.saving/ebooksaveoptions/hidden_col_display_type/_index.md
index 3f50399e25..c596bf26a7 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/hidden_col_display_type/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/hidden_col_display_type/_index.md
@@ -3,7 +3,7 @@ title: hidden_col_display_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 500
+weight: 520
url: /aspose.cells.saving/ebooksaveoptions/hidden_col_display_type/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/hidden_row_display_type/_index.md b/english/aspose.cells.saving/ebooksaveoptions/hidden_row_display_type/_index.md
index 1817da4a6d..e7a1e9033d 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/hidden_row_display_type/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/hidden_row_display_type/_index.md
@@ -3,7 +3,7 @@ title: hidden_row_display_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 510
+weight: 530
url: /aspose.cells.saving/ebooksaveoptions/hidden_row_display_type/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/hide_overflow_wrapped_text/_index.md b/english/aspose.cells.saving/ebooksaveoptions/hide_overflow_wrapped_text/_index.md
index fff5081429..71a8218d6a 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/hide_overflow_wrapped_text/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/hide_overflow_wrapped_text/_index.md
@@ -3,7 +3,7 @@ title: hide_overflow_wrapped_text property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 520
+weight: 540
url: /aspose.cells.saving/ebooksaveoptions/hide_overflow_wrapped_text/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/html_cross_string_type/_index.md b/english/aspose.cells.saving/ebooksaveoptions/html_cross_string_type/_index.md
index 0aa15c1604..1deba6c9ba 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/html_cross_string_type/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/html_cross_string_type/_index.md
@@ -3,7 +3,7 @@ title: html_cross_string_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 530
+weight: 550
url: /aspose.cells.saving/ebooksaveoptions/html_cross_string_type/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/html_version/_index.md b/english/aspose.cells.saving/ebooksaveoptions/html_version/_index.md
index d8f233fd39..495d8788b3 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/html_version/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/html_version/_index.md
@@ -3,7 +3,7 @@ title: html_version property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 540
+weight: 560
url: /aspose.cells.saving/ebooksaveoptions/html_version/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/ignore_invisible_shapes/_index.md b/english/aspose.cells.saving/ebooksaveoptions/ignore_invisible_shapes/_index.md
index 28093d196f..72cac4804f 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/ignore_invisible_shapes/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/ignore_invisible_shapes/_index.md
@@ -3,7 +3,7 @@ title: ignore_invisible_shapes property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 550
+weight: 570
url: /aspose.cells.saving/ebooksaveoptions/ignore_invisible_shapes/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/image_options/_index.md b/english/aspose.cells.saving/ebooksaveoptions/image_options/_index.md
index def74c971b..f2024a470d 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/image_options/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/image_options/_index.md
@@ -3,7 +3,7 @@ title: image_options property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 560
+weight: 580
url: /aspose.cells.saving/ebooksaveoptions/image_options/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/image_scalable/_index.md b/english/aspose.cells.saving/ebooksaveoptions/image_scalable/_index.md
index 8c3208104d..556074eeb6 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/image_scalable/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/image_scalable/_index.md
@@ -3,7 +3,7 @@ title: image_scalable property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 570
+weight: 590
url: /aspose.cells.saving/ebooksaveoptions/image_scalable/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/is_border_collapsed/_index.md b/english/aspose.cells.saving/ebooksaveoptions/is_border_collapsed/_index.md
index 96858b2587..e1243ab7a2 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/is_border_collapsed/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/is_border_collapsed/_index.md
@@ -3,7 +3,7 @@ title: is_border_collapsed property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 580
+weight: 600
url: /aspose.cells.saving/ebooksaveoptions/is_border_collapsed/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/is_exp_image_to_temp_dir/_index.md b/english/aspose.cells.saving/ebooksaveoptions/is_exp_image_to_temp_dir/_index.md
index a10d399602..3ab1c27fbc 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/is_exp_image_to_temp_dir/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/is_exp_image_to_temp_dir/_index.md
@@ -3,7 +3,7 @@ title: is_exp_image_to_temp_dir property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 590
+weight: 610
url: /aspose.cells.saving/ebooksaveoptions/is_exp_image_to_temp_dir/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/is_export_comments/_index.md b/english/aspose.cells.saving/ebooksaveoptions/is_export_comments/_index.md
index 1d6f870d24..3d7f0fab1e 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/is_export_comments/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/is_export_comments/_index.md
@@ -3,7 +3,7 @@ title: is_export_comments property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 600
+weight: 620
url: /aspose.cells.saving/ebooksaveoptions/is_export_comments/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/is_full_path_link/_index.md b/english/aspose.cells.saving/ebooksaveoptions/is_full_path_link/_index.md
index 9beb2c08c5..de09d65c07 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/is_full_path_link/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/is_full_path_link/_index.md
@@ -3,7 +3,7 @@ title: is_full_path_link property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 610
+weight: 630
url: /aspose.cells.saving/ebooksaveoptions/is_full_path_link/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/is_ie_compatible/_index.md b/english/aspose.cells.saving/ebooksaveoptions/is_ie_compatible/_index.md
index 941c70aa8c..1b989e935d 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/is_ie_compatible/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/is_ie_compatible/_index.md
@@ -3,7 +3,7 @@ title: is_ie_compatible property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 620
+weight: 640
url: /aspose.cells.saving/ebooksaveoptions/is_ie_compatible/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/is_js_browser_compatible/_index.md b/english/aspose.cells.saving/ebooksaveoptions/is_js_browser_compatible/_index.md
index 34e82c8da0..fd35c22e3d 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/is_js_browser_compatible/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/is_js_browser_compatible/_index.md
@@ -3,7 +3,7 @@ title: is_js_browser_compatible property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 630
+weight: 650
url: /aspose.cells.saving/ebooksaveoptions/is_js_browser_compatible/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/is_mobile_compatible/_index.md b/english/aspose.cells.saving/ebooksaveoptions/is_mobile_compatible/_index.md
index 53db9c16c2..c9cd9ef078 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/is_mobile_compatible/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/is_mobile_compatible/_index.md
@@ -3,7 +3,7 @@ title: is_mobile_compatible property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 640
+weight: 660
url: /aspose.cells.saving/ebooksaveoptions/is_mobile_compatible/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/layout_mode/_index.md b/english/aspose.cells.saving/ebooksaveoptions/layout_mode/_index.md
new file mode 100644
index 0000000000..56f6e2c55f
--- /dev/null
+++ b/english/aspose.cells.saving/ebooksaveoptions/layout_mode/_index.md
@@ -0,0 +1,29 @@
+---
+title: layout_mode property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 670
+url: /aspose.cells.saving/ebooksaveoptions/layout_mode/
+is_root: false
+---
+
+## layout_mode property
+
+
+Gets or sets the layout mode when saving to HTML.
+The default value is [`HtmlLayoutMode.NORMAL`](/cells/python-net/aspose.cells.rendering/htmllayoutmode#NORMAL)
+### Definition:
+```python
+@property
+def layout_mode(self):
+ ...
+@layout_mode.setter
+def layout_mode(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`EbookSaveOptions`](/cells/python-net/aspose.cells.saving/ebooksaveoptions)
+* class [`HtmlLayoutMode`](/cells/python-net/aspose.cells.rendering/htmllayoutmode)
diff --git a/english/aspose.cells.saving/ebooksaveoptions/link_target_type/_index.md b/english/aspose.cells.saving/ebooksaveoptions/link_target_type/_index.md
index bed822603c..344304a901 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/link_target_type/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/link_target_type/_index.md
@@ -3,7 +3,7 @@ title: link_target_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 650
+weight: 680
url: /aspose.cells.saving/ebooksaveoptions/link_target_type/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/merge_areas/_index.md b/english/aspose.cells.saving/ebooksaveoptions/merge_areas/_index.md
index b26bdf93ec..4455c74fba 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/merge_areas/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/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: 660
+weight: 690
url: /aspose.cells.saving/ebooksaveoptions/merge_areas/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_forcely/_index.md b/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_forcely/_index.md
index d5bcf6c49a..f9671b6458 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_forcely/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_forcely/_index.md
@@ -3,7 +3,7 @@ title: merge_empty_td_forcely property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 670
+weight: 700
url: /aspose.cells.saving/ebooksaveoptions/merge_empty_td_forcely/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_type/_index.md b/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_type/_index.md
index 75a25fc838..b6632b7717 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_type/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_type/_index.md
@@ -3,7 +3,7 @@ title: merge_empty_td_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 680
+weight: 710
url: /aspose.cells.saving/ebooksaveoptions/merge_empty_td_type/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/office_math_output_mode/_index.md b/english/aspose.cells.saving/ebooksaveoptions/office_math_output_mode/_index.md
index ec5b1e45b8..a2a6225cb8 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/office_math_output_mode/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/office_math_output_mode/_index.md
@@ -3,7 +3,7 @@ title: office_math_output_mode property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 690
+weight: 720
url: /aspose.cells.saving/ebooksaveoptions/office_math_output_mode/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## office_math_output_mode property
-Indicates how export OfficeMath objects to HTML, Default value is Image.
+Indicates how OfficeMath objects are exported to HTML, Default value is Image.
### Definition:
```python
@property
diff --git a/english/aspose.cells.saving/ebooksaveoptions/page_title/_index.md b/english/aspose.cells.saving/ebooksaveoptions/page_title/_index.md
index 2d686041d7..eba1ad92e6 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/page_title/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/page_title/_index.md
@@ -3,7 +3,7 @@ title: page_title property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 700
+weight: 730
url: /aspose.cells.saving/ebooksaveoptions/page_title/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/parse_html_tag_in_cell/_index.md b/english/aspose.cells.saving/ebooksaveoptions/parse_html_tag_in_cell/_index.md
index c2efa636bc..7ae9ac1b70 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/parse_html_tag_in_cell/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/parse_html_tag_in_cell/_index.md
@@ -3,7 +3,7 @@ title: parse_html_tag_in_cell property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 710
+weight: 740
url: /aspose.cells.saving/ebooksaveoptions/parse_html_tag_in_cell/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/presentation_preference/_index.md b/english/aspose.cells.saving/ebooksaveoptions/presentation_preference/_index.md
index caad00eb5b..92878ace2a 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/presentation_preference/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/presentation_preference/_index.md
@@ -3,7 +3,7 @@ title: presentation_preference property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 720
+weight: 750
url: /aspose.cells.saving/ebooksaveoptions/presentation_preference/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/refresh_chart_cache/_index.md b/english/aspose.cells.saving/ebooksaveoptions/refresh_chart_cache/_index.md
index 5b4923ed43..03a50fec2f 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/refresh_chart_cache/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/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: 730
+weight: 760
url: /aspose.cells.saving/ebooksaveoptions/refresh_chart_cache/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/save_as_single_file/_index.md b/english/aspose.cells.saving/ebooksaveoptions/save_as_single_file/_index.md
index 80807f7a3c..0dfcbbc222 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/save_as_single_file/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/save_as_single_file/_index.md
@@ -3,7 +3,7 @@ title: save_as_single_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 740
+weight: 770
url: /aspose.cells.saving/ebooksaveoptions/save_as_single_file/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/save_format/_index.md b/english/aspose.cells.saving/ebooksaveoptions/save_format/_index.md
index 8378a4f83d..a0eb9fd3e8 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/save_format/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/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: 750
+weight: 780
url: /aspose.cells.saving/ebooksaveoptions/save_format/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/sheet_set/_index.md b/english/aspose.cells.saving/ebooksaveoptions/sheet_set/_index.md
index 2f04a018f9..fd397776bc 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/sheet_set/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/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: 760
+weight: 790
url: /aspose.cells.saving/ebooksaveoptions/sheet_set/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/show_all_sheets/_index.md b/english/aspose.cells.saving/ebooksaveoptions/show_all_sheets/_index.md
index 63dc2573b5..b86860373d 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/show_all_sheets/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/show_all_sheets/_index.md
@@ -3,7 +3,7 @@ title: show_all_sheets property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 770
+weight: 800
url: /aspose.cells.saving/ebooksaveoptions/show_all_sheets/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/sort_external_names/_index.md b/english/aspose.cells.saving/ebooksaveoptions/sort_external_names/_index.md
index 3c30e4a15f..3715b7216f 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/sort_external_names/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/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: 780
+weight: 810
url: /aspose.cells.saving/ebooksaveoptions/sort_external_names/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/sort_names/_index.md b/english/aspose.cells.saving/ebooksaveoptions/sort_names/_index.md
index d4b972ad0a..54058b328b 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/sort_names/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/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: 790
+weight: 820
url: /aspose.cells.saving/ebooksaveoptions/sort_names/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/stream_provider/_index.md b/english/aspose.cells.saving/ebooksaveoptions/stream_provider/_index.md
index 0d4f8b4a74..a9cdf021cb 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/stream_provider/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/stream_provider/_index.md
@@ -3,7 +3,7 @@ title: stream_provider property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 800
+weight: 830
url: /aspose.cells.saving/ebooksaveoptions/stream_provider/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/table_css_id/_index.md b/english/aspose.cells.saving/ebooksaveoptions/table_css_id/_index.md
index 7582d42a99..065efbe3ee 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/table_css_id/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/table_css_id/_index.md
@@ -3,7 +3,7 @@ title: table_css_id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 810
+weight: 840
url: /aspose.cells.saving/ebooksaveoptions/table_css_id/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/update_smart_art/_index.md b/english/aspose.cells.saving/ebooksaveoptions/update_smart_art/_index.md
index 25c3e1a339..82b40b386e 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/update_smart_art/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/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: 820
+weight: 850
url: /aspose.cells.saving/ebooksaveoptions/update_smart_art/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/validate_merged_areas/_index.md b/english/aspose.cells.saving/ebooksaveoptions/validate_merged_areas/_index.md
index 2165b1b43d..3206a7b593 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/validate_merged_areas/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/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: 830
+weight: 860
url: /aspose.cells.saving/ebooksaveoptions/validate_merged_areas/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/warning_callback/_index.md b/english/aspose.cells.saving/ebooksaveoptions/warning_callback/_index.md
index 067a292d1c..622cb84332 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/warning_callback/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/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: 840
+weight: 870
url: /aspose.cells.saving/ebooksaveoptions/warning_callback/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/width_scalable/_index.md b/english/aspose.cells.saving/ebooksaveoptions/width_scalable/_index.md
index 6145010d2d..6c756642b7 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/width_scalable/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/width_scalable/_index.md
@@ -3,7 +3,7 @@ title: width_scalable property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 850
+weight: 880
url: /aspose.cells.saving/ebooksaveoptions/width_scalable/
is_root: false
---
diff --git a/english/aspose.cells.saving/ebooksaveoptions/worksheet_scalable/_index.md b/english/aspose.cells.saving/ebooksaveoptions/worksheet_scalable/_index.md
index 29c6875ba1..af5ff8d30a 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/worksheet_scalable/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/worksheet_scalable/_index.md
@@ -3,7 +3,7 @@ title: worksheet_scalable property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 860
+weight: 890
url: /aspose.cells.saving/ebooksaveoptions/worksheet_scalable/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/_index.md
index 0379194e55..7ad7ffad61 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/_index.md
@@ -46,6 +46,7 @@ The PivotGlobalizationSettings type exposes the following members:
| [`get_text_of_seconds(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_seconds/#) | Gets the local text of "Seconds" |
| [`get_text_of_range(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_range/#) | Gets the local text of "Range" |
| [`get_text_of_all_periods(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_all_periods/#) | Gets the localized text of "All Periods". |
+| [`get_name_of_data_field(self, function, name)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_name_of_data_field/#aspose.cells.consolidationfunction-system.string) | Gets the display name of data pivot field.
The default format is "Sum Of Field". |
| [`get_text_of_sub_total(self, sub_total_type)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_sub_total/#aspose.cells.pivot.pivotfieldsubtotaltype) | Gets the text of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. |
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_name_of_data_field/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_name_of_data_field/_index.md
new file mode 100644
index 0000000000..05a958ce5f
--- /dev/null
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_name_of_data_field/_index.md
@@ -0,0 +1,39 @@
+---
+title: get_name_of_data_field method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cells.settings/pivotglobalizationsettings/get_name_of_data_field/
+is_root: false
+---
+
+## get_name_of_data_field(self, function, name) {#aspose.cells.ConsolidationFunction-System.String}
+
+Gets the display name of data pivot field.
+The default format is "Sum Of Field".
+
+
+### Returns
+
+
+
+
+
+```python
+
+def get_name_of_data_field(self, function, name):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| function | aspose.cells.ConsolidationFunction | The function is used to summarize values of pivot field. |
+| name | System.String | The original name of the pivot field. |
+
+
+
+### See Also
+* module [`aspose.cells.settings`](../../)
+* class [`PivotGlobalizationSettings`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings)
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_short_text_of_12_months/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_short_text_of_12_months/_index.md
index aa041941ec..4df1797fcf 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_short_text_of_12_months/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_short_text_of_12_months/_index.md
@@ -3,7 +3,7 @@ title: get_short_text_of_12_months method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 20
+weight: 30
url: /aspose.cells.settings/pivotglobalizationsettings/get_short_text_of_12_months/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_4_quaters/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_4_quaters/_index.md
index 43290bf064..65794924dc 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_4_quaters/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_4_quaters/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_4_quaters method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 30
+weight: 40
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_4_quaters/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_all/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_all/_index.md
index 2ac7d07eed..88dd054ce7 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_all/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_all/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_all method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 50
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_all/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_all_periods/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_all_periods/_index.md
index b1c63f9dc5..274b9dadbc 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_all_periods/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_all_periods/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_all_periods method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 60
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_all_periods/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_column_labels/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_column_labels/_index.md
index d7c4105c36..5e71000370 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_column_labels/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_column_labels/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_column_labels method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 70
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_column_labels/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_data_field_header/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_data_field_header/_index.md
index 9231f54627..78d1d9c73b 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_data_field_header/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_data_field_header/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_data_field_header method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 80
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_data_field_header/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_days/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_days/_index.md
index 4865f7a819..a3527e8330 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_days/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_days/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_days method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 90
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_days/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_empty_data/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_empty_data/_index.md
index a0f7f88c9c..d976ffe7ad 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_empty_data/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_empty_data/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_empty_data method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 100
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_empty_data/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_grand_total/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_grand_total/_index.md
index 35d349982b..9433cdbfe0 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_grand_total/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_grand_total/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_grand_total method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 110
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_grand_total/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_hours/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_hours/_index.md
index af569b7fdf..11fe0897bd 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_hours/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_hours/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_hours method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 120
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_hours/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_minutes/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_minutes/_index.md
index d0dc3fcd07..4f6c6107ca 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_minutes/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_minutes/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_minutes method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 130
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_minutes/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_months/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_months/_index.md
index 3f6ca6e23c..d778cbd2b4 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_months/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_months/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_months method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 140
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_months/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_multiple_items/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_multiple_items/_index.md
index c0b2d1b83d..0aec870550 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_multiple_items/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_multiple_items/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_multiple_items method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 150
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_multiple_items/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protected_name/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protected_name/_index.md
index 9e535e1f02..e8e21b23ed 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protected_name/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protected_name/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_protected_name method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 160
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_protected_name/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protection/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protection/_index.md
index bbb18bc0ce..d23378ab90 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protection/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protection/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_protection method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 170
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_protection/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_quarters/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_quarters/_index.md
index b0c00ad2b3..d2f3c2ad99 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_quarters/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_quarters/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_quarters method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 180
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_quarters/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_range/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_range/_index.md
index 41db38f123..526ff6327e 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_range/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_range/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_range method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 190
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_range/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_row_labels/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_row_labels/_index.md
index 5fe7cf0b02..60d784e951 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_row_labels/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_row_labels/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_row_labels method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 200
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_row_labels/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_seconds/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_seconds/_index.md
index 1dad0e64d8..6df051a365 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_seconds/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_seconds/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_seconds method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 210
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_seconds/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_sub_total/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_sub_total/_index.md
index 07d832f416..71c98f6238 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_sub_total/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_sub_total/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_sub_total method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 220
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_sub_total/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_total/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_total/_index.md
index 2e908ec076..9654da0bf8 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_total/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_total/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_total method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 230
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_total/
is_root: false
---
diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_years/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_years/_index.md
index 810e3c2ef2..8e1df38216 100644
--- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_years/_index.md
+++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_years/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_years method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 240
url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_years/
is_root: false
---
diff --git a/english/aspose.cells.tables/_index.md b/english/aspose.cells.tables/_index.md
index 3ff10705d2..af97362a86 100644
--- a/english/aspose.cells.tables/_index.md
+++ b/english/aspose.cells.tables/_index.md
@@ -1,35 +1,35 @@
----
-title: aspose.cells.tables
-second_title: Aspose.Cells for Python via .NET API References
-description:
-type: docs
-weight: 10
-url: /aspose.cells.tables/
-is_root: false
+---
+title: aspose.cells.tables
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 10
+url: /aspose.cells.tables/
+is_root: false
---
-
+
The **Aspose.Cells.Tables** namespace contains classes that represent tables, rows, cells and their formatting for Excel Spreadsheet files.
-
-### Classes
-| Class | Description |
-| :- | :- |
-| [`ListColumn`](/cells/python-net/aspose.cells.tables/listcolumn) | Represents a column in a Table. |
-| [`ListColumnCollection`](/cells/python-net/aspose.cells.tables/listcolumncollection) | Represents A collection of all the [`ListColumn`](/cells/python-net/aspose.cells.tables/listcolumn) objects in the specified ListObject object. |
-| [`ListObject`](/cells/python-net/aspose.cells.tables/listobject) | Represents a list object on a worksheet.
The ListObject object is a member of the ListObjects collection.
The ListObjects collection contains all the list objects on a worksheet. |
-| [`ListObjectCollection`](/cells/python-net/aspose.cells.tables/listobjectcollection) | Represents a collection of [`ListObject`](/cells/python-net/aspose.cells.tables/listobject) objects in the worksheet. |
-| [`TableStyle`](/cells/python-net/aspose.cells.tables/tablestyle) | Represents the table style. |
-| [`TableStyleCollection`](/cells/python-net/aspose.cells.tables/tablestylecollection) | Represents all custom table styles. |
-| [`TableStyleElement`](/cells/python-net/aspose.cells.tables/tablestyleelement) | Represents the element of the table style. |
-| [`TableStyleElementCollection`](/cells/python-net/aspose.cells.tables/tablestyleelementcollection) | Represents all elements of the table style. |
-| [`TableToRangeOptions`](/cells/python-net/aspose.cells.tables/tabletorangeoptions) | Represents the options when converting table to range. |
-
-
-### Enumerations
-| Enumeration | Description |
-| :- | :- |
-| [`TableDataSourceType`](/cells/python-net/aspose.cells.tables/tabledatasourcetype) | Represents the table's data source type. |
-| [`TableStyleElementType`](/cells/python-net/aspose.cells.tables/tablestyleelementtype) | Represents the Table or PivotTable style element type. |
-| [`TableStyleType`](/cells/python-net/aspose.cells.tables/tablestyletype) | Represents the built-in table style type. |
-| [`TotalsCalculation`](/cells/python-net/aspose.cells.tables/totalscalculation) | Determines the type of calculation in the Totals row of the list column. |
-
-
+
+### Classes
+| Class | Description |
+| :- | :- |
+| [`ListColumn`](/cells/python-net/aspose.cells.tables/listcolumn) | Represents a column in a Table. |
+| [`ListColumnCollection`](/cells/python-net/aspose.cells.tables/listcolumncollection) | Represents a list of all the [`ListColumn`](/cells/python-net/aspose.cells.tables/listcolumn) objects in the table. |
+| [`ListObject`](/cells/python-net/aspose.cells.tables/listobject) | Represents a table in a worksheet. |
+| [`ListObjectCollection`](/cells/python-net/aspose.cells.tables/listobjectcollection) | Represents a collection of [`ListObject`](/cells/python-net/aspose.cells.tables/listobject) objects in the worksheet. |
+| [`TableStyle`](/cells/python-net/aspose.cells.tables/tablestyle) | Represents the style of the table. |
+| [`TableStyleCollection`](/cells/python-net/aspose.cells.tables/tablestylecollection) | Represents all custom table styles. |
+| [`TableStyleElement`](/cells/python-net/aspose.cells.tables/tablestyleelement) | Represents the element of the table style. |
+| [`TableStyleElementCollection`](/cells/python-net/aspose.cells.tables/tablestyleelementcollection) | Represents all elements of the table style. |
+| [`TableToRangeOptions`](/cells/python-net/aspose.cells.tables/tabletorangeoptions) | Represents the options when converting table to range. |
+
+
+### Enumerations
+| Enumeration | Description |
+| :- | :- |
+| [`TableDataSourceType`](/cells/python-net/aspose.cells.tables/tabledatasourcetype) | Represents the table's data source type. |
+| [`TableStyleElementType`](/cells/python-net/aspose.cells.tables/tablestyleelementtype) | Represents the Table or PivotTable style element type. |
+| [`TableStyleType`](/cells/python-net/aspose.cells.tables/tablestyletype) | Represents the built-in table style type. |
+| [`TotalsCalculation`](/cells/python-net/aspose.cells.tables/totalscalculation) | Determines the type of calculation in the Totals row of the list column. |
+
+
diff --git a/english/aspose.cells.tables/listcolumncollection/_index.md b/english/aspose.cells.tables/listcolumncollection/_index.md
index 8322659a59..57e762afb2 100644
--- a/english/aspose.cells.tables/listcolumncollection/_index.md
+++ b/english/aspose.cells.tables/listcolumncollection/_index.md
@@ -10,7 +10,7 @@ is_root: false
## ListColumnCollection class
-Represents A collection of all the [`ListColumn`](/cells/python-net/aspose.cells.tables/listcolumn) objects in the specified ListObject object.
+Represents a list of all the [`ListColumn`](/cells/python-net/aspose.cells.tables/listcolumn) objects in the table.
diff --git a/english/aspose.cells.tables/listobject/_index.md b/english/aspose.cells.tables/listobject/_index.md
index 1d1c97c8b4..8e70092eb9 100644
--- a/english/aspose.cells.tables/listobject/_index.md
+++ b/english/aspose.cells.tables/listobject/_index.md
@@ -10,9 +10,7 @@ is_root: false
## ListObject class
-Represents a list object on a worksheet.
-The ListObject object is a member of the ListObjects collection.
-The ListObjects collection contains all the list objects on a worksheet.
+Represents a table in a worksheet.
@@ -25,19 +23,20 @@ The ListObject type exposes the following members:
| [start_column](/cells/python-net/aspose.cells.tables/listobject/start_column) | Gets the start column of the range. |
| [end_row](/cells/python-net/aspose.cells.tables/listobject/end_row) | Gets the end row of the range. |
| [end_column](/cells/python-net/aspose.cells.tables/listobject/end_column) | Gets the end column of the range. |
-| [list_columns](/cells/python-net/aspose.cells.tables/listobject/list_columns) | Gets ListColumns of the ListObject. |
-| [show_header_row](/cells/python-net/aspose.cells.tables/listobject/show_header_row) | Gets and sets whether this ListObject show header row. |
-| [show_totals](/cells/python-net/aspose.cells.tables/listobject/show_totals) | Gets and sets whether this ListObject show total row. |
-| [data_range](/cells/python-net/aspose.cells.tables/listobject/data_range) | Gets the data range of the ListObject. |
+| [list_columns](/cells/python-net/aspose.cells.tables/listobject/list_columns) | Gets the [`ListColumn`](/cells/python-net/aspose.cells.tables/listcolumn) list of this table. |
+| [show_header_row](/cells/python-net/aspose.cells.tables/listobject/show_header_row) | Gets and sets whether this Table shows header row. |
+| [show_totals](/cells/python-net/aspose.cells.tables/listobject/show_totals) | Gets and sets whether this TAble shows total row. |
+| [data_range](/cells/python-net/aspose.cells.tables/listobject/data_range) | Gets the data range of the Table. |
| [query_table](/cells/python-net/aspose.cells.tables/listobject/query_table) | Gets the linked QueryTable. |
| [data_source_type](/cells/python-net/aspose.cells.tables/listobject/data_source_type) | Gets the data source type of the table. |
-| [auto_filter](/cells/python-net/aspose.cells.tables/listobject/auto_filter) | Gets auto filter. |
-| [display_name](/cells/python-net/aspose.cells.tables/listobject/display_name) | Gets and sets the display name. |
+| [has_auto_filter](/cells/python-net/aspose.cells.tables/listobject/has_auto_filter) | Indicates whether auto filter is applied to this table. |
+| [auto_filter](/cells/python-net/aspose.cells.tables/listobject/auto_filter) | Gets auto filter of this table. |
+| [display_name](/cells/python-net/aspose.cells.tables/listobject/display_name) | Gets and sets the display name of the table. |
| [comment](/cells/python-net/aspose.cells.tables/listobject/comment) | Gets and sets the comment of the table. |
-| [show_table_style_first_column](/cells/python-net/aspose.cells.tables/listobject/show_table_style_first_column) | Indicates whether the first column in the table should have the style applied. |
-| [show_table_style_last_column](/cells/python-net/aspose.cells.tables/listobject/show_table_style_last_column) | Indicates whether the last column in the table should have the style applied. |
-| [show_table_style_row_stripes](/cells/python-net/aspose.cells.tables/listobject/show_table_style_row_stripes) | Indicates whether row stripe formatting is applied. |
-| [show_table_style_column_stripes](/cells/python-net/aspose.cells.tables/listobject/show_table_style_column_stripes) | Indicates whether column stripe formatting is applied. |
+| [show_table_style_first_column](/cells/python-net/aspose.cells.tables/listobject/show_table_style_first_column) | Indicates whether the first column in the table is the style applied to. |
+| [show_table_style_last_column](/cells/python-net/aspose.cells.tables/listobject/show_table_style_last_column) | Indicates whether the last column in the table is the style applied to. |
+| [show_table_style_row_stripes](/cells/python-net/aspose.cells.tables/listobject/show_table_style_row_stripes) | Indicates whether row stripe formatting is applied to. |
+| [show_table_style_column_stripes](/cells/python-net/aspose.cells.tables/listobject/show_table_style_column_stripes) | Indicates whether column stripe formatting is applied to. |
| [table_style_type](/cells/python-net/aspose.cells.tables/listobject/table_style_type) | Gets and the built-in table style. |
| [table_style_name](/cells/python-net/aspose.cells.tables/listobject/table_style_name) | Gets and sets the table style name. |
| [xml_map](/cells/python-net/aspose.cells.tables/listobject/xml_map) | Gets an [`ListObject.xml_map`](/cells/python-net/aspose.cells.tables/listobject#xml_map) used for this list. |
@@ -55,7 +54,8 @@ The ListObject type exposes the following members:
| [`convert_to_range(self)`](/cells/python-net/aspose.cells.tables/listobject/convert_to_range/#) | Convert the table to range. |
| [`convert_to_range(self, options)`](/cells/python-net/aspose.cells.tables/listobject/convert_to_range/#aspose.cells.tables.tabletorangeoptions) | Convert the table to range. |
| [`resize(self, start_row, start_column, end_row, end_column, has_headers)`](/cells/python-net/aspose.cells.tables/listobject/resize/#int-int-int-int-bool) | Resize the range of the list object. |
-| [`update_column_name(self)`](/cells/python-net/aspose.cells.tables/listobject/update_column_name/#) | Updates all list columns' name from the worksheet. |
+| [`update_column_name(self)`](/cells/python-net/aspose.cells.tables/listobject/update_column_name/#) | Updates all list columns' name to cells in the table. |
+| [`remove_auto_filter(self)`](/cells/python-net/aspose.cells.tables/listobject/remove_auto_filter/#) | Removes auto filter which is applied to this table. |
| [`filter(self)`](/cells/python-net/aspose.cells.tables/listobject/filter/#) | Filter the table. |
| [`apply_style_to_range(self)`](/cells/python-net/aspose.cells.tables/listobject/apply_style_to_range/#) | Apply the table style to the range. |
@@ -86,3 +86,4 @@ workbook.save(r"Book1.xlsx")
### See Also
* module [`aspose.cells.tables`](..)
+* class [`ListColumn`](/cells/python-net/aspose.cells.tables/listcolumn)
diff --git a/english/aspose.cells.tables/listobject/alternative_description/_index.md b/english/aspose.cells.tables/listobject/alternative_description/_index.md
index e07b0eccd5..90f1a576b8 100644
--- a/english/aspose.cells.tables/listobject/alternative_description/_index.md
+++ b/english/aspose.cells.tables/listobject/alternative_description/_index.md
@@ -3,7 +3,7 @@ title: alternative_description property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 110
url: /aspose.cells.tables/listobject/alternative_description/
is_root: false
---
diff --git a/english/aspose.cells.tables/listobject/alternative_text/_index.md b/english/aspose.cells.tables/listobject/alternative_text/_index.md
index d481537269..fba81e1924 100644
--- a/english/aspose.cells.tables/listobject/alternative_text/_index.md
+++ b/english/aspose.cells.tables/listobject/alternative_text/_index.md
@@ -3,7 +3,7 @@ title: alternative_text property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 120
url: /aspose.cells.tables/listobject/alternative_text/
is_root: false
---
diff --git a/english/aspose.cells.tables/listobject/auto_filter/_index.md b/english/aspose.cells.tables/listobject/auto_filter/_index.md
index 196ded6d6f..236f71865f 100644
--- a/english/aspose.cells.tables/listobject/auto_filter/_index.md
+++ b/english/aspose.cells.tables/listobject/auto_filter/_index.md
@@ -3,7 +3,7 @@ title: auto_filter property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 130
url: /aspose.cells.tables/listobject/auto_filter/
is_root: false
---
@@ -11,7 +11,12 @@ is_root: false
## auto_filter property
-Gets auto filter.
+Gets auto filter of this table.
+
+### Remarks
+
+
+It works only when [`ListObject.has_auto_filter`](/cells/python-net/aspose.cells.tables/listobject#has_auto_filter) is false.
### Definition:
```python
@property
diff --git a/english/aspose.cells.tables/listobject/comment/_index.md b/english/aspose.cells.tables/listobject/comment/_index.md
index d05bc75086..8f411a0952 100644
--- a/english/aspose.cells.tables/listobject/comment/_index.md
+++ b/english/aspose.cells.tables/listobject/comment/_index.md
@@ -3,7 +3,7 @@ title: comment property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 140
url: /aspose.cells.tables/listobject/comment/
is_root: false
---
diff --git a/english/aspose.cells.tables/listobject/data_range/_index.md b/english/aspose.cells.tables/listobject/data_range/_index.md
index a98b744cd9..a2ce6141f8 100644
--- a/english/aspose.cells.tables/listobject/data_range/_index.md
+++ b/english/aspose.cells.tables/listobject/data_range/_index.md
@@ -3,7 +3,7 @@ title: data_range property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 150
url: /aspose.cells.tables/listobject/data_range/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## data_range property
-Gets the data range of the ListObject.
+Gets the data range of the Table.
### Definition:
```python
@property
diff --git a/english/aspose.cells.tables/listobject/data_source_type/_index.md b/english/aspose.cells.tables/listobject/data_source_type/_index.md
index f9f563d9dc..e258ee06f9 100644
--- a/english/aspose.cells.tables/listobject/data_source_type/_index.md
+++ b/english/aspose.cells.tables/listobject/data_source_type/_index.md
@@ -3,7 +3,7 @@ title: data_source_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 160
url: /aspose.cells.tables/listobject/data_source_type/
is_root: false
---
diff --git a/english/aspose.cells.tables/listobject/display_name/_index.md b/english/aspose.cells.tables/listobject/display_name/_index.md
index 37086b2d31..88863799da 100644
--- a/english/aspose.cells.tables/listobject/display_name/_index.md
+++ b/english/aspose.cells.tables/listobject/display_name/_index.md
@@ -3,7 +3,7 @@ title: display_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 170
url: /aspose.cells.tables/listobject/display_name/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## display_name property
-Gets and sets the display name.
+Gets and sets the display name of the table.
### Definition:
```python
@property
diff --git a/english/aspose.cells.tables/listobject/end_column/_index.md b/english/aspose.cells.tables/listobject/end_column/_index.md
index 58d6704659..9acd0e9221 100644
--- a/english/aspose.cells.tables/listobject/end_column/_index.md
+++ b/english/aspose.cells.tables/listobject/end_column/_index.md
@@ -3,7 +3,7 @@ title: end_column property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 180
url: /aspose.cells.tables/listobject/end_column/
is_root: false
---
diff --git a/english/aspose.cells.tables/listobject/end_row/_index.md b/english/aspose.cells.tables/listobject/end_row/_index.md
index a6133ed846..b6b81a659f 100644
--- a/english/aspose.cells.tables/listobject/end_row/_index.md
+++ b/english/aspose.cells.tables/listobject/end_row/_index.md
@@ -3,7 +3,7 @@ title: end_row property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 190
url: /aspose.cells.tables/listobject/end_row/
is_root: false
---
diff --git a/english/aspose.cells.tables/listobject/filter/_index.md b/english/aspose.cells.tables/listobject/filter/_index.md
index ba63a49108..f6d87e5b13 100644
--- a/english/aspose.cells.tables/listobject/filter/_index.md
+++ b/english/aspose.cells.tables/listobject/filter/_index.md
@@ -21,7 +21,12 @@ def filter(self):
```
+### Remarks
+NOTE: This member is now obsolete.
+Instead,please set ListObject.HasAutoFilter property.///
+This property will be removed 12 months later since October 2025.
+Aspose apologizes for any inconvenience you may have experienced.
### See Also
diff --git a/english/aspose.cells.tables/listobject/has_auto_filter/_index.md b/english/aspose.cells.tables/listobject/has_auto_filter/_index.md
new file mode 100644
index 0000000000..ca19b45b79
--- /dev/null
+++ b/english/aspose.cells.tables/listobject/has_auto_filter/_index.md
@@ -0,0 +1,27 @@
+---
+title: has_auto_filter property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 200
+url: /aspose.cells.tables/listobject/has_auto_filter/
+is_root: false
+---
+
+## has_auto_filter property
+
+
+Indicates whether auto filter is applied to this table.
+### Definition:
+```python
+@property
+def has_auto_filter(self):
+ ...
+@has_auto_filter.setter
+def has_auto_filter(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.tables`](../../)
+* class [`ListObject`](/cells/python-net/aspose.cells.tables/listobject)
diff --git a/english/aspose.cells.tables/listobject/list_columns/_index.md b/english/aspose.cells.tables/listobject/list_columns/_index.md
index 6179ffdb5c..a9ee1c5ea1 100644
--- a/english/aspose.cells.tables/listobject/list_columns/_index.md
+++ b/english/aspose.cells.tables/listobject/list_columns/_index.md
@@ -3,7 +3,7 @@ title: list_columns property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 210
url: /aspose.cells.tables/listobject/list_columns/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## list_columns property
-Gets ListColumns of the ListObject.
+Gets the [`ListColumn`](/cells/python-net/aspose.cells.tables/listcolumn) list of this table.
### Definition:
```python
@property
@@ -21,5 +21,6 @@ def list_columns(self):
### See Also
* module [`aspose.cells.tables`](../../)
+* class [`ListColumn`](/cells/python-net/aspose.cells.tables/listcolumn)
* class [`ListColumnCollection`](/cells/python-net/aspose.cells.tables/listcolumncollection)
* class [`ListObject`](/cells/python-net/aspose.cells.tables/listobject)
diff --git a/english/aspose.cells.tables/listobject/query_table/_index.md b/english/aspose.cells.tables/listobject/query_table/_index.md
index 180fd74bb7..230da3ed51 100644
--- a/english/aspose.cells.tables/listobject/query_table/_index.md
+++ b/english/aspose.cells.tables/listobject/query_table/_index.md
@@ -3,7 +3,7 @@ title: query_table property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 220
url: /aspose.cells.tables/listobject/query_table/
is_root: false
---
diff --git a/english/aspose.cells.tables/listobject/remove_auto_filter/_index.md b/english/aspose.cells.tables/listobject/remove_auto_filter/_index.md
new file mode 100644
index 0000000000..e69c56b5a3
--- /dev/null
+++ b/english/aspose.cells.tables/listobject/remove_auto_filter/_index.md
@@ -0,0 +1,29 @@
+---
+title: remove_auto_filter method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 70
+url: /aspose.cells.tables/listobject/remove_auto_filter/
+is_root: false
+---
+
+## remove_auto_filter(self) {#}
+
+Removes auto filter which is applied to this table.
+
+
+
+```python
+
+def remove_auto_filter(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.tables`](../../)
+* class [`ListObject`](/cells/python-net/aspose.cells.tables/listobject)
diff --git a/english/aspose.cells.tables/listobject/resize/_index.md b/english/aspose.cells.tables/listobject/resize/_index.md
index a584b175d4..0604be5c60 100644
--- a/english/aspose.cells.tables/listobject/resize/_index.md
+++ b/english/aspose.cells.tables/listobject/resize/_index.md
@@ -3,7 +3,7 @@ title: resize method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 80
url: /aspose.cells.tables/listobject/resize/
is_root: false
---
diff --git a/english/aspose.cells.tables/listobject/show_header_row/_index.md b/english/aspose.cells.tables/listobject/show_header_row/_index.md
index 0e21f9a7f6..c82b87210a 100644
--- a/english/aspose.cells.tables/listobject/show_header_row/_index.md
+++ b/english/aspose.cells.tables/listobject/show_header_row/_index.md
@@ -3,7 +3,7 @@ title: show_header_row property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 230
url: /aspose.cells.tables/listobject/show_header_row/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## show_header_row property
-Gets and sets whether this ListObject show header row.
+Gets and sets whether this Table shows header row.
### Definition:
```python
@property
diff --git a/english/aspose.cells.tables/listobject/show_table_style_column_stripes/_index.md b/english/aspose.cells.tables/listobject/show_table_style_column_stripes/_index.md
index 37962a32bb..a46a46054f 100644
--- a/english/aspose.cells.tables/listobject/show_table_style_column_stripes/_index.md
+++ b/english/aspose.cells.tables/listobject/show_table_style_column_stripes/_index.md
@@ -3,7 +3,7 @@ title: show_table_style_column_stripes property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 240
url: /aspose.cells.tables/listobject/show_table_style_column_stripes/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## show_table_style_column_stripes property
-Indicates whether column stripe formatting is applied.
+Indicates whether column stripe formatting is applied to.
### Definition:
```python
@property
diff --git a/english/aspose.cells.tables/listobject/show_table_style_first_column/_index.md b/english/aspose.cells.tables/listobject/show_table_style_first_column/_index.md
index e39dc352ad..d247e49c71 100644
--- a/english/aspose.cells.tables/listobject/show_table_style_first_column/_index.md
+++ b/english/aspose.cells.tables/listobject/show_table_style_first_column/_index.md
@@ -3,7 +3,7 @@ title: show_table_style_first_column property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 250
url: /aspose.cells.tables/listobject/show_table_style_first_column/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## show_table_style_first_column property
-Indicates whether the first column in the table should have the style applied.
+Indicates whether the first column in the table is the style applied to.
### Definition:
```python
@property
diff --git a/english/aspose.cells.tables/listobject/show_table_style_last_column/_index.md b/english/aspose.cells.tables/listobject/show_table_style_last_column/_index.md
index c23883e8f6..52cff770e1 100644
--- a/english/aspose.cells.tables/listobject/show_table_style_last_column/_index.md
+++ b/english/aspose.cells.tables/listobject/show_table_style_last_column/_index.md
@@ -3,7 +3,7 @@ title: show_table_style_last_column property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 260
url: /aspose.cells.tables/listobject/show_table_style_last_column/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## show_table_style_last_column property
-Indicates whether the last column in the table should have the style applied.
+Indicates whether the last column in the table is the style applied to.
### Definition:
```python
@property
diff --git a/english/aspose.cells.tables/listobject/show_table_style_row_stripes/_index.md b/english/aspose.cells.tables/listobject/show_table_style_row_stripes/_index.md
index ae9f525ffa..cf44e68669 100644
--- a/english/aspose.cells.tables/listobject/show_table_style_row_stripes/_index.md
+++ b/english/aspose.cells.tables/listobject/show_table_style_row_stripes/_index.md
@@ -3,7 +3,7 @@ title: show_table_style_row_stripes property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 270
url: /aspose.cells.tables/listobject/show_table_style_row_stripes/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## show_table_style_row_stripes property
-Indicates whether row stripe formatting is applied.
+Indicates whether row stripe formatting is applied to.
### Definition:
```python
@property
diff --git a/english/aspose.cells.tables/listobject/show_totals/_index.md b/english/aspose.cells.tables/listobject/show_totals/_index.md
index 02cd113d24..35de39a808 100644
--- a/english/aspose.cells.tables/listobject/show_totals/_index.md
+++ b/english/aspose.cells.tables/listobject/show_totals/_index.md
@@ -3,7 +3,7 @@ title: show_totals property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 280
url: /aspose.cells.tables/listobject/show_totals/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## show_totals property
-Gets and sets whether this ListObject show total row.
+Gets and sets whether this TAble shows total row.
### Definition:
```python
@property
diff --git a/english/aspose.cells.tables/listobject/start_column/_index.md b/english/aspose.cells.tables/listobject/start_column/_index.md
index 577f4cb6f8..30121610d3 100644
--- a/english/aspose.cells.tables/listobject/start_column/_index.md
+++ b/english/aspose.cells.tables/listobject/start_column/_index.md
@@ -3,7 +3,7 @@ title: start_column property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 290
url: /aspose.cells.tables/listobject/start_column/
is_root: false
---
diff --git a/english/aspose.cells.tables/listobject/start_row/_index.md b/english/aspose.cells.tables/listobject/start_row/_index.md
index 56162727e9..6756365d01 100644
--- a/english/aspose.cells.tables/listobject/start_row/_index.md
+++ b/english/aspose.cells.tables/listobject/start_row/_index.md
@@ -3,7 +3,7 @@ title: start_row property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 300
url: /aspose.cells.tables/listobject/start_row/
is_root: false
---
diff --git a/english/aspose.cells.tables/listobject/table_style_name/_index.md b/english/aspose.cells.tables/listobject/table_style_name/_index.md
index 41946f5b6b..17a18f36a1 100644
--- a/english/aspose.cells.tables/listobject/table_style_name/_index.md
+++ b/english/aspose.cells.tables/listobject/table_style_name/_index.md
@@ -3,7 +3,7 @@ title: table_style_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 290
+weight: 310
url: /aspose.cells.tables/listobject/table_style_name/
is_root: false
---
diff --git a/english/aspose.cells.tables/listobject/table_style_type/_index.md b/english/aspose.cells.tables/listobject/table_style_type/_index.md
index c88117cf25..67b3dcd98d 100644
--- a/english/aspose.cells.tables/listobject/table_style_type/_index.md
+++ b/english/aspose.cells.tables/listobject/table_style_type/_index.md
@@ -3,7 +3,7 @@ title: table_style_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 300
+weight: 320
url: /aspose.cells.tables/listobject/table_style_type/
is_root: false
---
diff --git a/english/aspose.cells.tables/listobject/update_column_name/_index.md b/english/aspose.cells.tables/listobject/update_column_name/_index.md
index af512a088e..ef98e0ff86 100644
--- a/english/aspose.cells.tables/listobject/update_column_name/_index.md
+++ b/english/aspose.cells.tables/listobject/update_column_name/_index.md
@@ -3,14 +3,14 @@ title: update_column_name method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 90
url: /aspose.cells.tables/listobject/update_column_name/
is_root: false
---
## update_column_name(self) {#}
-Updates all list columns' name from the worksheet.
+Updates all list columns' name to cells in the table.
diff --git a/english/aspose.cells.tables/listobject/xml_map/_index.md b/english/aspose.cells.tables/listobject/xml_map/_index.md
index a71193e29c..0587a68c97 100644
--- a/english/aspose.cells.tables/listobject/xml_map/_index.md
+++ b/english/aspose.cells.tables/listobject/xml_map/_index.md
@@ -3,7 +3,7 @@ title: xml_map property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 310
+weight: 330
url: /aspose.cells.tables/listobject/xml_map/
is_root: false
---
diff --git a/english/aspose.cells.tables/tablestyle/_index.md b/english/aspose.cells.tables/tablestyle/_index.md
index 9cb7d40fe9..8b9ee37202 100644
--- a/english/aspose.cells.tables/tablestyle/_index.md
+++ b/english/aspose.cells.tables/tablestyle/_index.md
@@ -10,7 +10,7 @@ is_root: false
## TableStyle class
-Represents the table style.
+Represents the style of the table.
diff --git a/english/aspose.cells.tables/tablestyletype/_index.md b/english/aspose.cells.tables/tablestyletype/_index.md
index b06a296e9c..333cdb9334 100644
--- a/english/aspose.cells.tables/tablestyletype/_index.md
+++ b/english/aspose.cells.tables/tablestyletype/_index.md
@@ -19,8 +19,8 @@ The TableStyleType type exposes the following members:
### Fields
| Field | Description |
| :- | :- |
-| NONE | |
-| TABLE_STYLE_LIGHT1 | |
+| NONE | No style. |
+| TABLE_STYLE_LIGHT1 | Table Style Light 1 |
| TABLE_STYLE_LIGHT2 | |
| TABLE_STYLE_LIGHT3 | |
| TABLE_STYLE_LIGHT4 | |
diff --git a/english/aspose.cells/_index.md b/english/aspose.cells/_index.md
index b65d61f093..992d5bdf20 100644
--- a/english/aspose.cells/_index.md
+++ b/english/aspose.cells/_index.md
@@ -36,7 +36,7 @@ For example, [`Workbook`](/cells/python-net/aspose.cells/workbook) class is the
| [`CellsException`](/cells/python-net/aspose.cells/cellsexception) | The exception that is thrown when Aspose.Cells specified error occurs. |
| [`CellsFactory`](/cells/python-net/aspose.cells/cellsfactory) | Utility for instantiating classes of Cells model. |
| [`CellsHelper`](/cells/python-net/aspose.cells/cellshelper) | Provides helper functions. |
-| [`ColorFilter`](/cells/python-net/aspose.cells/colorfilter) | Represents filtering the range by color. |
+| [`ColorFilter`](/cells/python-net/aspose.cells/colorfilter) | Represents setting for filtering the range by color. |
| [`ColorScale`](/cells/python-net/aspose.cells/colorscale) | Describe the ColorScale conditional formatting rule.
This conditional formatting rule creates a gradated color scale on the cells. |
| [`Column`](/cells/python-net/aspose.cells/column) | Represents a single column in a worksheet. |
| [`ColumnCollection`](/cells/python-net/aspose.cells/columncollection) | Collection of the [`Column`](/cells/python-net/aspose.cells/column) objects that represent the individual column(setting)s in a worksheet.
The Column object only represents the settings such as column width, styles, .etc. for the whole column,
has nothing to do with the fact that there are non-empty cells(data) or not in corresponding column.
And the "Count" of this collection only represents the count Column objects that have been instantiated in this collection,
has nothing to do with the fact that there are non-empty cells(data) or not in the worksheet. |
@@ -76,7 +76,7 @@ For example, [`Workbook`](/cells/python-net/aspose.cells/workbook) class is the
| [`FileFontSource`](/cells/python-net/aspose.cells/filefontsource) | Represents the single TrueType font file stored in the file system. |
| [`FileFormatInfo`](/cells/python-net/aspose.cells/fileformatinfo) | Contains data returned by [`FileFormatUtil`](/cells/python-net/aspose.cells/fileformatutil) file format detection methods. |
| [`FileFormatUtil`](/cells/python-net/aspose.cells/fileformatutil) | Provides utility methods for converting file format enums to strings or file extensions and back. |
-| [`FilterColumn`](/cells/python-net/aspose.cells/filtercolumn) | Represents a filter for a single column. The Filter object is a member of the Filters collection |
+| [`FilterColumn`](/cells/python-net/aspose.cells/filtercolumn) | Represents a filter for a single column. |
| [`FilterColumnCollection`](/cells/python-net/aspose.cells/filtercolumncollection) | A collection of Filter objects that represents all the filters in an autofiltered range. |
| [`FindOptions`](/cells/python-net/aspose.cells/findoptions) | Represents find options. |
| [`FolderFontSource`](/cells/python-net/aspose.cells/folderfontsource) | Represents the folder that contains TrueType font files. |
@@ -171,7 +171,7 @@ For example, [`Workbook`](/cells/python-net/aspose.cells/workbook) class is the
| [`ThreadedCommentAuthorCollection`](/cells/python-net/aspose.cells/threadedcommentauthorcollection) | Represents all persons who . |
| [`ThreadedCommentCollection`](/cells/python-net/aspose.cells/threadedcommentcollection) | Represents the list of threaded comments. |
| [`Top10`](/cells/python-net/aspose.cells/top10) | Describe the Top10 conditional formatting rule.
This conditional formatting rule highlights cells whose
values fall in the top N or bottom N bracket, as specified. |
-| [`Top10Filter`](/cells/python-net/aspose.cells/top10filter) | Represents the top 10 filter. |
+| [`Top10Filter`](/cells/python-net/aspose.cells/top10filter) | Represents the top N (percent or number of items) to filter by. |
| [`TwoColorGradient`](/cells/python-net/aspose.cells/twocolorgradient) | Represents two color gradient. |
| [`TxtLoadOptions`](/cells/python-net/aspose.cells/txtloadoptions) | Represents the options for loading text file. |
| [`TxtSaveOptions`](/cells/python-net/aspose.cells/txtsaveoptions) | Represents the save options for csv/tab delimited/other text format. |
diff --git a/english/aspose.cells/abstracttextloadoptions/_index.md b/english/aspose.cells/abstracttextloadoptions/_index.md
index eb8d812a10..e0ff151a13 100644
--- a/english/aspose.cells/abstracttextloadoptions/_index.md
+++ b/english/aspose.cells/abstracttextloadoptions/_index.md
@@ -49,8 +49,8 @@ The AbstractTextLoadOptions type exposes the following members:
| [preserve_padding_spaces_in_formula](/cells/python-net/aspose.cells/abstracttextloadoptions/preserve_padding_spaces_in_formula) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens
while getting and setting formulas.
Default value is false. |
| [encoding](/cells/python-net/aspose.cells/abstracttextloadoptions/encoding) | Gets and sets the default encoding. Only applies for csv file. |
| [load_style_strategy](/cells/python-net/aspose.cells/abstracttextloadoptions/load_style_strategy) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. |
-| [convert_numeric_data](/cells/python-net/aspose.cells/abstracttextloadoptions/convert_numeric_data) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. |
-| [convert_date_time_data](/cells/python-net/aspose.cells/abstracttextloadoptions/convert_date_time_data) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. |
+| [convert_numeric_data](/cells/python-net/aspose.cells/abstracttextloadoptions/convert_numeric_data) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.
Default value is true. |
+| [convert_date_time_data](/cells/python-net/aspose.cells/abstracttextloadoptions/convert_date_time_data) | Gets or sets a value that indicates whether the string in text file is converted to date data.
Default value is true. |
| [keep_precision](/cells/python-net/aspose.cells/abstracttextloadoptions/keep_precision) | Indicates whether not parsing a string value if the length is 15. |
diff --git a/english/aspose.cells/autofilltype/_index.md b/english/aspose.cells/autofilltype/_index.md
index 661b3712a7..39083acbf5 100644
--- a/english/aspose.cells/autofilltype/_index.md
+++ b/english/aspose.cells/autofilltype/_index.md
@@ -21,7 +21,7 @@ The AutoFillType type exposes the following members:
| :- | :- |
| COPY | Copies the value and format of the source area to the target area |
| DEFAULT | Automatically fills the target area with the value and format. |
-| FORMATS | Copies only the format of the source area to the target area, |
+| FORMATS | Only copies the format of the source area to the target area. |
| SERIES | Extend the value in the source area to the target area in the form of a series and copy format to the target area. |
| VALUES | Copies only the value of the source area to the target area, |
diff --git a/english/aspose.cells/calculationoptions/_index.md b/english/aspose.cells/calculationoptions/_index.md
index ced6ec17e8..e6c2d93608 100644
--- a/english/aspose.cells/calculationoptions/_index.md
+++ b/english/aspose.cells/calculationoptions/_index.md
@@ -27,8 +27,8 @@ The CalculationOptions type exposes the following members:
| :- | :- |
| [ignore_error](/cells/python-net/aspose.cells/calculationoptions/ignore_error) | Indicates whether errors encountered while calculating formulas should be ignored.
The error may be unsupported function, external links, etc.
The default value is true. |
| [recursive](/cells/python-net/aspose.cells/calculationoptions/recursive) | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells.
The default value is true. |
-| [user_specified_refresh_dynamic_array_formula](/cells/python-net/aspose.cells/calculationoptions/user_specified_refresh_dynamic_array_formula) | Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. |
-| [refresh_dynamic_array_formula](/cells/python-net/aspose.cells/calculationoptions/refresh_dynamic_array_formula) | Indicates whether dynamic array formulas should be refreshed before calculating formulas. |
+| [user_specified_refresh_dynamic_array_formula](/cells/python-net/aspose.cells/calculationoptions/user_specified_refresh_dynamic_array_formula) | Indicates whether user has explicitly specified the behavior of
refreshing dynamic array formulas before calculating specified formulas. |
+| [refresh_dynamic_array_formula](/cells/python-net/aspose.cells/calculationoptions/refresh_dynamic_array_formula) | Indicates whether dynamic array formulas should be refreshed
before calculating formulas. |
| [custom_engine](/cells/python-net/aspose.cells/calculationoptions/custom_engine) | The custom formula calculation engine to extend the default calculation engine of Aspose.Cells. |
| [calculation_monitor](/cells/python-net/aspose.cells/calculationoptions/calculation_monitor) | The monitor for user to track the progress of formula calculation. |
| [calc_stack_size](/cells/python-net/aspose.cells/calculationoptions/calc_stack_size) | The stack size for calculating cells recursively. Default value is 200. |
diff --git a/english/aspose.cells/cellshelper/_index.md b/english/aspose.cells/cellshelper/_index.md
index bdf02fdba7..ac9629f2c7 100644
--- a/english/aspose.cells/cellshelper/_index.md
+++ b/english/aspose.cells/cellshelper/_index.md
@@ -20,7 +20,7 @@ The CellsHelper type exposes the following members:
| Property | Description |
| :- | :- |
| [significant_digits](/cells/python-net/aspose.cells/cellshelper/significant_digits) | Gets and sets the number of significant digits.
The default value is 17. |
-| [significant_digits_type](/cells/python-net/aspose.cells/cellshelper/significant_digits_type) | Gets and sets the default type of significant digits for outputing numeric values. Default value is [`SignificantDigitsType.G17`](/cells/python-net/aspose.cells/significantdigitstype#G17). |
+| [significant_digits_type](/cells/python-net/aspose.cells/cellshelper/significant_digits_type) | Gets and sets the default type of significant digits for outputing numeric values.
Default value is [`SignificantDigitsType.G17`](/cells/python-net/aspose.cells/significantdigitstype#G17). |
| [dpi](/cells/python-net/aspose.cells/cellshelper/dpi) | Gets the DPI of the machine. |
| [startup_path](/cells/python-net/aspose.cells/cellshelper/startup_path) | Gets or sets the startup path, which is referred to by some external formula references. |
| [alt_start_path](/cells/python-net/aspose.cells/cellshelper/alt_start_path) | Gets or sets the alternate startup path, which is referred to by some external formula references. |
diff --git a/english/aspose.cells/colorfilter/_index.md b/english/aspose.cells/colorfilter/_index.md
index b93a9ed4a5..7c2434643f 100644
--- a/english/aspose.cells/colorfilter/_index.md
+++ b/english/aspose.cells/colorfilter/_index.md
@@ -10,7 +10,7 @@ is_root: false
## ColorFilter class
-Represents filtering the range by color.
+Represents setting for filtering the range by color.
diff --git a/english/aspose.cells/dynamicfilter/_index.md b/english/aspose.cells/dynamicfilter/_index.md
index 290bb462a3..43d81edc18 100644
--- a/english/aspose.cells/dynamicfilter/_index.md
+++ b/english/aspose.cells/dynamicfilter/_index.md
@@ -19,7 +19,7 @@ The DynamicFilter type exposes the following members:
### Properties
| Property | Description |
| :- | :- |
-| [dynamic_filter_type](/cells/python-net/aspose.cells/dynamicfilter/dynamic_filter_type) | Gets and sets the dynamic filter type. |
+| [dynamic_filter_type](/cells/python-net/aspose.cells/dynamicfilter/dynamic_filter_type) | Gets and sets the type of this dynamic filter. |
| [value](/cells/python-net/aspose.cells/dynamicfilter/value) | Gets and sets the dynamic filter value. |
| [max_value](/cells/python-net/aspose.cells/dynamicfilter/max_value) | Gets and sets the dynamic filter max value. |
diff --git a/english/aspose.cells/dynamicfilter/dynamic_filter_type/_index.md b/english/aspose.cells/dynamicfilter/dynamic_filter_type/_index.md
index 7c04ca6c28..8b69cc67df 100644
--- a/english/aspose.cells/dynamicfilter/dynamic_filter_type/_index.md
+++ b/english/aspose.cells/dynamicfilter/dynamic_filter_type/_index.md
@@ -11,7 +11,7 @@ is_root: false
## dynamic_filter_type property
-Gets and sets the dynamic filter type.
+Gets and sets the type of this dynamic filter.
### Definition:
```python
@property
diff --git a/english/aspose.cells/ebookloadoptions/_index.md b/english/aspose.cells/ebookloadoptions/_index.md
index e308d5659b..5d93d15f25 100644
--- a/english/aspose.cells/ebookloadoptions/_index.md
+++ b/english/aspose.cells/ebookloadoptions/_index.md
@@ -58,8 +58,8 @@ The EbookLoadOptions type exposes the following members:
| [preserve_padding_spaces_in_formula](/cells/python-net/aspose.cells/ebookloadoptions/preserve_padding_spaces_in_formula) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens
while getting and setting formulas.
Default value is false. |
| [encoding](/cells/python-net/aspose.cells/ebookloadoptions/encoding) | Gets and sets the default encoding. Only applies for csv file. |
| [load_style_strategy](/cells/python-net/aspose.cells/ebookloadoptions/load_style_strategy) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. |
-| [convert_numeric_data](/cells/python-net/aspose.cells/ebookloadoptions/convert_numeric_data) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. |
-| [convert_date_time_data](/cells/python-net/aspose.cells/ebookloadoptions/convert_date_time_data) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. |
+| [convert_numeric_data](/cells/python-net/aspose.cells/ebookloadoptions/convert_numeric_data) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.
Default value is true. |
+| [convert_date_time_data](/cells/python-net/aspose.cells/ebookloadoptions/convert_date_time_data) | Gets or sets a value that indicates whether the string in text file is converted to date data.
Default value is true. |
| [keep_precision](/cells/python-net/aspose.cells/ebookloadoptions/keep_precision) | Indicates whether not parsing a string value if the length is 15. |
| [attached_files_directory](/cells/python-net/aspose.cells/ebookloadoptions/attached_files_directory) | The directory that the attached files will be saved to. |
| [load_formulas](/cells/python-net/aspose.cells/ebookloadoptions/load_formulas) | Indicates whether importing formulas if the original html file contains formulas |
diff --git a/english/aspose.cells/filtercolumn/_index.md b/english/aspose.cells/filtercolumn/_index.md
index 7d413c673a..60fc4a4df0 100644
--- a/english/aspose.cells/filtercolumn/_index.md
+++ b/english/aspose.cells/filtercolumn/_index.md
@@ -10,7 +10,7 @@ is_root: false
## FilterColumn class
-Represents a filter for a single column. The Filter object is a member of the Filters collection
+Represents a filter for a single column.
@@ -22,9 +22,21 @@ The FilterColumn type exposes the following members:
| [is_dropdown_visible](/cells/python-net/aspose.cells/filtercolumn/is_dropdown_visible) | Indicates whether the AutoFilter button for this column is visible. |
| [filter](/cells/python-net/aspose.cells/filtercolumn/filter) | Gets and sets the condition of filtering data. |
| [filter_type](/cells/python-net/aspose.cells/filtercolumn/filter_type) | Gets and sets the type fo filtering data. |
+| [multiple_filters](/cells/python-net/aspose.cells/filtercolumn/multiple_filters) | Gets [`MultipleFilterCollection`](/cells/python-net/aspose.cells/multiplefiltercollection) for filtering data by labels or date time. |
+| [custom_filters](/cells/python-net/aspose.cells/filtercolumn/custom_filters) | Gets [`CustomFilterCollection`](/cells/python-net/aspose.cells/customfiltercollection) for filtering data by custom criteria. |
+| [color_filter](/cells/python-net/aspose.cells/filtercolumn/color_filter) | Gets [`ColorFilter`](/cells/python-net/aspose.cells/colorfilter) for filtering data by color. |
+| [dynamic_filter](/cells/python-net/aspose.cells/filtercolumn/dynamic_filter) | Gets [`DynamicFilter`](/cells/python-net/aspose.cells/dynamicfilter) for filtering with dynamic criteria. |
+| [icon_filter](/cells/python-net/aspose.cells/filtercolumn/icon_filter) | Gets [`IconFilter`](/cells/python-net/aspose.cells/iconfilter) for filtering data by icon. |
+| [top_10_filter](/cells/python-net/aspose.cells/filtercolumn/top_10_filter) | Gets [`Top10Filter`](/cells/python-net/aspose.cells/top10filter) for filtering data by rank of data. |
| [field_index](/cells/python-net/aspose.cells/filtercolumn/field_index) | Gets and sets the column offset in the range. |
### See Also
* module [`aspose.cells`](..)
+* class [`ColorFilter`](/cells/python-net/aspose.cells/colorfilter)
+* class [`CustomFilterCollection`](/cells/python-net/aspose.cells/customfiltercollection)
+* class [`DynamicFilter`](/cells/python-net/aspose.cells/dynamicfilter)
+* class [`IconFilter`](/cells/python-net/aspose.cells/iconfilter)
+* class [`MultipleFilterCollection`](/cells/python-net/aspose.cells/multiplefiltercollection)
+* class [`Top10Filter`](/cells/python-net/aspose.cells/top10filter)
diff --git a/english/aspose.cells/filtercolumn/color_filter/_index.md b/english/aspose.cells/filtercolumn/color_filter/_index.md
new file mode 100644
index 0000000000..35f8e18a3a
--- /dev/null
+++ b/english/aspose.cells/filtercolumn/color_filter/_index.md
@@ -0,0 +1,25 @@
+---
+title: color_filter property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cells/filtercolumn/color_filter/
+is_root: false
+---
+
+## color_filter property
+
+
+Gets [`ColorFilter`](/cells/python-net/aspose.cells/colorfilter) for filtering data by color.
+### Definition:
+```python
+@property
+def color_filter(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells`](../../)
+* class [`ColorFilter`](/cells/python-net/aspose.cells/colorfilter)
+* class [`FilterColumn`](/cells/python-net/aspose.cells/filtercolumn)
diff --git a/english/aspose.cells/filtercolumn/custom_filters/_index.md b/english/aspose.cells/filtercolumn/custom_filters/_index.md
new file mode 100644
index 0000000000..b0cef5a234
--- /dev/null
+++ b/english/aspose.cells/filtercolumn/custom_filters/_index.md
@@ -0,0 +1,28 @@
+---
+title: custom_filters property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells/filtercolumn/custom_filters/
+is_root: false
+---
+
+## custom_filters property
+
+
+Gets [`CustomFilterCollection`](/cells/python-net/aspose.cells/customfiltercollection) for filtering data by custom criteria.
+### Definition:
+```python
+@property
+def custom_filters(self):
+ ...
+@custom_filters.setter
+def custom_filters(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells`](../../)
+* class [`CustomFilterCollection`](/cells/python-net/aspose.cells/customfiltercollection)
+* class [`FilterColumn`](/cells/python-net/aspose.cells/filtercolumn)
diff --git a/english/aspose.cells/filtercolumn/dynamic_filter/_index.md b/english/aspose.cells/filtercolumn/dynamic_filter/_index.md
new file mode 100644
index 0000000000..b57320c9b5
--- /dev/null
+++ b/english/aspose.cells/filtercolumn/dynamic_filter/_index.md
@@ -0,0 +1,25 @@
+---
+title: dynamic_filter property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cells/filtercolumn/dynamic_filter/
+is_root: false
+---
+
+## dynamic_filter property
+
+
+Gets [`DynamicFilter`](/cells/python-net/aspose.cells/dynamicfilter) for filtering with dynamic criteria.
+### Definition:
+```python
+@property
+def dynamic_filter(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells`](../../)
+* class [`DynamicFilter`](/cells/python-net/aspose.cells/dynamicfilter)
+* class [`FilterColumn`](/cells/python-net/aspose.cells/filtercolumn)
diff --git a/english/aspose.cells/filtercolumn/field_index/_index.md b/english/aspose.cells/filtercolumn/field_index/_index.md
index 591a10fe4a..8a4feb4aeb 100644
--- a/english/aspose.cells/filtercolumn/field_index/_index.md
+++ b/english/aspose.cells/filtercolumn/field_index/_index.md
@@ -3,7 +3,7 @@ title: field_index property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 30
+weight: 60
url: /aspose.cells/filtercolumn/field_index/
is_root: false
---
diff --git a/english/aspose.cells/filtercolumn/filter/_index.md b/english/aspose.cells/filtercolumn/filter/_index.md
index 7cf7cd0355..6924d2f593 100644
--- a/english/aspose.cells/filtercolumn/filter/_index.md
+++ b/english/aspose.cells/filtercolumn/filter/_index.md
@@ -3,7 +3,7 @@ title: filter property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 70
url: /aspose.cells/filtercolumn/filter/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
Gets and sets the condition of filtering data.
+
+### Remarks
+
+
+NOTE: This member is now obsolete.
+Instead,please use FilterColumn.MultipleFilters,CustomFilters and so on... property according to differnt type of filter ///
+This property will be removed 12 months later since October 2025.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells/filtercolumn/filter_type/_index.md b/english/aspose.cells/filtercolumn/filter_type/_index.md
index a14c6fdc54..ac2a1d320f 100644
--- a/english/aspose.cells/filtercolumn/filter_type/_index.md
+++ b/english/aspose.cells/filtercolumn/filter_type/_index.md
@@ -3,7 +3,7 @@ title: filter_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 80
url: /aspose.cells/filtercolumn/filter_type/
is_root: false
---
diff --git a/english/aspose.cells/filtercolumn/icon_filter/_index.md b/english/aspose.cells/filtercolumn/icon_filter/_index.md
new file mode 100644
index 0000000000..1acdaeefa3
--- /dev/null
+++ b/english/aspose.cells/filtercolumn/icon_filter/_index.md
@@ -0,0 +1,25 @@
+---
+title: icon_filter property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 90
+url: /aspose.cells/filtercolumn/icon_filter/
+is_root: false
+---
+
+## icon_filter property
+
+
+Gets [`IconFilter`](/cells/python-net/aspose.cells/iconfilter) for filtering data by icon.
+### Definition:
+```python
+@property
+def icon_filter(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells`](../../)
+* class [`FilterColumn`](/cells/python-net/aspose.cells/filtercolumn)
+* class [`IconFilter`](/cells/python-net/aspose.cells/iconfilter)
diff --git a/english/aspose.cells/filtercolumn/is_dropdown_visible/_index.md b/english/aspose.cells/filtercolumn/is_dropdown_visible/_index.md
index 6519bd3bdb..457f702c6d 100644
--- a/english/aspose.cells/filtercolumn/is_dropdown_visible/_index.md
+++ b/english/aspose.cells/filtercolumn/is_dropdown_visible/_index.md
@@ -3,7 +3,7 @@ title: is_dropdown_visible property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 100
url: /aspose.cells/filtercolumn/is_dropdown_visible/
is_root: false
---
diff --git a/english/aspose.cells/filtercolumn/multiple_filters/_index.md b/english/aspose.cells/filtercolumn/multiple_filters/_index.md
new file mode 100644
index 0000000000..c7fb9f4724
--- /dev/null
+++ b/english/aspose.cells/filtercolumn/multiple_filters/_index.md
@@ -0,0 +1,28 @@
+---
+title: multiple_filters property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 110
+url: /aspose.cells/filtercolumn/multiple_filters/
+is_root: false
+---
+
+## multiple_filters property
+
+
+Gets [`MultipleFilterCollection`](/cells/python-net/aspose.cells/multiplefiltercollection) for filtering data by labels or date time.
+### Definition:
+```python
+@property
+def multiple_filters(self):
+ ...
+@multiple_filters.setter
+def multiple_filters(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells`](../../)
+* class [`FilterColumn`](/cells/python-net/aspose.cells/filtercolumn)
+* class [`MultipleFilterCollection`](/cells/python-net/aspose.cells/multiplefiltercollection)
diff --git a/english/aspose.cells/filtercolumn/top_10_filter/_index.md b/english/aspose.cells/filtercolumn/top_10_filter/_index.md
new file mode 100644
index 0000000000..6679886e99
--- /dev/null
+++ b/english/aspose.cells/filtercolumn/top_10_filter/_index.md
@@ -0,0 +1,25 @@
+---
+title: top_10_filter property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 120
+url: /aspose.cells/filtercolumn/top_10_filter/
+is_root: false
+---
+
+## top_10_filter property
+
+
+Gets [`Top10Filter`](/cells/python-net/aspose.cells/top10filter) for filtering data by rank of data.
+### Definition:
+```python
+@property
+def top_10_filter(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells`](../../)
+* class [`FilterColumn`](/cells/python-net/aspose.cells/filtercolumn)
+* class [`Top10Filter`](/cells/python-net/aspose.cells/top10filter)
diff --git a/english/aspose.cells/htmlloadoptions/_index.md b/english/aspose.cells/htmlloadoptions/_index.md
index 263ba11bba..26215173c7 100644
--- a/english/aspose.cells/htmlloadoptions/_index.md
+++ b/english/aspose.cells/htmlloadoptions/_index.md
@@ -57,8 +57,8 @@ The HtmlLoadOptions type exposes the following members:
| [preserve_padding_spaces_in_formula](/cells/python-net/aspose.cells/htmlloadoptions/preserve_padding_spaces_in_formula) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens
while getting and setting formulas.
Default value is false. |
| [encoding](/cells/python-net/aspose.cells/htmlloadoptions/encoding) | Gets and sets the default encoding. Only applies for csv file. |
| [load_style_strategy](/cells/python-net/aspose.cells/htmlloadoptions/load_style_strategy) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. |
-| [convert_numeric_data](/cells/python-net/aspose.cells/htmlloadoptions/convert_numeric_data) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. |
-| [convert_date_time_data](/cells/python-net/aspose.cells/htmlloadoptions/convert_date_time_data) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. |
+| [convert_numeric_data](/cells/python-net/aspose.cells/htmlloadoptions/convert_numeric_data) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.
Default value is true. |
+| [convert_date_time_data](/cells/python-net/aspose.cells/htmlloadoptions/convert_date_time_data) | Gets or sets a value that indicates whether the string in text file is converted to date data.
Default value is true. |
| [keep_precision](/cells/python-net/aspose.cells/htmlloadoptions/keep_precision) | Indicates whether not parsing a string value if the length is 15. |
| [attached_files_directory](/cells/python-net/aspose.cells/htmlloadoptions/attached_files_directory) | The directory that the attached files will be saved to. |
| [load_formulas](/cells/python-net/aspose.cells/htmlloadoptions/load_formulas) | Indicates whether importing formulas if the original html file contains formulas |
diff --git a/english/aspose.cells/htmlsaveoptions/_index.md b/english/aspose.cells/htmlsaveoptions/_index.md
index 9a8f97fc3a..45ddd2f741 100644
--- a/english/aspose.cells/htmlsaveoptions/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/_index.md
@@ -108,13 +108,16 @@ The HtmlSaveOptions type exposes the following members:
| [hide_overflow_wrapped_text](/cells/python-net/aspose.cells/htmlsaveoptions/hide_overflow_wrapped_text) | Indicates whether to hide overflow text when the cell format is set to wrap text.
The default value is false |
| [is_border_collapsed](/cells/python-net/aspose.cells/htmlsaveoptions/is_border_collapsed) | Indicates whether the table borders are collapsed.
The default value is true. |
| [encode_entity_as_code](/cells/python-net/aspose.cells/htmlsaveoptions/encode_entity_as_code) | Indicates whether the html character entities are replaced with decimal code.
(e.g. " " is replaced with " ").
The default value is false. |
-| [office_math_output_mode](/cells/python-net/aspose.cells/htmlsaveoptions/office_math_output_mode) | Indicates how export OfficeMath objects to HTML, Default value is Image. |
+| [office_math_output_mode](/cells/python-net/aspose.cells/htmlsaveoptions/office_math_output_mode) | Indicates how OfficeMath objects are exported to HTML, Default value is Image. |
| [cell_name_attribute](/cells/python-net/aspose.cells/htmlsaveoptions/cell_name_attribute) | Specifies the attribute that indicates the CellName to be written.
(e.g. If the value is "id", then for cell "A1", the output will be: | ).
The default value is null. |
| [disable_css](/cells/python-net/aspose.cells/htmlsaveoptions/disable_css) | Indicates whether only inline styles are applied, without relying on CSS.
The default value is false. |
| [enable_css_custom_properties](/cells/python-net/aspose.cells/htmlsaveoptions/enable_css_custom_properties) | Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved.
The default value is false. |
| [html_version](/cells/python-net/aspose.cells/htmlsaveoptions/html_version) | Specifies version of HTML standard that should be used when saving the HTML format.
Default value is HtmlVersion.Default. |
| [sheet_set](/cells/python-net/aspose.cells/htmlsaveoptions/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). |
-| [embedded_font_type](/cells/python-net/aspose.cells/htmlsaveoptions/embedded_font_type) | Gets or sets the type of font that embedded in html.
Default value is [`HtmlEmbeddedFontType.NONE`](/cells/python-net/aspose.cells.rendering/htmlembeddedfonttype#NONE) which indicates that it will not embed font in html. |
+| [layout_mode](/cells/python-net/aspose.cells/htmlsaveoptions/layout_mode) | Gets or sets the layout mode when saving to HTML.
The default value is [`HtmlLayoutMode.NORMAL`](/cells/python-net/aspose.cells.rendering/htmllayoutmode#NORMAL) |
+| [embedded_font_type](/cells/python-net/aspose.cells/htmlsaveoptions/embedded_font_type) | Gets or sets the type of embedding font file into html file.
Default value is [`HtmlEmbeddedFontType.NONE`](/cells/python-net/aspose.cells.rendering/htmlembeddedfonttype#NONE) which indicates that no font will be embedded in html. |
+| [export_named_range_anchors](/cells/python-net/aspose.cells/htmlsaveoptions/export_named_range_anchors) | / Indicates whether to export anchor elements generated for named ranges when saving to HTML.
Default value is true. |
+| [data_bar_render_mode](/cells/python-net/aspose.cells/htmlsaveoptions/data_bar_render_mode) | |
diff --git a/english/aspose.cells/htmlsaveoptions/data_bar_render_mode/_index.md b/english/aspose.cells/htmlsaveoptions/data_bar_render_mode/_index.md
new file mode 100644
index 0000000000..840f2baf02
--- /dev/null
+++ b/english/aspose.cells/htmlsaveoptions/data_bar_render_mode/_index.md
@@ -0,0 +1,26 @@
+---
+title: data_bar_render_mode property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 150
+url: /aspose.cells/htmlsaveoptions/data_bar_render_mode/
+is_root: false
+---
+
+## data_bar_render_mode property
+
+### Definition:
+```python
+@property
+def data_bar_render_mode(self):
+ ...
+@data_bar_render_mode.setter
+def data_bar_render_mode(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells`](../../)
+* class [`DataBarRenderMode`](/cells/python-net/aspose.cells.rendering/databarrendermode)
+* class [`HtmlSaveOptions`](/cells/python-net/aspose.cells/htmlsaveoptions)
diff --git a/english/aspose.cells/htmlsaveoptions/default_font_name/_index.md b/english/aspose.cells/htmlsaveoptions/default_font_name/_index.md
index 7797be8c91..9a9b1dc115 100644
--- a/english/aspose.cells/htmlsaveoptions/default_font_name/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/default_font_name/_index.md
@@ -3,7 +3,7 @@ title: default_font_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 160
url: /aspose.cells/htmlsaveoptions/default_font_name/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/disable_css/_index.md b/english/aspose.cells/htmlsaveoptions/disable_css/_index.md
index 2a74eefca1..b1968b3e58 100644
--- a/english/aspose.cells/htmlsaveoptions/disable_css/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/disable_css/_index.md
@@ -3,7 +3,7 @@ title: disable_css property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 170
url: /aspose.cells/htmlsaveoptions/disable_css/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/disable_downlevel_revealed_comments/_index.md b/english/aspose.cells/htmlsaveoptions/disable_downlevel_revealed_comments/_index.md
index a9ea77a53e..2bc0902af4 100644
--- a/english/aspose.cells/htmlsaveoptions/disable_downlevel_revealed_comments/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/disable_downlevel_revealed_comments/_index.md
@@ -3,7 +3,7 @@ title: disable_downlevel_revealed_comments property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 180
url: /aspose.cells/htmlsaveoptions/disable_downlevel_revealed_comments/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/embedded_font_type/_index.md b/english/aspose.cells/htmlsaveoptions/embedded_font_type/_index.md
index 2ee616c67b..d27cf55f4b 100644
--- a/english/aspose.cells/htmlsaveoptions/embedded_font_type/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/embedded_font_type/_index.md
@@ -3,7 +3,7 @@ title: embedded_font_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 190
url: /aspose.cells/htmlsaveoptions/embedded_font_type/
is_root: false
---
@@ -11,8 +11,8 @@ is_root: false
## embedded_font_type property
-Gets or sets the type of font that embedded in html.
-Default value is [`HtmlEmbeddedFontType.NONE`](/cells/python-net/aspose.cells.rendering/htmlembeddedfonttype#NONE) which indicates that it will not embed font in html.
+Gets or sets the type of embedding font file into html file.
+Default value is [`HtmlEmbeddedFontType.NONE`](/cells/python-net/aspose.cells.rendering/htmlembeddedfonttype#NONE) which indicates that no font will be embedded in html.
### Definition:
```python
@property
diff --git a/english/aspose.cells/htmlsaveoptions/enable_css_custom_properties/_index.md b/english/aspose.cells/htmlsaveoptions/enable_css_custom_properties/_index.md
index 58e5a47200..f660cb668e 100644
--- a/english/aspose.cells/htmlsaveoptions/enable_css_custom_properties/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/enable_css_custom_properties/_index.md
@@ -3,7 +3,7 @@ title: enable_css_custom_properties property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 200
url: /aspose.cells/htmlsaveoptions/enable_css_custom_properties/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/encode_entity_as_code/_index.md b/english/aspose.cells/htmlsaveoptions/encode_entity_as_code/_index.md
index 7d3e2b2c51..56a879a903 100644
--- a/english/aspose.cells/htmlsaveoptions/encode_entity_as_code/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/encode_entity_as_code/_index.md
@@ -3,7 +3,7 @@ title: encode_entity_as_code property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 210
url: /aspose.cells/htmlsaveoptions/encode_entity_as_code/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/encoding/_index.md b/english/aspose.cells/htmlsaveoptions/encoding/_index.md
index 357acdc1e0..7a462863a5 100644
--- a/english/aspose.cells/htmlsaveoptions/encoding/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/encoding/_index.md
@@ -3,7 +3,7 @@ title: encoding property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 220
url: /aspose.cells/htmlsaveoptions/encoding/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/encrypt_document_properties/_index.md b/english/aspose.cells/htmlsaveoptions/encrypt_document_properties/_index.md
index 94a8bc97d1..b7f60ce3c1 100644
--- a/english/aspose.cells/htmlsaveoptions/encrypt_document_properties/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/encrypt_document_properties/_index.md
@@ -3,7 +3,7 @@ title: encrypt_document_properties property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 230
url: /aspose.cells/htmlsaveoptions/encrypt_document_properties/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/exclude_unused_styles/_index.md b/english/aspose.cells/htmlsaveoptions/exclude_unused_styles/_index.md
index bac2b905ce..55cb9ad402 100644
--- a/english/aspose.cells/htmlsaveoptions/exclude_unused_styles/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/exclude_unused_styles/_index.md
@@ -3,7 +3,7 @@ title: exclude_unused_styles property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 240
url: /aspose.cells/htmlsaveoptions/exclude_unused_styles/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_active_worksheet_only/_index.md b/english/aspose.cells/htmlsaveoptions/export_active_worksheet_only/_index.md
index 79e9aa2bc2..99888ec58e 100644
--- a/english/aspose.cells/htmlsaveoptions/export_active_worksheet_only/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_active_worksheet_only/_index.md
@@ -3,7 +3,7 @@ title: export_active_worksheet_only property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 250
url: /aspose.cells/htmlsaveoptions/export_active_worksheet_only/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_area/_index.md b/english/aspose.cells/htmlsaveoptions/export_area/_index.md
index e961b73ab9..0b2c33ba6d 100644
--- a/english/aspose.cells/htmlsaveoptions/export_area/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_area/_index.md
@@ -3,7 +3,7 @@ title: export_area property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 260
url: /aspose.cells/htmlsaveoptions/export_area/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_bogus_row_data/_index.md b/english/aspose.cells/htmlsaveoptions/export_bogus_row_data/_index.md
index 2f81675197..5cf02c6009 100644
--- a/english/aspose.cells/htmlsaveoptions/export_bogus_row_data/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_bogus_row_data/_index.md
@@ -3,7 +3,7 @@ title: export_bogus_row_data property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 270
url: /aspose.cells/htmlsaveoptions/export_bogus_row_data/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_cell_coordinate/_index.md b/english/aspose.cells/htmlsaveoptions/export_cell_coordinate/_index.md
index 9d822409dd..a8560db51f 100644
--- a/english/aspose.cells/htmlsaveoptions/export_cell_coordinate/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_cell_coordinate/_index.md
@@ -3,7 +3,7 @@ title: export_cell_coordinate property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 280
url: /aspose.cells/htmlsaveoptions/export_cell_coordinate/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_comments_type/_index.md b/english/aspose.cells/htmlsaveoptions/export_comments_type/_index.md
index c193179648..b7595afe06 100644
--- a/english/aspose.cells/htmlsaveoptions/export_comments_type/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_comments_type/_index.md
@@ -3,7 +3,7 @@ title: export_comments_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 290
url: /aspose.cells/htmlsaveoptions/export_comments_type/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_data_options/_index.md b/english/aspose.cells/htmlsaveoptions/export_data_options/_index.md
index 3ea126e15c..ab37af374d 100644
--- a/english/aspose.cells/htmlsaveoptions/export_data_options/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_data_options/_index.md
@@ -3,7 +3,7 @@ title: export_data_options property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 290
+weight: 300
url: /aspose.cells/htmlsaveoptions/export_data_options/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_document_properties/_index.md b/english/aspose.cells/htmlsaveoptions/export_document_properties/_index.md
index 9d4f911d4a..a6df313258 100644
--- a/english/aspose.cells/htmlsaveoptions/export_document_properties/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_document_properties/_index.md
@@ -3,7 +3,7 @@ title: export_document_properties property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 300
+weight: 310
url: /aspose.cells/htmlsaveoptions/export_document_properties/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_extra_headings/_index.md b/english/aspose.cells/htmlsaveoptions/export_extra_headings/_index.md
index 2d0c5931d6..8502769a4f 100644
--- a/english/aspose.cells/htmlsaveoptions/export_extra_headings/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_extra_headings/_index.md
@@ -3,7 +3,7 @@ title: export_extra_headings property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 310
+weight: 320
url: /aspose.cells/htmlsaveoptions/export_extra_headings/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_formula/_index.md b/english/aspose.cells/htmlsaveoptions/export_formula/_index.md
index 52e9270b5a..a184c8e023 100644
--- a/english/aspose.cells/htmlsaveoptions/export_formula/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_formula/_index.md
@@ -3,7 +3,7 @@ title: export_formula property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 320
+weight: 330
url: /aspose.cells/htmlsaveoptions/export_formula/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_frame_scripts_and_properties/_index.md b/english/aspose.cells/htmlsaveoptions/export_frame_scripts_and_properties/_index.md
index f2ff8f100c..11c351241c 100644
--- a/english/aspose.cells/htmlsaveoptions/export_frame_scripts_and_properties/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_frame_scripts_and_properties/_index.md
@@ -3,7 +3,7 @@ title: export_frame_scripts_and_properties property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 330
+weight: 340
url: /aspose.cells/htmlsaveoptions/export_frame_scripts_and_properties/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_grid_lines/_index.md b/english/aspose.cells/htmlsaveoptions/export_grid_lines/_index.md
index 454b12a75b..39abc23ece 100644
--- a/english/aspose.cells/htmlsaveoptions/export_grid_lines/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_grid_lines/_index.md
@@ -3,7 +3,7 @@ title: export_grid_lines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 340
+weight: 350
url: /aspose.cells/htmlsaveoptions/export_grid_lines/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_headings/_index.md b/english/aspose.cells/htmlsaveoptions/export_headings/_index.md
index 5498a6e9d2..8457150152 100644
--- a/english/aspose.cells/htmlsaveoptions/export_headings/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_headings/_index.md
@@ -3,7 +3,7 @@ title: export_headings property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 350
+weight: 360
url: /aspose.cells/htmlsaveoptions/export_headings/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_hidden_worksheet/_index.md b/english/aspose.cells/htmlsaveoptions/export_hidden_worksheet/_index.md
index e63ba8eaa1..8d1006501e 100644
--- a/english/aspose.cells/htmlsaveoptions/export_hidden_worksheet/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_hidden_worksheet/_index.md
@@ -3,7 +3,7 @@ title: export_hidden_worksheet property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 360
+weight: 370
url: /aspose.cells/htmlsaveoptions/export_hidden_worksheet/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_images_as_base64/_index.md b/english/aspose.cells/htmlsaveoptions/export_images_as_base64/_index.md
index 8e30a95ba7..b8364d947f 100644
--- a/english/aspose.cells/htmlsaveoptions/export_images_as_base64/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_images_as_base64/_index.md
@@ -3,7 +3,7 @@ title: export_images_as_base64 property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 370
+weight: 380
url: /aspose.cells/htmlsaveoptions/export_images_as_base64/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_named_range_anchors/_index.md b/english/aspose.cells/htmlsaveoptions/export_named_range_anchors/_index.md
new file mode 100644
index 0000000000..c1ddf454ab
--- /dev/null
+++ b/english/aspose.cells/htmlsaveoptions/export_named_range_anchors/_index.md
@@ -0,0 +1,28 @@
+---
+title: export_named_range_anchors property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 390
+url: /aspose.cells/htmlsaveoptions/export_named_range_anchors/
+is_root: false
+---
+
+## export_named_range_anchors property
+
+
+/ Indicates whether to export anchor elements generated for named ranges when saving to HTML.
+Default value is true.
+### Definition:
+```python
+@property
+def export_named_range_anchors(self):
+ ...
+@export_named_range_anchors.setter
+def export_named_range_anchors(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells`](../../)
+* class [`HtmlSaveOptions`](/cells/python-net/aspose.cells/htmlsaveoptions)
diff --git a/english/aspose.cells/htmlsaveoptions/export_object_listener/_index.md b/english/aspose.cells/htmlsaveoptions/export_object_listener/_index.md
index f63621a73d..f7df2c9c8a 100644
--- a/english/aspose.cells/htmlsaveoptions/export_object_listener/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_object_listener/_index.md
@@ -3,7 +3,7 @@ title: export_object_listener property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 380
+weight: 400
url: /aspose.cells/htmlsaveoptions/export_object_listener/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_page_footers/_index.md b/english/aspose.cells/htmlsaveoptions/export_page_footers/_index.md
index 49352f5b84..8d8fa349d3 100644
--- a/english/aspose.cells/htmlsaveoptions/export_page_footers/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_page_footers/_index.md
@@ -3,7 +3,7 @@ title: export_page_footers property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 390
+weight: 410
url: /aspose.cells/htmlsaveoptions/export_page_footers/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_page_headers/_index.md b/english/aspose.cells/htmlsaveoptions/export_page_headers/_index.md
index 5e79cb1076..fdfcfe95b7 100644
--- a/english/aspose.cells/htmlsaveoptions/export_page_headers/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_page_headers/_index.md
@@ -3,7 +3,7 @@ title: export_page_headers property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 400
+weight: 420
url: /aspose.cells/htmlsaveoptions/export_page_headers/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_print_area_only/_index.md b/english/aspose.cells/htmlsaveoptions/export_print_area_only/_index.md
index ee14eeca40..1e1a22445d 100644
--- a/english/aspose.cells/htmlsaveoptions/export_print_area_only/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_print_area_only/_index.md
@@ -3,7 +3,7 @@ title: export_print_area_only property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 410
+weight: 430
url: /aspose.cells/htmlsaveoptions/export_print_area_only/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_row_column_headings/_index.md b/english/aspose.cells/htmlsaveoptions/export_row_column_headings/_index.md
index b99433a1ec..8b5ebad134 100644
--- a/english/aspose.cells/htmlsaveoptions/export_row_column_headings/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_row_column_headings/_index.md
@@ -3,7 +3,7 @@ title: export_row_column_headings property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 420
+weight: 440
url: /aspose.cells/htmlsaveoptions/export_row_column_headings/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_similar_border_style/_index.md b/english/aspose.cells/htmlsaveoptions/export_similar_border_style/_index.md
index dd470a6d89..f422f6fc2b 100644
--- a/english/aspose.cells/htmlsaveoptions/export_similar_border_style/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_similar_border_style/_index.md
@@ -3,7 +3,7 @@ title: export_similar_border_style property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 430
+weight: 450
url: /aspose.cells/htmlsaveoptions/export_similar_border_style/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_single_tab/_index.md b/english/aspose.cells/htmlsaveoptions/export_single_tab/_index.md
index 35b6ce02d5..199bc880c8 100644
--- a/english/aspose.cells/htmlsaveoptions/export_single_tab/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_single_tab/_index.md
@@ -3,7 +3,7 @@ title: export_single_tab property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 440
+weight: 460
url: /aspose.cells/htmlsaveoptions/export_single_tab/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_workbook_properties/_index.md b/english/aspose.cells/htmlsaveoptions/export_workbook_properties/_index.md
index f750cbd476..1a17c7b232 100644
--- a/english/aspose.cells/htmlsaveoptions/export_workbook_properties/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_workbook_properties/_index.md
@@ -3,7 +3,7 @@ title: export_workbook_properties property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 450
+weight: 470
url: /aspose.cells/htmlsaveoptions/export_workbook_properties/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_worksheet_css_separately/_index.md b/english/aspose.cells/htmlsaveoptions/export_worksheet_css_separately/_index.md
index b94522c4f4..5161c0ba49 100644
--- a/english/aspose.cells/htmlsaveoptions/export_worksheet_css_separately/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_worksheet_css_separately/_index.md
@@ -3,7 +3,7 @@ title: export_worksheet_css_separately property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 460
+weight: 480
url: /aspose.cells/htmlsaveoptions/export_worksheet_css_separately/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/export_worksheet_properties/_index.md b/english/aspose.cells/htmlsaveoptions/export_worksheet_properties/_index.md
index f90ab1f7ad..5004c724d0 100644
--- a/english/aspose.cells/htmlsaveoptions/export_worksheet_properties/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/export_worksheet_properties/_index.md
@@ -3,7 +3,7 @@ title: export_worksheet_properties property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 470
+weight: 490
url: /aspose.cells/htmlsaveoptions/export_worksheet_properties/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/file_path_provider/_index.md b/english/aspose.cells/htmlsaveoptions/file_path_provider/_index.md
index 83fdb8f822..249b13af55 100644
--- a/english/aspose.cells/htmlsaveoptions/file_path_provider/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/file_path_provider/_index.md
@@ -3,7 +3,7 @@ title: file_path_provider property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 480
+weight: 500
url: /aspose.cells/htmlsaveoptions/file_path_provider/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/format_data_ignore_column_width/_index.md b/english/aspose.cells/htmlsaveoptions/format_data_ignore_column_width/_index.md
index 12af45a916..b46a52c81f 100644
--- a/english/aspose.cells/htmlsaveoptions/format_data_ignore_column_width/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/format_data_ignore_column_width/_index.md
@@ -3,7 +3,7 @@ title: format_data_ignore_column_width property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 490
+weight: 510
url: /aspose.cells/htmlsaveoptions/format_data_ignore_column_width/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/hidden_col_display_type/_index.md b/english/aspose.cells/htmlsaveoptions/hidden_col_display_type/_index.md
index 10e8fa0118..37cf5ee818 100644
--- a/english/aspose.cells/htmlsaveoptions/hidden_col_display_type/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/hidden_col_display_type/_index.md
@@ -3,7 +3,7 @@ title: hidden_col_display_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 500
+weight: 520
url: /aspose.cells/htmlsaveoptions/hidden_col_display_type/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/hidden_row_display_type/_index.md b/english/aspose.cells/htmlsaveoptions/hidden_row_display_type/_index.md
index 09a0202652..a382a58161 100644
--- a/english/aspose.cells/htmlsaveoptions/hidden_row_display_type/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/hidden_row_display_type/_index.md
@@ -3,7 +3,7 @@ title: hidden_row_display_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 510
+weight: 530
url: /aspose.cells/htmlsaveoptions/hidden_row_display_type/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/hide_overflow_wrapped_text/_index.md b/english/aspose.cells/htmlsaveoptions/hide_overflow_wrapped_text/_index.md
index c31758d920..f3cf1b113e 100644
--- a/english/aspose.cells/htmlsaveoptions/hide_overflow_wrapped_text/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/hide_overflow_wrapped_text/_index.md
@@ -3,7 +3,7 @@ title: hide_overflow_wrapped_text property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 520
+weight: 540
url: /aspose.cells/htmlsaveoptions/hide_overflow_wrapped_text/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/html_cross_string_type/_index.md b/english/aspose.cells/htmlsaveoptions/html_cross_string_type/_index.md
index a80fb84f55..d33155df64 100644
--- a/english/aspose.cells/htmlsaveoptions/html_cross_string_type/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/html_cross_string_type/_index.md
@@ -3,7 +3,7 @@ title: html_cross_string_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 530
+weight: 550
url: /aspose.cells/htmlsaveoptions/html_cross_string_type/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/html_version/_index.md b/english/aspose.cells/htmlsaveoptions/html_version/_index.md
index f06a786f4a..5c152ed657 100644
--- a/english/aspose.cells/htmlsaveoptions/html_version/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/html_version/_index.md
@@ -3,7 +3,7 @@ title: html_version property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 540
+weight: 560
url: /aspose.cells/htmlsaveoptions/html_version/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/ignore_invisible_shapes/_index.md b/english/aspose.cells/htmlsaveoptions/ignore_invisible_shapes/_index.md
index 5ac9105301..912ae42da9 100644
--- a/english/aspose.cells/htmlsaveoptions/ignore_invisible_shapes/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/ignore_invisible_shapes/_index.md
@@ -3,7 +3,7 @@ title: ignore_invisible_shapes property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 550
+weight: 570
url: /aspose.cells/htmlsaveoptions/ignore_invisible_shapes/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/image_options/_index.md b/english/aspose.cells/htmlsaveoptions/image_options/_index.md
index a9375d9045..bbeeab7bca 100644
--- a/english/aspose.cells/htmlsaveoptions/image_options/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/image_options/_index.md
@@ -3,7 +3,7 @@ title: image_options property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 560
+weight: 580
url: /aspose.cells/htmlsaveoptions/image_options/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/image_scalable/_index.md b/english/aspose.cells/htmlsaveoptions/image_scalable/_index.md
index 1e2be6472e..ff85e2006e 100644
--- a/english/aspose.cells/htmlsaveoptions/image_scalable/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/image_scalable/_index.md
@@ -3,7 +3,7 @@ title: image_scalable property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 570
+weight: 590
url: /aspose.cells/htmlsaveoptions/image_scalable/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/is_border_collapsed/_index.md b/english/aspose.cells/htmlsaveoptions/is_border_collapsed/_index.md
index 7780d25d34..458ddb7775 100644
--- a/english/aspose.cells/htmlsaveoptions/is_border_collapsed/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/is_border_collapsed/_index.md
@@ -3,7 +3,7 @@ title: is_border_collapsed property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 580
+weight: 600
url: /aspose.cells/htmlsaveoptions/is_border_collapsed/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/is_exp_image_to_temp_dir/_index.md b/english/aspose.cells/htmlsaveoptions/is_exp_image_to_temp_dir/_index.md
index 46a30a8949..ab5079768e 100644
--- a/english/aspose.cells/htmlsaveoptions/is_exp_image_to_temp_dir/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/is_exp_image_to_temp_dir/_index.md
@@ -3,7 +3,7 @@ title: is_exp_image_to_temp_dir property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 590
+weight: 610
url: /aspose.cells/htmlsaveoptions/is_exp_image_to_temp_dir/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/is_export_comments/_index.md b/english/aspose.cells/htmlsaveoptions/is_export_comments/_index.md
index baa40f197c..c43ffd1c42 100644
--- a/english/aspose.cells/htmlsaveoptions/is_export_comments/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/is_export_comments/_index.md
@@ -3,7 +3,7 @@ title: is_export_comments property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 600
+weight: 620
url: /aspose.cells/htmlsaveoptions/is_export_comments/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/is_full_path_link/_index.md b/english/aspose.cells/htmlsaveoptions/is_full_path_link/_index.md
index 8c476996bc..44629a6fbd 100644
--- a/english/aspose.cells/htmlsaveoptions/is_full_path_link/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/is_full_path_link/_index.md
@@ -3,7 +3,7 @@ title: is_full_path_link property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 610
+weight: 630
url: /aspose.cells/htmlsaveoptions/is_full_path_link/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/is_ie_compatible/_index.md b/english/aspose.cells/htmlsaveoptions/is_ie_compatible/_index.md
index b87f5fdf5a..af83460490 100644
--- a/english/aspose.cells/htmlsaveoptions/is_ie_compatible/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/is_ie_compatible/_index.md
@@ -3,7 +3,7 @@ title: is_ie_compatible property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 620
+weight: 640
url: /aspose.cells/htmlsaveoptions/is_ie_compatible/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/is_js_browser_compatible/_index.md b/english/aspose.cells/htmlsaveoptions/is_js_browser_compatible/_index.md
index 45b26a8905..3704ff1ae6 100644
--- a/english/aspose.cells/htmlsaveoptions/is_js_browser_compatible/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/is_js_browser_compatible/_index.md
@@ -3,7 +3,7 @@ title: is_js_browser_compatible property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 630
+weight: 650
url: /aspose.cells/htmlsaveoptions/is_js_browser_compatible/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/is_mobile_compatible/_index.md b/english/aspose.cells/htmlsaveoptions/is_mobile_compatible/_index.md
index 1fdafee88c..20b42b88bd 100644
--- a/english/aspose.cells/htmlsaveoptions/is_mobile_compatible/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/is_mobile_compatible/_index.md
@@ -3,7 +3,7 @@ title: is_mobile_compatible property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 640
+weight: 660
url: /aspose.cells/htmlsaveoptions/is_mobile_compatible/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/layout_mode/_index.md b/english/aspose.cells/htmlsaveoptions/layout_mode/_index.md
new file mode 100644
index 0000000000..fa5a5a3890
--- /dev/null
+++ b/english/aspose.cells/htmlsaveoptions/layout_mode/_index.md
@@ -0,0 +1,29 @@
+---
+title: layout_mode property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 670
+url: /aspose.cells/htmlsaveoptions/layout_mode/
+is_root: false
+---
+
+## layout_mode property
+
+
+Gets or sets the layout mode when saving to HTML.
+The default value is [`HtmlLayoutMode.NORMAL`](/cells/python-net/aspose.cells.rendering/htmllayoutmode#NORMAL)
+### Definition:
+```python
+@property
+def layout_mode(self):
+ ...
+@layout_mode.setter
+def layout_mode(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells`](../../)
+* class [`HtmlLayoutMode`](/cells/python-net/aspose.cells.rendering/htmllayoutmode)
+* class [`HtmlSaveOptions`](/cells/python-net/aspose.cells/htmlsaveoptions)
diff --git a/english/aspose.cells/htmlsaveoptions/link_target_type/_index.md b/english/aspose.cells/htmlsaveoptions/link_target_type/_index.md
index 34627d975a..70bdb8f47f 100644
--- a/english/aspose.cells/htmlsaveoptions/link_target_type/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/link_target_type/_index.md
@@ -3,7 +3,7 @@ title: link_target_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 650
+weight: 680
url: /aspose.cells/htmlsaveoptions/link_target_type/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/merge_areas/_index.md b/english/aspose.cells/htmlsaveoptions/merge_areas/_index.md
index f61421dc88..d9d0e9e5d2 100644
--- a/english/aspose.cells/htmlsaveoptions/merge_areas/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/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: 660
+weight: 690
url: /aspose.cells/htmlsaveoptions/merge_areas/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/merge_empty_td_forcely/_index.md b/english/aspose.cells/htmlsaveoptions/merge_empty_td_forcely/_index.md
index 24f505f87d..0e602ca927 100644
--- a/english/aspose.cells/htmlsaveoptions/merge_empty_td_forcely/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/merge_empty_td_forcely/_index.md
@@ -3,7 +3,7 @@ title: merge_empty_td_forcely property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 670
+weight: 700
url: /aspose.cells/htmlsaveoptions/merge_empty_td_forcely/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/merge_empty_td_type/_index.md b/english/aspose.cells/htmlsaveoptions/merge_empty_td_type/_index.md
index 0f7c613c93..ad53be22b4 100644
--- a/english/aspose.cells/htmlsaveoptions/merge_empty_td_type/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/merge_empty_td_type/_index.md
@@ -3,7 +3,7 @@ title: merge_empty_td_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 680
+weight: 710
url: /aspose.cells/htmlsaveoptions/merge_empty_td_type/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/office_math_output_mode/_index.md b/english/aspose.cells/htmlsaveoptions/office_math_output_mode/_index.md
index 4d064b3fad..6e806c3e75 100644
--- a/english/aspose.cells/htmlsaveoptions/office_math_output_mode/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/office_math_output_mode/_index.md
@@ -3,7 +3,7 @@ title: office_math_output_mode property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 690
+weight: 720
url: /aspose.cells/htmlsaveoptions/office_math_output_mode/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## office_math_output_mode property
-Indicates how export OfficeMath objects to HTML, Default value is Image.
+Indicates how OfficeMath objects are exported to HTML, Default value is Image.
### Definition:
```python
@property
diff --git a/english/aspose.cells/htmlsaveoptions/page_title/_index.md b/english/aspose.cells/htmlsaveoptions/page_title/_index.md
index 1efad01c3f..35bb664e67 100644
--- a/english/aspose.cells/htmlsaveoptions/page_title/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/page_title/_index.md
@@ -3,7 +3,7 @@ title: page_title property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 700
+weight: 730
url: /aspose.cells/htmlsaveoptions/page_title/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/parse_html_tag_in_cell/_index.md b/english/aspose.cells/htmlsaveoptions/parse_html_tag_in_cell/_index.md
index a25415aa32..7d294bc7d6 100644
--- a/english/aspose.cells/htmlsaveoptions/parse_html_tag_in_cell/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/parse_html_tag_in_cell/_index.md
@@ -3,7 +3,7 @@ title: parse_html_tag_in_cell property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 710
+weight: 740
url: /aspose.cells/htmlsaveoptions/parse_html_tag_in_cell/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/presentation_preference/_index.md b/english/aspose.cells/htmlsaveoptions/presentation_preference/_index.md
index ad88246bc8..95693d8d17 100644
--- a/english/aspose.cells/htmlsaveoptions/presentation_preference/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/presentation_preference/_index.md
@@ -3,7 +3,7 @@ title: presentation_preference property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 720
+weight: 750
url: /aspose.cells/htmlsaveoptions/presentation_preference/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/refresh_chart_cache/_index.md b/english/aspose.cells/htmlsaveoptions/refresh_chart_cache/_index.md
index cd0722ff07..5f17470d8e 100644
--- a/english/aspose.cells/htmlsaveoptions/refresh_chart_cache/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/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: 730
+weight: 760
url: /aspose.cells/htmlsaveoptions/refresh_chart_cache/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/save_as_single_file/_index.md b/english/aspose.cells/htmlsaveoptions/save_as_single_file/_index.md
index 6e9f9a28e8..6e548f20e0 100644
--- a/english/aspose.cells/htmlsaveoptions/save_as_single_file/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/save_as_single_file/_index.md
@@ -3,7 +3,7 @@ title: save_as_single_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 740
+weight: 770
url: /aspose.cells/htmlsaveoptions/save_as_single_file/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/save_format/_index.md b/english/aspose.cells/htmlsaveoptions/save_format/_index.md
index 53824c70f7..425ce775db 100644
--- a/english/aspose.cells/htmlsaveoptions/save_format/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/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: 750
+weight: 780
url: /aspose.cells/htmlsaveoptions/save_format/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/sheet_set/_index.md b/english/aspose.cells/htmlsaveoptions/sheet_set/_index.md
index 43aedccbf2..d7ac91d41d 100644
--- a/english/aspose.cells/htmlsaveoptions/sheet_set/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/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: 760
+weight: 790
url: /aspose.cells/htmlsaveoptions/sheet_set/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/show_all_sheets/_index.md b/english/aspose.cells/htmlsaveoptions/show_all_sheets/_index.md
index 76adab63a8..51d10ec921 100644
--- a/english/aspose.cells/htmlsaveoptions/show_all_sheets/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/show_all_sheets/_index.md
@@ -3,7 +3,7 @@ title: show_all_sheets property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 770
+weight: 800
url: /aspose.cells/htmlsaveoptions/show_all_sheets/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/sort_external_names/_index.md b/english/aspose.cells/htmlsaveoptions/sort_external_names/_index.md
index 67dd06b82f..33e14d180d 100644
--- a/english/aspose.cells/htmlsaveoptions/sort_external_names/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/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: 780
+weight: 810
url: /aspose.cells/htmlsaveoptions/sort_external_names/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/sort_names/_index.md b/english/aspose.cells/htmlsaveoptions/sort_names/_index.md
index d16ffe7d2b..4a10f9e4b0 100644
--- a/english/aspose.cells/htmlsaveoptions/sort_names/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/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: 790
+weight: 820
url: /aspose.cells/htmlsaveoptions/sort_names/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/stream_provider/_index.md b/english/aspose.cells/htmlsaveoptions/stream_provider/_index.md
index 24b672e4c9..c6f903613e 100644
--- a/english/aspose.cells/htmlsaveoptions/stream_provider/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/stream_provider/_index.md
@@ -3,7 +3,7 @@ title: stream_provider property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 800
+weight: 830
url: /aspose.cells/htmlsaveoptions/stream_provider/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/table_css_id/_index.md b/english/aspose.cells/htmlsaveoptions/table_css_id/_index.md
index f5e7b8a1c0..5c2cd1f996 100644
--- a/english/aspose.cells/htmlsaveoptions/table_css_id/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/table_css_id/_index.md
@@ -3,7 +3,7 @@ title: table_css_id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 810
+weight: 840
url: /aspose.cells/htmlsaveoptions/table_css_id/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/update_smart_art/_index.md b/english/aspose.cells/htmlsaveoptions/update_smart_art/_index.md
index f90a7d75d8..447ed504a7 100644
--- a/english/aspose.cells/htmlsaveoptions/update_smart_art/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/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: 820
+weight: 850
url: /aspose.cells/htmlsaveoptions/update_smart_art/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/validate_merged_areas/_index.md b/english/aspose.cells/htmlsaveoptions/validate_merged_areas/_index.md
index 3d01378c4b..abbd455e2d 100644
--- a/english/aspose.cells/htmlsaveoptions/validate_merged_areas/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/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: 830
+weight: 860
url: /aspose.cells/htmlsaveoptions/validate_merged_areas/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/warning_callback/_index.md b/english/aspose.cells/htmlsaveoptions/warning_callback/_index.md
index 5f8f828353..969fc75ea7 100644
--- a/english/aspose.cells/htmlsaveoptions/warning_callback/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/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: 840
+weight: 870
url: /aspose.cells/htmlsaveoptions/warning_callback/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/width_scalable/_index.md b/english/aspose.cells/htmlsaveoptions/width_scalable/_index.md
index 95639cd91c..b34db2238c 100644
--- a/english/aspose.cells/htmlsaveoptions/width_scalable/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/width_scalable/_index.md
@@ -3,7 +3,7 @@ title: width_scalable property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 850
+weight: 880
url: /aspose.cells/htmlsaveoptions/width_scalable/
is_root: false
---
diff --git a/english/aspose.cells/htmlsaveoptions/worksheet_scalable/_index.md b/english/aspose.cells/htmlsaveoptions/worksheet_scalable/_index.md
index fa3be507e9..c9a71e8def 100644
--- a/english/aspose.cells/htmlsaveoptions/worksheet_scalable/_index.md
+++ b/english/aspose.cells/htmlsaveoptions/worksheet_scalable/_index.md
@@ -3,7 +3,7 @@ title: worksheet_scalable property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 860
+weight: 890
url: /aspose.cells/htmlsaveoptions/worksheet_scalable/
is_root: false
---
diff --git a/english/aspose.cells/iconfilter/_index.md b/english/aspose.cells/iconfilter/_index.md
index 4e03a78c72..ff6ddb553e 100644
--- a/english/aspose.cells/iconfilter/_index.md
+++ b/english/aspose.cells/iconfilter/_index.md
@@ -19,7 +19,7 @@ The IconFilter type exposes the following members:
### Properties
| Property | Description |
| :- | :- |
-| [icon_set_type](/cells/python-net/aspose.cells/iconfilter/icon_set_type) | Gets and sets which icon set is used in the filter criteria. |
+| [icon_set_type](/cells/python-net/aspose.cells/iconfilter/icon_set_type) | Gets and sets which icon set is used for this filter criteria. |
| [icon_id](/cells/python-net/aspose.cells/iconfilter/icon_id) | Gets and sets Zero-based index of an icon in an icon set. |
diff --git a/english/aspose.cells/iconfilter/icon_set_type/_index.md b/english/aspose.cells/iconfilter/icon_set_type/_index.md
index b285efa9e2..ba0ac12a00 100644
--- a/english/aspose.cells/iconfilter/icon_set_type/_index.md
+++ b/english/aspose.cells/iconfilter/icon_set_type/_index.md
@@ -11,7 +11,7 @@ is_root: false
## icon_set_type property
-Gets and sets which icon set is used in the filter criteria.
+Gets and sets which icon set is used for this filter criteria.
### Definition:
```python
@property
diff --git a/english/aspose.cells/importtableoptions/_index.md b/english/aspose.cells/importtableoptions/_index.md
index 19476659ef..f608f4e909 100644
--- a/english/aspose.cells/importtableoptions/_index.md
+++ b/english/aspose.cells/importtableoptions/_index.md
@@ -33,6 +33,7 @@ The ImportTableOptions type exposes the following members:
| [export_caption_as_field_name](/cells/python-net/aspose.cells/importtableoptions/export_caption_as_field_name) | Indicates whether exporting caption as field name |
| [date_format](/cells/python-net/aspose.cells/importtableoptions/date_format) | Gets or sets date format string for cells with imported datetime values. |
| [number_formats](/cells/python-net/aspose.cells/importtableoptions/number_formats) | Gets or sets the number formats |
+| [styles](/cells/python-net/aspose.cells/importtableoptions/styles) | Gets and sets the styles for each column of the table. |
| [is_formulas](/cells/python-net/aspose.cells/importtableoptions/is_formulas) | Indicates whether the data are formulas. |
| [total_rows](/cells/python-net/aspose.cells/importtableoptions/total_rows) | Gets or sets total row count to import from data source. -1 means all rows of given data source. |
| [total_columns](/cells/python-net/aspose.cells/importtableoptions/total_columns) | Gets or sets total column count to import from data source. -1 means all rows of given data source. |
diff --git a/english/aspose.cells/importtableoptions/styles/_index.md b/english/aspose.cells/importtableoptions/styles/_index.md
new file mode 100644
index 0000000000..7f1bc28620
--- /dev/null
+++ b/english/aspose.cells/importtableoptions/styles/_index.md
@@ -0,0 +1,27 @@
+---
+title: styles property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 160
+url: /aspose.cells/importtableoptions/styles/
+is_root: false
+---
+
+## styles property
+
+
+Gets and sets the styles for each column of the table.
+### Definition:
+```python
+@property
+def styles(self):
+ ...
+@styles.setter
+def styles(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells`](../../)
+* class [`ImportTableOptions`](/cells/python-net/aspose.cells/importtableoptions)
diff --git a/english/aspose.cells/importtableoptions/total_columns/_index.md b/english/aspose.cells/importtableoptions/total_columns/_index.md
index e6b088d943..87ded7fad9 100644
--- a/english/aspose.cells/importtableoptions/total_columns/_index.md
+++ b/english/aspose.cells/importtableoptions/total_columns/_index.md
@@ -3,7 +3,7 @@ title: total_columns property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 170
url: /aspose.cells/importtableoptions/total_columns/
is_root: false
---
diff --git a/english/aspose.cells/importtableoptions/total_rows/_index.md b/english/aspose.cells/importtableoptions/total_rows/_index.md
index 83e74f8415..656f7fc44a 100644
--- a/english/aspose.cells/importtableoptions/total_rows/_index.md
+++ b/english/aspose.cells/importtableoptions/total_rows/_index.md
@@ -3,7 +3,7 @@ title: total_rows property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 180
url: /aspose.cells/importtableoptions/total_rows/
is_root: false
---
diff --git a/english/aspose.cells/markdownloadoptions/_index.md b/english/aspose.cells/markdownloadoptions/_index.md
index 1e0807fdda..39d2470667 100644
--- a/english/aspose.cells/markdownloadoptions/_index.md
+++ b/english/aspose.cells/markdownloadoptions/_index.md
@@ -56,8 +56,8 @@ The MarkdownLoadOptions type exposes the following members:
| [preserve_padding_spaces_in_formula](/cells/python-net/aspose.cells/markdownloadoptions/preserve_padding_spaces_in_formula) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens
while getting and setting formulas.
Default value is false. |
| [encoding](/cells/python-net/aspose.cells/markdownloadoptions/encoding) | Gets and sets the default encoding. Only applies for csv file. |
| [load_style_strategy](/cells/python-net/aspose.cells/markdownloadoptions/load_style_strategy) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. |
-| [convert_numeric_data](/cells/python-net/aspose.cells/markdownloadoptions/convert_numeric_data) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. |
-| [convert_date_time_data](/cells/python-net/aspose.cells/markdownloadoptions/convert_date_time_data) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. |
+| [convert_numeric_data](/cells/python-net/aspose.cells/markdownloadoptions/convert_numeric_data) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.
Default value is true. |
+| [convert_date_time_data](/cells/python-net/aspose.cells/markdownloadoptions/convert_date_time_data) | Gets or sets a value that indicates whether the string in text file is converted to date data.
Default value is true. |
| [keep_precision](/cells/python-net/aspose.cells/markdownloadoptions/keep_precision) | Indicates whether not parsing a string value if the length is 15. |
| [has_formula](/cells/python-net/aspose.cells/markdownloadoptions/has_formula) | Indicates whether the text is formula if it starts with "=". |
diff --git a/english/aspose.cells/markdownsaveoptions/_index.md b/english/aspose.cells/markdownsaveoptions/_index.md
index a615a6dc8c..49a8646fd3 100644
--- a/english/aspose.cells/markdownsaveoptions/_index.md
+++ b/english/aspose.cells/markdownsaveoptions/_index.md
@@ -55,7 +55,8 @@ The MarkdownSaveOptions type exposes the following members:
| [calculate_formula](/cells/python-net/aspose.cells/markdownsaveoptions/calculate_formula) | Indicates whether to calculate formulas before saving markdown file. |
| [export_hyperlink_as_reference](/cells/python-net/aspose.cells/markdownsaveoptions/export_hyperlink_as_reference) | Indicates whether to export hyperlink using reference definitions instead of inline format.
The default value is false. |
| [align_column_padding](/cells/python-net/aspose.cells/markdownsaveoptions/align_column_padding) | Indicates whether column alignment is enabled for generated Markdown tables.
When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces).
Set to '\0' to disable column alignment (default). |
-| [split_tables_by_blank_row](/cells/python-net/aspose.cells/markdownsaveoptions/split_tables_by_blank_row) | Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false. |
+| [split_tables_by_blank_row](/cells/python-net/aspose.cells/markdownsaveoptions/split_tables_by_blank_row) | Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown.
The default value is false. |
+| [office_math_output_type](/cells/python-net/aspose.cells/markdownsaveoptions/office_math_output_type) | Indicates how OfficeMath objects are exported to Markdown, Default value is Image. |
diff --git a/english/aspose.cells/markdownsaveoptions/office_math_output_type/_index.md b/english/aspose.cells/markdownsaveoptions/office_math_output_type/_index.md
new file mode 100644
index 0000000000..ed16a7568d
--- /dev/null
+++ b/english/aspose.cells/markdownsaveoptions/office_math_output_type/_index.md
@@ -0,0 +1,28 @@
+---
+title: office_math_output_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 180
+url: /aspose.cells/markdownsaveoptions/office_math_output_type/
+is_root: false
+---
+
+## office_math_output_type property
+
+
+Indicates how OfficeMath objects are exported to Markdown, Default value is Image.
+### Definition:
+```python
+@property
+def office_math_output_type(self):
+ ...
+@office_math_output_type.setter
+def office_math_output_type(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells`](../../)
+* class [`HtmlOfficeMathOutputType`](/cells/python-net/aspose.cells/htmlofficemathoutputtype)
+* class [`MarkdownSaveOptions`](/cells/python-net/aspose.cells/markdownsaveoptions)
diff --git a/english/aspose.cells/markdownsaveoptions/refresh_chart_cache/_index.md b/english/aspose.cells/markdownsaveoptions/refresh_chart_cache/_index.md
index c56fa17f28..83ca7c2b24 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: 180
+weight: 190
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 6294b15f27..50c39e3f28 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: 190
+weight: 200
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 1dd3d935c8..3b22d7f9a8 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: 200
+weight: 210
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 012ff74198..b8da56910a 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: 210
+weight: 220
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 e291440d27..89d8b359a9 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: 220
+weight: 230
url: /aspose.cells/markdownsaveoptions/sort_names/
is_root: false
---
diff --git a/english/aspose.cells/markdownsaveoptions/split_tables_by_blank_row/_index.md b/english/aspose.cells/markdownsaveoptions/split_tables_by_blank_row/_index.md
index efa83fc407..adb4e81349 100644
--- a/english/aspose.cells/markdownsaveoptions/split_tables_by_blank_row/_index.md
+++ b/english/aspose.cells/markdownsaveoptions/split_tables_by_blank_row/_index.md
@@ -3,7 +3,7 @@ title: split_tables_by_blank_row property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 240
url: /aspose.cells/markdownsaveoptions/split_tables_by_blank_row/
is_root: false
---
diff --git a/english/aspose.cells/markdownsaveoptions/stream_provider/_index.md b/english/aspose.cells/markdownsaveoptions/stream_provider/_index.md
index 2569e57f0c..9812427f58 100644
--- a/english/aspose.cells/markdownsaveoptions/stream_provider/_index.md
+++ b/english/aspose.cells/markdownsaveoptions/stream_provider/_index.md
@@ -3,7 +3,7 @@ title: stream_provider property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 250
url: /aspose.cells/markdownsaveoptions/stream_provider/
is_root: false
---
diff --git a/english/aspose.cells/markdownsaveoptions/table_header_type/_index.md b/english/aspose.cells/markdownsaveoptions/table_header_type/_index.md
index ecbc9a2ddd..ad03a06c7a 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: 250
+weight: 260
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 21a42b4c57..631b7e4132 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: 260
+weight: 270
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 a841133142..5163e3fc60 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: 270
+weight: 280
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 8517263bde..de31e6e13c 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: 280
+weight: 290
url: /aspose.cells/markdownsaveoptions/warning_callback/
is_root: false
---
diff --git a/english/aspose.cells/multiplefiltercollection/_index.md b/english/aspose.cells/multiplefiltercollection/_index.md
index 277c627709..5ca674124f 100644
--- a/english/aspose.cells/multiplefiltercollection/_index.md
+++ b/english/aspose.cells/multiplefiltercollection/_index.md
@@ -31,7 +31,9 @@ The MultipleFilterCollection type exposes the following members:
### Methods
| Method | Description |
| :- | :- |
-| [`add(self, filter)`](/cells/python-net/aspose.cells/multiplefiltercollection/add/#system.string) | Adds string filter. |
+| [`add(self, filter)`](/cells/python-net/aspose.cells/multiplefiltercollection/add/#system.string) | Adds a label filter criteria. |
+| [`add(self, type, year, month, day)`](/cells/python-net/aspose.cells/multiplefiltercollection/add/#aspose.cells.datetimegroupingtype-int-int-int) | Adds a date filter criteria value. |
+| [`add(self, type, year, month, day, hour, minute, second)`](/cells/python-net/aspose.cells/multiplefiltercollection/add/#aspose.cells.datetimegroupingtype-int-int-int-int-int-int) | Adds a date time filter criteria value. |
diff --git a/english/aspose.cells/multiplefiltercollection/add/_index.md b/english/aspose.cells/multiplefiltercollection/add/_index.md
index bca55e0eee..a960fb0e1c 100644
--- a/english/aspose.cells/multiplefiltercollection/add/_index.md
+++ b/english/aspose.cells/multiplefiltercollection/add/_index.md
@@ -10,7 +10,7 @@ is_root: false
## add(self, filter) {#System.String}
-Adds string filter.
+Adds a label filter criteria.
@@ -26,6 +26,51 @@ def add(self, filter):
| filter | System.String | The filter data. |
+## add(self, type, year, month, day) {#aspose.cells.DateTimeGroupingType-int-int-int}
+
+Adds a date filter criteria value.
+
+
+
+```python
+
+def add(self, type, year, month, day):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| type | aspose.cells.DateTimeGroupingType | The type of date filter. |
+| year | int | The year. |
+| month | int | The month. |
+| day | int | The day. |
+
+
+## add(self, type, year, month, day, hour, minute, second) {#aspose.cells.DateTimeGroupingType-int-int-int-int-int-int}
+
+Adds a date time filter criteria value.
+
+
+
+```python
+
+def add(self, type, year, month, day, hour, minute, second):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| type | aspose.cells.DateTimeGroupingType | The type of date filter. |
+| year | int | The year. |
+| month | int | The month. |
+| day | int | The day. |
+| hour | int | The hour. |
+| minute | int | The minute. |
+| second | int | The second. |
+
+
### See Also
* module [`aspose.cells`](../../)
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/_index.md
index 0a3bbeebff..14e14aeaa7 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/_index.md
@@ -51,6 +51,7 @@ The SettablePivotGlobalizationSettings type exposes the following members:
| [`get_text_of_seconds(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_seconds/#) | Gets the local text of "Seconds" |
| [`get_text_of_range(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_range/#) | Gets the local text of "Range" |
| [`get_text_of_all_periods(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_all_periods/#) | Gets the localized text of "All Periods". |
+| [`get_name_of_data_field(self, function, name)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_name_of_data_field/#aspose.cells.consolidationfunction-system.string) | Gets the display name of data pivot field.
The default format is "Sum Of Field". |
| [`get_text_of_sub_total(self, sub_total_type)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_sub_total/#aspose.cells.pivot.pivotfieldsubtotaltype) | Gets the text of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. |
| [`set_text_of_total(self, text)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_total/#system.string) | Sets the text of "Total" label in the PivotTable. |
| [`set_text_of_grand_total(self, text)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_grand_total/#system.string) | Sets the text of "Grand Total" label in the PivotTable. |
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_name_of_data_field/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_name_of_data_field/_index.md
new file mode 100644
index 0000000000..86bfcc8da3
--- /dev/null
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_name_of_data_field/_index.md
@@ -0,0 +1,39 @@
+---
+title: get_name_of_data_field method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cells/settablepivotglobalizationsettings/get_name_of_data_field/
+is_root: false
+---
+
+## get_name_of_data_field(self, function, name) {#aspose.cells.ConsolidationFunction-System.String}
+
+Gets the display name of data pivot field.
+The default format is "Sum Of Field".
+
+
+### Returns
+
+
+
+
+
+```python
+
+def get_name_of_data_field(self, function, name):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| function | aspose.cells.ConsolidationFunction | The function is used to summarize values of pivot field. |
+| name | System.String | The original name of the pivot field. |
+
+
+
+### See Also
+* module [`aspose.cells`](../../)
+* class [`SettablePivotGlobalizationSettings`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings)
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_short_text_of_12_months/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_short_text_of_12_months/_index.md
index f2db386bb5..ad48232654 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_short_text_of_12_months/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_short_text_of_12_months/_index.md
@@ -3,7 +3,7 @@ title: get_short_text_of_12_months method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 20
+weight: 30
url: /aspose.cells/settablepivotglobalizationsettings/get_short_text_of_12_months/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_4_quaters/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_4_quaters/_index.md
index 079d6ae538..407d828c66 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_4_quaters/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_4_quaters/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_4_quaters method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 30
+weight: 40
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_4_quaters/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_all/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_all/_index.md
index e6db41645f..07ff9d560d 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_all/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_all/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_all method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 50
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_all/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_all_periods/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_all_periods/_index.md
index 2f88d87f5f..eccd2b4217 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_all_periods/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_all_periods/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_all_periods method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 60
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_all_periods/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_column_labels/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_column_labels/_index.md
index 407b736650..f49febf00f 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_column_labels/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_column_labels/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_column_labels method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 70
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_column_labels/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_data_field_header/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_data_field_header/_index.md
index 13bcb96a72..742d85c48d 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_data_field_header/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_data_field_header/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_data_field_header method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 80
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_data_field_header/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_days/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_days/_index.md
index 2e7dd398af..2628873d0c 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_days/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_days/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_days method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 90
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_days/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_empty_data/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_empty_data/_index.md
index 8ca4b4e82d..cf6ce6c0ef 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_empty_data/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_empty_data/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_empty_data method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 100
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_empty_data/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_grand_total/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_grand_total/_index.md
index f60c07ee42..1068e886d2 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_grand_total/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_grand_total/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_grand_total method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 110
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_grand_total/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_hours/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_hours/_index.md
index 0ccbc46116..b0fd5cb9ae 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_hours/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_hours/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_hours method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 120
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_hours/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_minutes/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_minutes/_index.md
index 4821ba279d..e5419a5bfa 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_minutes/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_minutes/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_minutes method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 130
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_minutes/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_months/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_months/_index.md
index 91e83117ca..2c8dfcd81d 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_months/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_months/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_months method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 140
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_months/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_multiple_items/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_multiple_items/_index.md
index bcd4a82361..764a0fc181 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_multiple_items/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_multiple_items/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_multiple_items method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 150
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_multiple_items/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protected_name/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protected_name/_index.md
index 72b4223a79..16be7f3edd 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protected_name/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protected_name/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_protected_name method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 160
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_protected_name/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protection/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protection/_index.md
index f5c7319d20..9f82285451 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protection/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protection/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_protection method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 170
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_protection/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_quarters/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_quarters/_index.md
index 6880b6c357..c67e92bcff 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_quarters/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_quarters/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_quarters method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 180
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_quarters/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_range/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_range/_index.md
index 75c3cc5952..20ebc262fd 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_range/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_range/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_range method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 190
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_range/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_row_labels/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_row_labels/_index.md
index 2a8c9ee3fd..3ed220838d 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_row_labels/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_row_labels/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_row_labels method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 200
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_row_labels/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_seconds/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_seconds/_index.md
index 53b0143066..bcba22c992 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_seconds/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_seconds/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_seconds method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 210
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_seconds/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_sub_total/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_sub_total/_index.md
index e41af2efe9..2391a7249e 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_sub_total/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_sub_total/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_sub_total method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 220
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_sub_total/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_total/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_total/_index.md
index 36be9028aa..3fc6c2efa2 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_total/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_total/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_total method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 230
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_total/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_years/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_years/_index.md
index e599787e1b..7ffacccc20 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_years/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_years/_index.md
@@ -3,7 +3,7 @@ title: get_text_of_years method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 240
url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_years/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_all/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_all/_index.md
index 9a678d40e3..3ab3974be2 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_all/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_all/_index.md
@@ -3,7 +3,7 @@ title: set_text_of_all method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 250
url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_all/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_column_labels/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_column_labels/_index.md
index 6a992d1308..16fc511b6c 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_column_labels/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_column_labels/_index.md
@@ -3,7 +3,7 @@ title: set_text_of_column_labels method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 260
url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_column_labels/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_data_field_header/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_data_field_header/_index.md
index 50555d097b..17eb452347 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_data_field_header/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_data_field_header/_index.md
@@ -3,7 +3,7 @@ title: set_text_of_data_field_header method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 270
url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_data_field_header/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_empty_data/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_empty_data/_index.md
index bd789b7e53..74c7e415b0 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_empty_data/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_empty_data/_index.md
@@ -3,7 +3,7 @@ title: set_text_of_empty_data method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 280
url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_empty_data/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_grand_total/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_grand_total/_index.md
index af28c11380..f9d17374a4 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_grand_total/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_grand_total/_index.md
@@ -3,7 +3,7 @@ title: set_text_of_grand_total method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 290
url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_grand_total/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_multiple_items/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_multiple_items/_index.md
index 458f234114..5bae9d3942 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_multiple_items/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_multiple_items/_index.md
@@ -3,7 +3,7 @@ title: set_text_of_multiple_items method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 290
+weight: 300
url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_multiple_items/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_protected_name/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_protected_name/_index.md
index 52363a80cb..276e4b38cb 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_protected_name/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_protected_name/_index.md
@@ -3,7 +3,7 @@ title: set_text_of_protected_name method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 300
+weight: 310
url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_protected_name/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_row_labels/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_row_labels/_index.md
index 20eb9b6606..9a1a68ef34 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_row_labels/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_row_labels/_index.md
@@ -3,7 +3,7 @@ title: set_text_of_row_labels method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 310
+weight: 320
url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_row_labels/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_sub_total/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_sub_total/_index.md
index b6a0bf687f..44d030b000 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_sub_total/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_sub_total/_index.md
@@ -3,7 +3,7 @@ title: set_text_of_sub_total method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 320
+weight: 330
url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_sub_total/
is_root: false
---
diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_total/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_total/_index.md
index 0d783d29a1..bbaa2e2b9d 100644
--- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_total/_index.md
+++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_total/_index.md
@@ -3,7 +3,7 @@ title: set_text_of_total method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 330
+weight: 340
url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_total/
is_root: false
---
diff --git a/english/aspose.cells/top10filter/_index.md b/english/aspose.cells/top10filter/_index.md
index ca96dddd46..28fe1f308b 100644
--- a/english/aspose.cells/top10filter/_index.md
+++ b/english/aspose.cells/top10filter/_index.md
@@ -1,30 +1,30 @@
----
-title: Top10Filter class
-second_title: Aspose.Cells for Python via .NET API References
-description:
-type: docs
-weight: 1570
-url: /aspose.cells/top10filter/
-is_root: false
+---
+title: Top10Filter class
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 1570
+url: /aspose.cells/top10filter/
+is_root: false
---
-
+
## Top10Filter class
-
-Represents the top 10 filter.
-
+
+Represents the top N (percent or number of items) to filter by.
+
The Top10Filter type exposes the following members:
-
-### Properties
-| Property | Description |
-| :- | :- |
-| [is_top](/cells/python-net/aspose.cells/top10filter/is_top) | Indicates whether it's top filter. |
-| [is_percent](/cells/python-net/aspose.cells/top10filter/is_percent) | Indicates whether the items is percent. |
-| [items](/cells/python-net/aspose.cells/top10filter/items) | Gets and sets the items of the filter. |
-| [criteria](/cells/python-net/aspose.cells/top10filter/criteria) | |
-
-
-
-### See Also
-* module [`aspose.cells`](..)
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [is_top](/cells/python-net/aspose.cells/top10filter/is_top) | Indicates whether or not to filter by top order |
+| [is_percent](/cells/python-net/aspose.cells/top10filter/is_percent) | Indicates whether or not to filter by percent value of the column |
+| [items](/cells/python-net/aspose.cells/top10filter/items) | Gets and sets top or bottom value to use as the filter criteria. |
+| [criteria](/cells/python-net/aspose.cells/top10filter/criteria) | The actual cell value in the range which is used to perform the comparison for this filter.
This is the cache value during the refresh process. |
+
+
+
+### See Also
+* module [`aspose.cells`](..)
diff --git a/english/aspose.cells/top10filter/criteria/_index.md b/english/aspose.cells/top10filter/criteria/_index.md
index c099aeb1cc..239d056a72 100644
--- a/english/aspose.cells/top10filter/criteria/_index.md
+++ b/english/aspose.cells/top10filter/criteria/_index.md
@@ -11,7 +11,16 @@ is_root: false
## criteria property
+The actual cell value in the range which is used to perform the comparison for this filter.
+This is the cache value during the refresh process.
+### Remarks
+
+
+NOTE: This member is now obsolete.
+Instead,please ignore this property.
+This property will be removed 12 months later since October 2025.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells/top10filter/is_percent/_index.md b/english/aspose.cells/top10filter/is_percent/_index.md
index a558380941..328bc204ff 100644
--- a/english/aspose.cells/top10filter/is_percent/_index.md
+++ b/english/aspose.cells/top10filter/is_percent/_index.md
@@ -11,7 +11,7 @@ is_root: false
## is_percent property
-Indicates whether the items is percent.
+Indicates whether or not to filter by percent value of the column
### Definition:
```python
@property
diff --git a/english/aspose.cells/top10filter/is_top/_index.md b/english/aspose.cells/top10filter/is_top/_index.md
index 20e022fe63..945121d143 100644
--- a/english/aspose.cells/top10filter/is_top/_index.md
+++ b/english/aspose.cells/top10filter/is_top/_index.md
@@ -11,7 +11,7 @@ is_root: false
## is_top property
-Indicates whether it's top filter.
+Indicates whether or not to filter by top order
### Definition:
```python
@property
diff --git a/english/aspose.cells/top10filter/items/_index.md b/english/aspose.cells/top10filter/items/_index.md
index 0cc7af1b4a..25b7ec3f74 100644
--- a/english/aspose.cells/top10filter/items/_index.md
+++ b/english/aspose.cells/top10filter/items/_index.md
@@ -11,7 +11,7 @@ is_root: false
## items property
-Gets and sets the items of the filter.
+Gets and sets top or bottom value to use as the filter criteria.
### Definition:
```python
@property
diff --git a/english/aspose.cells/txtloadoptions/_index.md b/english/aspose.cells/txtloadoptions/_index.md
index 1302da855d..3c3171a2ab 100644
--- a/english/aspose.cells/txtloadoptions/_index.md
+++ b/english/aspose.cells/txtloadoptions/_index.md
@@ -57,8 +57,8 @@ The TxtLoadOptions type exposes the following members:
| [preserve_padding_spaces_in_formula](/cells/python-net/aspose.cells/txtloadoptions/preserve_padding_spaces_in_formula) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens
while getting and setting formulas.
Default value is false. |
| [encoding](/cells/python-net/aspose.cells/txtloadoptions/encoding) | Gets and sets the default encoding. Only applies for csv file. |
| [load_style_strategy](/cells/python-net/aspose.cells/txtloadoptions/load_style_strategy) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. |
-| [convert_numeric_data](/cells/python-net/aspose.cells/txtloadoptions/convert_numeric_data) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. |
-| [convert_date_time_data](/cells/python-net/aspose.cells/txtloadoptions/convert_date_time_data) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. |
+| [convert_numeric_data](/cells/python-net/aspose.cells/txtloadoptions/convert_numeric_data) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.
Default value is true. |
+| [convert_date_time_data](/cells/python-net/aspose.cells/txtloadoptions/convert_date_time_data) | Gets or sets a value that indicates whether the string in text file is converted to date data.
Default value is true. |
| [keep_precision](/cells/python-net/aspose.cells/txtloadoptions/keep_precision) | Indicates whether not parsing a string value if the length is 15. |
| [separator](/cells/python-net/aspose.cells/txtloadoptions/separator) | Gets and sets character separator of text file. |
| [separator_string](/cells/python-net/aspose.cells/txtloadoptions/separator_string) | Gets and sets a string value as separator. |
diff --git a/english/aspose.cells/workbooksettings/_index.md b/english/aspose.cells/workbooksettings/_index.md
index 789cfde840..09b7e0af8e 100644
--- a/english/aspose.cells/workbooksettings/_index.md
+++ b/english/aspose.cells/workbooksettings/_index.md
@@ -68,7 +68,7 @@ The WorkbookSettings type exposes the following members:
| [window_height_cm](/cells/python-net/aspose.cells/workbooksettings/window_height_cm) | The height of the window, in unit of centimeter. |
| [update_adjacent_cells_border](/cells/python-net/aspose.cells/workbooksettings/update_adjacent_cells_border) | Indicates whether update adjacent cells' border. |
| [significant_digits](/cells/python-net/aspose.cells/workbooksettings/significant_digits) | Gets and sets the number of significant digits.
The default value is [`CellsHelper.significant_digits`](/cells/python-net/aspose.cells/cellshelper#significant_digits). |
-| [significant_digits_type](/cells/python-net/aspose.cells/workbooksettings/significant_digits_type) | Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is [`CellsHelper.significant_digits_type`](/cells/python-net/aspose.cells/cellshelper#significant_digits_type). |
+| [significant_digits_type](/cells/python-net/aspose.cells/workbooksettings/significant_digits_type) | Gets and sets the type of significant digits for outputing numeric
values in this workbook. Default value is [`CellsHelper.significant_digits_type`](/cells/python-net/aspose.cells/cellshelper#significant_digits_type). |
| [check_compatibility](/cells/python-net/aspose.cells/workbooksettings/check_compatibility) | Indicates whether check compatibility with earlier versions when saving workbook. |
| [check_excel_restriction](/cells/python-net/aspose.cells/workbooksettings/check_excel_restriction) | Whether check restriction of excel file when user modify cells related objects.
For example, excel does not allow inputting string value longer than 32K.
When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception.
If this property is false, we will accept your input string value as the cell's value so that later
you can output the complete string value for other file formats such as CSV.
However, if you have set such kind of value that is invalid for excel file format,
you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. |
| [auto_recover](/cells/python-net/aspose.cells/workbooksettings/auto_recover) | Indicates whether the file is marked for auto-recovery. |
diff --git a/english/aspose.cells/worksheet/_index.md b/english/aspose.cells/worksheet/_index.md
index 96ca6542ae..352dd9ab6a 100644
--- a/english/aspose.cells/worksheet/_index.md
+++ b/english/aspose.cells/worksheet/_index.md
@@ -124,6 +124,7 @@ The Worksheet type exposes the following members:
| [`un_freeze_panes(self)`](/cells/python-net/aspose.cells/worksheet/un_freeze_panes/#) | Unfreezes panes in the worksheet. |
| [`remove_split(self)`](/cells/python-net/aspose.cells/worksheet/remove_split/#) | Removes split window. |
| [`add_page_breaks(self, cell_name)`](/cells/python-net/aspose.cells/worksheet/add_page_breaks/#system.string) | Adds page break. |
+| [`filter(self, ca)`](/cells/python-net/aspose.cells/worksheet/filter/#aspose.cells.cellarea) | Filters the range. |
| [`get_advanced_filter(self)`](/cells/python-net/aspose.cells/worksheet/get_advanced_filter/#) | Gets the settings of advanced filter. |
| [`advanced_filter(self, is_filter, list_range, criteria_range, copy_to, unique_record_only)`](/cells/python-net/aspose.cells/worksheet/advanced_filter/#bool-system.string-system.string-system.string-bool) | Filters data using complex criteria. |
| [`remove_auto_filter(self)`](/cells/python-net/aspose.cells/worksheet/remove_auto_filter/#) | Removes the auto filter of the worksheet. |
diff --git a/english/aspose.cells/worksheet/active_cell/_index.md b/english/aspose.cells/worksheet/active_cell/_index.md
index cb251d8c0d..ee87db5289 100644
--- a/english/aspose.cells/worksheet/active_cell/_index.md
+++ b/english/aspose.cells/worksheet/active_cell/_index.md
@@ -3,7 +3,7 @@ title: active_cell property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 370
+weight: 380
url: /aspose.cells/worksheet/active_cell/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/allow_edit_ranges/_index.md b/english/aspose.cells/worksheet/allow_edit_ranges/_index.md
index 4357cea69c..7839dd7026 100644
--- a/english/aspose.cells/worksheet/allow_edit_ranges/_index.md
+++ b/english/aspose.cells/worksheet/allow_edit_ranges/_index.md
@@ -3,7 +3,7 @@ title: allow_edit_ranges property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 380
+weight: 390
url: /aspose.cells/worksheet/allow_edit_ranges/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/auto_filter/_index.md b/english/aspose.cells/worksheet/auto_filter/_index.md
index 783c5e7a13..2667ddbbd6 100644
--- a/english/aspose.cells/worksheet/auto_filter/_index.md
+++ b/english/aspose.cells/worksheet/auto_filter/_index.md
@@ -3,7 +3,7 @@ title: auto_filter property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 390
+weight: 400
url: /aspose.cells/worksheet/auto_filter/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/background_image/_index.md b/english/aspose.cells/worksheet/background_image/_index.md
index 5ec02b5f93..969a1210bc 100644
--- a/english/aspose.cells/worksheet/background_image/_index.md
+++ b/english/aspose.cells/worksheet/background_image/_index.md
@@ -3,7 +3,7 @@ title: background_image property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 400
+weight: 410
url: /aspose.cells/worksheet/background_image/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/cell_watches/_index.md b/english/aspose.cells/worksheet/cell_watches/_index.md
index 54a0028a4b..d9fd679655 100644
--- a/english/aspose.cells/worksheet/cell_watches/_index.md
+++ b/english/aspose.cells/worksheet/cell_watches/_index.md
@@ -3,7 +3,7 @@ title: cell_watches property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 410
+weight: 420
url: /aspose.cells/worksheet/cell_watches/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/cells/_index.md b/english/aspose.cells/worksheet/cells/_index.md
index 74ba06c9be..fafca82e73 100644
--- a/english/aspose.cells/worksheet/cells/_index.md
+++ b/english/aspose.cells/worksheet/cells/_index.md
@@ -3,7 +3,7 @@ title: cells property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 420
+weight: 430
url: /aspose.cells/worksheet/cells/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/charts/_index.md b/english/aspose.cells/worksheet/charts/_index.md
index 3929804e27..0d526eade3 100644
--- a/english/aspose.cells/worksheet/charts/_index.md
+++ b/english/aspose.cells/worksheet/charts/_index.md
@@ -3,7 +3,7 @@ title: charts property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 430
+weight: 440
url: /aspose.cells/worksheet/charts/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/check_boxes/_index.md b/english/aspose.cells/worksheet/check_boxes/_index.md
index 7b8decdabc..811ddb66a8 100644
--- a/english/aspose.cells/worksheet/check_boxes/_index.md
+++ b/english/aspose.cells/worksheet/check_boxes/_index.md
@@ -3,7 +3,7 @@ title: check_boxes property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 440
+weight: 450
url: /aspose.cells/worksheet/check_boxes/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/code_name/_index.md b/english/aspose.cells/worksheet/code_name/_index.md
index 3ff5d583f3..f8dc303968 100644
--- a/english/aspose.cells/worksheet/code_name/_index.md
+++ b/english/aspose.cells/worksheet/code_name/_index.md
@@ -3,7 +3,7 @@ title: code_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 450
+weight: 460
url: /aspose.cells/worksheet/code_name/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/comments/_index.md b/english/aspose.cells/worksheet/comments/_index.md
index 7d4c8829c2..0868057729 100644
--- a/english/aspose.cells/worksheet/comments/_index.md
+++ b/english/aspose.cells/worksheet/comments/_index.md
@@ -3,7 +3,7 @@ title: comments property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 460
+weight: 470
url: /aspose.cells/worksheet/comments/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/conditional_formattings/_index.md b/english/aspose.cells/worksheet/conditional_formattings/_index.md
index 0dc899620f..807398f9d9 100644
--- a/english/aspose.cells/worksheet/conditional_formattings/_index.md
+++ b/english/aspose.cells/worksheet/conditional_formattings/_index.md
@@ -3,7 +3,7 @@ title: conditional_formattings property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 470
+weight: 480
url: /aspose.cells/worksheet/conditional_formattings/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/custom_properties/_index.md b/english/aspose.cells/worksheet/custom_properties/_index.md
index 095ef43030..72168e2a22 100644
--- a/english/aspose.cells/worksheet/custom_properties/_index.md
+++ b/english/aspose.cells/worksheet/custom_properties/_index.md
@@ -3,7 +3,7 @@ title: custom_properties property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 480
+weight: 490
url: /aspose.cells/worksheet/custom_properties/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/display_right_to_left/_index.md b/english/aspose.cells/worksheet/display_right_to_left/_index.md
index b2cc314ea5..9963915108 100644
--- a/english/aspose.cells/worksheet/display_right_to_left/_index.md
+++ b/english/aspose.cells/worksheet/display_right_to_left/_index.md
@@ -3,7 +3,7 @@ title: display_right_to_left property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 490
+weight: 500
url: /aspose.cells/worksheet/display_right_to_left/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/display_zeros/_index.md b/english/aspose.cells/worksheet/display_zeros/_index.md
index 95c01a8866..4e3d9d3723 100644
--- a/english/aspose.cells/worksheet/display_zeros/_index.md
+++ b/english/aspose.cells/worksheet/display_zeros/_index.md
@@ -3,7 +3,7 @@ title: display_zeros property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 500
+weight: 510
url: /aspose.cells/worksheet/display_zeros/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/error_check_options/_index.md b/english/aspose.cells/worksheet/error_check_options/_index.md
index 6ad8f861bb..ef63cf2ecc 100644
--- a/english/aspose.cells/worksheet/error_check_options/_index.md
+++ b/english/aspose.cells/worksheet/error_check_options/_index.md
@@ -3,7 +3,7 @@ title: error_check_options property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 510
+weight: 520
url: /aspose.cells/worksheet/error_check_options/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/filter/_index.md b/english/aspose.cells/worksheet/filter/_index.md
new file mode 100644
index 0000000000..15d95b31d8
--- /dev/null
+++ b/english/aspose.cells/worksheet/filter/_index.md
@@ -0,0 +1,32 @@
+---
+title: filter method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 140
+url: /aspose.cells/worksheet/filter/
+is_root: false
+---
+
+## filter(self, ca) {#aspose.cells.CellArea}
+
+Filters the range.
+
+
+
+```python
+
+def filter(self, ca):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| ca | aspose.cells.CellArea | The range |
+
+
+
+### See Also
+* module [`aspose.cells`](../../)
+* class [`Worksheet`](/cells/python-net/aspose.cells/worksheet)
diff --git a/english/aspose.cells/worksheet/first_visible_column/_index.md b/english/aspose.cells/worksheet/first_visible_column/_index.md
index 88e20a8931..cbbfe3bde0 100644
--- a/english/aspose.cells/worksheet/first_visible_column/_index.md
+++ b/english/aspose.cells/worksheet/first_visible_column/_index.md
@@ -3,7 +3,7 @@ title: first_visible_column property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 520
+weight: 530
url: /aspose.cells/worksheet/first_visible_column/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/first_visible_row/_index.md b/english/aspose.cells/worksheet/first_visible_row/_index.md
index c55edce606..32f11a5130 100644
--- a/english/aspose.cells/worksheet/first_visible_row/_index.md
+++ b/english/aspose.cells/worksheet/first_visible_row/_index.md
@@ -3,7 +3,7 @@ title: first_visible_row property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 530
+weight: 540
url: /aspose.cells/worksheet/first_visible_row/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/freeze_panes/_index.md b/english/aspose.cells/worksheet/freeze_panes/_index.md
index 813cf745cf..38e6e5b634 100644
--- a/english/aspose.cells/worksheet/freeze_panes/_index.md
+++ b/english/aspose.cells/worksheet/freeze_panes/_index.md
@@ -3,7 +3,7 @@ title: freeze_panes method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 150
url: /aspose.cells/worksheet/freeze_panes/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/get_advanced_filter/_index.md b/english/aspose.cells/worksheet/get_advanced_filter/_index.md
index 72cef90749..6875e8949f 100644
--- a/english/aspose.cells/worksheet/get_advanced_filter/_index.md
+++ b/english/aspose.cells/worksheet/get_advanced_filter/_index.md
@@ -3,7 +3,7 @@ title: get_advanced_filter method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 160
url: /aspose.cells/worksheet/get_advanced_filter/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/get_freezed_panes/_index.md b/english/aspose.cells/worksheet/get_freezed_panes/_index.md
index 0bfa1b7bff..48141a3eab 100644
--- a/english/aspose.cells/worksheet/get_freezed_panes/_index.md
+++ b/english/aspose.cells/worksheet/get_freezed_panes/_index.md
@@ -3,7 +3,7 @@ title: get_freezed_panes method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 170
url: /aspose.cells/worksheet/get_freezed_panes/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/get_panes/_index.md b/english/aspose.cells/worksheet/get_panes/_index.md
index 29549213e5..23dd58f41c 100644
--- a/english/aspose.cells/worksheet/get_panes/_index.md
+++ b/english/aspose.cells/worksheet/get_panes/_index.md
@@ -3,7 +3,7 @@ title: get_panes method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 180
url: /aspose.cells/worksheet/get_panes/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/get_printing_page_breaks/_index.md b/english/aspose.cells/worksheet/get_printing_page_breaks/_index.md
index ed75c1ffbd..9e4dee4d05 100644
--- a/english/aspose.cells/worksheet/get_printing_page_breaks/_index.md
+++ b/english/aspose.cells/worksheet/get_printing_page_breaks/_index.md
@@ -3,7 +3,7 @@ title: get_printing_page_breaks method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 190
url: /aspose.cells/worksheet/get_printing_page_breaks/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/get_selected_areas/_index.md b/english/aspose.cells/worksheet/get_selected_areas/_index.md
index 695cbd8e96..f9961eb727 100644
--- a/english/aspose.cells/worksheet/get_selected_areas/_index.md
+++ b/english/aspose.cells/worksheet/get_selected_areas/_index.md
@@ -3,7 +3,7 @@ title: get_selected_areas method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 200
url: /aspose.cells/worksheet/get_selected_areas/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/get_selected_ranges/_index.md b/english/aspose.cells/worksheet/get_selected_ranges/_index.md
index 8df093adce..7bafaa08b0 100644
--- a/english/aspose.cells/worksheet/get_selected_ranges/_index.md
+++ b/english/aspose.cells/worksheet/get_selected_ranges/_index.md
@@ -3,7 +3,7 @@ title: get_selected_ranges method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 210
url: /aspose.cells/worksheet/get_selected_ranges/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/gridline_color/_index.md b/english/aspose.cells/worksheet/gridline_color/_index.md
index 62bc017457..07b408e6e2 100644
--- a/english/aspose.cells/worksheet/gridline_color/_index.md
+++ b/english/aspose.cells/worksheet/gridline_color/_index.md
@@ -3,7 +3,7 @@ title: gridline_color property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 540
+weight: 550
url: /aspose.cells/worksheet/gridline_color/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/has_autofilter/_index.md b/english/aspose.cells/worksheet/has_autofilter/_index.md
index 3d85fe46b4..cc3061c9e4 100644
--- a/english/aspose.cells/worksheet/has_autofilter/_index.md
+++ b/english/aspose.cells/worksheet/has_autofilter/_index.md
@@ -3,7 +3,7 @@ title: has_autofilter property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 550
+weight: 560
url: /aspose.cells/worksheet/has_autofilter/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/horizontal_page_breaks/_index.md b/english/aspose.cells/worksheet/horizontal_page_breaks/_index.md
index eef32a30ca..67438ca686 100644
--- a/english/aspose.cells/worksheet/horizontal_page_breaks/_index.md
+++ b/english/aspose.cells/worksheet/horizontal_page_breaks/_index.md
@@ -3,7 +3,7 @@ title: horizontal_page_breaks property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 560
+weight: 570
url: /aspose.cells/worksheet/horizontal_page_breaks/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/hyperlinks/_index.md b/english/aspose.cells/worksheet/hyperlinks/_index.md
index 7927b4e141..f385344556 100644
--- a/english/aspose.cells/worksheet/hyperlinks/_index.md
+++ b/english/aspose.cells/worksheet/hyperlinks/_index.md
@@ -3,7 +3,7 @@ title: hyperlinks property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 570
+weight: 580
url: /aspose.cells/worksheet/hyperlinks/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/index/_index.md b/english/aspose.cells/worksheet/index/_index.md
index 50fc3ec6e2..06b8fc1b87 100644
--- a/english/aspose.cells/worksheet/index/_index.md
+++ b/english/aspose.cells/worksheet/index/_index.md
@@ -3,7 +3,7 @@ title: index property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 580
+weight: 590
url: /aspose.cells/worksheet/index/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/is_gridlines_visible/_index.md b/english/aspose.cells/worksheet/is_gridlines_visible/_index.md
index 3122eb6d86..4b9c7d9fd5 100644
--- a/english/aspose.cells/worksheet/is_gridlines_visible/_index.md
+++ b/english/aspose.cells/worksheet/is_gridlines_visible/_index.md
@@ -3,7 +3,7 @@ title: is_gridlines_visible property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 590
+weight: 600
url: /aspose.cells/worksheet/is_gridlines_visible/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/is_outline_shown/_index.md b/english/aspose.cells/worksheet/is_outline_shown/_index.md
index 2c480245de..fe6d28933f 100644
--- a/english/aspose.cells/worksheet/is_outline_shown/_index.md
+++ b/english/aspose.cells/worksheet/is_outline_shown/_index.md
@@ -3,7 +3,7 @@ title: is_outline_shown property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 600
+weight: 610
url: /aspose.cells/worksheet/is_outline_shown/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/is_page_break_preview/_index.md b/english/aspose.cells/worksheet/is_page_break_preview/_index.md
index 525cc69545..61d30ab203 100644
--- a/english/aspose.cells/worksheet/is_page_break_preview/_index.md
+++ b/english/aspose.cells/worksheet/is_page_break_preview/_index.md
@@ -3,7 +3,7 @@ title: is_page_break_preview property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 610
+weight: 620
url: /aspose.cells/worksheet/is_page_break_preview/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/is_protected/_index.md b/english/aspose.cells/worksheet/is_protected/_index.md
index 027e62a092..e819290eea 100644
--- a/english/aspose.cells/worksheet/is_protected/_index.md
+++ b/english/aspose.cells/worksheet/is_protected/_index.md
@@ -3,7 +3,7 @@ title: is_protected property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 620
+weight: 630
url: /aspose.cells/worksheet/is_protected/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/is_row_column_headers_visible/_index.md b/english/aspose.cells/worksheet/is_row_column_headers_visible/_index.md
index e1be447c15..a20fd7142b 100644
--- a/english/aspose.cells/worksheet/is_row_column_headers_visible/_index.md
+++ b/english/aspose.cells/worksheet/is_row_column_headers_visible/_index.md
@@ -3,7 +3,7 @@ title: is_row_column_headers_visible property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 630
+weight: 640
url: /aspose.cells/worksheet/is_row_column_headers_visible/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/is_ruler_visible/_index.md b/english/aspose.cells/worksheet/is_ruler_visible/_index.md
index c71bb2ef4d..476e05918c 100644
--- a/english/aspose.cells/worksheet/is_ruler_visible/_index.md
+++ b/english/aspose.cells/worksheet/is_ruler_visible/_index.md
@@ -3,7 +3,7 @@ title: is_ruler_visible property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 640
+weight: 650
url: /aspose.cells/worksheet/is_ruler_visible/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/is_selected/_index.md b/english/aspose.cells/worksheet/is_selected/_index.md
index 14637987e2..0f4ae5649b 100644
--- a/english/aspose.cells/worksheet/is_selected/_index.md
+++ b/english/aspose.cells/worksheet/is_selected/_index.md
@@ -3,7 +3,7 @@ title: is_selected property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 650
+weight: 660
url: /aspose.cells/worksheet/is_selected/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/is_visible/_index.md b/english/aspose.cells/worksheet/is_visible/_index.md
index 4f886771ca..c1ccb9007a 100644
--- a/english/aspose.cells/worksheet/is_visible/_index.md
+++ b/english/aspose.cells/worksheet/is_visible/_index.md
@@ -3,7 +3,7 @@ title: is_visible property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 660
+weight: 670
url: /aspose.cells/worksheet/is_visible/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/list_objects/_index.md b/english/aspose.cells/worksheet/list_objects/_index.md
index 5767c59109..bb38ac00cc 100644
--- a/english/aspose.cells/worksheet/list_objects/_index.md
+++ b/english/aspose.cells/worksheet/list_objects/_index.md
@@ -3,7 +3,7 @@ title: list_objects property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 670
+weight: 680
url: /aspose.cells/worksheet/list_objects/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/move_to/_index.md b/english/aspose.cells/worksheet/move_to/_index.md
index fcc3a4da6c..cd3dfee5e0 100644
--- a/english/aspose.cells/worksheet/move_to/_index.md
+++ b/english/aspose.cells/worksheet/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: 210
+weight: 220
url: /aspose.cells/worksheet/move_to/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/name/_index.md b/english/aspose.cells/worksheet/name/_index.md
index ecf5a201a1..5f11ba2da2 100644
--- a/english/aspose.cells/worksheet/name/_index.md
+++ b/english/aspose.cells/worksheet/name/_index.md
@@ -3,7 +3,7 @@ title: name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 680
+weight: 690
url: /aspose.cells/worksheet/name/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/ole_objects/_index.md b/english/aspose.cells/worksheet/ole_objects/_index.md
index ecbe7b7296..7f32396279 100644
--- a/english/aspose.cells/worksheet/ole_objects/_index.md
+++ b/english/aspose.cells/worksheet/ole_objects/_index.md
@@ -3,7 +3,7 @@ title: ole_objects property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 690
+weight: 700
url: /aspose.cells/worksheet/ole_objects/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/outline/_index.md b/english/aspose.cells/worksheet/outline/_index.md
index a31c0d7eea..3169c463d2 100644
--- a/english/aspose.cells/worksheet/outline/_index.md
+++ b/english/aspose.cells/worksheet/outline/_index.md
@@ -3,7 +3,7 @@ title: outline property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 700
+weight: 710
url: /aspose.cells/worksheet/outline/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/page_setup/_index.md b/english/aspose.cells/worksheet/page_setup/_index.md
index eff0d92f2c..dd5b569ba8 100644
--- a/english/aspose.cells/worksheet/page_setup/_index.md
+++ b/english/aspose.cells/worksheet/page_setup/_index.md
@@ -3,7 +3,7 @@ title: page_setup property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 710
+weight: 720
url: /aspose.cells/worksheet/page_setup/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/pane_state/_index.md b/english/aspose.cells/worksheet/pane_state/_index.md
index af8cc50a71..bfa674da59 100644
--- a/english/aspose.cells/worksheet/pane_state/_index.md
+++ b/english/aspose.cells/worksheet/pane_state/_index.md
@@ -3,7 +3,7 @@ title: pane_state property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 720
+weight: 730
url: /aspose.cells/worksheet/pane_state/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/pictures/_index.md b/english/aspose.cells/worksheet/pictures/_index.md
index 98d61202b5..35d761996e 100644
--- a/english/aspose.cells/worksheet/pictures/_index.md
+++ b/english/aspose.cells/worksheet/pictures/_index.md
@@ -3,7 +3,7 @@ title: pictures property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 730
+weight: 740
url: /aspose.cells/worksheet/pictures/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/pivot_tables/_index.md b/english/aspose.cells/worksheet/pivot_tables/_index.md
index 76c279181f..ea189a56a4 100644
--- a/english/aspose.cells/worksheet/pivot_tables/_index.md
+++ b/english/aspose.cells/worksheet/pivot_tables/_index.md
@@ -3,7 +3,7 @@ title: pivot_tables property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 740
+weight: 750
url: /aspose.cells/worksheet/pivot_tables/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/protect/_index.md b/english/aspose.cells/worksheet/protect/_index.md
index e78d32ca53..f094607ff1 100644
--- a/english/aspose.cells/worksheet/protect/_index.md
+++ b/english/aspose.cells/worksheet/protect/_index.md
@@ -3,7 +3,7 @@ title: protect method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 230
url: /aspose.cells/worksheet/protect/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/protection/_index.md b/english/aspose.cells/worksheet/protection/_index.md
index 799aea46a8..c460e5f914 100644
--- a/english/aspose.cells/worksheet/protection/_index.md
+++ b/english/aspose.cells/worksheet/protection/_index.md
@@ -3,7 +3,7 @@ title: protection property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 750
+weight: 760
url: /aspose.cells/worksheet/protection/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/query_tables/_index.md b/english/aspose.cells/worksheet/query_tables/_index.md
index 7f655e6338..3659588fcc 100644
--- a/english/aspose.cells/worksheet/query_tables/_index.md
+++ b/english/aspose.cells/worksheet/query_tables/_index.md
@@ -3,7 +3,7 @@ title: query_tables property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 760
+weight: 770
url: /aspose.cells/worksheet/query_tables/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/refresh_pivot_tables/_index.md b/english/aspose.cells/worksheet/refresh_pivot_tables/_index.md
index 75983d4c1c..35c2ec486c 100644
--- a/english/aspose.cells/worksheet/refresh_pivot_tables/_index.md
+++ b/english/aspose.cells/worksheet/refresh_pivot_tables/_index.md
@@ -3,7 +3,7 @@ title: refresh_pivot_tables method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 240
url: /aspose.cells/worksheet/refresh_pivot_tables/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/remove/_index.md b/english/aspose.cells/worksheet/remove/_index.md
index 2582e63fb0..fd3bf1dddb 100644
--- a/english/aspose.cells/worksheet/remove/_index.md
+++ b/english/aspose.cells/worksheet/remove/_index.md
@@ -3,7 +3,7 @@ title: remove method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 250
url: /aspose.cells/worksheet/remove/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/remove_all_drawing_objects/_index.md b/english/aspose.cells/worksheet/remove_all_drawing_objects/_index.md
index 9deda65d23..c6b552591d 100644
--- a/english/aspose.cells/worksheet/remove_all_drawing_objects/_index.md
+++ b/english/aspose.cells/worksheet/remove_all_drawing_objects/_index.md
@@ -3,7 +3,7 @@ title: remove_all_drawing_objects method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 260
url: /aspose.cells/worksheet/remove_all_drawing_objects/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/remove_auto_filter/_index.md b/english/aspose.cells/worksheet/remove_auto_filter/_index.md
index 8229acc45a..39dc834390 100644
--- a/english/aspose.cells/worksheet/remove_auto_filter/_index.md
+++ b/english/aspose.cells/worksheet/remove_auto_filter/_index.md
@@ -3,7 +3,7 @@ title: remove_auto_filter method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 270
url: /aspose.cells/worksheet/remove_auto_filter/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/remove_split/_index.md b/english/aspose.cells/worksheet/remove_split/_index.md
index 7c8b4a2496..bb2c25736b 100644
--- a/english/aspose.cells/worksheet/remove_split/_index.md
+++ b/english/aspose.cells/worksheet/remove_split/_index.md
@@ -3,7 +3,7 @@ title: remove_split method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 280
url: /aspose.cells/worksheet/remove_split/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/replace/_index.md b/english/aspose.cells/worksheet/replace/_index.md
index cb241fb9e2..fcb4a55a74 100644
--- a/english/aspose.cells/worksheet/replace/_index.md
+++ b/english/aspose.cells/worksheet/replace/_index.md
@@ -3,7 +3,7 @@ title: replace method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 290
url: /aspose.cells/worksheet/replace/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/scenarios/_index.md b/english/aspose.cells/worksheet/scenarios/_index.md
index 49a08e2020..139e94f5a8 100644
--- a/english/aspose.cells/worksheet/scenarios/_index.md
+++ b/english/aspose.cells/worksheet/scenarios/_index.md
@@ -3,7 +3,7 @@ title: scenarios property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 770
+weight: 780
url: /aspose.cells/worksheet/scenarios/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/select_range/_index.md b/english/aspose.cells/worksheet/select_range/_index.md
index 99c4350630..8ce7689096 100644
--- a/english/aspose.cells/worksheet/select_range/_index.md
+++ b/english/aspose.cells/worksheet/select_range/_index.md
@@ -3,7 +3,7 @@ title: select_range method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 290
+weight: 300
url: /aspose.cells/worksheet/select_range/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/set_visible/_index.md b/english/aspose.cells/worksheet/set_visible/_index.md
index b72ec5f358..d683f1695e 100644
--- a/english/aspose.cells/worksheet/set_visible/_index.md
+++ b/english/aspose.cells/worksheet/set_visible/_index.md
@@ -3,7 +3,7 @@ title: set_visible method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 300
+weight: 310
url: /aspose.cells/worksheet/set_visible/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/shapes/_index.md b/english/aspose.cells/worksheet/shapes/_index.md
index 3beaf1fd6b..a4cc65d64e 100644
--- a/english/aspose.cells/worksheet/shapes/_index.md
+++ b/english/aspose.cells/worksheet/shapes/_index.md
@@ -3,7 +3,7 @@ title: shapes property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 780
+weight: 790
url: /aspose.cells/worksheet/shapes/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/show_formulas/_index.md b/english/aspose.cells/worksheet/show_formulas/_index.md
index 2b54bb2e85..9acb694d0e 100644
--- a/english/aspose.cells/worksheet/show_formulas/_index.md
+++ b/english/aspose.cells/worksheet/show_formulas/_index.md
@@ -3,7 +3,7 @@ title: show_formulas property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 790
+weight: 800
url: /aspose.cells/worksheet/show_formulas/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/slicers/_index.md b/english/aspose.cells/worksheet/slicers/_index.md
index 55798c9bb9..e593b461a2 100644
--- a/english/aspose.cells/worksheet/slicers/_index.md
+++ b/english/aspose.cells/worksheet/slicers/_index.md
@@ -3,7 +3,7 @@ title: slicers property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 800
+weight: 810
url: /aspose.cells/worksheet/slicers/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/smart_tag_setting/_index.md b/english/aspose.cells/worksheet/smart_tag_setting/_index.md
index e284b68093..8ab63fcd90 100644
--- a/english/aspose.cells/worksheet/smart_tag_setting/_index.md
+++ b/english/aspose.cells/worksheet/smart_tag_setting/_index.md
@@ -3,7 +3,7 @@ title: smart_tag_setting property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 810
+weight: 820
url: /aspose.cells/worksheet/smart_tag_setting/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/sparkline_groups/_index.md b/english/aspose.cells/worksheet/sparkline_groups/_index.md
index 1166d2d4c9..886d97db79 100644
--- a/english/aspose.cells/worksheet/sparkline_groups/_index.md
+++ b/english/aspose.cells/worksheet/sparkline_groups/_index.md
@@ -3,7 +3,7 @@ title: sparkline_groups property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 820
+weight: 830
url: /aspose.cells/worksheet/sparkline_groups/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/split/_index.md b/english/aspose.cells/worksheet/split/_index.md
index a3f897d624..22f6bdacde 100644
--- a/english/aspose.cells/worksheet/split/_index.md
+++ b/english/aspose.cells/worksheet/split/_index.md
@@ -3,7 +3,7 @@ title: split method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 310
+weight: 320
url: /aspose.cells/worksheet/split/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/start_access_cache/_index.md b/english/aspose.cells/worksheet/start_access_cache/_index.md
index 0b086455b4..1c91d0c845 100644
--- a/english/aspose.cells/worksheet/start_access_cache/_index.md
+++ b/english/aspose.cells/worksheet/start_access_cache/_index.md
@@ -3,7 +3,7 @@ title: start_access_cache method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 320
+weight: 330
url: /aspose.cells/worksheet/start_access_cache/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/tab_color/_index.md b/english/aspose.cells/worksheet/tab_color/_index.md
index 4ad37a21b6..cca4d8ee6f 100644
--- a/english/aspose.cells/worksheet/tab_color/_index.md
+++ b/english/aspose.cells/worksheet/tab_color/_index.md
@@ -3,7 +3,7 @@ title: tab_color property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 830
+weight: 840
url: /aspose.cells/worksheet/tab_color/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/tab_id/_index.md b/english/aspose.cells/worksheet/tab_id/_index.md
index 11c3416bc5..fd737220a3 100644
--- a/english/aspose.cells/worksheet/tab_id/_index.md
+++ b/english/aspose.cells/worksheet/tab_id/_index.md
@@ -3,7 +3,7 @@ title: tab_id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 840
+weight: 850
url: /aspose.cells/worksheet/tab_id/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/text_boxes/_index.md b/english/aspose.cells/worksheet/text_boxes/_index.md
index 68222ff0f5..828a79c541 100644
--- a/english/aspose.cells/worksheet/text_boxes/_index.md
+++ b/english/aspose.cells/worksheet/text_boxes/_index.md
@@ -3,7 +3,7 @@ title: text_boxes property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 850
+weight: 860
url: /aspose.cells/worksheet/text_boxes/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/timelines/_index.md b/english/aspose.cells/worksheet/timelines/_index.md
index 300eaaec29..7dba0c0f81 100644
--- a/english/aspose.cells/worksheet/timelines/_index.md
+++ b/english/aspose.cells/worksheet/timelines/_index.md
@@ -3,7 +3,7 @@ title: timelines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 860
+weight: 870
url: /aspose.cells/worksheet/timelines/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/transition_entry/_index.md b/english/aspose.cells/worksheet/transition_entry/_index.md
index ae670ce7c3..c304c7a4f4 100644
--- a/english/aspose.cells/worksheet/transition_entry/_index.md
+++ b/english/aspose.cells/worksheet/transition_entry/_index.md
@@ -3,7 +3,7 @@ title: transition_entry property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 870
+weight: 880
url: /aspose.cells/worksheet/transition_entry/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/transition_evaluation/_index.md b/english/aspose.cells/worksheet/transition_evaluation/_index.md
index 9003dc870d..47e43e258e 100644
--- a/english/aspose.cells/worksheet/transition_evaluation/_index.md
+++ b/english/aspose.cells/worksheet/transition_evaluation/_index.md
@@ -3,7 +3,7 @@ title: transition_evaluation property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 880
+weight: 890
url: /aspose.cells/worksheet/transition_evaluation/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/type/_index.md b/english/aspose.cells/worksheet/type/_index.md
index 6fb91ccbac..ec5d98e09d 100644
--- a/english/aspose.cells/worksheet/type/_index.md
+++ b/english/aspose.cells/worksheet/type/_index.md
@@ -3,7 +3,7 @@ title: type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 890
+weight: 900
url: /aspose.cells/worksheet/type/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/un_freeze_panes/_index.md b/english/aspose.cells/worksheet/un_freeze_panes/_index.md
index 46ef9da23c..9571b943ae 100644
--- a/english/aspose.cells/worksheet/un_freeze_panes/_index.md
+++ b/english/aspose.cells/worksheet/un_freeze_panes/_index.md
@@ -3,7 +3,7 @@ title: un_freeze_panes method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 330
+weight: 340
url: /aspose.cells/worksheet/un_freeze_panes/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/unique_id/_index.md b/english/aspose.cells/worksheet/unique_id/_index.md
index 683d62fe03..12a8bb41df 100644
--- a/english/aspose.cells/worksheet/unique_id/_index.md
+++ b/english/aspose.cells/worksheet/unique_id/_index.md
@@ -3,7 +3,7 @@ title: unique_id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 900
+weight: 910
url: /aspose.cells/worksheet/unique_id/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/unprotect/_index.md b/english/aspose.cells/worksheet/unprotect/_index.md
index 13d7a7b479..f3d6876e5b 100644
--- a/english/aspose.cells/worksheet/unprotect/_index.md
+++ b/english/aspose.cells/worksheet/unprotect/_index.md
@@ -3,7 +3,7 @@ title: unprotect method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 340
+weight: 350
url: /aspose.cells/worksheet/unprotect/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/validations/_index.md b/english/aspose.cells/worksheet/validations/_index.md
index e59c6148dd..33f69252c6 100644
--- a/english/aspose.cells/worksheet/validations/_index.md
+++ b/english/aspose.cells/worksheet/validations/_index.md
@@ -3,7 +3,7 @@ title: validations property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 910
+weight: 920
url: /aspose.cells/worksheet/validations/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/vertical_page_breaks/_index.md b/english/aspose.cells/worksheet/vertical_page_breaks/_index.md
index 5c3be6a2ed..aa4b845e43 100644
--- a/english/aspose.cells/worksheet/vertical_page_breaks/_index.md
+++ b/english/aspose.cells/worksheet/vertical_page_breaks/_index.md
@@ -3,7 +3,7 @@ title: vertical_page_breaks property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 920
+weight: 930
url: /aspose.cells/worksheet/vertical_page_breaks/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/view_type/_index.md b/english/aspose.cells/worksheet/view_type/_index.md
index a4ed691595..8e1e8ef6d4 100644
--- a/english/aspose.cells/worksheet/view_type/_index.md
+++ b/english/aspose.cells/worksheet/view_type/_index.md
@@ -3,7 +3,7 @@ title: view_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 930
+weight: 940
url: /aspose.cells/worksheet/view_type/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/visibility_type/_index.md b/english/aspose.cells/worksheet/visibility_type/_index.md
index d9b2b101da..52d66d9d26 100644
--- a/english/aspose.cells/worksheet/visibility_type/_index.md
+++ b/english/aspose.cells/worksheet/visibility_type/_index.md
@@ -3,7 +3,7 @@ title: visibility_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 940
+weight: 950
url: /aspose.cells/worksheet/visibility_type/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/workbook/_index.md b/english/aspose.cells/worksheet/workbook/_index.md
index 1e45ebdcb3..4dba930bd0 100644
--- a/english/aspose.cells/worksheet/workbook/_index.md
+++ b/english/aspose.cells/worksheet/workbook/_index.md
@@ -3,7 +3,7 @@ title: workbook property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 950
+weight: 960
url: /aspose.cells/worksheet/workbook/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/xml_map_query/_index.md b/english/aspose.cells/worksheet/xml_map_query/_index.md
index 32ea9d7539..c3ca51338a 100644
--- a/english/aspose.cells/worksheet/xml_map_query/_index.md
+++ b/english/aspose.cells/worksheet/xml_map_query/_index.md
@@ -3,7 +3,7 @@ title: xml_map_query method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 350
+weight: 360
url: /aspose.cells/worksheet/xml_map_query/
is_root: false
---
diff --git a/english/aspose.cells/worksheet/zoom/_index.md b/english/aspose.cells/worksheet/zoom/_index.md
index 582c6e8162..f5db4e82b7 100644
--- a/english/aspose.cells/worksheet/zoom/_index.md
+++ b/english/aspose.cells/worksheet/zoom/_index.md
@@ -3,7 +3,7 @@ title: zoom property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 960
+weight: 970
url: /aspose.cells/worksheet/zoom/
is_root: false
---
diff --git a/english/aspose.cellsgridjs/_index.md b/english/aspose.cellsgridjs/_index.md
index 7659a14e53..91fb1fa38b 100644
--- a/english/aspose.cellsgridjs/_index.md
+++ b/english/aspose.cellsgridjs/_index.md
@@ -8,25 +8,51 @@ url: /aspose.cellsgridjs/
is_root: false
---
-The **Aspose.Cells.GridJs** namespace contains all classes of GridJs which provide basic operations for managing spreadsheets without utilizing Microsoft Excel .
+The **Aspose.Cells.GridJs** namespace encapsulates all classes of GridJs, providing simple APIs for viewing or editing spreadsheet files through JSON operations.
### Classes
| Class | Description |
| :- | :- |
-| [`Config`](/cells/python-net/aspose.cellsgridjs/config) | Represents all the settings for GridJs |
+| [`CoWorkUserProvider`](/cells/python-net/aspose.cellsgridjs/coworkuserprovider) | Represents the user provider inerface in collabration mode.only available in java version now, will be available in .net/python version in future.
+ Customer application can implement this interface to provide the user information. |
+| [`Config`](/cells/python-net/aspose.cellsgridjs/config) | Represents all the static settings for GridJs |
| [`GridAbstractCalculationEngine`](/cells/python-net/aspose.cellsgridjs/gridabstractcalculationengine) | Represents user's custom calculation engine to extend the default calculation engine of Aspose.Cells. |
| [`GridCacheForStream`](/cells/python-net/aspose.cellsgridjs/gridcacheforstream) | This class contains the cache operations for GridJs. User shall implement his own business logic for storage based on it.. |
| [`GridCalculationData`](/cells/python-net/aspose.cellsgridjs/gridcalculationdata) | Represents the required data when calculating one function, such as function name, parameters, ...etc. |
| [`GridCellException`](/cells/python-net/aspose.cellsgridjs/gridcellexception) | The exception that is thrown when GridJs specified error occurs. |
+| [`GridJsControllerBase`](/cells/python-net/aspose.cellsgridjs/gridjscontrollerbase) | |
+| [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions) | Represents all the load options for GridJs |
+| [`GridJsPermissionException`](/cells/python-net/aspose.cellsgridjs/gridjspermissionexception) | represents permission exception in collaboration mode.only available in java version now, will be available in .net/python version in future. |
+| [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice) | Provides the basic operation apis used in controller actions. |
| [`GridJsWorkbook`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook) | Represents the main entry class for GridJs |
| [`GridReferredArea`](/cells/python-net/aspose.cellsgridjs/gridreferredarea) | Represents a referred area by the formula. |
+| [`GridUpdateMonitor`](/cells/python-net/aspose.cellsgridjs/gridupdatemonitor) | Monitor for user to track the change of update operation. |
| [`GridWorkbookSettings`](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings) | Represents the settings of the workbook. |
+| [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice) | Reprensents the basic operation apis interface used in controller actions. |
+| [`ITextTranslator`](/cells/python-net/aspose.cellsgridjs/itexttranslator) | Represents the interface for translate |
+| [`OprMessageService`](/cells/python-net/aspose.cellsgridjs/oprmessageservice) | This class provide all the operations for messages sync in Collaborative mode . |
+| [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions) | Represents the options for saving pdf file. |
+| [`PdfSecurityOptions`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions) | Options for encrypting and access permissions for a PDF document.
+ PDF/A does not allow security setting. |
+| [`SheetSet`](/cells/python-net/aspose.cellsgridjs/sheetset) | Describes a set of sheets. |
### Enumerations
| Enumeration | Description |
| :- | :- |
+| [`CoWorkOperationType`](/cells/python-net/aspose.cellsgridjs/coworkoperationtype) | Represents the action operation type in collabration mode.only available in java version now, will be available in .net/python version in future. |
+| [`CoWorkUserPermission`](/cells/python-net/aspose.cellsgridjs/coworkuserpermission) | represent the user permission in collaboration mode.only available in java version now, will be available in .net/python version in future. |
+| [`DefaultEditLanguage`](/cells/python-net/aspose.cellsgridjs/defaulteditlanguage) | Represents the default edit language. |
+| [`EmfRenderSetting`](/cells/python-net/aspose.cellsgridjs/emfrendersetting) | Setting for rendering Emf metafile. |
| [`GridExceptionType`](/cells/python-net/aspose.cellsgridjs/gridexceptiontype) | Represents custom exception code for GridJs. |
| [`GridLoadFormat`](/cells/python-net/aspose.cellsgridjs/gridloadformat) | Represents the load file format. |
+| [`GridlineType`](/cells/python-net/aspose.cellsgridjs/gridlinetype) | Enumerates grid line Type. |
+| [`PdfCompliance`](/cells/python-net/aspose.cellsgridjs/pdfcompliance) | Allowing user to set PDF conversion's Compatibility |
+| [`PdfCompressionCore`](/cells/python-net/aspose.cellsgridjs/pdfcompressioncore) | Specifies a type of compression applied to all content in the PDF file except images. |
+| [`PdfCustomPropertiesExport`](/cells/python-net/aspose.cellsgridjs/pdfcustompropertiesexport) | Specifies the way of custom document properties are exported to PDF file. |
+| [`PdfFontEncoding`](/cells/python-net/aspose.cellsgridjs/pdffontencoding) | Represents pdf embedded font encoding. |
+| [`PdfOptimizationType`](/cells/python-net/aspose.cellsgridjs/pdfoptimizationtype) | Specifies a type of optimization. |
+| [`PrintingPageType`](/cells/python-net/aspose.cellsgridjs/printingpagetype) | Indicates which pages will not be printed. |
+| [`TextCrossType`](/cells/python-net/aspose.cellsgridjs/textcrosstype) | Enumerates displaying text type when the text width is larger than cell width. |
diff --git a/english/aspose.cellsgridjs/config/__init__/_index.md b/english/aspose.cellsgridjs/config/__init__/_index.md
index e4643c027b..f374eef8d5 100644
--- a/english/aspose.cellsgridjs/config/__init__/_index.md
+++ b/english/aspose.cellsgridjs/config/__init__/_index.md
@@ -8,13 +8,14 @@ url: /aspose.cellsgridjs/config/__init__/
is_root: false
---
-## __init__ {#}
+## \_\_init\_\_(self) {#}
Constructs a new instance of Config
```python
+
def __init__(self):
...
```
diff --git a/english/aspose.cellsgridjs/config/_index.md b/english/aspose.cellsgridjs/config/_index.md
index 5eb88c02cf..c802b2e099 100644
--- a/english/aspose.cellsgridjs/config/_index.md
+++ b/english/aspose.cellsgridjs/config/_index.md
@@ -1,58 +1,64 @@
----
-title: Config class
-second_title: Aspose.Cells.GridJs for Python via .NET API References
-description:
-type: docs
-weight: 10
-url: /aspose.cellsgridjs/config/
-is_root: false
+---
+title: Config class
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cellsgridjs/config/
+is_root: false
---
-
+
## Config class
-
-Represents all the settings for GridJs
-
+
+Represents all the static settings for GridJs
+
The Config type exposes the following members:
+
+### Constructors
+| Constructor | Description |
+| :- | :- |
+| [`__init__(self)`](/cells/python-net/aspose.cellsgridjs/config/__init__/#) | Constructs a new instance of Config |
+
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [save_html_as_zip](/cells/python-net/aspose.cellsgridjs/config/save_html_as_zip) | Gets/Sets whether to save html file as zip archive,the default is false. |
+| [skip_invisible_shapes](/cells/python-net/aspose.cellsgridjs/config/skip_invisible_shapes) | Gets/Sets whether to skip shapes that are invisble to UI ,the default value is true. |
+| [lazy_loading](/cells/python-net/aspose.cellsgridjs/config/lazy_loading) | Gets/Sets whether to load active worksheet only,the default is false. |
+| [same_image_detecting](/cells/python-net/aspose.cellsgridjs/config/same_image_detecting) | Gets/Sets whether to check if images have same source,the default is true
the default value is true. |
+| [auto_optimize_for_large_cells](/cells/python-net/aspose.cellsgridjs/config/auto_optimize_for_large_cells) | Gets/Sets whether to automatically optimize the load performance for worksheet with large cells.
it will ignore some style /borders to reduce the load time.
the default value is true. |
+| [islimit_shape_or_image](/cells/python-net/aspose.cellsgridjs/config/islimit_shape_or_image) | Gets/Sets whether to limit the total display shape/image count in one worksheet ,if set to true,
GridJs will limit the total count of the display shapes or images in one worksheet to MaxShapeOrImageCount
the default value is true. |
+| [max_shape_or_image_count](/cells/python-net/aspose.cellsgridjs/config/max_shape_or_image_count) | Gets/Sets the total count of the display shapes or images in the active sheet,it takes effect when IslimitShapeOrImage=true.
the default value is 100. |
+| [max_total_shape_or_image_count](/cells/python-net/aspose.cellsgridjs/config/max_total_shape_or_image_count) | Gets/Sets the total count of the display shapes or images in the workbook,it takes effect when IslimitShapeOrImage=true.
the default value is 300. |
+| [max_shape_or_image_width_or_height](/cells/python-net/aspose.cellsgridjs/config/max_shape_or_image_width_or_height) | Gets/Sets the max width or height for a shape or an image ,GridJs will ignore the shape or image with the width or height larger than this, it takes effect when IslimitShapeOrImage=true.
the default value is 10000. |
+| [max_pdf_save_seconds](/cells/python-net/aspose.cellsgridjs/config/max_pdf_save_seconds) | Gets/Sets the max timed out seconds when save to PDF.
the default value is 10. |
+| [ignore_empty_content](/cells/python-net/aspose.cellsgridjs/config/ignore_empty_content) | Gets/Sets whether to show the max range which includes data ,style, merged cells and shapes.
if the last row or column contains cells with no value and formula but has custom style
then we will not show this row/column when this vlaue is true。
the default value is true . |
+| [use_print_area](/cells/python-net/aspose.cellsgridjs/config/use_print_area) | Gets/Sets whether to use PageSetup.PrintArea for the UI display range when the worksheet has PageSetup setting for PrintArea.
the default value is false . |
+| [is_collaborative](/cells/python-net/aspose.cellsgridjs/config/is_collaborative) | Gets/Sets whether to support collabrative editing,the default is false. |
+| [custom_pdf_save_options](/cells/python-net/aspose.cellsgridjs/config/custom_pdf_save_options) | Gets/Sets the custom PdfSaveOptions for PDF export. If set, this will be used instead of the default options.
the default value is null. |
+| [load_time_out](/cells/python-net/aspose.cellsgridjs/config/load_time_out) | Gets/Sets a timeout interrupt in milliseconds in loading file, when the cost time period of loading file is longer than the expectation ,it will raise exception.
the default value is -1,which means no timeout interrupt is set . |
+| [show_chart_sheet](/cells/python-net/aspose.cellsgridjs/config/show_chart_sheet) | Gets/Sets whether to show chart worksheet.
the default value is false . |
+| [empty_sheet_max_row](/cells/python-net/aspose.cellsgridjs/config/empty_sheet_max_row) | Gets/Sets default max row for an empty worksheet.
the default value is 12. |
+| [empty_sheet_max_col](/cells/python-net/aspose.cellsgridjs/config/empty_sheet_max_col) | Gets/Sets default max column for an empty worksheet.
the default value is 15. |
+| [picture_cache_directory](/cells/python-net/aspose.cellsgridjs/config/picture_cache_directory) | Gets/Sets the cache directory for pictures.(this takes effect when GridJsWorkbook.CacheImp is null)
the default path will be "_piccache" inside the FileCacheDirectory. |
+| [file_cache_directory](/cells/python-net/aspose.cellsgridjs/config/file_cache_directory) | Gets/Sets the cache directory for storing spreadsheet file.
We need to set it to a specific path before we use GridJs. |
+| [base_route_name](/cells/python-net/aspose.cellsgridjs/config/base_route_name) | Gets/Sets the base route name for GridJs controller URL. the default is "/GridJs2". |
+| [message_topic](/cells/python-net/aspose.cellsgridjs/config/message_topic) | Gets/Sets the websocket destinations prefixed with "/topic". the default is "/topic/opr".used in collaborative mode only. |
+| [auto_fit_rows_height_on_load](/cells/python-net/aspose.cellsgridjs/config/auto_fit_rows_height_on_load) | Indicates whether to autofit rows height when loading the file,the default value is false. |
+
+
+### Methods
+| Method | Description |
+| :- | :- |
+| [`set_license(, license_name)`](/cells/python-net/aspose.cellsgridjs/config/set_license/#system.string) | Licenses the component. |
+| [`set_license(, stream)`](/cells/python-net/aspose.cellsgridjs/config/set_license/#io.rawiobase) | Licenses the component. |
+| [`set_font_folder(, font_folder, recursive)`](/cells/python-net/aspose.cellsgridjs/config/set_font_folder/#system.string-bool) | Sets the fonts folder |
+| [`set_font_folders(, font_folders, recursive)`](/cells/python-net/aspose.cellsgridjs/config/set_font_folders/#list-bool) | Sets the fonts folders |
+
+
-### Constructors
-| Constructor | Description |
-| :- | :- |
-| [__init__](/cells/python-net/aspose.cellsgridjs/config/__init__/#) | Constructs a new instance of Config |
-
-
-### Properties
-| Property | Description |
-| :- | :- |
-| [save_html_as_zip](/cells/python-net/aspose.cellsgridjs/config/save_html_as_zip) | Sets/Gets whether to save html file as zip archive,the default is false. |
-| [same_image_detecting](/cells/python-net/aspose.cellsgridjs/config/same_image_detecting) | Sets/Gets whether to check if picture has same source,the default is true the default value is true. |
-| [auto_optimize_for_large_cells](/cells/python-net/aspose.cellsgridjs/config/auto_optimize_for_large_cells) | Sets/Gets whether to automatically optimize the load performance for worksheet with large cells ignore some style /borders to reduce the load time the default value is true. |
-| [islimit_shape_or_image](/cells/python-net/aspose.cellsgridjs/config/islimit_shape_or_image) | Sets/Gets whether to limit the total display shape/image count inside one worksheet ,if set to true, GridJs will limit the total display shape/image size inside one worksheet to MaxShapeOrImageCount the default value is true. |
-| [max_shape_or_image_count](/cells/python-net/aspose.cellsgridjs/config/max_shape_or_image_count) | Sets/Gets the total display shape/image count inside the active sheet,it will take affec when IslimitShapes=true. the default value is 100. |
-| [max_total_shape_or_image_count](/cells/python-net/aspose.cellsgridjs/config/max_total_shape_or_image_count) | Sets/Gets the total display shape/image count inside the whole workbook,it will take affec when IslimitShapes=true. the default value is 300. |
-| [max_shape_or_image_width_or_height](/cells/python-net/aspose.cellsgridjs/config/max_shape_or_image_width_or_height) | Sets/Gets the max width or height for a shape/image ,GridJs will ignore the shape/image with the width or height larger than this, it will take affec when IslimitShapes=true. the default value is 10000. |
-| [max_pdf_save_seconds](/cells/python-net/aspose.cellsgridjs/config/max_pdf_save_seconds) | Sets/Gets the max timed out seconds when save to pdf. the default value is 10. |
-| [ignore_empty_content](/cells/python-net/aspose.cellsgridjs/config/ignore_empty_content) | Sets/Gets whether to show the max range which includes data ,style, merged cells and shapes. if the last row or column contains cells with no value and formula but has custom style then we will not show this row/column when this vlaue is true。 the default value is true . |
-| [use_print_area](/cells/python-net/aspose.cellsgridjs/config/use_print_area) | Sets/Gets whether to use PageSetup.PrintArea for the UI display range when the worksheet has PageSetup setting for PrintArea. the default value is false . |
-| [load_time_out](/cells/python-net/aspose.cellsgridjs/config/load_time_out) | Sets/Gets a timeout interrupt in milliseconds in loading file, when the cost time period of loading file is longer than the expectation,it will raise exception. the default value is -1,which means no timeout interrupt is set . |
-| [show_chart_sheet](/cells/python-net/aspose.cellsgridjs/config/show_chart_sheet) | Sets/Gets whether to show chart worksheet. the default value is false . |
-| [page_size](/cells/python-net/aspose.cellsgridjs/config/page_size) | Sets/Gets whether to do pagination GridJs will limit the row size based on the PageSize,if PageSize is -1,it will not do pagination the default value is -1 |
-| [empty_sheet_max_row](/cells/python-net/aspose.cellsgridjs/config/empty_sheet_max_row) | Sets/Gets default max row for an empty worksheet. the default value is 12. |
-| [empty_sheet_max_col](/cells/python-net/aspose.cellsgridjs/config/empty_sheet_max_col) | Sets/Gets default max column for an empty worksheet. the default value is 15. |
-| [picture_cache_directory](/cells/python-net/aspose.cellsgridjs/config/picture_cache_directory) | Sets/Gets the cache directory for pictures.(this will take affect when GridJsWorkbook.CacheImp is null) the default path will be "_piccache" inside the FileCacheDirectory. |
-| [file_cache_directory](/cells/python-net/aspose.cellsgridjs/config/file_cache_directory) | Sets/Gets the cache directory for spreadsheet file. We need to set it to a specific path before we use GridJs. |
-
-
-### Methods
-| Method | Description |
-| :- | :- |
-| [set_license](/cells/python-net/aspose.cellsgridjs/config/set_license/#str) | |
-| [set_license](/cells/python-net/aspose.cellsgridjs/config/set_license/#io.RawIOBase) | Licenses the component. |
-| [set_font_folder](/cells/python-net/aspose.cellsgridjs/config/set_font_folder/#str-bool) | Sets the fonts folder |
-| [set_font_folders](/cells/python-net/aspose.cellsgridjs/config/set_font_folders/#list-bool) | Sets the fonts folders |
-
-
-
-### See Also
-* module [`aspose.cellsgridjs`](..)
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/config/auto_optimize_for_large_cells/_index.md b/english/aspose.cellsgridjs/config/auto_optimize_for_large_cells/_index.md
index a52656306d..9bdebc2fdb 100644
--- a/english/aspose.cellsgridjs/config/auto_optimize_for_large_cells/_index.md
+++ b/english/aspose.cellsgridjs/config/auto_optimize_for_large_cells/_index.md
@@ -3,7 +3,7 @@ title: auto_optimize_for_large_cells property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 70
url: /aspose.cellsgridjs/config/auto_optimize_for_large_cells/
is_root: false
---
@@ -11,16 +11,16 @@ is_root: false
## auto_optimize_for_large_cells property
-Sets/Gets whether to automatically optimize the load performance for worksheet with large cells
-ignore some style /borders to reduce the load time
+Gets/Sets whether to automatically optimize the load performance for worksheet with large cells.
+it will ignore some style /borders to reduce the load time.
the default value is true.
### Definition:
```python
@property
def auto_optimize_for_large_cells(self):
...
-@auto_optimize_for_large_cells.setter
-def auto_optimize_for_large_cells(self, value):
+@staticmethod
+def set_auto_optimize_for_large_cells(value):
...
```
diff --git a/english/aspose.cellsgridjs/config/empty_sheet_max_col/_index.md b/english/aspose.cellsgridjs/config/empty_sheet_max_col/_index.md
index d8680f5960..7bee130bcd 100644
--- a/english/aspose.cellsgridjs/config/empty_sheet_max_col/_index.md
+++ b/english/aspose.cellsgridjs/config/empty_sheet_max_col/_index.md
@@ -3,7 +3,7 @@ title: empty_sheet_max_col property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 100
url: /aspose.cellsgridjs/config/empty_sheet_max_col/
is_root: false
---
@@ -11,15 +11,15 @@ is_root: false
## empty_sheet_max_col property
-Sets/Gets default max column for an empty worksheet.
+Gets/Sets default max column for an empty worksheet.
the default value is 15.
### Definition:
```python
@property
def empty_sheet_max_col(self):
...
-@empty_sheet_max_col.setter
-def empty_sheet_max_col(self, value):
+@staticmethod
+def set_empty_sheet_max_col(value):
...
```
diff --git a/english/aspose.cellsgridjs/config/empty_sheet_max_row/_index.md b/english/aspose.cellsgridjs/config/empty_sheet_max_row/_index.md
index d67542522f..87282e7e36 100644
--- a/english/aspose.cellsgridjs/config/empty_sheet_max_row/_index.md
+++ b/english/aspose.cellsgridjs/config/empty_sheet_max_row/_index.md
@@ -3,7 +3,7 @@ title: empty_sheet_max_row property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 110
url: /aspose.cellsgridjs/config/empty_sheet_max_row/
is_root: false
---
@@ -11,15 +11,15 @@ is_root: false
## empty_sheet_max_row property
-Sets/Gets default max row for an empty worksheet.
+Gets/Sets default max row for an empty worksheet.
the default value is 12.
### Definition:
```python
@property
def empty_sheet_max_row(self):
...
-@empty_sheet_max_row.setter
-def empty_sheet_max_row(self, value):
+@staticmethod
+def set_empty_sheet_max_row(value):
...
```
diff --git a/english/aspose.cellsgridjs/config/file_cache_directory/_index.md b/english/aspose.cellsgridjs/config/file_cache_directory/_index.md
index b8a29c432e..2e33e6646d 100644
--- a/english/aspose.cellsgridjs/config/file_cache_directory/_index.md
+++ b/english/aspose.cellsgridjs/config/file_cache_directory/_index.md
@@ -3,7 +3,7 @@ title: file_cache_directory property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 120
url: /aspose.cellsgridjs/config/file_cache_directory/
is_root: false
---
@@ -11,15 +11,15 @@ is_root: false
## file_cache_directory property
-Sets/Gets the cache directory for spreadsheet file.
+Gets/Sets the cache directory for storing spreadsheet file.
We need to set it to a specific path before we use GridJs.
### Definition:
```python
@property
def file_cache_directory(self):
...
-@file_cache_directory.setter
-def file_cache_directory(self, value):
+@staticmethod
+def set_file_cache_directory(value):
...
```
diff --git a/english/aspose.cellsgridjs/config/ignore_empty_content/_index.md b/english/aspose.cellsgridjs/config/ignore_empty_content/_index.md
index a42236cab0..85acb61b54 100644
--- a/english/aspose.cellsgridjs/config/ignore_empty_content/_index.md
+++ b/english/aspose.cellsgridjs/config/ignore_empty_content/_index.md
@@ -3,7 +3,7 @@ title: ignore_empty_content property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 130
url: /aspose.cellsgridjs/config/ignore_empty_content/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## ignore_empty_content property
-Sets/Gets whether to show the max range which includes data ,style, merged cells and shapes.
+Gets/Sets whether to show the max range which includes data ,style, merged cells and shapes.
if the last row or column contains cells with no value and formula but has custom style
then we will not show this row/column when this vlaue is true。
the default value is true .
@@ -20,8 +20,8 @@ the default value is true .
@property
def ignore_empty_content(self):
...
-@ignore_empty_content.setter
-def ignore_empty_content(self, value):
+@staticmethod
+def set_ignore_empty_content(value):
...
```
diff --git a/english/aspose.cellsgridjs/config/islimit_shape_or_image/_index.md b/english/aspose.cellsgridjs/config/islimit_shape_or_image/_index.md
index 47ea16b841..48efffaacd 100644
--- a/english/aspose.cellsgridjs/config/islimit_shape_or_image/_index.md
+++ b/english/aspose.cellsgridjs/config/islimit_shape_or_image/_index.md
@@ -3,7 +3,7 @@ title: islimit_shape_or_image property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 150
url: /aspose.cellsgridjs/config/islimit_shape_or_image/
is_root: false
---
@@ -11,16 +11,16 @@ is_root: false
## islimit_shape_or_image property
-Sets/Gets whether to limit the total display shape/image count inside one worksheet ,if set to true,
-GridJs will limit the total display shape/image size inside one worksheet to MaxShapeOrImageCount
+Gets/Sets whether to limit the total display shape/image count in one worksheet ,if set to true,
+GridJs will limit the total count of the display shapes or images in one worksheet to MaxShapeOrImageCount
the default value is true.
### Definition:
```python
@property
def islimit_shape_or_image(self):
...
-@islimit_shape_or_image.setter
-def islimit_shape_or_image(self, value):
+@staticmethod
+def set_islimit_shape_or_image(value):
...
```
diff --git a/english/aspose.cellsgridjs/config/load_time_out/_index.md b/english/aspose.cellsgridjs/config/load_time_out/_index.md
index 30fa4d1dae..86e9fcfe13 100644
--- a/english/aspose.cellsgridjs/config/load_time_out/_index.md
+++ b/english/aspose.cellsgridjs/config/load_time_out/_index.md
@@ -3,7 +3,7 @@ title: load_time_out property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 170
url: /aspose.cellsgridjs/config/load_time_out/
is_root: false
---
@@ -11,15 +11,15 @@ is_root: false
## load_time_out property
-Sets/Gets a timeout interrupt in milliseconds in loading file, when the cost time period of loading file is longer than the expectation ,it will raise exception.
+Gets/Sets a timeout interrupt in milliseconds in loading file, when the cost time period of loading file is longer than the expectation ,it will raise exception.
the default value is -1,which means no timeout interrupt is set .
### Definition:
```python
@property
def load_time_out(self):
...
-@load_time_out.setter
-def load_time_out(self, value):
+@staticmethod
+def set_load_time_out(value):
...
```
diff --git a/english/aspose.cellsgridjs/config/max_pdf_save_seconds/_index.md b/english/aspose.cellsgridjs/config/max_pdf_save_seconds/_index.md
index 71825c2a4a..f286400e86 100644
--- a/english/aspose.cellsgridjs/config/max_pdf_save_seconds/_index.md
+++ b/english/aspose.cellsgridjs/config/max_pdf_save_seconds/_index.md
@@ -3,7 +3,7 @@ title: max_pdf_save_seconds property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 180
url: /aspose.cellsgridjs/config/max_pdf_save_seconds/
is_root: false
---
@@ -11,15 +11,15 @@ is_root: false
## max_pdf_save_seconds property
-Sets/Gets the max timed out seconds when save to pdf.
+Gets/Sets the max timed out seconds when save to PDF.
the default value is 10.
### Definition:
```python
@property
def max_pdf_save_seconds(self):
...
-@max_pdf_save_seconds.setter
-def max_pdf_save_seconds(self, value):
+@staticmethod
+def set_max_pdf_save_seconds(value):
...
```
diff --git a/english/aspose.cellsgridjs/config/max_shape_or_image_count/_index.md b/english/aspose.cellsgridjs/config/max_shape_or_image_count/_index.md
index b8fec1a7e6..0924f19c96 100644
--- a/english/aspose.cellsgridjs/config/max_shape_or_image_count/_index.md
+++ b/english/aspose.cellsgridjs/config/max_shape_or_image_count/_index.md
@@ -3,7 +3,7 @@ title: max_shape_or_image_count property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 190
url: /aspose.cellsgridjs/config/max_shape_or_image_count/
is_root: false
---
@@ -11,15 +11,15 @@ is_root: false
## max_shape_or_image_count property
-Sets/Gets the total display shape/image count inside the active sheet,it will take affec when IslimitShapes=true.
+Gets/Sets the total count of the display shapes or images in the active sheet,it takes effect when IslimitShapeOrImage=true.
the default value is 100.
### Definition:
```python
@property
def max_shape_or_image_count(self):
...
-@max_shape_or_image_count.setter
-def max_shape_or_image_count(self, value):
+@staticmethod
+def set_max_shape_or_image_count(value):
...
```
diff --git a/english/aspose.cellsgridjs/config/max_shape_or_image_width_or_height/_index.md b/english/aspose.cellsgridjs/config/max_shape_or_image_width_or_height/_index.md
index 687818f7ac..1c298dc703 100644
--- a/english/aspose.cellsgridjs/config/max_shape_or_image_width_or_height/_index.md
+++ b/english/aspose.cellsgridjs/config/max_shape_or_image_width_or_height/_index.md
@@ -3,7 +3,7 @@ title: max_shape_or_image_width_or_height property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 200
url: /aspose.cellsgridjs/config/max_shape_or_image_width_or_height/
is_root: false
---
@@ -11,15 +11,15 @@ is_root: false
## max_shape_or_image_width_or_height property
-Sets/Gets the max width or height for a shape/image ,GridJs will ignore the shape/image with the width or height larger than this, it will take affec when IslimitShapes=true.
+Gets/Sets the max width or height for a shape or an image ,GridJs will ignore the shape or image with the width or height larger than this, it takes effect when IslimitShapeOrImage=true.
the default value is 10000.
### Definition:
```python
@property
def max_shape_or_image_width_or_height(self):
...
-@max_shape_or_image_width_or_height.setter
-def max_shape_or_image_width_or_height(self, value):
+@staticmethod
+def set_max_shape_or_image_width_or_height(value):
...
```
diff --git a/english/aspose.cellsgridjs/config/max_total_shape_or_image_count/_index.md b/english/aspose.cellsgridjs/config/max_total_shape_or_image_count/_index.md
index f93d9fb7eb..553075d3a4 100644
--- a/english/aspose.cellsgridjs/config/max_total_shape_or_image_count/_index.md
+++ b/english/aspose.cellsgridjs/config/max_total_shape_or_image_count/_index.md
@@ -3,7 +3,7 @@ title: max_total_shape_or_image_count property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 210
url: /aspose.cellsgridjs/config/max_total_shape_or_image_count/
is_root: false
---
@@ -11,15 +11,15 @@ is_root: false
## max_total_shape_or_image_count property
-Sets/Gets the total display shape/image count inside the whole workbook,it will take affec when IslimitShapes=true.
+Gets/Sets the total count of the display shapes or images in the workbook,it takes effect when IslimitShapeOrImage=true.
the default value is 300.
### Definition:
```python
@property
def max_total_shape_or_image_count(self):
...
-@max_total_shape_or_image_count.setter
-def max_total_shape_or_image_count(self, value):
+@staticmethod
+def set_max_total_shape_or_image_count(value):
...
```
diff --git a/english/aspose.cellsgridjs/config/page_size/_index.md b/english/aspose.cellsgridjs/config/page_size/_index.md
index ac101614ac..4e6c5d604a 100644
--- a/english/aspose.cellsgridjs/config/page_size/_index.md
+++ b/english/aspose.cellsgridjs/config/page_size/_index.md
@@ -3,7 +3,7 @@ title: page_size property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 180
url: /aspose.cellsgridjs/config/page_size/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## page_size property
-Sets/Gets whether to do pagination
+Gets/Sets whether to do pagination
GridJs will limit the row size based on the PageSize,if PageSize is -1,it will not do pagination
the default value is -1
### Definition:
diff --git a/english/aspose.cellsgridjs/config/picture_cache_directory/_index.md b/english/aspose.cellsgridjs/config/picture_cache_directory/_index.md
index 78853ffe1f..0a04ef5c76 100644
--- a/english/aspose.cellsgridjs/config/picture_cache_directory/_index.md
+++ b/english/aspose.cellsgridjs/config/picture_cache_directory/_index.md
@@ -3,7 +3,7 @@ title: picture_cache_directory property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 230
url: /aspose.cellsgridjs/config/picture_cache_directory/
is_root: false
---
@@ -11,15 +11,15 @@ is_root: false
## picture_cache_directory property
-Sets/Gets the cache directory for pictures.(this will take affect when GridJsWorkbook.CacheImp is null)
+Gets/Sets the cache directory for pictures.(this takes effect when GridJsWorkbook.CacheImp is null)
the default path will be "_piccache" inside the FileCacheDirectory.
### Definition:
```python
@property
def picture_cache_directory(self):
...
-@picture_cache_directory.setter
-def picture_cache_directory(self, value):
+@staticmethod
+def set_picture_cache_directory(value):
...
```
diff --git a/english/aspose.cellsgridjs/config/same_image_detecting/_index.md b/english/aspose.cellsgridjs/config/same_image_detecting/_index.md
index 3cd528e3c8..ff039e1aea 100644
--- a/english/aspose.cellsgridjs/config/same_image_detecting/_index.md
+++ b/english/aspose.cellsgridjs/config/same_image_detecting/_index.md
@@ -3,7 +3,7 @@ title: same_image_detecting property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 240
url: /aspose.cellsgridjs/config/same_image_detecting/
is_root: false
---
@@ -11,15 +11,15 @@ is_root: false
## same_image_detecting property
-Sets/Gets whether to check if picture has same source,the default is true
+Gets/Sets whether to check if images have same source,the default is true
the default value is true.
### Definition:
```python
@property
def same_image_detecting(self):
...
-@same_image_detecting.setter
-def same_image_detecting(self, value):
+@staticmethod
+def set_same_image_detecting(value):
...
```
diff --git a/english/aspose.cellsgridjs/config/save_html_as_zip/_index.md b/english/aspose.cellsgridjs/config/save_html_as_zip/_index.md
index 942c0d91b7..c5a502c4ad 100644
--- a/english/aspose.cellsgridjs/config/save_html_as_zip/_index.md
+++ b/english/aspose.cellsgridjs/config/save_html_as_zip/_index.md
@@ -3,7 +3,7 @@ title: save_html_as_zip property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 250
url: /aspose.cellsgridjs/config/save_html_as_zip/
is_root: false
---
@@ -11,14 +11,14 @@ is_root: false
## save_html_as_zip property
-Sets/Gets whether to save html file as zip archive,the default is false.
+Gets/Sets whether to save html file as zip archive,the default is false.
### Definition:
```python
@property
def save_html_as_zip(self):
...
-@save_html_as_zip.setter
-def save_html_as_zip(self, value):
+@staticmethod
+def set_save_html_as_zip(value):
...
```
diff --git a/english/aspose.cellsgridjs/config/set_font_folder/_index.md b/english/aspose.cellsgridjs/config/set_font_folder/_index.md
index f345fa2f6c..96f51df3f1 100644
--- a/english/aspose.cellsgridjs/config/set_font_folder/_index.md
+++ b/english/aspose.cellsgridjs/config/set_font_folder/_index.md
@@ -8,21 +8,23 @@ url: /aspose.cellsgridjs/config/set_font_folder/
is_root: false
---
-## set_font_folder {#str-bool}
+## set_font_folder(, font_folder, recursive) {#System.String-bool}
Sets the fonts folder
```python
-def set_font_folder(self, font_folder, recursive):
+
+@staticmethod
+def set_font_folder(font_folder, recursive):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| font_folder | str | The folder that contains TrueType fonts. |
+| font_folder | System.String | The folder that contains TrueType fonts. |
| recursive | bool | Determines whether or not to scan subfolders. |
diff --git a/english/aspose.cellsgridjs/config/set_font_folders/_index.md b/english/aspose.cellsgridjs/config/set_font_folders/_index.md
index 57028ccc5f..baabfe259c 100644
--- a/english/aspose.cellsgridjs/config/set_font_folders/_index.md
+++ b/english/aspose.cellsgridjs/config/set_font_folders/_index.md
@@ -8,14 +8,16 @@ url: /aspose.cellsgridjs/config/set_font_folders/
is_root: false
---
-## set_font_folders {#list-bool}
+## set_font_folders(, font_folders, recursive) {#list-bool}
Sets the fonts folders
```python
-def set_font_folders(self, font_folders, recursive):
+
+@staticmethod
+def set_font_folders(font_folders, recursive):
...
```
diff --git a/english/aspose.cellsgridjs/config/set_license/_index.md b/english/aspose.cellsgridjs/config/set_license/_index.md
index 938fb2f202..4058e93e35 100644
--- a/english/aspose.cellsgridjs/config/set_license/_index.md
+++ b/english/aspose.cellsgridjs/config/set_license/_index.md
@@ -1,50 +1,80 @@
----
-title: set_license method
-second_title: Aspose.Cells.GridJs for Python via .NET API References
-description:
-type: docs
-weight: 40
-url: /aspose.cellsgridjs/config/set_license/
-is_root: false
+---
+title: set_license method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cellsgridjs/config/set_license/
+is_root: false
---
+
+## set_license(, license_name) {#System.String}
+
+Licenses the component.
+
+
-## set_license {#str}
+```python
+
+@staticmethod
+def set_license(license_name):
+ ...
+```
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| license_name | System.String | Can be a full or short file name or name of an embedded resource.
Use an empty string to switch to evaluation mode. |
+### Remarks
+Tries to find the license in the following locations:
+1. Explicit path.
-```python
-def set_license(self, license_name):
- ...
-```
+2. The folder that contains the Aspose component assembly.
-| Parameter | Type | Description |
-| :- | :- | :- |
-| license_name | str | |
+3. The folder that contains the client's calling assembly.
-## set_license {#io.RawIOBase}
-Licenses the component.
+4. The folder that contains the entry (startup) assembly.
+5. An embedded resource in the client's calling assembly.
+
+
+**Note:** On the .NET Compact Framework, tries to find the license only in these locations:
+
+
+1. Explicit path.
+
+
+2. An embedded resource in the client's calling assembly.
+
+## set_license(, stream) {#io.RawIOBase}
+
+Licenses the component.
+
+
```python
-def set_license(self, stream):
+
+@staticmethod
+def set_license(stream):
...
```
-
-| Parameter | Type | Description |
-| :- | :- | :- |
-| stream | io.RawIOBase | A stream that contains the license. |
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| stream | io.RawIOBase | A stream that contains the license. |
### Remarks
Use this method to load a license from a stream.
-### See Also
-* module [`aspose.cellsgridjs`](../../)
-* class [`Config`](/cells/python-net/aspose.cellsgridjs/config)
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`Config`](/cells/python-net/aspose.cellsgridjs/config)
diff --git a/english/aspose.cellsgridjs/config/show_chart_sheet/_index.md b/english/aspose.cellsgridjs/config/show_chart_sheet/_index.md
index 6256470156..fb08868dd7 100644
--- a/english/aspose.cellsgridjs/config/show_chart_sheet/_index.md
+++ b/english/aspose.cellsgridjs/config/show_chart_sheet/_index.md
@@ -3,7 +3,7 @@ title: show_chart_sheet property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 260
url: /aspose.cellsgridjs/config/show_chart_sheet/
is_root: false
---
@@ -11,15 +11,15 @@ is_root: false
## show_chart_sheet property
-Sets/Gets whether to show chart worksheet.
+Gets/Sets whether to show chart worksheet.
the default value is false .
### Definition:
```python
@property
def show_chart_sheet(self):
...
-@show_chart_sheet.setter
-def show_chart_sheet(self, value):
+@staticmethod
+def set_show_chart_sheet(value):
...
```
diff --git a/english/aspose.cellsgridjs/config/use_print_area/_index.md b/english/aspose.cellsgridjs/config/use_print_area/_index.md
index 6c48b9c032..02fdab51e5 100644
--- a/english/aspose.cellsgridjs/config/use_print_area/_index.md
+++ b/english/aspose.cellsgridjs/config/use_print_area/_index.md
@@ -3,7 +3,7 @@ title: use_print_area property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 280
url: /aspose.cellsgridjs/config/use_print_area/
is_root: false
---
@@ -11,15 +11,15 @@ is_root: false
## use_print_area property
-Sets/Gets whether to use PageSetup.PrintArea for the UI display range when the worksheet has PageSetup setting for PrintArea.
+Gets/Sets whether to use PageSetup.PrintArea for the UI display range when the worksheet has PageSetup setting for PrintArea.
the default value is false .
### Definition:
```python
@property
def use_print_area(self):
...
-@use_print_area.setter
-def use_print_area(self, value):
+@staticmethod
+def set_use_print_area(value):
...
```
diff --git a/english/aspose.cellsgridjs/defaulteditlanguage/_index.md b/english/aspose.cellsgridjs/defaulteditlanguage/_index.md
new file mode 100644
index 0000000000..0d2d75a179
--- /dev/null
+++ b/english/aspose.cellsgridjs/defaulteditlanguage/_index.md
@@ -0,0 +1,29 @@
+---
+title: DefaultEditLanguage enumeration
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 230
+url: /aspose.cellsgridjs/defaulteditlanguage/
+is_root: false
+---
+
+## DefaultEditLanguage enumeration
+
+Represents the default edit language.
+
+
+
+The DefaultEditLanguage type exposes the following members:
+
+### Fields
+| Field | Description |
+| :- | :- |
+| AUTO | Represents auto detecting edit language according to the text itself. |
+| ENGLISH | Represents English language. |
+| CJK | Represents Chinese, Japanese, Korean language. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/emfrendersetting/_index.md b/english/aspose.cellsgridjs/emfrendersetting/_index.md
new file mode 100644
index 0000000000..8ddcd35db9
--- /dev/null
+++ b/english/aspose.cellsgridjs/emfrendersetting/_index.md
@@ -0,0 +1,28 @@
+---
+title: EmfRenderSetting enumeration
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 240
+url: /aspose.cellsgridjs/emfrendersetting/
+is_root: false
+---
+
+## EmfRenderSetting enumeration
+
+Setting for rendering Emf metafile.
+
+
+
+The EmfRenderSetting type exposes the following members:
+
+### Fields
+| Field | Description |
+| :- | :- |
+| EMF_ONLY | Only rendering Emf records. |
+| EMF_PLUS_PREFER | Prefer rendering EmfPlus records. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/gridabstractcalculationengine/_index.md b/english/aspose.cellsgridjs/gridabstractcalculationengine/_index.md
index 89670bc6d0..e9e1eb6c8c 100644
--- a/english/aspose.cellsgridjs/gridabstractcalculationengine/_index.md
+++ b/english/aspose.cellsgridjs/gridabstractcalculationengine/_index.md
@@ -3,7 +3,7 @@ title: GridAbstractCalculationEngine class
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 20
+weight: 30
url: /aspose.cellsgridjs/gridabstractcalculationengine/
is_root: false
---
@@ -19,7 +19,7 @@ The GridAbstractCalculationEngine type exposes the following members:
### Methods
| Method | Description |
| :- | :- |
-| [calculate](/cells/python-net/aspose.cellsgridjs/gridabstractcalculationengine/calculate/#aspose.cellsgridjs.GridCalculationData) | Calculates one function with given data. |
+| [`calculate(self, data)`](/cells/python-net/aspose.cellsgridjs/gridabstractcalculationengine/calculate/#aspose.cellsgridjs.gridcalculationdata) | Calculates one function with given data. |
diff --git a/english/aspose.cellsgridjs/gridabstractcalculationengine/calculate/_index.md b/english/aspose.cellsgridjs/gridabstractcalculationengine/calculate/_index.md
index 9a47b9885d..9e4d8cbe51 100644
--- a/english/aspose.cellsgridjs/gridabstractcalculationengine/calculate/_index.md
+++ b/english/aspose.cellsgridjs/gridabstractcalculationengine/calculate/_index.md
@@ -8,13 +8,14 @@ url: /aspose.cellsgridjs/gridabstractcalculationengine/calculate/
is_root: false
---
-## calculate {#aspose.cellsgridjs.GridCalculationData}
+## calculate(self, data) {#aspose.cellsgridjs.GridCalculationData}
Calculates one function with given data.
```python
+
def calculate(self, data):
...
```
@@ -22,7 +23,7 @@ def calculate(self, data):
| Parameter | Type | Description |
| :- | :- | :- |
-| data | [`GridCalculationData`](/cells/python-net/aspose.cellsgridjs/gridcalculationdata) | The required data to calculate function such as function name, parameters, ...etc. |
+| data | aspose.cellsgridjs.GridCalculationData | The required data to calculate function such as function name, parameters, ...etc. |
### Remarks
User should set the calculated value for given data for all functions(including excel native functions)
diff --git a/english/aspose.cellsgridjs/gridcacheforstream/__init__/_index.md b/english/aspose.cellsgridjs/gridcacheforstream/__init__/_index.md
index cd7f746180..a0db8cacdc 100644
--- a/english/aspose.cellsgridjs/gridcacheforstream/__init__/_index.md
+++ b/english/aspose.cellsgridjs/gridcacheforstream/__init__/_index.md
@@ -25,4 +25,4 @@ def __init__(self):
### See Also
* module [`aspose.cellsgridjs`](../../)
-* class [`GridCacheForStream`](/cells/python-net/aspose.cellsgridjs/gridcacheforstream)
+* class [`GridCacheForStream`](/gridjs/python-net/aspose.cellsgridjs/gridcacheforstream)
diff --git a/english/aspose.cellsgridjs/gridcacheforstream/_index.md b/english/aspose.cellsgridjs/gridcacheforstream/_index.md
index f499588342..25a6e58abc 100644
--- a/english/aspose.cellsgridjs/gridcacheforstream/_index.md
+++ b/english/aspose.cellsgridjs/gridcacheforstream/_index.md
@@ -3,7 +3,7 @@ title: GridCacheForStream class
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 30
+weight: 40
url: /aspose.cellsgridjs/gridcacheforstream/
is_root: false
---
@@ -19,10 +19,10 @@ The GridCacheForStream type exposes the following members:
### Methods
| Method | Description |
| :- | :- |
-| [save_stream](/cells/python-net/aspose.cellsgridjs/gridcacheforstream/save_stream/#io.RawIOBase-str) | Implements this method to save cache,save the stream to the cache with the key uid. |
-| [load_stream](/cells/python-net/aspose.cellsgridjs/gridcacheforstream/load_stream/#str) | Implements this method to load cache with the key uid,return the stream from the cache. |
-| [is_existed](/cells/python-net/aspose.cellsgridjs/gridcacheforstream/is_existed/#str) | Checks whether the cache with uid is existed |
-| [get_file_url](/cells/python-net/aspose.cellsgridjs/gridcacheforstream/get_file_url/#str) | Implements this method to get the file url from the cache. |
+| [`save_stream(self, s, uid)`](/cells/python-net/aspose.cellsgridjs/gridcacheforstream/save_stream/#io.rawiobase-system.string) | Implements this method to save cache,save the stream to the cache with the key uid. |
+| [`load_stream(self, uid)`](/cells/python-net/aspose.cellsgridjs/gridcacheforstream/load_stream/#system.string) | Implements this method to load cache with the key uid,return the stream from the cache. |
+| [`is_existed(self, uid)`](/cells/python-net/aspose.cellsgridjs/gridcacheforstream/is_existed/#system.string) | Checks whether the cache with uid is existed |
+| [`get_file_url(self, uid)`](/cells/python-net/aspose.cellsgridjs/gridcacheforstream/get_file_url/#system.string) | Implements this method to get the file url from the cache. |
diff --git a/english/aspose.cellsgridjs/gridcacheforstream/get_file_url/_index.md b/english/aspose.cellsgridjs/gridcacheforstream/get_file_url/_index.md
index 5d7fb080cf..fcd71633cc 100644
--- a/english/aspose.cellsgridjs/gridcacheforstream/get_file_url/_index.md
+++ b/english/aspose.cellsgridjs/gridcacheforstream/get_file_url/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cellsgridjs/gridcacheforstream/get_file_url/
is_root: false
---
-## get_file_url {#str}
+## get_file_url(self, uid) {#System.String}
Implements this method to get the file url from the cache.
@@ -20,6 +20,7 @@ The URL of the file
```python
+
def get_file_url(self, uid):
...
```
@@ -27,7 +28,7 @@ def get_file_url(self, uid):
| Parameter | Type | Description |
| :- | :- | :- |
-| uid | str | The unique id for the file cache. |
+| uid | System.String | The unique id for the file cache. |
diff --git a/english/aspose.cellsgridjs/gridcacheforstream/is_existed/_index.md b/english/aspose.cellsgridjs/gridcacheforstream/is_existed/_index.md
index 72f16bce95..88c8402370 100644
--- a/english/aspose.cellsgridjs/gridcacheforstream/is_existed/_index.md
+++ b/english/aspose.cellsgridjs/gridcacheforstream/is_existed/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cellsgridjs/gridcacheforstream/is_existed/
is_root: false
---
-## is_existed {#str}
+## is_existed(self, uid) {#System.String}
Checks whether the cache with uid is existed
@@ -20,6 +20,7 @@ The bool value
```python
+
def is_existed(self, uid):
...
```
@@ -27,7 +28,7 @@ def is_existed(self, uid):
| Parameter | Type | Description |
| :- | :- | :- |
-| uid | str | The unique id for the file cache. |
+| uid | System.String | The unique id for the file cache. |
diff --git a/english/aspose.cellsgridjs/gridcacheforstream/load_stream/_index.md b/english/aspose.cellsgridjs/gridcacheforstream/load_stream/_index.md
index a611dd5450..471ca331ef 100644
--- a/english/aspose.cellsgridjs/gridcacheforstream/load_stream/_index.md
+++ b/english/aspose.cellsgridjs/gridcacheforstream/load_stream/_index.md
@@ -8,13 +8,14 @@ url: /aspose.cellsgridjs/gridcacheforstream/load_stream/
is_root: false
---
-## load_stream {#str}
+## load_stream(self, uid) {#System.String}
Implements this method to load cache with the key uid,return the stream from the cache.
```python
+
def load_stream(self, uid):
...
```
@@ -22,7 +23,7 @@ def load_stream(self, uid):
| Parameter | Type | Description |
| :- | :- | :- |
-| uid | str | |
+| uid | System.String | |
diff --git a/english/aspose.cellsgridjs/gridcacheforstream/save_stream/_index.md b/english/aspose.cellsgridjs/gridcacheforstream/save_stream/_index.md
index 2a0eb247a6..bfadd47b2c 100644
--- a/english/aspose.cellsgridjs/gridcacheforstream/save_stream/_index.md
+++ b/english/aspose.cellsgridjs/gridcacheforstream/save_stream/_index.md
@@ -8,13 +8,14 @@ url: /aspose.cellsgridjs/gridcacheforstream/save_stream/
is_root: false
---
-## save_stream {#io.RawIOBase-str}
+## save_stream(self, s, uid) {#io.RawIOBase-System.String}
Implements this method to save cache,save the stream to the cache with the key uid.
```python
+
def save_stream(self, s, uid):
...
```
@@ -23,7 +24,7 @@ def save_stream(self, s, uid):
| Parameter | Type | Description |
| :- | :- | :- |
| s | io.RawIOBase | |
-| uid | str | |
+| uid | System.String | |
diff --git a/english/aspose.cellsgridjs/gridcalculationdata/_index.md b/english/aspose.cellsgridjs/gridcalculationdata/_index.md
index 2ccad622ac..f32b017ca9 100644
--- a/english/aspose.cellsgridjs/gridcalculationdata/_index.md
+++ b/english/aspose.cellsgridjs/gridcalculationdata/_index.md
@@ -3,7 +3,7 @@ title: GridCalculationData class
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 50
url: /aspose.cellsgridjs/gridcalculationdata/
is_root: false
---
@@ -33,8 +33,8 @@ The GridCalculationData type exposes the following members:
### Methods
| Method | Description |
| :- | :- |
-| [get_param_value](/cells/python-net/aspose.cellsgridjs/gridcalculationdata/get_param_value/#int) | Gets the represented value object of the parameter at given index. |
-| [get_param_text](/cells/python-net/aspose.cellsgridjs/gridcalculationdata/get_param_text/#int) | Gets the literal text of the parameter at given index. |
+| [`get_param_value(self, index)`](/cells/python-net/aspose.cellsgridjs/gridcalculationdata/get_param_value/#int) | Gets the represented value object of the parameter at given index. |
+| [`get_param_text(self, index)`](/cells/python-net/aspose.cellsgridjs/gridcalculationdata/get_param_text/#int) | Gets the literal text of the parameter at given index. |
diff --git a/english/aspose.cellsgridjs/gridcalculationdata/get_param_text/_index.md b/english/aspose.cellsgridjs/gridcalculationdata/get_param_text/_index.md
index d27a0aaa98..2be035bd13 100644
--- a/english/aspose.cellsgridjs/gridcalculationdata/get_param_text/_index.md
+++ b/english/aspose.cellsgridjs/gridcalculationdata/get_param_text/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cellsgridjs/gridcalculationdata/get_param_text/
is_root: false
---
-## get_param_text {#int}
+## get_param_text(self, index) {#int}
Gets the literal text of the parameter at given index.
@@ -20,6 +20,7 @@ The literal text of the parameter.
```python
+
def get_param_text(self, index):
...
```
diff --git a/english/aspose.cellsgridjs/gridcalculationdata/get_param_value/_index.md b/english/aspose.cellsgridjs/gridcalculationdata/get_param_value/_index.md
index 172b151cc1..8484073fcd 100644
--- a/english/aspose.cellsgridjs/gridcalculationdata/get_param_value/_index.md
+++ b/english/aspose.cellsgridjs/gridcalculationdata/get_param_value/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cellsgridjs/gridcalculationdata/get_param_value/
is_root: false
---
-## get_param_value {#int}
+## get_param_value(self, index) {#int}
Gets the represented value object of the parameter at given index.
@@ -21,6 +21,7 @@ If the parameter is reference, then return ReferredArea object.
```python
+
def get_param_value(self, index):
...
```
diff --git a/english/aspose.cellsgridjs/gridcellexception/_index.md b/english/aspose.cellsgridjs/gridcellexception/_index.md
index 94ec29b286..57e8c5bff2 100644
--- a/english/aspose.cellsgridjs/gridcellexception/_index.md
+++ b/english/aspose.cellsgridjs/gridcellexception/_index.md
@@ -3,7 +3,7 @@ title: GridCellException class
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 60
url: /aspose.cellsgridjs/gridcellexception/
is_root: false
---
@@ -20,14 +20,12 @@ The GridCellException type exposes the following members:
| Property | Description |
| :- | :- |
| [code](/cells/python-net/aspose.cellsgridjs/gridcellexception/code) | Represents the exception code. |
-| [source](/cells/python-net/aspose.cellsgridjs/gridcellexception/source) | Gets the name of the application or the object that causes the error. |
-| [stack_trace](/cells/python-net/aspose.cellsgridjs/gridcellexception/stack_trace) | Gets a string representation of the immediate frames on the call stack. |
### Methods
| Method | Description |
| :- | :- |
-| [to_string](/cells/python-net/aspose.cellsgridjs/gridcellexception/to_string/#) | Creates and returns a string representation of the current exception. |
+| [`to_string(self)`](/cells/python-net/aspose.cellsgridjs/gridcellexception/to_string/#) | Creates and returns a string representation of the current exception. |
diff --git a/english/aspose.cellsgridjs/gridcellexception/to_string/_index.md b/english/aspose.cellsgridjs/gridcellexception/to_string/_index.md
index a4a3d72852..47e0df0ff8 100644
--- a/english/aspose.cellsgridjs/gridcellexception/to_string/_index.md
+++ b/english/aspose.cellsgridjs/gridcellexception/to_string/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cellsgridjs/gridcellexception/to_string/
is_root: false
---
-## to_string {#}
+## to_string(self) {#}
Creates and returns a string representation of the current exception.
@@ -20,6 +20,7 @@ Creates and returns a string representation of the current exception.
```python
+
def to_string(self):
...
```
diff --git a/english/aspose.cellsgridjs/gridexceptiontype/_index.md b/english/aspose.cellsgridjs/gridexceptiontype/_index.md
index c6230aeb51..7a01a287f1 100644
--- a/english/aspose.cellsgridjs/gridexceptiontype/_index.md
+++ b/english/aspose.cellsgridjs/gridexceptiontype/_index.md
@@ -3,7 +3,7 @@ title: GridExceptionType enumeration
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 250
url: /aspose.cellsgridjs/gridexceptiontype/
is_root: false
---
diff --git a/english/aspose.cellsgridjs/gridinterruptmonitor/__init__/_index.md b/english/aspose.cellsgridjs/gridinterruptmonitor/__init__/_index.md
index dffe3248dd..eaf89ac4c9 100644
--- a/english/aspose.cellsgridjs/gridinterruptmonitor/__init__/_index.md
+++ b/english/aspose.cellsgridjs/gridinterruptmonitor/__init__/_index.md
@@ -25,4 +25,4 @@ def __init__(self):
### See Also
* module [`aspose.cellsgridjs`](../../)
-* class [`GridInterruptMonitor`](/cells/python-net/aspose.cellsgridjs/gridinterruptmonitor)
+* class [`GridInterruptMonitor`](/gridjs/python-net/aspose.cellsgridjs/gridinterruptmonitor)
diff --git a/english/aspose.cellsgridjs/gridinterruptmonitor/_index.md b/english/aspose.cellsgridjs/gridinterruptmonitor/_index.md
index 2b06838a13..6d3e09c7f4 100644
--- a/english/aspose.cellsgridjs/gridinterruptmonitor/_index.md
+++ b/english/aspose.cellsgridjs/gridinterruptmonitor/_index.md
@@ -19,13 +19,13 @@ The GridInterruptMonitor type exposes the following members:
### Constructors
| Constructor | Description |
| :- | :- |
-| [__init__](/cells/python-net/aspose.cellsgridjs/gridinterruptmonitor/__init__/#) | Constructs a new instance of GridInterruptMonitor |
+| [__init__](/gridjs/python-net/aspose.cellsgridjs/gridinterruptmonitor/__init__/#) | Constructs a new instance of GridInterruptMonitor |
### Methods
| Method | Description |
| :- | :- |
-| [interrupt](/cells/python-net/aspose.cellsgridjs/gridinterruptmonitor/interrupt/#) | Interrupt the current operator. |
+| [interrupt](/gridjs/python-net/aspose.cellsgridjs/gridinterruptmonitor/interrupt/#) | Interrupt the current operator. |
diff --git a/english/aspose.cellsgridjs/gridinterruptmonitor/interrupt/_index.md b/english/aspose.cellsgridjs/gridinterruptmonitor/interrupt/_index.md
index 6b07250647..6a10b2a2aa 100644
--- a/english/aspose.cellsgridjs/gridinterruptmonitor/interrupt/_index.md
+++ b/english/aspose.cellsgridjs/gridinterruptmonitor/interrupt/_index.md
@@ -25,4 +25,4 @@ def interrupt(self):
### See Also
* module [`aspose.cellsgridjs`](../../)
-* class [`GridInterruptMonitor`](/cells/python-net/aspose.cellsgridjs/gridinterruptmonitor)
+* class [`GridInterruptMonitor`](/gridjs/python-net/aspose.cellsgridjs/gridinterruptmonitor)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/__init__/_index.md b/english/aspose.cellsgridjs/gridjsoptions/__init__/_index.md
new file mode 100644
index 0000000000..5c997e8a64
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/__init__/_index.md
@@ -0,0 +1,29 @@
+---
+title: GridJsOptions constructor
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 10
+url: /aspose.cellsgridjs/gridjsoptions/__init__/
+is_root: false
+---
+
+## \_\_init\_\_(self) {#}
+
+Constructs a new instance of GridJsOptions
+
+
+
+```python
+
+def __init__(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/_index.md b/english/aspose.cellsgridjs/gridjsoptions/_index.md
new file mode 100644
index 0000000000..41bd105bd5
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/_index.md
@@ -0,0 +1,57 @@
+---
+title: GridJsOptions class
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cellsgridjs/gridjsoptions/
+is_root: false
+---
+
+## GridJsOptions class
+
+Represents all the load options for GridJs
+
+
+
+The GridJsOptions type exposes the following members:
+
+### Constructors
+| Constructor | Description |
+| :- | :- |
+| [`__init__(self)`](/cells/python-net/aspose.cellsgridjs/gridjsoptions/__init__/#) | Constructs a new instance of GridJsOptions |
+
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [save_html_as_zip](/cells/python-net/aspose.cellsgridjs/gridjsoptions/save_html_as_zip) | Gets/Sets whether to save html file as zip archive,the default is false. |
+| [skip_invisible_shapes](/cells/python-net/aspose.cellsgridjs/gridjsoptions/skip_invisible_shapes) | Gets/Sets whether to skip shapes that are invisble to UI ,the default value is true. |
+| [lazy_loading](/cells/python-net/aspose.cellsgridjs/gridjsoptions/lazy_loading) | Gets/Sets whether to load active worksheet only,the default is false. |
+| [same_image_detecting](/cells/python-net/aspose.cellsgridjs/gridjsoptions/same_image_detecting) | Gets/Sets whether to check if images have same source,the default is true
the default value is true. |
+| [auto_optimize_for_large_cells](/cells/python-net/aspose.cellsgridjs/gridjsoptions/auto_optimize_for_large_cells) | Gets/Sets whether to automatically optimize the load performance for worksheet with large cells.
it will ignore some style /borders to reduce the load time.
the default value is true. |
+| [islimit_shape_or_image](/cells/python-net/aspose.cellsgridjs/gridjsoptions/islimit_shape_or_image) | Gets/Sets whether to limit the total display shape/image count in one worksheet ,if set to true,
GridJs will limit the total count of the display shapes or images in one worksheet to MaxShapeOrImageCount
the default value is true. |
+| [max_shape_or_image_count](/cells/python-net/aspose.cellsgridjs/gridjsoptions/max_shape_or_image_count) | Gets/Sets the total count of the display shapes or images in the active sheet,it takes effect when IslimitShapeOrImage=true.
the default value is 100. |
+| [max_total_shape_or_image_count](/cells/python-net/aspose.cellsgridjs/gridjsoptions/max_total_shape_or_image_count) | Gets/Sets the total count of the display shapes or images in the workbook,it takes effect when IslimitShapeOrImage=true.
the default value is 300. |
+| [max_shape_or_image_width_or_height](/cells/python-net/aspose.cellsgridjs/gridjsoptions/max_shape_or_image_width_or_height) | Gets/Sets the max width or height for a shape or an image ,GridJs will ignore the shape or image with the width or height larger than this, it takes effect when IslimitShapeOrImage=true.
the default value is 10000. |
+| [max_pdf_save_seconds](/cells/python-net/aspose.cellsgridjs/gridjsoptions/max_pdf_save_seconds) | Gets/Sets the max timed out seconds when save to PDF.
the default value is 10. |
+| [ignore_empty_content](/cells/python-net/aspose.cellsgridjs/gridjsoptions/ignore_empty_content) | Gets/Sets whether to show the max range which includes data ,style, merged cells and shapes.
if the last row or column contains cells with no value and formula but has custom style
then we will not show this row/column when this vlaue is true。
the default value is true . |
+| [use_print_area](/cells/python-net/aspose.cellsgridjs/gridjsoptions/use_print_area) | Gets/Sets whether to use PageSetup.PrintArea for the UI display range when the worksheet has PageSetup setting for PrintArea.
the default value is false . |
+| [is_collaborative](/cells/python-net/aspose.cellsgridjs/gridjsoptions/is_collaborative) | Gets/Sets whether to support collabrative editing,the default is false. |
+| [custom_pdf_save_options](/cells/python-net/aspose.cellsgridjs/gridjsoptions/custom_pdf_save_options) | Gets/Sets the custom PdfSaveOptions for PDF export. If set, this will be used instead of the default options.
the default value is null. |
+| [load_time_out](/cells/python-net/aspose.cellsgridjs/gridjsoptions/load_time_out) | Gets/Sets a timeout interrupt in milliseconds in loading file, when the cost time period of loading file is longer than the expectation ,it will raise exception.
the default value is -1,which means no timeout interrupt is set . |
+| [show_chart_sheet](/cells/python-net/aspose.cellsgridjs/gridjsoptions/show_chart_sheet) | Gets/Sets whether to show chart worksheet.
the default value is false . |
+| [empty_sheet_max_row](/cells/python-net/aspose.cellsgridjs/gridjsoptions/empty_sheet_max_row) | Gets/Sets default max row for an empty worksheet.
the default value is 12. |
+| [empty_sheet_max_col](/cells/python-net/aspose.cellsgridjs/gridjsoptions/empty_sheet_max_col) | Gets/Sets default max column for an empty worksheet.
the default value is 15. |
+| [picture_cache_directory](/cells/python-net/aspose.cellsgridjs/gridjsoptions/picture_cache_directory) | Gets/Sets the cache directory for pictures.(this takes effect when GridJsWorkbook.CacheImp is null)
the default path will be "_piccache" inside the FileCacheDirectory. |
+| [file_cache_directory](/cells/python-net/aspose.cellsgridjs/gridjsoptions/file_cache_directory) | Gets/Sets the cache directory for storing spreadsheet file.
We need to set it to a specific path before we use GridJs. |
+| [font_folders](/cells/python-net/aspose.cellsgridjs/gridjsoptions/font_folders) | Gets/Sets the fonts folders for fonts in the rendered pictures/shapes |
+| [base_route_name](/cells/python-net/aspose.cellsgridjs/gridjsoptions/base_route_name) | Gets/Sets the route URL base name for GridJs controller.the default is GridJs2 |
+| [message_topic](/cells/python-net/aspose.cellsgridjs/gridjsoptions/message_topic) | Gets/Sets the websocket destinations prefixed with "/topic". the default is "/topic/opr".used in collaborative mode only. |
+| [auto_fit_rows_height_on_load](/cells/python-net/aspose.cellsgridjs/gridjsoptions/auto_fit_rows_height_on_load) | Indicates whether to autofit rows height when loading the file,the default value is false. |
+| [cache_imp](/cells/python-net/aspose.cellsgridjs/gridjsoptions/cache_imp) | Custom implemention for cache storage,If you want to store cache in stream way ,you need to set and implement it. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/auto_fit_rows_height_on_load/_index.md b/english/aspose.cellsgridjs/gridjsoptions/auto_fit_rows_height_on_load/_index.md
new file mode 100644
index 0000000000..2b3c75edea
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/auto_fit_rows_height_on_load/_index.md
@@ -0,0 +1,27 @@
+---
+title: auto_fit_rows_height_on_load property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cellsgridjs/gridjsoptions/auto_fit_rows_height_on_load/
+is_root: false
+---
+
+## auto_fit_rows_height_on_load property
+
+
+Indicates whether to autofit rows height when loading the file,the default value is false.
+### Definition:
+```python
+@property
+def auto_fit_rows_height_on_load(self):
+ ...
+@auto_fit_rows_height_on_load.setter
+def auto_fit_rows_height_on_load(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/auto_optimize_for_large_cells/_index.md b/english/aspose.cellsgridjs/gridjsoptions/auto_optimize_for_large_cells/_index.md
new file mode 100644
index 0000000000..a8a150018c
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/auto_optimize_for_large_cells/_index.md
@@ -0,0 +1,29 @@
+---
+title: auto_optimize_for_large_cells property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cellsgridjs/gridjsoptions/auto_optimize_for_large_cells/
+is_root: false
+---
+
+## auto_optimize_for_large_cells property
+
+
+Gets/Sets whether to automatically optimize the load performance for worksheet with large cells.
+it will ignore some style /borders to reduce the load time.
+the default value is true.
+### Definition:
+```python
+@property
+def auto_optimize_for_large_cells(self):
+ ...
+@auto_optimize_for_large_cells.setter
+def auto_optimize_for_large_cells(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/base_route_name/_index.md b/english/aspose.cellsgridjs/gridjsoptions/base_route_name/_index.md
new file mode 100644
index 0000000000..58db4728db
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/base_route_name/_index.md
@@ -0,0 +1,27 @@
+---
+title: base_route_name property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cellsgridjs/gridjsoptions/base_route_name/
+is_root: false
+---
+
+## base_route_name property
+
+
+Gets/Sets the route URL base name for GridJs controller.the default is GridJs2
+### Definition:
+```python
+@property
+def base_route_name(self):
+ ...
+@base_route_name.setter
+def base_route_name(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/cache_imp/_index.md b/english/aspose.cellsgridjs/gridjsoptions/cache_imp/_index.md
new file mode 100644
index 0000000000..ab67261379
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/cache_imp/_index.md
@@ -0,0 +1,23 @@
+---
+title: cache_imp property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cellsgridjs/gridjsoptions/cache_imp/
+is_root: false
+---
+
+## cache_imp property
+
+
+Custom implemention for cache storage,If you want to store cache in stream way ,you need to set and implement it.
+### Definition:
+```python
+f cache_imp
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridCacheForStream`](/cells/python-net/aspose.cellsgridjs/gridcacheforstream)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/custom_pdf_save_options/_index.md b/english/aspose.cellsgridjs/gridjsoptions/custom_pdf_save_options/_index.md
new file mode 100644
index 0000000000..4a02ae0200
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/custom_pdf_save_options/_index.md
@@ -0,0 +1,29 @@
+---
+title: custom_pdf_save_options property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 70
+url: /aspose.cellsgridjs/gridjsoptions/custom_pdf_save_options/
+is_root: false
+---
+
+## custom_pdf_save_options property
+
+
+Gets/Sets the custom PdfSaveOptions for PDF export. If set, this will be used instead of the default options.
+the default value is null.
+### Definition:
+```python
+@property
+def custom_pdf_save_options(self):
+ ...
+@custom_pdf_save_options.setter
+def custom_pdf_save_options(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/empty_sheet_max_col/_index.md b/english/aspose.cellsgridjs/gridjsoptions/empty_sheet_max_col/_index.md
new file mode 100644
index 0000000000..8ff28d7f6d
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/empty_sheet_max_col/_index.md
@@ -0,0 +1,28 @@
+---
+title: empty_sheet_max_col property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cellsgridjs/gridjsoptions/empty_sheet_max_col/
+is_root: false
+---
+
+## empty_sheet_max_col property
+
+
+Gets/Sets default max column for an empty worksheet.
+the default value is 15.
+### Definition:
+```python
+@property
+def empty_sheet_max_col(self):
+ ...
+@empty_sheet_max_col.setter
+def empty_sheet_max_col(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/empty_sheet_max_row/_index.md b/english/aspose.cellsgridjs/gridjsoptions/empty_sheet_max_row/_index.md
new file mode 100644
index 0000000000..0a42cef330
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/empty_sheet_max_row/_index.md
@@ -0,0 +1,28 @@
+---
+title: empty_sheet_max_row property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 90
+url: /aspose.cellsgridjs/gridjsoptions/empty_sheet_max_row/
+is_root: false
+---
+
+## empty_sheet_max_row property
+
+
+Gets/Sets default max row for an empty worksheet.
+the default value is 12.
+### Definition:
+```python
+@property
+def empty_sheet_max_row(self):
+ ...
+@empty_sheet_max_row.setter
+def empty_sheet_max_row(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/file_cache_directory/_index.md b/english/aspose.cellsgridjs/gridjsoptions/file_cache_directory/_index.md
new file mode 100644
index 0000000000..c8f39c90e2
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/file_cache_directory/_index.md
@@ -0,0 +1,28 @@
+---
+title: file_cache_directory property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 100
+url: /aspose.cellsgridjs/gridjsoptions/file_cache_directory/
+is_root: false
+---
+
+## file_cache_directory property
+
+
+Gets/Sets the cache directory for storing spreadsheet file.
+We need to set it to a specific path before we use GridJs.
+### Definition:
+```python
+@property
+def file_cache_directory(self):
+ ...
+@file_cache_directory.setter
+def file_cache_directory(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/font_folders/_index.md b/english/aspose.cellsgridjs/gridjsoptions/font_folders/_index.md
new file mode 100644
index 0000000000..aeb34811a6
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/font_folders/_index.md
@@ -0,0 +1,27 @@
+---
+title: font_folders property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 110
+url: /aspose.cellsgridjs/gridjsoptions/font_folders/
+is_root: false
+---
+
+## font_folders property
+
+
+Gets/Sets the fonts folders for fonts in the rendered pictures/shapes
+### Definition:
+```python
+@property
+def font_folders(self):
+ ...
+@font_folders.setter
+def font_folders(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/ignore_empty_content/_index.md b/english/aspose.cellsgridjs/gridjsoptions/ignore_empty_content/_index.md
new file mode 100644
index 0000000000..1a1c2f09e3
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/ignore_empty_content/_index.md
@@ -0,0 +1,30 @@
+---
+title: ignore_empty_content property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 120
+url: /aspose.cellsgridjs/gridjsoptions/ignore_empty_content/
+is_root: false
+---
+
+## ignore_empty_content property
+
+
+Gets/Sets whether to show the max range which includes data ,style, merged cells and shapes.
+if the last row or column contains cells with no value and formula but has custom style
+then we will not show this row/column when this vlaue is true。
+the default value is true .
+### Definition:
+```python
+@property
+def ignore_empty_content(self):
+ ...
+@ignore_empty_content.setter
+def ignore_empty_content(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/is_collaborative/_index.md b/english/aspose.cellsgridjs/gridjsoptions/is_collaborative/_index.md
new file mode 100644
index 0000000000..6f82250ad9
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/is_collaborative/_index.md
@@ -0,0 +1,27 @@
+---
+title: is_collaborative property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 130
+url: /aspose.cellsgridjs/gridjsoptions/is_collaborative/
+is_root: false
+---
+
+## is_collaborative property
+
+
+Gets/Sets whether to support collabrative editing,the default is false.
+### Definition:
+```python
+@property
+def is_collaborative(self):
+ ...
+@is_collaborative.setter
+def is_collaborative(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/islimit_shape_or_image/_index.md b/english/aspose.cellsgridjs/gridjsoptions/islimit_shape_or_image/_index.md
new file mode 100644
index 0000000000..c73e830101
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/islimit_shape_or_image/_index.md
@@ -0,0 +1,29 @@
+---
+title: islimit_shape_or_image property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 140
+url: /aspose.cellsgridjs/gridjsoptions/islimit_shape_or_image/
+is_root: false
+---
+
+## islimit_shape_or_image property
+
+
+Gets/Sets whether to limit the total display shape/image count in one worksheet ,if set to true,
+GridJs will limit the total count of the display shapes or images in one worksheet to MaxShapeOrImageCount
+the default value is true.
+### Definition:
+```python
+@property
+def islimit_shape_or_image(self):
+ ...
+@islimit_shape_or_image.setter
+def islimit_shape_or_image(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/lazy_loading/_index.md b/english/aspose.cellsgridjs/gridjsoptions/lazy_loading/_index.md
new file mode 100644
index 0000000000..a90b316380
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/lazy_loading/_index.md
@@ -0,0 +1,27 @@
+---
+title: lazy_loading property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 150
+url: /aspose.cellsgridjs/gridjsoptions/lazy_loading/
+is_root: false
+---
+
+## lazy_loading property
+
+
+Gets/Sets whether to load active worksheet only,the default is false.
+### Definition:
+```python
+@property
+def lazy_loading(self):
+ ...
+@lazy_loading.setter
+def lazy_loading(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/load_time_out/_index.md b/english/aspose.cellsgridjs/gridjsoptions/load_time_out/_index.md
new file mode 100644
index 0000000000..3adee26e9b
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/load_time_out/_index.md
@@ -0,0 +1,28 @@
+---
+title: load_time_out property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 160
+url: /aspose.cellsgridjs/gridjsoptions/load_time_out/
+is_root: false
+---
+
+## load_time_out property
+
+
+Gets/Sets a timeout interrupt in milliseconds in loading file, when the cost time period of loading file is longer than the expectation ,it will raise exception.
+the default value is -1,which means no timeout interrupt is set .
+### Definition:
+```python
+@property
+def load_time_out(self):
+ ...
+@load_time_out.setter
+def load_time_out(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/max_pdf_save_seconds/_index.md b/english/aspose.cellsgridjs/gridjsoptions/max_pdf_save_seconds/_index.md
new file mode 100644
index 0000000000..f8f20d3002
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/max_pdf_save_seconds/_index.md
@@ -0,0 +1,28 @@
+---
+title: max_pdf_save_seconds property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 170
+url: /aspose.cellsgridjs/gridjsoptions/max_pdf_save_seconds/
+is_root: false
+---
+
+## max_pdf_save_seconds property
+
+
+Gets/Sets the max timed out seconds when save to PDF.
+the default value is 10.
+### Definition:
+```python
+@property
+def max_pdf_save_seconds(self):
+ ...
+@max_pdf_save_seconds.setter
+def max_pdf_save_seconds(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/max_shape_or_image_count/_index.md b/english/aspose.cellsgridjs/gridjsoptions/max_shape_or_image_count/_index.md
new file mode 100644
index 0000000000..8ced624cae
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/max_shape_or_image_count/_index.md
@@ -0,0 +1,28 @@
+---
+title: max_shape_or_image_count property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 180
+url: /aspose.cellsgridjs/gridjsoptions/max_shape_or_image_count/
+is_root: false
+---
+
+## max_shape_or_image_count property
+
+
+Gets/Sets the total count of the display shapes or images in the active sheet,it takes effect when IslimitShapeOrImage=true.
+the default value is 100.
+### Definition:
+```python
+@property
+def max_shape_or_image_count(self):
+ ...
+@max_shape_or_image_count.setter
+def max_shape_or_image_count(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/max_shape_or_image_width_or_height/_index.md b/english/aspose.cellsgridjs/gridjsoptions/max_shape_or_image_width_or_height/_index.md
new file mode 100644
index 0000000000..e52423f029
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/max_shape_or_image_width_or_height/_index.md
@@ -0,0 +1,28 @@
+---
+title: max_shape_or_image_width_or_height property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 190
+url: /aspose.cellsgridjs/gridjsoptions/max_shape_or_image_width_or_height/
+is_root: false
+---
+
+## max_shape_or_image_width_or_height property
+
+
+Gets/Sets the max width or height for a shape or an image ,GridJs will ignore the shape or image with the width or height larger than this, it takes effect when IslimitShapeOrImage=true.
+the default value is 10000.
+### Definition:
+```python
+@property
+def max_shape_or_image_width_or_height(self):
+ ...
+@max_shape_or_image_width_or_height.setter
+def max_shape_or_image_width_or_height(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/max_total_shape_or_image_count/_index.md b/english/aspose.cellsgridjs/gridjsoptions/max_total_shape_or_image_count/_index.md
new file mode 100644
index 0000000000..a7ebb12447
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/max_total_shape_or_image_count/_index.md
@@ -0,0 +1,28 @@
+---
+title: max_total_shape_or_image_count property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 200
+url: /aspose.cellsgridjs/gridjsoptions/max_total_shape_or_image_count/
+is_root: false
+---
+
+## max_total_shape_or_image_count property
+
+
+Gets/Sets the total count of the display shapes or images in the workbook,it takes effect when IslimitShapeOrImage=true.
+the default value is 300.
+### Definition:
+```python
+@property
+def max_total_shape_or_image_count(self):
+ ...
+@max_total_shape_or_image_count.setter
+def max_total_shape_or_image_count(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/message_topic/_index.md b/english/aspose.cellsgridjs/gridjsoptions/message_topic/_index.md
new file mode 100644
index 0000000000..862bdbd4c1
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/message_topic/_index.md
@@ -0,0 +1,27 @@
+---
+title: message_topic property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 210
+url: /aspose.cellsgridjs/gridjsoptions/message_topic/
+is_root: false
+---
+
+## message_topic property
+
+
+Gets/Sets the websocket destinations prefixed with "/topic". the default is "/topic/opr".used in collaborative mode only.
+### Definition:
+```python
+@property
+def message_topic(self):
+ ...
+@message_topic.setter
+def message_topic(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/picture_cache_directory/_index.md b/english/aspose.cellsgridjs/gridjsoptions/picture_cache_directory/_index.md
new file mode 100644
index 0000000000..c8957cae77
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/picture_cache_directory/_index.md
@@ -0,0 +1,28 @@
+---
+title: picture_cache_directory property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 220
+url: /aspose.cellsgridjs/gridjsoptions/picture_cache_directory/
+is_root: false
+---
+
+## picture_cache_directory property
+
+
+Gets/Sets the cache directory for pictures.(this takes effect when GridJsWorkbook.CacheImp is null)
+the default path will be "_piccache" inside the FileCacheDirectory.
+### Definition:
+```python
+@property
+def picture_cache_directory(self):
+ ...
+@picture_cache_directory.setter
+def picture_cache_directory(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/same_image_detecting/_index.md b/english/aspose.cellsgridjs/gridjsoptions/same_image_detecting/_index.md
new file mode 100644
index 0000000000..a7853a570e
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/same_image_detecting/_index.md
@@ -0,0 +1,28 @@
+---
+title: same_image_detecting property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 230
+url: /aspose.cellsgridjs/gridjsoptions/same_image_detecting/
+is_root: false
+---
+
+## same_image_detecting property
+
+
+Gets/Sets whether to check if images have same source,the default is true
+the default value is true.
+### Definition:
+```python
+@property
+def same_image_detecting(self):
+ ...
+@same_image_detecting.setter
+def same_image_detecting(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/save_html_as_zip/_index.md b/english/aspose.cellsgridjs/gridjsoptions/save_html_as_zip/_index.md
new file mode 100644
index 0000000000..83339a93ac
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/save_html_as_zip/_index.md
@@ -0,0 +1,27 @@
+---
+title: save_html_as_zip property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 240
+url: /aspose.cellsgridjs/gridjsoptions/save_html_as_zip/
+is_root: false
+---
+
+## save_html_as_zip property
+
+
+Gets/Sets whether to save html file as zip archive,the default is false.
+### Definition:
+```python
+@property
+def save_html_as_zip(self):
+ ...
+@save_html_as_zip.setter
+def save_html_as_zip(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/show_chart_sheet/_index.md b/english/aspose.cellsgridjs/gridjsoptions/show_chart_sheet/_index.md
new file mode 100644
index 0000000000..405445afa2
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/show_chart_sheet/_index.md
@@ -0,0 +1,28 @@
+---
+title: show_chart_sheet property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 250
+url: /aspose.cellsgridjs/gridjsoptions/show_chart_sheet/
+is_root: false
+---
+
+## show_chart_sheet property
+
+
+Gets/Sets whether to show chart worksheet.
+the default value is false .
+### Definition:
+```python
+@property
+def show_chart_sheet(self):
+ ...
+@show_chart_sheet.setter
+def show_chart_sheet(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/skip_invisible_shapes/_index.md b/english/aspose.cellsgridjs/gridjsoptions/skip_invisible_shapes/_index.md
new file mode 100644
index 0000000000..7f5fcb2831
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/skip_invisible_shapes/_index.md
@@ -0,0 +1,27 @@
+---
+title: skip_invisible_shapes property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 260
+url: /aspose.cellsgridjs/gridjsoptions/skip_invisible_shapes/
+is_root: false
+---
+
+## skip_invisible_shapes property
+
+
+Gets/Sets whether to skip shapes that are invisble to UI ,the default value is true.
+### Definition:
+```python
+@property
+def skip_invisible_shapes(self):
+ ...
+@skip_invisible_shapes.setter
+def skip_invisible_shapes(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsoptions/use_print_area/_index.md b/english/aspose.cellsgridjs/gridjsoptions/use_print_area/_index.md
new file mode 100644
index 0000000000..91994396e5
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsoptions/use_print_area/_index.md
@@ -0,0 +1,28 @@
+---
+title: use_print_area property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 270
+url: /aspose.cellsgridjs/gridjsoptions/use_print_area/
+is_root: false
+---
+
+## use_print_area property
+
+
+Gets/Sets whether to use PageSetup.PrintArea for the UI display range when the worksheet has PageSetup setting for PrintArea.
+the default value is false .
+### Definition:
+```python
+@property
+def use_print_area(self):
+ ...
+@use_print_area.setter
+def use_print_area(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsOptions`](/cells/python-net/aspose.cellsgridjs/gridjsoptions)
diff --git a/english/aspose.cellsgridjs/gridjsservice/__init__/_index.md b/english/aspose.cellsgridjs/gridjsservice/__init__/_index.md
new file mode 100644
index 0000000000..7bd1f1deef
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/__init__/_index.md
@@ -0,0 +1,32 @@
+---
+title: GridJsService constructor
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 10
+url: /aspose.cellsgridjs/gridjsservice/__init__/
+is_root: false
+---
+
+## \_\_init\_\_(self, options) {#aspose.cellsgridjs.GridJsOptions}
+
+The default constructor for GridJsService
+
+
+
+```python
+
+def __init__(self, options):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| options | aspose.cellsgridjs.GridJsOptions | |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsservice/_index.md b/english/aspose.cellsgridjs/gridjsservice/_index.md
new file mode 100644
index 0000000000..cc64b3aeeb
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/_index.md
@@ -0,0 +1,53 @@
+---
+title: GridJsService class
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 100
+url: /aspose.cellsgridjs/gridjsservice/
+is_root: false
+---
+
+## GridJsService class
+
+Provides the basic operation apis used in controller actions.
+
+
+
+The GridJsService type exposes the following members:
+
+### Constructors
+| Constructor | Description |
+| :- | :- |
+| [`__init__(self, options)`](/cells/python-net/aspose.cellsgridjs/gridjsservice/__init__/#aspose.cellsgridjs.gridjsoptions) | The default constructor for GridJsService |
+
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [settings](/cells/python-net/aspose.cellsgridjs/gridjsservice/settings) | Represents the workbook settings. |
+
+
+### Methods
+| Method | Description |
+| :- | :- |
+| [`check_in_cache_for_collaborative(self, uid)`](/cells/python-net/aspose.cellsgridjs/gridjsservice/check_in_cache_for_collaborative/#system.string) | Check wether workbook instance is in memory cache .this method is apply for Collaborative mode only. |
+| [`update_cell(self, p, uid)`](/cells/python-net/aspose.cellsgridjs/gridjsservice/update_cell/#system.string-system.string) | Applies the update operation. |
+| [`detail_stream_json_with_uid(self, stream, file_path, uid)`](/cells/python-net/aspose.cellsgridjs/gridjsservice/detail_stream_json_with_uid/#io.rawiobase-system.string-system.string) | Write the JSON string for the file to the stream by the specified unique id. |
+| [`detail_stream_json(self, stream, file_path)`](/cells/python-net/aspose.cellsgridjs/gridjsservice/detail_stream_json/#io.rawiobase-system.string) | Write the JSON string for the file to the stream . |
+| [`lazy_loading_stream_json(self, stream, sheet_name, uid)`](/cells/python-net/aspose.cellsgridjs/gridjsservice/lazy_loading_stream_json/#io.rawiobase-system.string-system.string) | Writes the JSON string of the specified sheet in the file from the cache using the specified unique id to the stream.. |
+| [`add_image(self, p, uid, iscontrol, file_input_stream)`](/cells/python-net/aspose.cellsgridjs/gridjsservice/add_image/#system.string-system.string-system.string-io.rawiobase) | Applies the add image from local file operation. |
+| [`add_image_by_url(self, p, uid, imageurl)`](/cells/python-net/aspose.cellsgridjs/gridjsservice/add_image_by_url/#system.string-system.string-system.string) | Applies the add image from remote URL operation. |
+| [`copy_image(self, p, uid)`](/cells/python-net/aspose.cellsgridjs/gridjsservice/copy_image/#system.string-system.string) | Applies the copy image operation. |
+| [`load(self, uid, filename)`](/cells/python-net/aspose.cellsgridjs/gridjsservice/load/#system.string-system.string) | Gets the JSON string of the file from the cache using the specified unique id,set the output filename in the JSON. |
+| [`image(self, uid, picid)`](/cells/python-net/aspose.cellsgridjs/gridjsservice/image/#system.string-system.string) | Get Stream of image. |
+| [`ole(self, uid, sheetname, oleid, label)`](/cells/python-net/aspose.cellsgridjs/gridjsservice/ole/#system.string-system.string-int-any) | Gets the byte array data of the embedded ole object . |
+| [`image_url(self, base_url, picid, uid)`](/cells/python-net/aspose.cellsgridjs/gridjsservice/image_url/#system.string-system.string-system.string) | Gets the image URL. |
+| [`get_file(self, fileid)`](/cells/python-net/aspose.cellsgridjs/gridjsservice/get_file/#system.string) | Get file stream |
+| [`download(self, p, uid, filename)`](/cells/python-net/aspose.cellsgridjs/gridjsservice/download/#system.string-system.string-system.string) | Applies the download file operation |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
+* class [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsservice/add_image/_index.md b/english/aspose.cellsgridjs/gridjsservice/add_image/_index.md
new file mode 100644
index 0000000000..acf8128b3d
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/add_image/_index.md
@@ -0,0 +1,40 @@
+---
+title: add_image method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cellsgridjs/gridjsservice/add_image/
+is_root: false
+---
+
+## add_image(self, p, uid, iscontrol, file_input_stream) {#System.String-System.String-System.String-io.RawIOBase}
+
+Applies the add image from local file operation.
+
+
+### Returns
+
+
+The JSON string result
+
+
+```python
+
+def add_image(self, p, uid, iscontrol, file_input_stream):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| p | System.String | The JSON string parameter |
+| uid | System.String | The unique id for the file cache. |
+| iscontrol | System.String | Specify whether it is a control. |
+| file_input_stream | io.RawIOBase | The input stream form file of the image |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsservice/add_image_by_url/_index.md b/english/aspose.cellsgridjs/gridjsservice/add_image_by_url/_index.md
new file mode 100644
index 0000000000..067322ccd5
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/add_image_by_url/_index.md
@@ -0,0 +1,39 @@
+---
+title: add_image_by_url method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cellsgridjs/gridjsservice/add_image_by_url/
+is_root: false
+---
+
+## add_image_by_url(self, p, uid, imageurl) {#System.String-System.String-System.String}
+
+Applies the add image from remote URL operation.
+
+
+### Returns
+
+
+The JSON string result
+
+
+```python
+
+def add_image_by_url(self, p, uid, imageurl):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| p | System.String | The JSON string parameter |
+| uid | System.String | The unique id for the file cache. |
+| imageurl | System.String | Specify the image URL. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsservice/check_in_cache_for_collaborative/_index.md b/english/aspose.cellsgridjs/gridjsservice/check_in_cache_for_collaborative/_index.md
new file mode 100644
index 0000000000..974f535b93
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/check_in_cache_for_collaborative/_index.md
@@ -0,0 +1,37 @@
+---
+title: check_in_cache_for_collaborative method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cellsgridjs/gridjsservice/check_in_cache_for_collaborative/
+is_root: false
+---
+
+## check_in_cache_for_collaborative(self, uid) {#System.String}
+
+Check wether workbook instance is in memory cache .this method is apply for Collaborative mode only.
+
+
+### Returns
+
+
+
+
+
+```python
+
+def check_in_cache_for_collaborative(self, uid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| uid | System.String | |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsservice/copy_image/_index.md b/english/aspose.cellsgridjs/gridjsservice/copy_image/_index.md
new file mode 100644
index 0000000000..f658b63550
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/copy_image/_index.md
@@ -0,0 +1,38 @@
+---
+title: copy_image method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cellsgridjs/gridjsservice/copy_image/
+is_root: false
+---
+
+## copy_image(self, p, uid) {#System.String-System.String}
+
+Applies the copy image operation.
+
+
+### Returns
+
+
+The JSON string result
+
+
+```python
+
+def copy_image(self, p, uid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| p | System.String | The JSON string parameter |
+| uid | System.String | The unique id for the file cache. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsservice/detail_stream_json/_index.md b/english/aspose.cellsgridjs/gridjsservice/detail_stream_json/_index.md
new file mode 100644
index 0000000000..8947e718c0
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/detail_stream_json/_index.md
@@ -0,0 +1,33 @@
+---
+title: detail_stream_json method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cellsgridjs/gridjsservice/detail_stream_json/
+is_root: false
+---
+
+## detail_stream_json(self, stream, file_path) {#io.RawIOBase-System.String}
+
+Write the JSON string for the file to the stream .
+
+
+
+```python
+
+def detail_stream_json(self, stream, file_path):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| stream | io.RawIOBase | The stream that will be written |
+| file_path | System.String | The file path |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsservice/detail_stream_json_with_uid/_index.md b/english/aspose.cellsgridjs/gridjsservice/detail_stream_json_with_uid/_index.md
new file mode 100644
index 0000000000..4d8d0741b3
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/detail_stream_json_with_uid/_index.md
@@ -0,0 +1,34 @@
+---
+title: detail_stream_json_with_uid method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 70
+url: /aspose.cellsgridjs/gridjsservice/detail_stream_json_with_uid/
+is_root: false
+---
+
+## detail_stream_json_with_uid(self, stream, file_path, uid) {#io.RawIOBase-System.String-System.String}
+
+Write the JSON string for the file to the stream by the specified unique id.
+
+
+
+```python
+
+def detail_stream_json_with_uid(self, stream, file_path, uid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| stream | io.RawIOBase | The stream that will be written |
+| file_path | System.String | The file path |
+| uid | System.String | The unique id for the file cache. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsservice/download/_index.md b/english/aspose.cellsgridjs/gridjsservice/download/_index.md
new file mode 100644
index 0000000000..5d63306bde
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/download/_index.md
@@ -0,0 +1,39 @@
+---
+title: download method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cellsgridjs/gridjsservice/download/
+is_root: false
+---
+
+## download(self, p, uid, filename) {#System.String-System.String-System.String}
+
+Applies the download file operation
+
+
+### Returns
+
+
+The file URL
+
+
+```python
+
+def download(self, p, uid, filename):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| p | System.String | The JSON parameter |
+| uid | System.String | The unique id for the file cache. |
+| filename | System.String | The file name |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsservice/get_file/_index.md b/english/aspose.cellsgridjs/gridjsservice/get_file/_index.md
new file mode 100644
index 0000000000..1109735536
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/get_file/_index.md
@@ -0,0 +1,37 @@
+---
+title: get_file method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 90
+url: /aspose.cellsgridjs/gridjsservice/get_file/
+is_root: false
+---
+
+## get_file(self, fileid) {#System.String}
+
+Get file stream
+
+
+### Returns
+
+
+The stream of the file
+
+
+```python
+
+def get_file(self, fileid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| fileid | System.String | the file id |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsservice/image/_index.md b/english/aspose.cellsgridjs/gridjsservice/image/_index.md
new file mode 100644
index 0000000000..8d42f336bc
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/image/_index.md
@@ -0,0 +1,38 @@
+---
+title: image method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 100
+url: /aspose.cellsgridjs/gridjsservice/image/
+is_root: false
+---
+
+## image(self, uid, picid) {#System.String-System.String}
+
+Get Stream of image.
+
+
+### Returns
+
+
+The image stream
+
+
+```python
+
+def image(self, uid, picid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| uid | System.String | The unique id for the file cache. |
+| picid | System.String | The image id. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsservice/image_url/_index.md b/english/aspose.cellsgridjs/gridjsservice/image_url/_index.md
new file mode 100644
index 0000000000..b560b9884c
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/image_url/_index.md
@@ -0,0 +1,39 @@
+---
+title: image_url method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 110
+url: /aspose.cellsgridjs/gridjsservice/image_url/
+is_root: false
+---
+
+## image_url(self, base_url, picid, uid) {#System.String-System.String-System.String}
+
+Gets the image URL.
+
+
+### Returns
+
+
+The image URL
+
+
+```python
+
+def image_url(self, base_url, picid, uid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| base_url | System.String | The base action URL. |
+| picid | System.String | The image id. |
+| uid | System.String | The unique id for the file cache. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsservice/lazy_loading_stream_json/_index.md b/english/aspose.cellsgridjs/gridjsservice/lazy_loading_stream_json/_index.md
new file mode 100644
index 0000000000..1bb861b7a8
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/lazy_loading_stream_json/_index.md
@@ -0,0 +1,34 @@
+---
+title: lazy_loading_stream_json method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 120
+url: /aspose.cellsgridjs/gridjsservice/lazy_loading_stream_json/
+is_root: false
+---
+
+## lazy_loading_stream_json(self, stream, sheet_name, uid) {#io.RawIOBase-System.String-System.String}
+
+Writes the JSON string of the specified sheet in the file from the cache using the specified unique id to the stream..
+
+
+
+```python
+
+def lazy_loading_stream_json(self, stream, sheet_name, uid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| stream | io.RawIOBase | The stream that will be written |
+| sheet_name | System.String | The sheet name. |
+| uid | System.String | The unique id for the file cache. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsservice/load/_index.md b/english/aspose.cellsgridjs/gridjsservice/load/_index.md
new file mode 100644
index 0000000000..885a55dfa2
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/load/_index.md
@@ -0,0 +1,38 @@
+---
+title: load method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 130
+url: /aspose.cellsgridjs/gridjsservice/load/
+is_root: false
+---
+
+## load(self, uid, filename) {#System.String-System.String}
+
+Gets the JSON string of the file from the cache using the specified unique id,set the output filename in the JSON.
+
+
+### Returns
+
+
+The JSON string
+
+
+```python
+
+def load(self, uid, filename):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| uid | System.String | The unique id for the file cache. |
+| filename | System.String | Specifies the file name in the JSON. If set to null,the default filename is: book1. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsservice/ole/_index.md b/english/aspose.cellsgridjs/gridjsservice/ole/_index.md
new file mode 100644
index 0000000000..895ce37bcc
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/ole/_index.md
@@ -0,0 +1,40 @@
+---
+title: ole method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 140
+url: /aspose.cellsgridjs/gridjsservice/ole/
+is_root: false
+---
+
+## ole(self, uid, sheetname, oleid, label) {#System.String-System.String-int-any}
+
+Gets the byte array data of the embedded ole object .
+
+
+### Returns
+
+
+The byte array data of the embedded ole object .
+
+
+```python
+
+def ole(self, uid, sheetname, oleid, label):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| uid | System.String | The unique id for the file cache. |
+| sheetname | System.String | The worksheet name. |
+| oleid | int | The id for the embedded ole object. |
+| label | any | The display label of the embedded ole object. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsservice/settings/_index.md b/english/aspose.cellsgridjs/gridjsservice/settings/_index.md
new file mode 100644
index 0000000000..a98ebba3a5
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/settings/_index.md
@@ -0,0 +1,28 @@
+---
+title: settings property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 170
+url: /aspose.cellsgridjs/gridjsservice/settings/
+is_root: false
+---
+
+## settings property
+
+
+Represents the workbook settings.
+### Definition:
+```python
+@property
+def settings(self):
+ ...
+@settings.setter
+def settings(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
+* class [`GridWorkbookSettings`](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings)
diff --git a/english/aspose.cellsgridjs/gridjsservice/update_cell/_index.md b/english/aspose.cellsgridjs/gridjsservice/update_cell/_index.md
new file mode 100644
index 0000000000..3bcfd63e96
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridjsservice/update_cell/_index.md
@@ -0,0 +1,38 @@
+---
+title: update_cell method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 150
+url: /aspose.cellsgridjs/gridjsservice/update_cell/
+is_root: false
+---
+
+## update_cell(self, p, uid) {#System.String-System.String}
+
+Applies the update operation.
+
+
+### Returns
+
+
+The JSON format string of the update result.
+
+
+```python
+
+def update_cell(self, p, uid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| p | System.String | The JSON format string of update operation. |
+| uid | System.String | The unique id for the file cache. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridJsService`](/cells/python-net/aspose.cellsgridjs/gridjsservice)
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/__init__/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/__init__/_index.md
index 4215aeb0c1..5bce5a3404 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/__init__/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/__init__/_index.md
@@ -8,13 +8,14 @@ url: /aspose.cellsgridjs/gridjsworkbook/__init__/
is_root: false
---
-## __init__ {#}
+## \_\_init\_\_(self) {#}
Constructs a new instance of GridJsWorkbook
```python
+
def __init__(self):
...
```
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/_index.md
index 4d42d539a8..913676aba3 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/_index.md
@@ -1,71 +1,78 @@
----
-title: GridJsWorkbook class
-second_title: Aspose.Cells.GridJs for Python via .NET API References
-description:
-type: docs
-weight: 60
-url: /aspose.cellsgridjs/gridjsworkbook/
-is_root: false
+---
+title: GridJsWorkbook class
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 110
+url: /aspose.cellsgridjs/gridjsworkbook/
+is_root: false
---
-
+
## GridJsWorkbook class
-
+
Represents the main entry class for GridJs
-
+
The GridJsWorkbook type exposes the following members:
+
+### Constructors
+| Constructor | Description |
+| :- | :- |
+| [`__init__(self)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/__init__/#) | Constructs a new instance of GridJsWorkbook |
+
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [settings](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/settings) | Represents the workbook settings. |
+| [cache_imp](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/cache_imp) | Custom implemention for cache storage,If you want to store cache in stream way ,you need to set and implement it. |
+| [calculate_engine](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/calculate_engine) | Custom implemention for calculation engine ,If you want to do custom calculation, you need to set and implement it. |
+| [update_monitor](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/update_monitor) | Gets/Sets the update monitor to track update operation |
+| [PICTURE_TYPE](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/picture_type) | const value for the type of the image |
+
+
+### Methods
+| Method | Description |
+| :- | :- |
+| [`import_excel_file(self, uid, file_name, password)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file/#system.string-system.string-system.string) | Imports the excel file from file path and open password. |
+| [`import_excel_file(self, uid, file_name)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file/#system.string-system.string) | Imports the excel file from the file path. |
+| [`import_excel_file(self, file_name)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file/#system.string) | Imports the excel file from the file path. |
+| [`import_excel_file(self, uid, filestream, format, password)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file/#system.string-io.rawiobase-aspose.cellsgridjs.gridloadformat-system.string) | Imports the excel file from file stream with load format and open password. |
+| [`import_excel_file(self, uid, filestream, format)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file/#system.string-io.rawiobase-aspose.cellsgridjs.gridloadformat) | Imports the excel file from file stream. |
+| [`import_excel_file(self, filestream, format, password)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file/#io.rawiobase-aspose.cellsgridjs.gridloadformat-system.string) | Imports the excel file from file stream with load format and open password. |
+| [`import_excel_file(self, filestream, format)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file/#io.rawiobase-aspose.cellsgridjs.gridloadformat) | Imports the excel file from file stream with load format. |
+| [`export_to_json(self, filename)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/export_to_json/#system.string) | Gets JSON string from memory data,set the output filename in the JSON. |
+| [`export_to_json(self)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/export_to_json/#) | Gets JSON string from memory data, the default filename in the JSON is: book1. |
+| [`save_to_excel_file(self, stream)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_excel_file/#io.rawiobase) | Saves the memory data to the sream, baseed on the origin file format. |
+| [`save_to_excel_file(self, path)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_excel_file/#system.string) | Saves the memory data to the file path,if the file has extension ,save format is baseed on the file extension . |
+| [`save_to_pdf(self, path)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_pdf/#system.string) | Saves the memory data to the file path,the save format is pdf. |
+| [`save_to_pdf(self, stream)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_pdf/#io.rawiobase) | Saves the memory data to the sream,the save format is pdf. |
+| [`save_to_xlsx(self, path)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_xlsx/#system.string) | Saves the memory data to the file path,the save format is xlsx. |
+| [`save_to_xlsx(self, stream)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_xlsx/#io.rawiobase) | Saves the memory data to the sream,the save format is xlsx. |
+| [`save_to_html(self, path)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_html/#system.string) | Saves the memory data to the file path,the save format is html. |
+| [`save_to_html(self, stream)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_html/#io.rawiobase) | Saves the memory data to the sream,the save format is html |
+| [`json_to_stream_by_uid(self, stream, uid, filename)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/json_to_stream_by_uid/#io.rawiobase-system.string-system.string) | Retrieve the JSON string of the file from the cache using the specified unique id,set the output filename in the JSON,and write it to the stream. |
+| [`json_to_stream(self, stream, filename)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/json_to_stream/#io.rawiobase-system.string) | Retrieve the JSON string from memory data,set the output filename in the JSON, and write it to the stream. |
+| [`lazy_loading_stream(self, stream, uid, sheet_name)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/lazy_loading_stream/#io.rawiobase-system.string-system.string) | Retrieve the JSON string of the specified sheet in the file from the cache using the specified unique id, and write it to the stream. |
+| [`get_json_str_by_uid(self, uid, filename)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/get_json_str_by_uid/#system.string-system.string) | Gets the JSON string of the file from the cache using the specified unique id,set the output filename in the JSON. |
+| [`lazy_loading_json_str(self, uid, sheet_name)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/lazy_loading_json_str/#system.string-system.string) | Gets the JSON string of the specified sheet in the file from the cache using the specified unique id. |
+| [`get_uid_for_file(, file_name)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/get_uid_for_file/#system.string) | Generates a new unique id for the file cache using the given file name. |
+| [`import_excel_file_from_json(self, json)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file_from_json/#system.string) | Imports the excel file from JSON format string. |
+| [`merge_excel_file_from_json(self, uid, json)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/merge_excel_file_from_json/#system.string-system.string) | Applies a batch update to the memory data. |
+| [`save_to_cache_with_file_name(self, uid, filename, password)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_cache_with_file_name/#system.string-system.string-system.string) | Saves the memory data to the cache file with the specified filename and also set the open password, the save format is baseed on the file extension of the filename . |
+| [`get_image_stream(, uid, picid)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/get_image_stream/#system.string-system.string) | Get Stream of image. |
+| [`get_ole(self, uid, sheetname, oleid, label)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/get_ole/#system.string-system.string-int-any) | Gets the byte array data of the embedded ole object . |
+| [`check_in_cache_for_collaborative(self, uid)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/check_in_cache_for_collaborative/#system.string) | Check wether workbook instance is in memory cache .this method is apply for Collaborative mode only. |
+| [`update_cell(self, p, uid)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/update_cell/#system.string-system.string) | Applies the update operation. |
+| [`insert_image(self, uid, p, s, image_url)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/insert_image/#system.string-system.string-io.rawiobase-system.string) | Inserts image in the worksheet from file stream or the URL,(either the file stream or the URL shall be provided)
or
Inserts shape ,when the p.type is one of AutoShapeType |
+| [`copy_image_or_shape(self, uid, p)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/copy_image_or_shape/#system.string-system.string) | Copys image or shape. |
+| [`error_json(self, msg)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/error_json/#system.string) | Gets the error message string in JSON format. |
+| [`get_grid_load_format(, extension)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/get_grid_load_format/#system.string) | Gets the load format by file extension |
+| [`get_image_url(, uid, picid, delimiter)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/get_image_url/#system.string-system.string-system.string) | Gets the image URL. |
+| [`set_image_url_base(, base_image_url)`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/set_image_url_base/#system.string) | Set the base image get action URL from controller . |
+
+
-### Constructors
-| Constructor | Description |
-| :- | :- |
-| [__init__](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/__init__/#) | Constructs a new instance of GridJsWorkbook |
-
-
-### Properties
-| Property | Description |
-| :- | :- |
-| [settings](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/settings) | Represents the workbook settings. |
-| [cache_imp](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/cache_imp) | Custom implemention for cache storage,If you want to store cache in stream way ,you need to set and implement it. |
-| [calculate_engine](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/calculate_engine) | Custom implemention for calculation engine ,If you want to do custom calculation, you need to set and implement it. |
-
-
-### Methods
-| Method | Description |
-| :- | :- |
-| [import_excel_file](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file/#str-str-str) | Imports the excel file from file path and open password. |
-| [import_excel_file](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file/#str-str) | Imports the excel file from the file path. |
-| [import_excel_file](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file/#str) | Imports the excel file from the file path. |
-| [import_excel_file](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file/#str-io.RawIOBase-aspose.cellsgridjs.GridLoadFormat-str) | Imports the excel file from file stream with load format and open password. |
-| [import_excel_file](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file/#str-io.RawIOBase-aspose.cellsgridjs.GridLoadFormat) | Imports the excel file from file stream. |
-| [import_excel_file](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file/#io.RawIOBase-aspose.cellsgridjs.GridLoadFormat-str) | Imports the excel file from file stream with load format and open password. |
-| [import_excel_file](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file/#io.RawIOBase-aspose.cellsgridjs.GridLoadFormat) | Imports the excel file from file stream with load format. |
-| [export_to_json](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/export_to_json/#str) | Gets JSON format string from memory data with the specified filename. |
-| [export_to_json](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/export_to_json/#) | Gets JSON format string of the default empty spreadsheet file. |
-| [save_to_excel_file](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_excel_file/#io.RawIOBase) | Saves the memory data to the sream, baseed on the origin file format. |
-| [save_to_excel_file](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_excel_file/#str) | Saves the memory data to the file path,if the file has extension ,save format is baseed on the file extension . |
-| [save_to_pdf](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_pdf/#str) | Saves the memory data to the file path,the save format is pdf. |
-| [save_to_pdf](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_pdf/#io.RawIOBase) | Saves the memory data to the sream,the save format is pdf. |
-| [save_to_xlsx](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_xlsx/#str) | Saves the memory data to the file path,the save format is xlsx. |
-| [save_to_xlsx](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_xlsx/#io.RawIOBase) | Saves the memory data to the sream,the save format is xlsx. |
-| [save_to_html](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_html/#str) | Saves the memory data to the file path,the save format is html. |
-| [save_to_html](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_html/#io.RawIOBase) | Saves the memory data to the sream,the save format is html |
-| [get_json_str_by_uid](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/get_json_str_by_uid/#str-str) | Gets the JSON format string from the file cache by the specified unique id. |
-| [get_uid_for_file](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/get_uid_for_file/#str) | Gets unique id for the file cache. |
-| [import_excel_file_from_json](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/import_excel_file_from_json/#str) | Imports the excel file from JSON format string. |
-| [merge_excel_file_from_json](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/merge_excel_file_from_json/#str-str) | Applies a batch update to the memory data. |
-| [save_to_cache_with_file_name](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/save_to_cache_with_file_name/#str-str-str) | Saves the memory data to the cache file with the specified filename and also set the open password, the save format is baseed on the file extension of the filename . |
-| [get_image_stream](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/get_image_stream/#str-str) | Get Stream of image from memory data. |
-| [get_ole](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/get_ole/#str-str-int-any) | Gets the byte array data of the embedded ole object . |
-| [update_cell](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/update_cell/#str-str) | Applies the update operation. |
-| [insert_image](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/insert_image/#str-str-io.RawIOBase-str) | Inserts image in the worksheet from file stream or the URL,(either the file stream or the URL shall be provided) or /cells/ Inserts sh/cells/n the p.type is one of AutoShapeType |
-| [copy_image_or_shape](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/copy_image_or_shape/#str-str) | Copys image or shape. |
-| [error_json](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/error_json/#str) | Gets the error message string in JSON format. |
-| [get_grid_load_format](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/get_grid_load_format/#str) | Gets the load format by file extension |
-| [get_image_url](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/get_image_url/#str-str-str) | Gets the image URL. |
-| [set_image_url_base](/cells/python-net/aspose.cellsgridjs/gridjsworkbook/set_image_url_base/#str) | |
-
-
-
-### See Also
-* module [`aspose.cellsgridjs`](..)
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/cache_imp/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/cache_imp/_index.md
index eb1d23c1dd..5bd76b09ff 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/cache_imp/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/cache_imp/_index.md
@@ -3,7 +3,7 @@ title: cache_imp property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 290
url: /aspose.cellsgridjs/gridjsworkbook/cache_imp/
is_root: false
---
@@ -12,6 +12,10 @@ is_root: false
Custom implemention for cache storage,If you want to store cache in stream way ,you need to set and implement it.
+### Definition:
+```python
+f cache_imp
+```
### See Also
* module [`aspose.cellsgridjs`](../../)
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/calculate_engine/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/calculate_engine/_index.md
index a1802385fb..60a2e0ee2a 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/calculate_engine/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/calculate_engine/_index.md
@@ -3,7 +3,7 @@ title: calculate_engine property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 300
url: /aspose.cellsgridjs/gridjsworkbook/calculate_engine/
is_root: false
---
@@ -12,6 +12,10 @@ is_root: false
Custom implemention for calculation engine ,If you want to do custom calculation, you need to set and implement it.
+### Definition:
+```python
+f calculate_engine
+```
### See Also
* module [`aspose.cellsgridjs`](../../)
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/copy_image_or_shape/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/copy_image_or_shape/_index.md
index c830171c8c..be3dbd3c1e 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/copy_image_or_shape/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/copy_image_or_shape/_index.md
@@ -3,12 +3,12 @@ title: copy_image_or_shape method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 20
+weight: 30
url: /aspose.cellsgridjs/gridjsworkbook/copy_image_or_shape/
is_root: false
---
-## copy_image_or_shape {#str-str}
+## copy_image_or_shape(self, uid, p) {#System.String-System.String}
Copys image or shape.
@@ -16,10 +16,11 @@ Copys image or shape.
### Returns
-The JSON format string of the new copied image
+The JSON string of the new copied image
```python
+
def copy_image_or_shape(self, uid, p):
...
```
@@ -27,8 +28,8 @@ def copy_image_or_shape(self, uid, p):
| Parameter | Type | Description |
| :- | :- | :- |
-| uid | str | The unique id for the file cache. |
-| p | str | The JSON format string for the operation which specify the cell location ,it contains the worksheet name,upper left row,upper left column for the image or shape,etc {name:'sheet1',ri:1,ci:1,srcid:2,srcname:'sheet2',isshape:true} |
+| uid | System.String | The unique id for the file cache. |
+| p | System.String | The JSON string for the operation which specify the cell location ,it contains the worksheet name,upper left row,upper left column for the image or shape,etc {name:'sheet1',ri:1,ci:1,srcid:2,srcname:'sheet2',isshape:true} |
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/error_json/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/error_json/_index.md
index 83b366657b..378ff91a5d 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/error_json/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/error_json/_index.md
@@ -3,12 +3,12 @@ title: error_json method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 30
+weight: 40
url: /aspose.cellsgridjs/gridjsworkbook/error_json/
is_root: false
---
-## error_json {#str}
+## error_json(self, msg) {#System.String}
Gets the error message string in JSON format.
@@ -16,10 +16,11 @@ Gets the error message string in JSON format.
### Returns
-The JSON format string.
+The JSON string.
```python
+
def error_json(self, msg):
...
```
@@ -27,7 +28,7 @@ def error_json(self, msg):
| Parameter | Type | Description |
| :- | :- | :- |
-| msg | str | The error message. |
+| msg | System.String | The error message. |
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/export_to_json/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/export_to_json/_index.md
index cffe0adce9..3b35f50459 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/export_to_json/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/export_to_json/_index.md
@@ -3,23 +3,24 @@ title: export_to_json method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 50
url: /aspose.cellsgridjs/gridjsworkbook/export_to_json/
is_root: false
---
-## export_to_json {#}
+## export_to_json(self) {#}
-Gets JSON format string of the default empty spreadsheet file.
+Gets JSON string from memory data, the default filename in the JSON is: book1.
### Returns
-The JSON format string.
+The JSON string.
```python
+
def export_to_json(self):
...
```
@@ -27,18 +28,19 @@ def export_to_json(self):
-## export_to_json {#str}
+## export_to_json(self, filename) {#System.String}
-Gets JSON format string from memory data with the specified filename.
+Gets JSON string from memory data,set the output filename in the JSON.
### Returns
-The JSON format string.
+The JSON string.
```python
+
def export_to_json(self, filename):
...
```
@@ -46,7 +48,7 @@ def export_to_json(self, filename):
| Parameter | Type | Description |
| :- | :- | :- |
-| filename | str | The filename of the spreadsheet file . |
+| filename | System.String | Specifies the file name in the JSON. If set to null,the default filename is: book1.. |
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/export_to_json_string/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/export_to_json_string/_index.md
index 8e1925efed..1a71655c8d 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/export_to_json_string/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/export_to_json_string/_index.md
@@ -33,4 +33,4 @@ def export_to_json_string(self, filename):
### See Also
* module [`aspose.cellsgridjs`](../../)
-* class [`GridJsWorkbook`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook)
+* class [`GridJsWorkbook`](/gridjs/python-net/aspose.cellsgridjs/gridjsworkbook)
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/get_grid_load_format/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/get_grid_load_format/_index.md
index f9b5e56bc4..20cc4dae22 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/get_grid_load_format/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/get_grid_load_format/_index.md
@@ -3,12 +3,12 @@ title: get_grid_load_format method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 60
url: /aspose.cellsgridjs/gridjsworkbook/get_grid_load_format/
is_root: false
---
-## get_grid_load_format {#str}
+## get_grid_load_format(, extension) {#System.String}
Gets the load format by file extension
@@ -20,17 +20,20 @@ Gets the load format by file extension
```python
-def get_grid_load_format(self, extension):
+
+@staticmethod
+def get_grid_load_format(extension):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| extension | str | The file extention ,usually start with '.' . |
+| extension | System.String | The file extention ,usually start with '.' . |
### See Also
* module [`aspose.cellsgridjs`](../../)
* class [`GridJsWorkbook`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook)
+* class [`GridLoadFormat`](/cells/python-net/aspose.cellsgridjs/gridloadformat)
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/get_image_stream/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/get_image_stream/_index.md
index 3abfc11d95..c35803cf59 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/get_image_stream/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/get_image_stream/_index.md
@@ -3,32 +3,34 @@ title: get_image_stream method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 70
url: /aspose.cellsgridjs/gridjsworkbook/get_image_stream/
is_root: false
---
-## get_image_stream {#str-str}
+## get_image_stream(, uid, picid) {#System.String-System.String}
-Get Stream of image from memory data.
+Get Stream of image.
### Returns
-
+The image stream
```python
-def get_image_stream(self, uid, picid):
+
+@staticmethod
+def get_image_stream(uid, picid):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| uid | str | The unique id for the file cache. |
-| picid | str | The image id. |
+| uid | System.String | The unique id for the file cache. |
+| picid | System.String | The image id. |
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/get_image_url/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/get_image_url/_index.md
index bbac317626..bdaa79624c 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/get_image_url/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/get_image_url/_index.md
@@ -3,12 +3,12 @@ title: get_image_url method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 80
url: /aspose.cellsgridjs/gridjsworkbook/get_image_url/
is_root: false
---
-## get_image_url {#str-str-str}
+## get_image_url(, uid, picid, delimiter) {#System.String-System.String-System.String}
Gets the image URL.
@@ -20,16 +20,18 @@ Gets the image URL.
```python
-def get_image_url(self, uid, picid, delimiter):
+
+@staticmethod
+def get_image_url(uid, picid, delimiter):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| uid | str | The unique id for the file cache. |
-| picid | str | The image id. |
-| delimiter | str | The string delimiter. |
+| uid | System.String | The unique id for the file cache. |
+| picid | System.String | The image id. |
+| delimiter | System.String | The string delimiter. |
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/get_json_str_by_uid/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/get_json_str_by_uid/_index.md
index 7917458429..cdf0cb3730 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/get_json_str_by_uid/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/get_json_str_by_uid/_index.md
@@ -3,23 +3,24 @@ title: get_json_str_by_uid method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 90
url: /aspose.cellsgridjs/gridjsworkbook/get_json_str_by_uid/
is_root: false
---
-## get_json_str_by_uid {#str-str}
+## get_json_str_by_uid(self, uid, filename) {#System.String-System.String}
-Gets the JSON format string from the file cache by the specified unique id.
+Gets the JSON string of the file from the cache using the specified unique id,set the output filename in the JSON.
### Returns
-The JSON format string
+The JSON string
```python
+
def get_json_str_by_uid(self, uid, filename):
...
```
@@ -27,8 +28,8 @@ def get_json_str_by_uid(self, uid, filename):
| Parameter | Type | Description |
| :- | :- | :- |
-| uid | str | The unique id for the file cache. |
-| filename | str | Specifies the file name in the JSON. If set to null,the default filename is: book1. |
+| uid | System.String | The unique id for the file cache. |
+| filename | System.String | Specifies the file name in the JSON. If set to null,the default filename is: book1. |
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/get_ole/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/get_ole/_index.md
index d412f4ce0b..70459572ca 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/get_ole/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/get_ole/_index.md
@@ -3,12 +3,12 @@ title: get_ole method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 100
url: /aspose.cellsgridjs/gridjsworkbook/get_ole/
is_root: false
---
-## get_ole {#str-str-int-any}
+## get_ole(self, uid, sheetname, oleid, label) {#System.String-System.String-int-any}
Gets the byte array data of the embedded ole object .
@@ -20,6 +20,7 @@ The byte array data of the embedded ole object .
```python
+
def get_ole(self, uid, sheetname, oleid, label):
...
```
@@ -27,8 +28,8 @@ def get_ole(self, uid, sheetname, oleid, label):
| Parameter | Type | Description |
| :- | :- | :- |
-| uid | str | The unique id for the file cache. |
-| sheetname | str | The worksheet name. |
+| uid | System.String | The unique id for the file cache. |
+| sheetname | System.String | The worksheet name. |
| oleid | int | The id for the embedded ole object. |
| label | any | The display label of the embedded ole object. |
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/get_uid_for_file/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/get_uid_for_file/_index.md
index 067acc0a4a..d32d25d687 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/get_uid_for_file/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/get_uid_for_file/_index.md
@@ -3,14 +3,14 @@ title: get_uid_for_file method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 110
url: /aspose.cellsgridjs/gridjsworkbook/get_uid_for_file/
is_root: false
---
-## get_uid_for_file {#str}
+## get_uid_for_file(, file_name) {#System.String}
-Gets unique id for the file cache.
+Generates a new unique id for the file cache using the given file name.
### Returns
@@ -20,14 +20,16 @@ Gets unique id for the file cache.
```python
-def get_uid_for_file(self, file_name):
+
+@staticmethod
+def get_uid_for_file(file_name):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| file_name | str | The file name. |
+| file_name | System.String | The file name. |
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/import_excel_file/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/import_excel_file/_index.md
index c82bce8738..e3a4167db8 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/import_excel_file/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/import_excel_file/_index.md
@@ -3,18 +3,19 @@ title: import_excel_file method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 120
url: /aspose.cellsgridjs/gridjsworkbook/import_excel_file/
is_root: false
---
-## import_excel_file {#str}
+## import_excel_file(self, file_name) {#System.String}
Imports the excel file from the file path.
```python
+
def import_excel_file(self, file_name):
...
```
@@ -22,16 +23,17 @@ def import_excel_file(self, file_name):
| Parameter | Type | Description |
| :- | :- | :- |
-| file_name | str | The full path of the file. |
+| file_name | System.String | The full path of the file. |
-## import_excel_file {#str-str}
+## import_excel_file(self, uid, file_name) {#System.String-System.String}
Imports the excel file from the file path.
```python
+
def import_excel_file(self, uid, file_name):
...
```
@@ -39,17 +41,18 @@ def import_excel_file(self, uid, file_name):
| Parameter | Type | Description |
| :- | :- | :- |
-| uid | str | The unique id for the file cache, if set to null,it will be generated automatically. |
-| file_name | str | The full path of the file. |
+| uid | System.String | The unique id for the file cache, if set to null,it will be generated automatically. |
+| file_name | System.String | The full path of the file. |
-## import_excel_file {#io.RawIOBase-aspose.cellsgridjs.GridLoadFormat}
+## import_excel_file(self, filestream, format) {#io.RawIOBase-aspose.cellsgridjs.GridLoadFormat}
Imports the excel file from file stream with load format.
```python
+
def import_excel_file(self, filestream, format):
...
```
@@ -58,16 +61,17 @@ def import_excel_file(self, filestream, format):
| Parameter | Type | Description |
| :- | :- | :- |
| filestream | io.RawIOBase | The stream of the excel file . |
-| format | [`GridLoadFormat`](/cells/python-net/aspose.cellsgridjs/gridloadformat) | The LoadFormat of the excel file. |
+| format | aspose.cellsgridjs.GridLoadFormat | The LoadFormat of the excel file. |
-## import_excel_file {#str-str-str}
+## import_excel_file(self, uid, file_name, password) {#System.String-System.String-System.String}
Imports the excel file from file path and open password.
```python
+
def import_excel_file(self, uid, file_name, password):
...
```
@@ -75,18 +79,19 @@ def import_excel_file(self, uid, file_name, password):
| Parameter | Type | Description |
| :- | :- | :- |
-| uid | str | The unique id for the file cache, if set to null,it will be generated automatically. |
-| file_name | str | The full path of the file. |
-| password | str | The open password of the excel file.The value can be null If no passowrd is set. |
+| uid | System.String | The unique id for the file cache, if set to null,it will be generated automatically. |
+| file_name | System.String | The full path of the file. |
+| password | System.String | The open password of the excel file.The value can be null If no passowrd is set. |
-## import_excel_file {#str-io.RawIOBase-aspose.cellsgridjs.GridLoadFormat}
+## import_excel_file(self, uid, filestream, format) {#System.String-io.RawIOBase-aspose.cellsgridjs.GridLoadFormat}
Imports the excel file from file stream.
```python
+
def import_excel_file(self, uid, filestream, format):
...
```
@@ -94,18 +99,19 @@ def import_excel_file(self, uid, filestream, format):
| Parameter | Type | Description |
| :- | :- | :- |
-| uid | str | The unique id for the file cache, if set to null,it will be generated automatically. |
+| uid | System.String | The unique id for the file cache, if set to null,it will be generated automatically. |
| filestream | io.RawIOBase | The stream of the excel file . |
-| format | [`GridLoadFormat`](/cells/python-net/aspose.cellsgridjs/gridloadformat) | The LoadFormat of the excel file. |
+| format | aspose.cellsgridjs.GridLoadFormat | The LoadFormat of the excel file. |
-## import_excel_file {#io.RawIOBase-aspose.cellsgridjs.GridLoadFormat-str}
+## import_excel_file(self, filestream, format, password) {#io.RawIOBase-aspose.cellsgridjs.GridLoadFormat-System.String}
Imports the excel file from file stream with load format and open password.
```python
+
def import_excel_file(self, filestream, format, password):
...
```
@@ -114,17 +120,18 @@ def import_excel_file(self, filestream, format, password):
| Parameter | Type | Description |
| :- | :- | :- |
| filestream | io.RawIOBase | The stream of the excel file . |
-| format | [`GridLoadFormat`](/cells/python-net/aspose.cellsgridjs/gridloadformat) | The LoadFormat of the excel file. |
-| password | str | The open password of the excel file.The value can be null If no passowrd is set. |
+| format | aspose.cellsgridjs.GridLoadFormat | The LoadFormat of the excel file. |
+| password | System.String | The open password of the excel file.The value can be null If no passowrd is set. |
-## import_excel_file {#str-io.RawIOBase-aspose.cellsgridjs.GridLoadFormat-str}
+## import_excel_file(self, uid, filestream, format, password) {#System.String-io.RawIOBase-aspose.cellsgridjs.GridLoadFormat-System.String}
Imports the excel file from file stream with load format and open password.
```python
+
def import_excel_file(self, uid, filestream, format, password):
...
```
@@ -132,10 +139,10 @@ def import_excel_file(self, uid, filestream, format, password):
| Parameter | Type | Description |
| :- | :- | :- |
-| uid | str | The unique id for the file cache, if set to null,it will be generated automatically. |
+| uid | System.String | The unique id for the file cache, if set to null,it will be generated automatically. |
| filestream | io.RawIOBase | The stream of the excel file . |
-| format | [`GridLoadFormat`](/cells/python-net/aspose.cellsgridjs/gridloadformat) | The LoadFormat of the excel file. |
-| password | str | The open password of the excel file.The value can be null If no passowrd is set |
+| format | aspose.cellsgridjs.GridLoadFormat | The LoadFormat of the excel file. |
+| password | System.String | The open password of the excel file.The value can be null If no passowrd is set |
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/import_excel_file_from_json/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/import_excel_file_from_json/_index.md
index 9255f2895c..09579f0e34 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/import_excel_file_from_json/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/import_excel_file_from_json/_index.md
@@ -3,18 +3,19 @@ title: import_excel_file_from_json method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 130
url: /aspose.cellsgridjs/gridjsworkbook/import_excel_file_from_json/
is_root: false
---
-## import_excel_file_from_json {#str}
+## import_excel_file_from_json(self, json) {#System.String}
Imports the excel file from JSON format string.
```python
+
def import_excel_file_from_json(self, json):
...
```
@@ -22,7 +23,7 @@ def import_excel_file_from_json(self, json):
| Parameter | Type | Description |
| :- | :- | :- |
-| json | str | The JSON format string. |
+| json | System.String | The JSON format string. |
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/insert_image/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/insert_image/_index.md
index 788803c705..2bfb696b08 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/insert_image/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/insert_image/_index.md
@@ -3,15 +3,15 @@ title: insert_image method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 140
url: /aspose.cellsgridjs/gridjsworkbook/insert_image/
is_root: false
---
-## insert_image {#str-str-io.RawIOBase-str}
+## insert_image(self, uid, p, s, image_url) {#System.String-System.String-io.RawIOBase-System.String}
Inserts image in the worksheet from file stream or the URL,(either the file stream or the URL shall be provided)
-or
+or
Inserts shape ,when the p.type is one of AutoShapeType
@@ -22,6 +22,7 @@ The JSON format string of the inserted image
```python
+
def insert_image(self, uid, p, s, image_url):
...
```
@@ -29,10 +30,10 @@ def insert_image(self, uid, p, s, image_url):
| Parameter | Type | Description |
| :- | :- | :- |
-| uid | str | The unique id for the file cache |
-| p | str | The JSON format string for the operation which specify the cell location ,the worksheet name,upper left row,upper left column for the image,etc {name:'sheet1',ri:1,ci:1} |
+| uid | System.String | The unique id for the file cache |
+| p | System.String | The JSON format string for the operation which specify the cell location ,the worksheet name,upper left row,upper left column for the image,etc {name:'sheet1',ri:1,ci:1} |
| s | io.RawIOBase | The file stream of the image file |
-| image_url | str | The URL of the image file |
+| image_url | System.String | The URL of the image file |
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/merge_excel_file_from_json/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/merge_excel_file_from_json/_index.md
index f3746ce88e..351006d716 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/merge_excel_file_from_json/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/merge_excel_file_from_json/_index.md
@@ -3,18 +3,19 @@ title: merge_excel_file_from_json method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 190
url: /aspose.cellsgridjs/gridjsworkbook/merge_excel_file_from_json/
is_root: false
---
-## merge_excel_file_from_json {#str-str}
+## merge_excel_file_from_json(self, uid, json) {#System.String-System.String}
Applies a batch update to the memory data.
```python
+
def merge_excel_file_from_json(self, uid, json):
...
```
@@ -22,8 +23,8 @@ def merge_excel_file_from_json(self, uid, json):
| Parameter | Type | Description |
| :- | :- | :- |
-| uid | str | The unique id for the file cache. |
-| json | str | The update JSON format string. |
+| uid | System.String | The unique id for the file cache. |
+| json | System.String | The update JSON format string. |
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/save_to_cache_with_file_name/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/save_to_cache_with_file_name/_index.md
index d310fd141d..c2a8b6fae4 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/save_to_cache_with_file_name/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/save_to_cache_with_file_name/_index.md
@@ -3,18 +3,19 @@ title: save_to_cache_with_file_name method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 200
url: /aspose.cellsgridjs/gridjsworkbook/save_to_cache_with_file_name/
is_root: false
---
-## save_to_cache_with_file_name {#str-str-str}
+## save_to_cache_with_file_name(self, uid, filename, password) {#System.String-System.String-System.String}
Saves the memory data to the cache file with the specified filename and also set the open password, the save format is baseed on the file extension of the filename .
```python
+
def save_to_cache_with_file_name(self, uid, filename, password):
...
```
@@ -22,9 +23,9 @@ def save_to_cache_with_file_name(self, uid, filename, password):
| Parameter | Type | Description |
| :- | :- | :- |
-| uid | str | The unique id for the file cache. |
-| filename | str | The filename to save. |
-| password | str | The excel file's open password. The value can be null If no passowrd is set. |
+| uid | System.String | The unique id for the file cache. |
+| filename | System.String | The filename to save. |
+| password | System.String | The excel file's open password. The value can be null If no passowrd is set. |
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/save_to_excel_file/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/save_to_excel_file/_index.md
index 942dbe9519..9dd30a9621 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/save_to_excel_file/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/save_to_excel_file/_index.md
@@ -3,18 +3,19 @@ title: save_to_excel_file method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 210
url: /aspose.cellsgridjs/gridjsworkbook/save_to_excel_file/
is_root: false
---
-## save_to_excel_file {#io.RawIOBase}
+## save_to_excel_file(self, stream) {#io.RawIOBase}
Saves the memory data to the sream, baseed on the origin file format.
```python
+
def save_to_excel_file(self, stream):
...
```
@@ -25,13 +26,14 @@ def save_to_excel_file(self, stream):
| stream | io.RawIOBase | The stream to save. |
-## save_to_excel_file {#str}
+## save_to_excel_file(self, path) {#System.String}
Saves the memory data to the file path,if the file has extension ,save format is baseed on the file extension .
```python
+
def save_to_excel_file(self, path):
...
```
@@ -39,7 +41,7 @@ def save_to_excel_file(self, path):
| Parameter | Type | Description |
| :- | :- | :- |
-| path | str | The file path to save. |
+| path | System.String | The file path to save. |
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/save_to_html/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/save_to_html/_index.md
index 3be3a1834b..5016efbfa4 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/save_to_html/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/save_to_html/_index.md
@@ -3,18 +3,19 @@ title: save_to_html method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 220
url: /aspose.cellsgridjs/gridjsworkbook/save_to_html/
is_root: false
---
-## save_to_html {#str}
+## save_to_html(self, path) {#System.String}
Saves the memory data to the file path,the save format is html.
```python
+
def save_to_html(self, path):
...
```
@@ -22,16 +23,17 @@ def save_to_html(self, path):
| Parameter | Type | Description |
| :- | :- | :- |
-| path | str | The file path to save. |
+| path | System.String | The file path to save. |
-## save_to_html {#io.RawIOBase}
+## save_to_html(self, stream) {#io.RawIOBase}
Saves the memory data to the sream,the save format is html
```python
+
def save_to_html(self, stream):
...
```
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/save_to_pdf/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/save_to_pdf/_index.md
index 1e3eb5dc26..0e14b927ff 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/save_to_pdf/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/save_to_pdf/_index.md
@@ -3,18 +3,19 @@ title: save_to_pdf method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 230
url: /aspose.cellsgridjs/gridjsworkbook/save_to_pdf/
is_root: false
---
-## save_to_pdf {#str}
+## save_to_pdf(self, path) {#System.String}
Saves the memory data to the file path,the save format is pdf.
```python
+
def save_to_pdf(self, path):
...
```
@@ -22,16 +23,17 @@ def save_to_pdf(self, path):
| Parameter | Type | Description |
| :- | :- | :- |
-| path | str | The file path to save. |
+| path | System.String | The file path to save. |
-## save_to_pdf {#io.RawIOBase}
+## save_to_pdf(self, stream) {#io.RawIOBase}
Saves the memory data to the sream,the save format is pdf.
```python
+
def save_to_pdf(self, stream):
...
```
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/save_to_xlsx/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/save_to_xlsx/_index.md
index 6eaa67a94a..03f09009e0 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/save_to_xlsx/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/save_to_xlsx/_index.md
@@ -3,18 +3,19 @@ title: save_to_xlsx method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 240
url: /aspose.cellsgridjs/gridjsworkbook/save_to_xlsx/
is_root: false
---
-## save_to_xlsx {#str}
+## save_to_xlsx(self, path) {#System.String}
Saves the memory data to the file path,the save format is xlsx.
```python
+
def save_to_xlsx(self, path):
...
```
@@ -22,16 +23,17 @@ def save_to_xlsx(self, path):
| Parameter | Type | Description |
| :- | :- | :- |
-| path | str | The file path to save. |
+| path | System.String | The file path to save. |
-## save_to_xlsx {#io.RawIOBase}
+## save_to_xlsx(self, stream) {#io.RawIOBase}
Saves the memory data to the sream,the save format is xlsx.
```python
+
def save_to_xlsx(self, stream):
...
```
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/set_image_url_base/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/set_image_url_base/_index.md
index 993eac3db3..2e4045d532 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/set_image_url_base/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/set_image_url_base/_index.md
@@ -3,27 +3,31 @@ title: set_image_url_base method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 250
url: /aspose.cellsgridjs/gridjsworkbook/set_image_url_base/
is_root: false
---
-## set_image_url_base {#str}
-
+## set_image_url_base(, base_image_url) {#System.String}
+Set the base image get action URL from controller .
```python
-def set_image_url_base(self, base_image_url):
+
+@staticmethod
+def set_image_url_base(base_image_url):
...
```
| Parameter | Type | Description |
| :- | :- | :- |
-| base_image_url | str | |
+| base_image_url | System.String | the base image get action URL. |
+### Remarks
+when CacheImp is null,we need to set this .
### See Also
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/set_interrupt_monitor_for_load/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/set_interrupt_monitor_for_load/_index.md
index 750ee12468..fa0c56466a 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/set_interrupt_monitor_for_load/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/set_interrupt_monitor_for_load/_index.md
@@ -22,11 +22,11 @@ def set_interrupt_monitor_for_load(self, monitor, calculate_timeout_milliseconds
| Parameter | Type | Description |
| :- | :- | :- |
-| monitor | [`GridInterruptMonitor`](/cells/python-net/aspose.cellsgridjs/gridinterruptmonitor) | The InterruptMonitor instance. |
+| monitor | [`GridInterruptMonitor`](/gridjs/python-net/aspose.cellsgridjs/gridinterruptmonitor) | The InterruptMonitor instance. |
| calculate_timeout_milliseconds | int | The time out in millisecond for load file. |
### See Also
* module [`aspose.cellsgridjs`](../../)
-* class [`GridJsWorkbook`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook)
+* class [`GridJsWorkbook`](/gridjs/python-net/aspose.cellsgridjs/gridjsworkbook)
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/set_interrupt_monitor_for_save/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/set_interrupt_monitor_for_save/_index.md
index 0555edd58c..32dd39fa64 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/set_interrupt_monitor_for_save/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/set_interrupt_monitor_for_save/_index.md
@@ -22,10 +22,10 @@ def set_interrupt_monitor_for_save(self, monitor):
| Parameter | Type | Description |
| :- | :- | :- |
-| monitor | [`GridInterruptMonitor`](/cells/python-net/aspose.cellsgridjs/gridinterruptmonitor) | The InterruptMonitor instance. |
+| monitor | [`GridInterruptMonitor`](/gridjs/python-net/aspose.cellsgridjs/gridinterruptmonitor) | The InterruptMonitor instance. |
### See Also
* module [`aspose.cellsgridjs`](../../)
-* class [`GridJsWorkbook`](/cells/python-net/aspose.cellsgridjs/gridjsworkbook)
+* class [`GridJsWorkbook`](/gridjs/python-net/aspose.cellsgridjs/gridjsworkbook)
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/settings/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/settings/_index.md
index dd668e4ff5..ab9a54b54f 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/settings/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/settings/_index.md
@@ -3,7 +3,7 @@ title: settings property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 310
url: /aspose.cellsgridjs/gridjsworkbook/settings/
is_root: false
---
diff --git a/english/aspose.cellsgridjs/gridjsworkbook/update_cell/_index.md b/english/aspose.cellsgridjs/gridjsworkbook/update_cell/_index.md
index d708dee922..a381442302 100644
--- a/english/aspose.cellsgridjs/gridjsworkbook/update_cell/_index.md
+++ b/english/aspose.cellsgridjs/gridjsworkbook/update_cell/_index.md
@@ -3,12 +3,12 @@ title: update_cell method
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 260
url: /aspose.cellsgridjs/gridjsworkbook/update_cell/
is_root: false
---
-## update_cell {#str-str}
+## update_cell(self, p, uid) {#System.String-System.String}
Applies the update operation.
@@ -20,6 +20,7 @@ The JSON format string of the update result.
```python
+
def update_cell(self, p, uid):
...
```
@@ -27,8 +28,8 @@ def update_cell(self, p, uid):
| Parameter | Type | Description |
| :- | :- | :- |
-| p | str | The JSON format string of update operation. |
-| uid | str | The unique id for the file cache. |
+| p | System.String | The JSON format string of update operation. |
+| uid | System.String | The unique id for the file cache. |
diff --git a/english/aspose.cellsgridjs/gridlinetype/_index.md b/english/aspose.cellsgridjs/gridlinetype/_index.md
new file mode 100644
index 0000000000..256848a975
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridlinetype/_index.md
@@ -0,0 +1,28 @@
+---
+title: GridlineType enumeration
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 270
+url: /aspose.cellsgridjs/gridlinetype/
+is_root: false
+---
+
+## GridlineType enumeration
+
+Enumerates grid line Type.
+
+
+
+The GridlineType type exposes the following members:
+
+### Fields
+| Field | Description |
+| :- | :- |
+| DOTTED | Represents dotted line. |
+| HAIR | Represents hair line. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/gridloadformat/_index.md b/english/aspose.cellsgridjs/gridloadformat/_index.md
index 4e28b73aaf..d777402c56 100644
--- a/english/aspose.cellsgridjs/gridloadformat/_index.md
+++ b/english/aspose.cellsgridjs/gridloadformat/_index.md
@@ -3,7 +3,7 @@ title: GridLoadFormat enumeration
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 260
url: /aspose.cellsgridjs/gridloadformat/
is_root: false
---
@@ -20,20 +20,30 @@ The GridLoadFormat type exposes the following members:
| Field | Description |
| :- | :- |
| AUTO | Represents recognizing the format automatically. |
-| CSV | Represents Comma-Separated Values(CSV) text file. |
+| CSV | Comma-Separated Values(CSV) text file. |
| XLSX | Represents Office Open XML spreadsheetML workbook or template, with or without macros. |
-| TSV | Represents TSV(tab-separated values file) file. |
-| TAB_DELIMITED | Represents tab delimited text file, same with [`GridLoadFormat.TSV`](/cells/python-net/aspose.cellsgridjs/gridloadformat#TSV). |
-| HTML | Represents html file. |
-| M_HTML | Represents mhtml file. |
-| ODS | Represents Open Document Sheet(ODS) file. |
-| EXCEL_97_TO_2003 | Represents Excel97-2003 xls file. |
-| SPREADSHEET_ML | Represents Excel 2003 xml file. |
-| XLSB | Represents xlsb file. |
-| NUMBERS | Represents numbers file. |
+| TSV | Tab-Separated Values(TSV) text file. |
+| TAB_DELIMITED | Represents a tab delimited text file, same with [`GridLoadFormat.TSV`](/cells/python-net/aspose.cellsgridjs/gridloadformat#TSV). |
+| HTML | Represents a html file. |
+| M_HTML | Represents a mhtml file. |
+| ODS | Open Document Sheet(ODS) file. |
+| EXCEL_97_TO_2003 | Represents an Excel97-2003 xls file. |
+| SPREADSHEET_ML | Represents an Excel 2003 xml file. |
+| XLSB | Represents an xlsb file. |
+| OTS | Open Document Template Sheet(OTS) file. |
+| NUMBERS | Represents a numbers file. |
| FODS | Represents OpenDocument Flat XML Spreadsheet (.fods) file format. |
| SXC | Represents StarOffice Calc Spreadsheet (.sxc) file format. |
+| XML | Represents a simple xml file. |
+| EPUB | Reprents an EPUB file. |
+| AZW3 | Represents an AZW3 file. |
+| CHM | Represents a CHM file. |
+| MARKDOWN | Represents a Markdown file. |
| UNKNOWN | Represents unrecognized format, cannot be loaded. |
+| IMAGE | Image |
+| JSON | Json |
+| DIF | Data Interchange Format. |
+| DBF | Xbase Data file |
diff --git a/english/aspose.cellsgridjs/gridreferredarea/_index.md b/english/aspose.cellsgridjs/gridreferredarea/_index.md
index cf6317864b..abc698386c 100644
--- a/english/aspose.cellsgridjs/gridreferredarea/_index.md
+++ b/english/aspose.cellsgridjs/gridreferredarea/_index.md
@@ -3,7 +3,7 @@ title: GridReferredArea class
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 120
url: /aspose.cellsgridjs/gridreferredarea/
is_root: false
---
@@ -32,8 +32,8 @@ The GridReferredArea type exposes the following members:
### Methods
| Method | Description |
| :- | :- |
-| [get_values](/cells/python-net/aspose.cellsgridjs/gridreferredarea/get_values/#) | Gets cell values in this area. |
-| [get_value](/cells/python-net/aspose.cellsgridjs/gridreferredarea/get_value/#int-int) | Gets cell value with given offset from the top-left of this area. |
+| [`get_values(self)`](/cells/python-net/aspose.cellsgridjs/gridreferredarea/get_values/#) | Gets cell values in this area. |
+| [`get_value(self, row_offset, col_offset)`](/cells/python-net/aspose.cellsgridjs/gridreferredarea/get_value/#int-int) | Gets cell value with given offset from the top-left of this area. |
diff --git a/english/aspose.cellsgridjs/gridreferredarea/get_value/_index.md b/english/aspose.cellsgridjs/gridreferredarea/get_value/_index.md
index 2cded67746..665044fb53 100644
--- a/english/aspose.cellsgridjs/gridreferredarea/get_value/_index.md
+++ b/english/aspose.cellsgridjs/gridreferredarea/get_value/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cellsgridjs/gridreferredarea/get_value/
is_root: false
---
-## get_value {#int-int}
+## get_value(self, row_offset, col_offset) {#int-int}
Gets cell value with given offset from the top-left of this area.
@@ -22,6 +22,7 @@ Otherwise return the cell value at given position.
```python
+
def get_value(self, row_offset, col_offset):
...
```
diff --git a/english/aspose.cellsgridjs/gridreferredarea/get_values/_index.md b/english/aspose.cellsgridjs/gridreferredarea/get_values/_index.md
index 73e1a71b6d..5012881588 100644
--- a/english/aspose.cellsgridjs/gridreferredarea/get_values/_index.md
+++ b/english/aspose.cellsgridjs/gridreferredarea/get_values/_index.md
@@ -8,7 +8,7 @@ url: /aspose.cellsgridjs/gridreferredarea/get_values/
is_root: false
---
-## get_values {#}
+## get_values(self) {#}
Gets cell values in this area.
@@ -22,6 +22,7 @@ Otherwise return one array for all values in this area.
```python
+
def get_values(self):
...
```
diff --git a/english/aspose.cellsgridjs/gridupdatemonitor/_index.md b/english/aspose.cellsgridjs/gridupdatemonitor/_index.md
new file mode 100644
index 0000000000..0acf2b7b86
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridupdatemonitor/_index.md
@@ -0,0 +1,27 @@
+---
+title: GridUpdateMonitor class
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 130
+url: /aspose.cellsgridjs/gridupdatemonitor/
+is_root: false
+---
+
+## GridUpdateMonitor class
+
+Monitor for user to track the change of update operation.
+
+
+
+The GridUpdateMonitor type exposes the following members:
+
+### Methods
+| Method | Description |
+| :- | :- |
+| [`after_update(self, op, uid, cells)`](/cells/python-net/aspose.cellsgridjs/gridupdatemonitor/after_update/#system.string-system.string-list) | after update operation |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/gridupdatemonitor/after_update/_index.md b/english/aspose.cellsgridjs/gridupdatemonitor/after_update/_index.md
new file mode 100644
index 0000000000..6a261ba9b0
--- /dev/null
+++ b/english/aspose.cellsgridjs/gridupdatemonitor/after_update/_index.md
@@ -0,0 +1,34 @@
+---
+title: after_update method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cellsgridjs/gridupdatemonitor/after_update/
+is_root: false
+---
+
+## after_update(self, op, uid, cells) {#System.String-System.String-list}
+
+after update operation
+
+
+
+```python
+
+def after_update(self, op, uid, cells):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| op | System.String | The JSON string for update operation |
+| uid | System.String | The unique id for the file cache. |
+| cells | list | The Updated Cells list,include cells which has style change,value change or formula change |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridUpdateMonitor`](/cells/python-net/aspose.cellsgridjs/gridupdatemonitor)
diff --git a/english/aspose.cellsgridjs/gridworkbooksettings/__init__/_index.md b/english/aspose.cellsgridjs/gridworkbooksettings/__init__/_index.md
index 7e45bc6fb2..d50ee1f09b 100644
--- a/english/aspose.cellsgridjs/gridworkbooksettings/__init__/_index.md
+++ b/english/aspose.cellsgridjs/gridworkbooksettings/__init__/_index.md
@@ -8,13 +8,14 @@ url: /aspose.cellsgridjs/gridworkbooksettings/__init__/
is_root: false
---
-## __init__ {#}
+## \_\_init\_\_(self) {#}
Constructs a new instance of GridWorkbookSettings
```python
+
def __init__(self):
...
```
diff --git a/english/aspose.cellsgridjs/gridworkbooksettings/_index.md b/english/aspose.cellsgridjs/gridworkbooksettings/_index.md
index f3350d0077..b9f19ab8e1 100644
--- a/english/aspose.cellsgridjs/gridworkbooksettings/_index.md
+++ b/english/aspose.cellsgridjs/gridworkbooksettings/_index.md
@@ -1,54 +1,55 @@
----
-title: GridWorkbookSettings class
-second_title: Aspose.Cells.GridJs for Python via .NET API References
-description:
-type: docs
-weight: 80
-url: /aspose.cellsgridjs/gridworkbooksettings/
-is_root: false
+---
+title: GridWorkbookSettings class
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 140
+url: /aspose.cellsgridjs/gridworkbooksettings/
+is_root: false
---
-
+
## GridWorkbookSettings class
-
+
Represents the settings of the workbook.
-
+
The GridWorkbookSettings type exposes the following members:
-
-### Constructors
-| Constructor | Description |
-| :- | :- |
-| [__init__](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/__init__/#) | Constructs a new instance of GridWorkbookSettings |
-
-
-### Properties
-| Property | Description |
-| :- | :- |
-| [max_iteration](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/max_iteration) | Returns or sets the maximum number of iterations to resolve a circular reference,the default value is 100. |
-| [iteration](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/iteration) | Indicates whether use iteration to resolve circular references. |
-| [force_full_calculate](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/force_full_calculate) | Indicates whether fully calculates every time when a calculation is triggered. |
-| [create_calc_chain](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/create_calc_chain) | Indicates whether create calculated formulas chain. Default is false. |
-| [re_calculate_on_open](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/re_calculate_on_open) | Indicates whether re-calculate all formulas on opening file. |
-| [precision_as_displayed](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/precision_as_displayed) | True if calculations in this workbook will be done using only the precision of the numbers as they're displayed |
-| [date1904](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/date1904) | Gets or sets a value which represents if the workbook uses the 1904 date system. |
-| [enable_macros](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/enable_macros) | Enable macros; Now it only works when copying a worksheet to other worksheet in a workbook. |
-| [check_custom_number_format](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/check_custom_number_format) | Indicates whether checking custom number format when setting Style.Custom. |
-| [author](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/author) | Gets/sets the author of the file. |
-
-
+
+### Constructors
+| Constructor | Description |
+| :- | :- |
+| [`__init__(self)`](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/__init__/#) | Constructs a new instance of GridWorkbookSettings |
+
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [max_iteration](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/max_iteration) | Returns or sets the maximum number of iterations to resolve a circular reference, the default value is 100. |
+| [iteration](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/iteration) | Indicates whether use iteration to resolve circular references. |
+| [force_full_calculate](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/force_full_calculate) | Indicates whether fully calculates every time when a calculation is triggered. |
+| [create_calc_chain](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/create_calc_chain) | Indicates whether create calculated formulas chain. Default is false. |
+| [re_calculate_on_open](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/re_calculate_on_open) | Indicates whether re-calculate all formulas on opening file. Default is true. |
+| [precision_as_displayed](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/precision_as_displayed) | True if calculations in this workbook will be done using only the precision of the numbers as they're displayed |
+| [date1904](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/date1904) | Gets or sets a value which represents if the workbook uses the 1904 date system. |
+| [enable_macros](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/enable_macros) | Enable macros; Now it only works when copying a worksheet to other worksheet in a workbook. |
+| [check_custom_number_format](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/check_custom_number_format) | Indicates whether checking custom number format when setting Style.Custom, default is false. |
+| [check_excel_restriction](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/check_excel_restriction) | Whether check restriction of excel file when user modify cells related objects.
For example, excel does not allow inputting string value longer than 32K.
When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception.
If this property is false, we will accept your input string value as the cell's value so that later
you can output the complete string value for other file formats such as CSV.
However, if you have set such kind of value that is invalid for excel file format,
you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file.
default is false. |
+| [author](/cells/python-net/aspose.cellsgridjs/gridworkbooksettings/author) | Gets/sets the author of the file. |
+
+
### Example
-
+
```python
-from aspose.cellsgridjs import GridJsWorkbook, GridWorkbookSettings
-
-g = GridJsWorkbook()
-gsettings = GridWorkbookSettings()
-g.settings = gsettings
+from aspose.cellsgridjs import GridJsWorkbook, GridWorkbookSettings
+
+g = GridJsWorkbook()
+gsettings = GridWorkbookSettings()
+g.settings = gsettings
-```
+```
-### See Also
-* module [`aspose.cellsgridjs`](..)
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/gridworkbooksettings/check_custom_number_format/_index.md b/english/aspose.cellsgridjs/gridworkbooksettings/check_custom_number_format/_index.md
index b052d515b1..9b4a87aa64 100644
--- a/english/aspose.cellsgridjs/gridworkbooksettings/check_custom_number_format/_index.md
+++ b/english/aspose.cellsgridjs/gridworkbooksettings/check_custom_number_format/_index.md
@@ -11,7 +11,7 @@ is_root: false
## check_custom_number_format property
-Indicates whether checking custom number format when setting Style.Custom.
+Indicates whether checking custom number format when setting Style.Custom, default is false.
### Definition:
```python
@property
diff --git a/english/aspose.cellsgridjs/gridworkbooksettings/create_calc_chain/_index.md b/english/aspose.cellsgridjs/gridworkbooksettings/create_calc_chain/_index.md
index 2625068623..7dca311483 100644
--- a/english/aspose.cellsgridjs/gridworkbooksettings/create_calc_chain/_index.md
+++ b/english/aspose.cellsgridjs/gridworkbooksettings/create_calc_chain/_index.md
@@ -3,7 +3,7 @@ title: create_calc_chain property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 60
url: /aspose.cellsgridjs/gridworkbooksettings/create_calc_chain/
is_root: false
---
diff --git a/english/aspose.cellsgridjs/gridworkbooksettings/date1904/_index.md b/english/aspose.cellsgridjs/gridworkbooksettings/date1904/_index.md
index 40821a8801..fe28bc34da 100644
--- a/english/aspose.cellsgridjs/gridworkbooksettings/date1904/_index.md
+++ b/english/aspose.cellsgridjs/gridworkbooksettings/date1904/_index.md
@@ -3,7 +3,7 @@ title: date1904 property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 70
url: /aspose.cellsgridjs/gridworkbooksettings/date1904/
is_root: false
---
diff --git a/english/aspose.cellsgridjs/gridworkbooksettings/enable_macros/_index.md b/english/aspose.cellsgridjs/gridworkbooksettings/enable_macros/_index.md
index d6ca765993..022206c8cb 100644
--- a/english/aspose.cellsgridjs/gridworkbooksettings/enable_macros/_index.md
+++ b/english/aspose.cellsgridjs/gridworkbooksettings/enable_macros/_index.md
@@ -3,7 +3,7 @@ title: enable_macros property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 80
url: /aspose.cellsgridjs/gridworkbooksettings/enable_macros/
is_root: false
---
diff --git a/english/aspose.cellsgridjs/gridworkbooksettings/force_full_calculate/_index.md b/english/aspose.cellsgridjs/gridworkbooksettings/force_full_calculate/_index.md
index 98c6a4a450..92714eb7e3 100644
--- a/english/aspose.cellsgridjs/gridworkbooksettings/force_full_calculate/_index.md
+++ b/english/aspose.cellsgridjs/gridworkbooksettings/force_full_calculate/_index.md
@@ -3,7 +3,7 @@ title: force_full_calculate property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 90
url: /aspose.cellsgridjs/gridworkbooksettings/force_full_calculate/
is_root: false
---
diff --git a/english/aspose.cellsgridjs/gridworkbooksettings/iteration/_index.md b/english/aspose.cellsgridjs/gridworkbooksettings/iteration/_index.md
index 8a808d81b3..3acf98fa02 100644
--- a/english/aspose.cellsgridjs/gridworkbooksettings/iteration/_index.md
+++ b/english/aspose.cellsgridjs/gridworkbooksettings/iteration/_index.md
@@ -3,7 +3,7 @@ title: iteration property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 100
url: /aspose.cellsgridjs/gridworkbooksettings/iteration/
is_root: false
---
diff --git a/english/aspose.cellsgridjs/gridworkbooksettings/max_iteration/_index.md b/english/aspose.cellsgridjs/gridworkbooksettings/max_iteration/_index.md
index 9bb9e59c52..d405c56c50 100644
--- a/english/aspose.cellsgridjs/gridworkbooksettings/max_iteration/_index.md
+++ b/english/aspose.cellsgridjs/gridworkbooksettings/max_iteration/_index.md
@@ -3,7 +3,7 @@ title: max_iteration property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 110
url: /aspose.cellsgridjs/gridworkbooksettings/max_iteration/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## max_iteration property
-Returns or sets the maximum number of iterations to resolve a circular reference,the default value is 100.
+Returns or sets the maximum number of iterations to resolve a circular reference, the default value is 100.
### Definition:
```python
@property
diff --git a/english/aspose.cellsgridjs/gridworkbooksettings/precision_as_displayed/_index.md b/english/aspose.cellsgridjs/gridworkbooksettings/precision_as_displayed/_index.md
index b534ead61d..0744d5da78 100644
--- a/english/aspose.cellsgridjs/gridworkbooksettings/precision_as_displayed/_index.md
+++ b/english/aspose.cellsgridjs/gridworkbooksettings/precision_as_displayed/_index.md
@@ -3,7 +3,7 @@ title: precision_as_displayed property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 120
url: /aspose.cellsgridjs/gridworkbooksettings/precision_as_displayed/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## precision_as_displayed property
-True if calculations in this workbook will be done using only the precision of the numbers as they're displayed
+True if calculations in this workbook will be done using only the precision of the numbers as they're displayed
### Definition:
```python
@property
diff --git a/english/aspose.cellsgridjs/gridworkbooksettings/re_calculate_on_open/_index.md b/english/aspose.cellsgridjs/gridworkbooksettings/re_calculate_on_open/_index.md
index f5eb83fda6..764e4fadd7 100644
--- a/english/aspose.cellsgridjs/gridworkbooksettings/re_calculate_on_open/_index.md
+++ b/english/aspose.cellsgridjs/gridworkbooksettings/re_calculate_on_open/_index.md
@@ -3,7 +3,7 @@ title: re_calculate_on_open property
second_title: Aspose.Cells.GridJs for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 130
url: /aspose.cellsgridjs/gridworkbooksettings/re_calculate_on_open/
is_root: false
---
@@ -11,7 +11,7 @@ is_root: false
## re_calculate_on_open property
-Indicates whether re-calculate all formulas on opening file.
+Indicates whether re-calculate all formulas on opening file. Default is true.
### Definition:
```python
@property
diff --git a/english/aspose.cellsgridjs/igridjsservice/_index.md b/english/aspose.cellsgridjs/igridjsservice/_index.md
new file mode 100644
index 0000000000..f6616839ac
--- /dev/null
+++ b/english/aspose.cellsgridjs/igridjsservice/_index.md
@@ -0,0 +1,40 @@
+---
+title: IGridJsService class
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 150
+url: /aspose.cellsgridjs/igridjsservice/
+is_root: false
+---
+
+## IGridJsService class
+
+Reprensents the basic operation apis interface used in controller actions.
+
+
+
+The IGridJsService type exposes the following members:
+
+### Methods
+| Method | Description |
+| :- | :- |
+| [`update_cell(self, p, uid)`](/cells/python-net/aspose.cellsgridjs/igridjsservice/update_cell/#system.string-system.string) | Applies the update operation. |
+| [`check_in_cache_for_collaborative(self, uid)`](/cells/python-net/aspose.cellsgridjs/igridjsservice/check_in_cache_for_collaborative/#system.string) | Check wether workbook instance is in memory cache .this method is apply for Collaborative mode only. |
+| [`detail_stream_json_with_uid(self, stream, file_path, uid)`](/cells/python-net/aspose.cellsgridjs/igridjsservice/detail_stream_json_with_uid/#io.rawiobase-system.string-system.string) | Write the JSON string for the file to the stream by the specified unique id. |
+| [`detail_stream_json(self, stream, file_path)`](/cells/python-net/aspose.cellsgridjs/igridjsservice/detail_stream_json/#io.rawiobase-system.string) | Write the JSON string for the Workbook to the stream |
+| [`lazy_loading_stream_json(self, stream, sheet_name, uid)`](/cells/python-net/aspose.cellsgridjs/igridjsservice/lazy_loading_stream_json/#io.rawiobase-system.string-system.string) | Writes the JSON string of the specified sheet in the file from the cache using the specified unique id to the stream.. |
+| [`add_image(self, p, uid, iscontrol, file_input_stream)`](/cells/python-net/aspose.cellsgridjs/igridjsservice/add_image/#system.string-system.string-system.string-io.rawiobase) | Applies the add image from local file operation. |
+| [`add_image_by_url(self, p, uid, imageurl)`](/cells/python-net/aspose.cellsgridjs/igridjsservice/add_image_by_url/#system.string-system.string-system.string) | Applies the add image from remote URL operation. |
+| [`copy_image(self, p, uid)`](/cells/python-net/aspose.cellsgridjs/igridjsservice/copy_image/#system.string-system.string) | Applies the copy image operation. |
+| [`load(self, uid, filename)`](/cells/python-net/aspose.cellsgridjs/igridjsservice/load/#system.string-system.string) | Gets the JSON string of the file from the cache using the specified unique id,set the output filename in the JSON. |
+| [`image(self, uid, picid)`](/cells/python-net/aspose.cellsgridjs/igridjsservice/image/#system.string-system.string) | Get Stream of image. |
+| [`ole(self, uid, sheetname, oleid, label)`](/cells/python-net/aspose.cellsgridjs/igridjsservice/ole/#system.string-system.string-int-any) | Gets the byte array data of the embedded ole object . |
+| [`image_url(self, base_url, picid, uid)`](/cells/python-net/aspose.cellsgridjs/igridjsservice/image_url/#system.string-system.string-system.string) | Gets the image URL. |
+| [`get_file(self, fileid)`](/cells/python-net/aspose.cellsgridjs/igridjsservice/get_file/#system.string) | Get file stream |
+| [`download(self, p, uid, filename)`](/cells/python-net/aspose.cellsgridjs/igridjsservice/download/#system.string-system.string-system.string) | Applies the download file operation |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/igridjsservice/add_image/_index.md b/english/aspose.cellsgridjs/igridjsservice/add_image/_index.md
new file mode 100644
index 0000000000..d1381f8160
--- /dev/null
+++ b/english/aspose.cellsgridjs/igridjsservice/add_image/_index.md
@@ -0,0 +1,40 @@
+---
+title: add_image method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cellsgridjs/igridjsservice/add_image/
+is_root: false
+---
+
+## add_image(self, p, uid, iscontrol, file_input_stream) {#System.String-System.String-System.String-io.RawIOBase}
+
+Applies the add image from local file operation.
+
+
+### Returns
+
+
+The JSON string result
+
+
+```python
+
+def add_image(self, p, uid, iscontrol, file_input_stream):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| p | System.String | The JSON string parameter |
+| uid | System.String | The unique id for the file cache. |
+| iscontrol | System.String | Specify whether it is a control. |
+| file_input_stream | io.RawIOBase | The input stream form file of the image |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice)
diff --git a/english/aspose.cellsgridjs/igridjsservice/add_image_by_url/_index.md b/english/aspose.cellsgridjs/igridjsservice/add_image_by_url/_index.md
new file mode 100644
index 0000000000..b004fb20c5
--- /dev/null
+++ b/english/aspose.cellsgridjs/igridjsservice/add_image_by_url/_index.md
@@ -0,0 +1,39 @@
+---
+title: add_image_by_url method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cellsgridjs/igridjsservice/add_image_by_url/
+is_root: false
+---
+
+## add_image_by_url(self, p, uid, imageurl) {#System.String-System.String-System.String}
+
+Applies the add image from remote URL operation.
+
+
+### Returns
+
+
+The JSON string result
+
+
+```python
+
+def add_image_by_url(self, p, uid, imageurl):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| p | System.String | The JSON string parameter |
+| uid | System.String | The unique id for the file cache. |
+| imageurl | System.String | Specify the image URL. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice)
diff --git a/english/aspose.cellsgridjs/igridjsservice/check_in_cache_for_collaborative/_index.md b/english/aspose.cellsgridjs/igridjsservice/check_in_cache_for_collaborative/_index.md
new file mode 100644
index 0000000000..00f8d2932d
--- /dev/null
+++ b/english/aspose.cellsgridjs/igridjsservice/check_in_cache_for_collaborative/_index.md
@@ -0,0 +1,37 @@
+---
+title: check_in_cache_for_collaborative method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cellsgridjs/igridjsservice/check_in_cache_for_collaborative/
+is_root: false
+---
+
+## check_in_cache_for_collaborative(self, uid) {#System.String}
+
+Check wether workbook instance is in memory cache .this method is apply for Collaborative mode only.
+
+
+### Returns
+
+
+
+
+
+```python
+
+def check_in_cache_for_collaborative(self, uid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| uid | System.String | |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice)
diff --git a/english/aspose.cellsgridjs/igridjsservice/copy_image/_index.md b/english/aspose.cellsgridjs/igridjsservice/copy_image/_index.md
new file mode 100644
index 0000000000..92b65b6323
--- /dev/null
+++ b/english/aspose.cellsgridjs/igridjsservice/copy_image/_index.md
@@ -0,0 +1,38 @@
+---
+title: copy_image method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cellsgridjs/igridjsservice/copy_image/
+is_root: false
+---
+
+## copy_image(self, p, uid) {#System.String-System.String}
+
+Applies the copy image operation.
+
+
+### Returns
+
+
+The JSON string result
+
+
+```python
+
+def copy_image(self, p, uid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| p | System.String | The JSON string parameter |
+| uid | System.String | The unique id for the file cache. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice)
diff --git a/english/aspose.cellsgridjs/igridjsservice/detail_stream_json/_index.md b/english/aspose.cellsgridjs/igridjsservice/detail_stream_json/_index.md
new file mode 100644
index 0000000000..c5462dfbe6
--- /dev/null
+++ b/english/aspose.cellsgridjs/igridjsservice/detail_stream_json/_index.md
@@ -0,0 +1,33 @@
+---
+title: detail_stream_json method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cellsgridjs/igridjsservice/detail_stream_json/
+is_root: false
+---
+
+## detail_stream_json(self, stream, file_path) {#io.RawIOBase-System.String}
+
+Write the JSON string for the Workbook to the stream
+
+
+
+```python
+
+def detail_stream_json(self, stream, file_path):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| stream | io.RawIOBase | The stream that will be written |
+| file_path | System.String | The file path |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice)
diff --git a/english/aspose.cellsgridjs/igridjsservice/detail_stream_json_with_uid/_index.md b/english/aspose.cellsgridjs/igridjsservice/detail_stream_json_with_uid/_index.md
new file mode 100644
index 0000000000..bfe1ed8d74
--- /dev/null
+++ b/english/aspose.cellsgridjs/igridjsservice/detail_stream_json_with_uid/_index.md
@@ -0,0 +1,34 @@
+---
+title: detail_stream_json_with_uid method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 70
+url: /aspose.cellsgridjs/igridjsservice/detail_stream_json_with_uid/
+is_root: false
+---
+
+## detail_stream_json_with_uid(self, stream, file_path, uid) {#io.RawIOBase-System.String-System.String}
+
+Write the JSON string for the file to the stream by the specified unique id.
+
+
+
+```python
+
+def detail_stream_json_with_uid(self, stream, file_path, uid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| stream | io.RawIOBase | The stream that will be written |
+| file_path | System.String | The file path |
+| uid | System.String | The unique id for the file cache. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice)
diff --git a/english/aspose.cellsgridjs/igridjsservice/download/_index.md b/english/aspose.cellsgridjs/igridjsservice/download/_index.md
new file mode 100644
index 0000000000..65373347e8
--- /dev/null
+++ b/english/aspose.cellsgridjs/igridjsservice/download/_index.md
@@ -0,0 +1,39 @@
+---
+title: download method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cellsgridjs/igridjsservice/download/
+is_root: false
+---
+
+## download(self, p, uid, filename) {#System.String-System.String-System.String}
+
+Applies the download file operation
+
+
+### Returns
+
+
+The file URL
+
+
+```python
+
+def download(self, p, uid, filename):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| p | System.String | The JSON parameter |
+| uid | System.String | The unique id for the file cache. |
+| filename | System.String | The file name |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice)
diff --git a/english/aspose.cellsgridjs/igridjsservice/get_file/_index.md b/english/aspose.cellsgridjs/igridjsservice/get_file/_index.md
new file mode 100644
index 0000000000..a6f1851b4b
--- /dev/null
+++ b/english/aspose.cellsgridjs/igridjsservice/get_file/_index.md
@@ -0,0 +1,37 @@
+---
+title: get_file method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 90
+url: /aspose.cellsgridjs/igridjsservice/get_file/
+is_root: false
+---
+
+## get_file(self, fileid) {#System.String}
+
+Get file stream
+
+
+### Returns
+
+
+The stream of the file
+
+
+```python
+
+def get_file(self, fileid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| fileid | System.String | the file id |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice)
diff --git a/english/aspose.cellsgridjs/igridjsservice/image/_index.md b/english/aspose.cellsgridjs/igridjsservice/image/_index.md
new file mode 100644
index 0000000000..0328fc559d
--- /dev/null
+++ b/english/aspose.cellsgridjs/igridjsservice/image/_index.md
@@ -0,0 +1,38 @@
+---
+title: image method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 100
+url: /aspose.cellsgridjs/igridjsservice/image/
+is_root: false
+---
+
+## image(self, uid, picid) {#System.String-System.String}
+
+Get Stream of image.
+
+
+### Returns
+
+
+The image stream
+
+
+```python
+
+def image(self, uid, picid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| uid | System.String | The unique id for the file cache. |
+| picid | System.String | The image id. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice)
diff --git a/english/aspose.cellsgridjs/igridjsservice/image_url/_index.md b/english/aspose.cellsgridjs/igridjsservice/image_url/_index.md
new file mode 100644
index 0000000000..72d7ba1fc4
--- /dev/null
+++ b/english/aspose.cellsgridjs/igridjsservice/image_url/_index.md
@@ -0,0 +1,39 @@
+---
+title: image_url method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 110
+url: /aspose.cellsgridjs/igridjsservice/image_url/
+is_root: false
+---
+
+## image_url(self, base_url, picid, uid) {#System.String-System.String-System.String}
+
+Gets the image URL.
+
+
+### Returns
+
+
+The image URL
+
+
+```python
+
+def image_url(self, base_url, picid, uid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| base_url | System.String | The base action URL. |
+| picid | System.String | The image id. |
+| uid | System.String | The unique id for the file cache. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice)
diff --git a/english/aspose.cellsgridjs/igridjsservice/lazy_loading_stream_json/_index.md b/english/aspose.cellsgridjs/igridjsservice/lazy_loading_stream_json/_index.md
new file mode 100644
index 0000000000..a0a0ba198d
--- /dev/null
+++ b/english/aspose.cellsgridjs/igridjsservice/lazy_loading_stream_json/_index.md
@@ -0,0 +1,34 @@
+---
+title: lazy_loading_stream_json method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 120
+url: /aspose.cellsgridjs/igridjsservice/lazy_loading_stream_json/
+is_root: false
+---
+
+## lazy_loading_stream_json(self, stream, sheet_name, uid) {#io.RawIOBase-System.String-System.String}
+
+Writes the JSON string of the specified sheet in the file from the cache using the specified unique id to the stream..
+
+
+
+```python
+
+def lazy_loading_stream_json(self, stream, sheet_name, uid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| stream | io.RawIOBase | The stream that will be written |
+| sheet_name | System.String | The sheet name. |
+| uid | System.String | The unique id for the file cache. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice)
diff --git a/english/aspose.cellsgridjs/igridjsservice/load/_index.md b/english/aspose.cellsgridjs/igridjsservice/load/_index.md
new file mode 100644
index 0000000000..351865c49f
--- /dev/null
+++ b/english/aspose.cellsgridjs/igridjsservice/load/_index.md
@@ -0,0 +1,38 @@
+---
+title: load method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 130
+url: /aspose.cellsgridjs/igridjsservice/load/
+is_root: false
+---
+
+## load(self, uid, filename) {#System.String-System.String}
+
+Gets the JSON string of the file from the cache using the specified unique id,set the output filename in the JSON.
+
+
+### Returns
+
+
+The JSON string
+
+
+```python
+
+def load(self, uid, filename):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| uid | System.String | The unique id for the file cache. |
+| filename | System.String | Specifies the file name in the JSON. If set to null,the default filename is: book1. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice)
diff --git a/english/aspose.cellsgridjs/igridjsservice/ole/_index.md b/english/aspose.cellsgridjs/igridjsservice/ole/_index.md
new file mode 100644
index 0000000000..ad4364abe1
--- /dev/null
+++ b/english/aspose.cellsgridjs/igridjsservice/ole/_index.md
@@ -0,0 +1,40 @@
+---
+title: ole method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 140
+url: /aspose.cellsgridjs/igridjsservice/ole/
+is_root: false
+---
+
+## ole(self, uid, sheetname, oleid, label) {#System.String-System.String-int-any}
+
+Gets the byte array data of the embedded ole object .
+
+
+### Returns
+
+
+The byte array data of the embedded ole object .
+
+
+```python
+
+def ole(self, uid, sheetname, oleid, label):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| uid | System.String | The unique id for the file cache. |
+| sheetname | System.String | The worksheet name. |
+| oleid | int | The id for the embedded ole object. |
+| label | any | The display label of the embedded ole object. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice)
diff --git a/english/aspose.cellsgridjs/igridjsservice/update_cell/_index.md b/english/aspose.cellsgridjs/igridjsservice/update_cell/_index.md
new file mode 100644
index 0000000000..726c8e1188
--- /dev/null
+++ b/english/aspose.cellsgridjs/igridjsservice/update_cell/_index.md
@@ -0,0 +1,38 @@
+---
+title: update_cell method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 150
+url: /aspose.cellsgridjs/igridjsservice/update_cell/
+is_root: false
+---
+
+## update_cell(self, p, uid) {#System.String-System.String}
+
+Applies the update operation.
+
+
+### Returns
+
+
+The JSON format string of the update result.
+
+
+```python
+
+def update_cell(self, p, uid):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| p | System.String | The JSON format string of update operation. |
+| uid | System.String | The unique id for the file cache. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`IGridJsService`](/cells/python-net/aspose.cellsgridjs/igridjsservice)
diff --git a/english/aspose.cellsgridjs/itexttranslator/_index.md b/english/aspose.cellsgridjs/itexttranslator/_index.md
new file mode 100644
index 0000000000..4945473760
--- /dev/null
+++ b/english/aspose.cellsgridjs/itexttranslator/_index.md
@@ -0,0 +1,21 @@
+---
+title: ITextTranslator class
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 160
+url: /aspose.cellsgridjs/itexttranslator/
+is_root: false
+---
+
+## ITextTranslator class
+
+Represents the interface for translate
+
+
+
+The ITextTranslator type exposes the following members:
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/pdfcompliance/_index.md b/english/aspose.cellsgridjs/pdfcompliance/_index.md
new file mode 100644
index 0000000000..8a270873c4
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfcompliance/_index.md
@@ -0,0 +1,38 @@
+---
+title: PdfCompliance enumeration
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 280
+url: /aspose.cellsgridjs/pdfcompliance/
+is_root: false
+---
+
+## PdfCompliance enumeration
+
+Allowing user to set PDF conversion's Compatibility
+
+
+
+The PdfCompliance type exposes the following members:
+
+### Fields
+| Field | Description |
+| :- | :- |
+| PDF14 | Pdf format compatible with PDF 1.4 |
+| PDF15 | Pdf format compatible with PDF 1.5 |
+| PDF16 | Pdf format compatible with PDF 1.6 |
+| PDF17 | Pdf format compatible with PDF 1.7 |
+| PDF_A1B | Pdf format compatible with PDF/A-1b(ISO 19005-1) |
+| PDF_A1A | Pdf format compatible with PDF/A-1a(ISO 19005-1) |
+| PDF_A2B | Pdf format compatible with PDF/A-2b(ISO 19005-2) |
+| PDF_A2U | Pdf format compatible with PDF/A-2u(ISO 19005-2) |
+| PDF_A2A | Pdf format compatible with PDF/A-2a(ISO 19005-2) |
+| PDF_A3B | Pdf format compatible with PDF/A-3b(ISO 19005-3) |
+| PDF_A3U | Pdf format compatible with PDF/A-3u(ISO 19005-3) |
+| PDF_A3A | Pdf format compatible with PDF/A-3a(ISO 19005-3) |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/pdfcompressioncore/_index.md b/english/aspose.cellsgridjs/pdfcompressioncore/_index.md
new file mode 100644
index 0000000000..6a7ea47a27
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfcompressioncore/_index.md
@@ -0,0 +1,30 @@
+---
+title: PdfCompressionCore enumeration
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 290
+url: /aspose.cellsgridjs/pdfcompressioncore/
+is_root: false
+---
+
+## PdfCompressionCore enumeration
+
+Specifies a type of compression applied to all content in the PDF file except images.
+
+
+
+The PdfCompressionCore type exposes the following members:
+
+### Fields
+| Field | Description |
+| :- | :- |
+| NONE | None |
+| RLE | Rle |
+| LZW | Lzw |
+| FLATE | Flate |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/pdfcustompropertiesexport/_index.md b/english/aspose.cellsgridjs/pdfcustompropertiesexport/_index.md
new file mode 100644
index 0000000000..8f8a271c00
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfcustompropertiesexport/_index.md
@@ -0,0 +1,28 @@
+---
+title: PdfCustomPropertiesExport enumeration
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 300
+url: /aspose.cellsgridjs/pdfcustompropertiesexport/
+is_root: false
+---
+
+## PdfCustomPropertiesExport enumeration
+
+Specifies the way of custom document properties are exported to PDF file.
+
+
+
+The PdfCustomPropertiesExport type exposes the following members:
+
+### Fields
+| Field | Description |
+| :- | :- |
+| NONE | No custom properties are exported. |
+| STANDARD | Custom properties are exported as entries in Info dictionary. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/pdffontencoding/_index.md b/english/aspose.cellsgridjs/pdffontencoding/_index.md
new file mode 100644
index 0000000000..9df47412b9
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdffontencoding/_index.md
@@ -0,0 +1,28 @@
+---
+title: PdfFontEncoding enumeration
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 310
+url: /aspose.cellsgridjs/pdffontencoding/
+is_root: false
+---
+
+## PdfFontEncoding enumeration
+
+Represents pdf embedded font encoding.
+
+
+
+The PdfFontEncoding type exposes the following members:
+
+### Fields
+| Field | Description |
+| :- | :- |
+| IDENTITY | Represents use Identity-H encoding for all embedded fonts in pdf. |
+| ANSI_PREFER | Represents prefer to use WinAnsiEncoding for TrueType fonts with characters 32-127,
otherwise, Identity-H encoding will be used for embedded fonts in pdf. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/pdfoptimizationtype/_index.md b/english/aspose.cellsgridjs/pdfoptimizationtype/_index.md
new file mode 100644
index 0000000000..44851cb39a
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfoptimizationtype/_index.md
@@ -0,0 +1,28 @@
+---
+title: PdfOptimizationType enumeration
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 320
+url: /aspose.cellsgridjs/pdfoptimizationtype/
+is_root: false
+---
+
+## PdfOptimizationType enumeration
+
+Specifies a type of optimization.
+
+
+
+The PdfOptimizationType type exposes the following members:
+
+### Fields
+| Field | Description |
+| :- | :- |
+| STANDARD | High print quality |
+| MINIMUM_SIZE | File size is more important than print quality |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/__init__/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/__init__/_index.md
new file mode 100644
index 0000000000..ac121c39a3
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/__init__/_index.md
@@ -0,0 +1,29 @@
+---
+title: PdfSaveOptions constructor
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 10
+url: /aspose.cellsgridjs/pdfsaveoptions/__init__/
+is_root: false
+---
+
+## \_\_init\_\_(self) {#}
+
+Creates the options for saving pdf file.
+
+
+
+```python
+
+def __init__(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/_index.md
new file mode 100644
index 0000000000..8eaeefa136
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/_index.md
@@ -0,0 +1,69 @@
+---
+title: PdfSaveOptions class
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 180
+url: /aspose.cellsgridjs/pdfsaveoptions/
+is_root: false
+---
+
+## PdfSaveOptions class
+
+Represents the options for saving pdf file.
+
+
+
+The PdfSaveOptions type exposes the following members:
+
+### Constructors
+| Constructor | Description |
+| :- | :- |
+| [`__init__(self)`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/__init__/#) | Creates the options for saving pdf file. |
+
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [font_encoding](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/font_encoding) | Gets or sets embedded font encoding in pdf. |
+| [display_doc_title](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/display_doc_title) | Indicates whether the window's title bar should display the document title. |
+| [export_document_structure](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/export_document_structure) | Indicates whether to export document structure. |
+| [custom_properties_export](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/custom_properties_export) | Gets or sets a value determining the way of custom document properties are exported to PDF file. Default value is None. |
+| [optimization_type](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/optimization_type) | Gets and sets pdf optimization type. |
+| [producer](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/producer) | Gets and sets producer of generated pdf document. |
+| [created_time](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/created_time) | Gets and sets the time of generating the pdf document. |
+| [pdf_compression](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/pdf_compression) | Indicate the compression algorithm |
+| [calculate_formula](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/calculate_formula) | Indicates whether to calculate formulas before saving pdf file. |
+| [security_options](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/security_options) | Set this options, when security is need in xls2pdf result. |
+| [compliance](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/compliance) | Gets or sets the PDF standards compliance level for output documents. |
+| [embed_standard_windows_fonts](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/embed_standard_windows_fonts) | True to embed true type fonts.
Affects only ASCII characters 32-127.
Fonts for character codes greater than 127 are always embedded.
Fonts are always embedded for PDF/A-1a, PDF/A-1b standard.
Default is true. |
+| [embed_attachments](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/embed_attachments) | Indicates whether to embed attachment for Ole objects in Excel. |
+| [default_edit_language](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/default_edit_language) | Gets or sets default edit language. |
+| [text_cross_type](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/text_cross_type) | Gets or sets displaying text type when the text width is larger than cell width. |
+| [gridline_color](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/gridline_color) | Gets or sets gridline colr. |
+| [gridline_type](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/gridline_type) | Gets or sets gridline type. |
+| [printing_page_type](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/printing_page_type) | Indicates which pages will not be printed. |
+| [emf_render_setting](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/emf_render_setting) | Setting for rendering Emf metafile. |
+| [page_count](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/page_count) | Gets or sets the number of pages to save. |
+| [page_index](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/page_index) | Gets or sets the 0-based index of the first page to save. |
+| [ignore_error](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/ignore_error) | Indicates if you need to hide the error while rendering.
The error can be error in shape, image, chart rendering, etc. |
+| [output_blank_page_when_nothing_to_print](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/output_blank_page_when_nothing_to_print) | Indicates whether to output a blank page when there is nothing to print. |
+| [default_font](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/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 the DefaultFont such as MingLiu or MS Gothic to show these characters.
If this property is not set, Aspose.Cells will use system default font to show these unicode characters. |
+| [check_workbook_default_font](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/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. |
+| [check_font_compatibility](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/check_font_compatibility) | Indicates whether to check font compatibility for every character in text. |
+| [is_font_substitution_char_granularity](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/is_font_substitution_char_granularity) | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. |
+| [one_page_per_sheet](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/one_page_per_sheet) | If OnePagePerSheet is true , all content of one sheet will output to only one page in result.
The paper size of pagesetup will be invalid, and the other settings of pagesetup
will still take effect. |
+| [all_columns_in_one_page_per_sheet](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/all_columns_in_one_page_per_sheet) | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result.
The width of paper size of pagesetup will be ignored, and the other settings of pagesetup
will still take effect. |
+
+
+### Methods
+| Method | Description |
+| :- | :- |
+| [`set_sheet_set(self, sheet_indexes)`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/set_sheet_set/#list) | Creates a sheet set based on exact sheet indexes. |
+| [`set_sheet_set(self, sheet_names)`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/set_sheet_set/#list) | Creates a sheet set based on exact sheet names. |
+| [`set_image_resample(self, desired_ppi, jpeg_quality)`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions/set_image_resample/#int-int) | Sets desired PPI(pixels per inch) of resample images and jpeg quality.
All images will be converted to JPEG with the specified quality setting,
and images that are greater than the specified PPI (pixels per inch) will be resampled. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/all_columns_in_one_page_per_sheet/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/all_columns_in_one_page_per_sheet/_index.md
new file mode 100644
index 0000000000..980758457c
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/all_columns_in_one_page_per_sheet/_index.md
@@ -0,0 +1,29 @@
+---
+title: all_columns_in_one_page_per_sheet property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cellsgridjs/pdfsaveoptions/all_columns_in_one_page_per_sheet/
+is_root: false
+---
+
+## all_columns_in_one_page_per_sheet property
+
+
+If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result.
+The width of paper size of pagesetup will be ignored, and the other settings of pagesetup
+will still take effect.
+### Definition:
+```python
+@property
+def all_columns_in_one_page_per_sheet(self):
+ ...
+@all_columns_in_one_page_per_sheet.setter
+def all_columns_in_one_page_per_sheet(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/calculate_formula/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/calculate_formula/_index.md
new file mode 100644
index 0000000000..7072d7f6dc
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/calculate_formula/_index.md
@@ -0,0 +1,32 @@
+---
+title: calculate_formula property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cellsgridjs/pdfsaveoptions/calculate_formula/
+is_root: false
+---
+
+## calculate_formula property
+
+
+Indicates whether to calculate formulas before saving pdf file.
+
+### Remarks
+
+
+The default value is false.
+### Definition:
+```python
+@property
+def calculate_formula(self):
+ ...
+@calculate_formula.setter
+def calculate_formula(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/check_font_compatibility/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/check_font_compatibility/_index.md
new file mode 100644
index 0000000000..ba776853cd
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/check_font_compatibility/_index.md
@@ -0,0 +1,37 @@
+---
+title: check_font_compatibility property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 70
+url: /aspose.cellsgridjs/pdfsaveoptions/check_font_compatibility/
+is_root: false
+---
+
+## check_font_compatibility property
+
+
+Indicates whether to check font compatibility for every character in text.
+
+### Remarks
+
+
+The default value is true.
+Disable this property may give better performance.
+But when the default or specified font of text/character cannot be used to render it,
+unreadable characters(such as block) maybe occur in the generated pdf.
+For such situation user should keep this property as true so that
+alternative font can be searched and used to render the text instead;
+### Definition:
+```python
+@property
+def check_font_compatibility(self):
+ ...
+@check_font_compatibility.setter
+def check_font_compatibility(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/check_workbook_default_font/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/check_workbook_default_font/_index.md
new file mode 100644
index 0000000000..ec0a36ec27
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/check_workbook_default_font/_index.md
@@ -0,0 +1,34 @@
+---
+title: check_workbook_default_font property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cellsgridjs/pdfsaveoptions/check_workbook_default_font/
+is_root: false
+---
+
+## check_workbook_default_font property
+
+
+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.
+
+### Remarks
+
+
+Default is true.
+### Definition:
+```python
+@property
+def check_workbook_default_font(self):
+ ...
+@check_workbook_default_font.setter
+def check_workbook_default_font(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/compliance/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/compliance/_index.md
new file mode 100644
index 0000000000..7229713bdd
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/compliance/_index.md
@@ -0,0 +1,33 @@
+---
+title: compliance property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 90
+url: /aspose.cellsgridjs/pdfsaveoptions/compliance/
+is_root: false
+---
+
+## compliance property
+
+
+Gets or sets the PDF standards compliance level for output documents.
+
+### Remarks
+
+
+Default is [`PdfCompliance.PDF17`](/cells/python-net/aspose.cellsgridjs/pdfcompliance#PDF17)
+### Definition:
+```python
+@property
+def compliance(self):
+ ...
+@compliance.setter
+def compliance(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfCompliance`](/cells/python-net/aspose.cellsgridjs/pdfcompliance)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/created_time/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/created_time/_index.md
new file mode 100644
index 0000000000..6a97d01af7
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/created_time/_index.md
@@ -0,0 +1,32 @@
+---
+title: created_time property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 100
+url: /aspose.cellsgridjs/pdfsaveoptions/created_time/
+is_root: false
+---
+
+## created_time property
+
+
+Gets and sets the time of generating the pdf document.
+
+### Remarks
+
+
+if it is not be set, it will be the time of generating the pdf.
+### Definition:
+```python
+@property
+def created_time(self):
+ ...
+@created_time.setter
+def created_time(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/custom_properties_export/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/custom_properties_export/_index.md
new file mode 100644
index 0000000000..293d1910e4
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/custom_properties_export/_index.md
@@ -0,0 +1,28 @@
+---
+title: custom_properties_export property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 110
+url: /aspose.cellsgridjs/pdfsaveoptions/custom_properties_export/
+is_root: false
+---
+
+## custom_properties_export property
+
+
+Gets or sets a value determining the way of custom document properties are exported to PDF file. Default value is None.
+### Definition:
+```python
+@property
+def custom_properties_export(self):
+ ...
+@custom_properties_export.setter
+def custom_properties_export(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfCustomPropertiesExport`](/cells/python-net/aspose.cellsgridjs/pdfcustompropertiesexport)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/default_edit_language/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/default_edit_language/_index.md
new file mode 100644
index 0000000000..a5642bd8e1
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/default_edit_language/_index.md
@@ -0,0 +1,34 @@
+---
+title: default_edit_language property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 120
+url: /aspose.cellsgridjs/pdfsaveoptions/default_edit_language/
+is_root: false
+---
+
+## default_edit_language property
+
+
+Gets or sets default edit language.
+
+### Remarks
+
+
+It may display/render different layouts for text paragraph when different edit languages is set.
+Default is [`DefaultEditLanguage.AUTO`](/cells/python-net/aspose.cellsgridjs/defaulteditlanguage#AUTO).
+### Definition:
+```python
+@property
+def default_edit_language(self):
+ ...
+@default_edit_language.setter
+def default_edit_language(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`DefaultEditLanguage`](/cells/python-net/aspose.cellsgridjs/defaulteditlanguage)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/default_font/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/default_font/_index.md
new file mode 100644
index 0000000000..8936261927
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/default_font/_index.md
@@ -0,0 +1,30 @@
+---
+title: default_font property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 130
+url: /aspose.cellsgridjs/pdfsaveoptions/default_font/
+is_root: false
+---
+
+## default_font property
+
+
+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 the DefaultFont such as MingLiu or MS Gothic to show these characters.
+If this property is not set, Aspose.Cells will use system default font to show these unicode characters.
+### Definition:
+```python
+@property
+def default_font(self):
+ ...
+@default_font.setter
+def default_font(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/display_doc_title/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/display_doc_title/_index.md
new file mode 100644
index 0000000000..8c2c8df3b9
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/display_doc_title/_index.md
@@ -0,0 +1,33 @@
+---
+title: display_doc_title property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 140
+url: /aspose.cellsgridjs/pdfsaveoptions/display_doc_title/
+is_root: false
+---
+
+## display_doc_title property
+
+
+Indicates whether the window's title bar should display the document title.
+
+### Remarks
+
+
+If false, the title bar should instead display the name of the PDF file.
+Default value is false.
+### Definition:
+```python
+@property
+def display_doc_title(self):
+ ...
+@display_doc_title.setter
+def display_doc_title(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/embed_attachments/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/embed_attachments/_index.md
new file mode 100644
index 0000000000..96c83c0c0d
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/embed_attachments/_index.md
@@ -0,0 +1,32 @@
+---
+title: embed_attachments property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 150
+url: /aspose.cellsgridjs/pdfsaveoptions/embed_attachments/
+is_root: false
+---
+
+## embed_attachments property
+
+
+Indicates whether to embed attachment for Ole objects in Excel.
+
+### Remarks
+
+
+Default value is false. The value must be false when PDF/A compliance is set or pdf encryption is enabled.
+### Definition:
+```python
+@property
+def embed_attachments(self):
+ ...
+@embed_attachments.setter
+def embed_attachments(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/embed_standard_windows_fonts/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/embed_standard_windows_fonts/_index.md
new file mode 100644
index 0000000000..e22838228d
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/embed_standard_windows_fonts/_index.md
@@ -0,0 +1,31 @@
+---
+title: embed_standard_windows_fonts property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 160
+url: /aspose.cellsgridjs/pdfsaveoptions/embed_standard_windows_fonts/
+is_root: false
+---
+
+## embed_standard_windows_fonts property
+
+
+True to embed true type fonts.
+Affects only ASCII characters 32-127.
+Fonts for character codes greater than 127 are always embedded.
+Fonts are always embedded for PDF/A-1a, PDF/A-1b standard.
+Default is true.
+### Definition:
+```python
+@property
+def embed_standard_windows_fonts(self):
+ ...
+@embed_standard_windows_fonts.setter
+def embed_standard_windows_fonts(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/emf_render_setting/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/emf_render_setting/_index.md
new file mode 100644
index 0000000000..db0a52964d
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/emf_render_setting/_index.md
@@ -0,0 +1,36 @@
+---
+title: emf_render_setting property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 170
+url: /aspose.cellsgridjs/pdfsaveoptions/emf_render_setting/
+is_root: false
+---
+
+## emf_render_setting property
+
+
+Setting for rendering Emf metafile.
+
+### Remarks
+
+
+EMF metafiles identified as "EMF+ Dual" can contain both EMF+ records and EMF records.
+Either type of record can be used to render the image, only EMF+ records, or only EMF records.
+When [`EmfRenderSetting.EMF_PLUS_PREFER`](/cells/python-net/aspose.cellsgridjs/emfrendersetting#EMF_PLUS_PREFER) is set, then EMF+ records will be parsed while rendering to page, otherwise only EMF records will be parsed.
+Default value is [`EmfRenderSetting.EMF_ONLY`](/cells/python-net/aspose.cellsgridjs/emfrendersetting#EMF_ONLY).
+### Definition:
+```python
+@property
+def emf_render_setting(self):
+ ...
+@emf_render_setting.setter
+def emf_render_setting(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`EmfRenderSetting`](/cells/python-net/aspose.cellsgridjs/emfrendersetting)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/export_document_structure/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/export_document_structure/_index.md
new file mode 100644
index 0000000000..8a59b037e4
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/export_document_structure/_index.md
@@ -0,0 +1,27 @@
+---
+title: export_document_structure property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 180
+url: /aspose.cellsgridjs/pdfsaveoptions/export_document_structure/
+is_root: false
+---
+
+## export_document_structure property
+
+
+Indicates whether to export document structure.
+### Definition:
+```python
+@property
+def export_document_structure(self):
+ ...
+@export_document_structure.setter
+def export_document_structure(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/font_encoding/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/font_encoding/_index.md
new file mode 100644
index 0000000000..c69917ae69
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/font_encoding/_index.md
@@ -0,0 +1,33 @@
+---
+title: font_encoding property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 190
+url: /aspose.cellsgridjs/pdfsaveoptions/font_encoding/
+is_root: false
+---
+
+## font_encoding property
+
+
+Gets or sets embedded font encoding in pdf.
+
+### Remarks
+
+
+Default value is [`PdfFontEncoding.IDENTITY`](/cells/python-net/aspose.cellsgridjs/pdffontencoding#IDENTITY)
+### Definition:
+```python
+@property
+def font_encoding(self):
+ ...
+@font_encoding.setter
+def font_encoding(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfFontEncoding`](/cells/python-net/aspose.cellsgridjs/pdffontencoding)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/gridline_color/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/gridline_color/_index.md
new file mode 100644
index 0000000000..2ec1470d7b
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/gridline_color/_index.md
@@ -0,0 +1,32 @@
+---
+title: gridline_color property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 200
+url: /aspose.cellsgridjs/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.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/gridline_type/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/gridline_type/_index.md
new file mode 100644
index 0000000000..5506c37e24
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/gridline_type/_index.md
@@ -0,0 +1,33 @@
+---
+title: gridline_type property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 210
+url: /aspose.cellsgridjs/pdfsaveoptions/gridline_type/
+is_root: false
+---
+
+## gridline_type property
+
+
+Gets or sets gridline type.
+
+### Remarks
+
+
+Default is Dotted type.
+### Definition:
+```python
+@property
+def gridline_type(self):
+ ...
+@gridline_type.setter
+def gridline_type(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`GridlineType`](/cells/python-net/aspose.cellsgridjs/gridlinetype)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/ignore_error/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/ignore_error/_index.md
new file mode 100644
index 0000000000..5492a1541a
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/ignore_error/_index.md
@@ -0,0 +1,28 @@
+---
+title: ignore_error property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 220
+url: /aspose.cellsgridjs/pdfsaveoptions/ignore_error/
+is_root: false
+---
+
+## ignore_error property
+
+
+Indicates if you need to hide the error while rendering.
+The error can be error in shape, image, chart rendering, etc.
+### Definition:
+```python
+@property
+def ignore_error(self):
+ ...
+@ignore_error.setter
+def ignore_error(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/is_font_substitution_char_granularity/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/is_font_substitution_char_granularity/_index.md
new file mode 100644
index 0000000000..3032f12554
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/is_font_substitution_char_granularity/_index.md
@@ -0,0 +1,32 @@
+---
+title: is_font_substitution_char_granularity property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 230
+url: /aspose.cellsgridjs/pdfsaveoptions/is_font_substitution_char_granularity/
+is_root: false
+---
+
+## is_font_substitution_char_granularity property
+
+
+Indicates whether to only substitute the font of character when the cell font is not compatibility for it.
+
+### Remarks
+
+
+Default is false. We will try default font of Workbook and PdfSaveOption/system for cell font first.
+### Definition:
+```python
+@property
+def is_font_substitution_char_granularity(self):
+ ...
+@is_font_substitution_char_granularity.setter
+def is_font_substitution_char_granularity(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/one_page_per_sheet/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/one_page_per_sheet/_index.md
new file mode 100644
index 0000000000..2bf1262769
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/one_page_per_sheet/_index.md
@@ -0,0 +1,29 @@
+---
+title: one_page_per_sheet property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 240
+url: /aspose.cellsgridjs/pdfsaveoptions/one_page_per_sheet/
+is_root: false
+---
+
+## one_page_per_sheet property
+
+
+If OnePagePerSheet is true , all content of one sheet will output to only one page in result.
+The paper size of pagesetup will be invalid, and the other settings of pagesetup
+will still take effect.
+### Definition:
+```python
+@property
+def one_page_per_sheet(self):
+ ...
+@one_page_per_sheet.setter
+def one_page_per_sheet(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/optimization_type/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/optimization_type/_index.md
new file mode 100644
index 0000000000..9fdb6ad3da
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/optimization_type/_index.md
@@ -0,0 +1,33 @@
+---
+title: optimization_type property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 250
+url: /aspose.cellsgridjs/pdfsaveoptions/optimization_type/
+is_root: false
+---
+
+## optimization_type property
+
+
+Gets and sets pdf optimization type.
+
+### Remarks
+
+
+Default value is [`PdfOptimizationType.STANDARD`](/cells/python-net/aspose.cellsgridjs/pdfoptimizationtype#STANDARD)
+### Definition:
+```python
+@property
+def optimization_type(self):
+ ...
+@optimization_type.setter
+def optimization_type(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfOptimizationType`](/cells/python-net/aspose.cellsgridjs/pdfoptimizationtype)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/output_blank_page_when_nothing_to_print/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/output_blank_page_when_nothing_to_print/_index.md
new file mode 100644
index 0000000000..dccbbfb3ba
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/output_blank_page_when_nothing_to_print/_index.md
@@ -0,0 +1,32 @@
+---
+title: output_blank_page_when_nothing_to_print property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 260
+url: /aspose.cellsgridjs/pdfsaveoptions/output_blank_page_when_nothing_to_print/
+is_root: false
+---
+
+## output_blank_page_when_nothing_to_print property
+
+
+Indicates whether to output a blank page when there is nothing to print.
+
+### Remarks
+
+
+Default is true.
+### Definition:
+```python
+@property
+def output_blank_page_when_nothing_to_print(self):
+ ...
+@output_blank_page_when_nothing_to_print.setter
+def output_blank_page_when_nothing_to_print(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/page_count/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/page_count/_index.md
new file mode 100644
index 0000000000..9e61c79ef8
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/page_count/_index.md
@@ -0,0 +1,32 @@
+---
+title: page_count property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 270
+url: /aspose.cellsgridjs/pdfsaveoptions/page_count/
+is_root: false
+---
+
+## page_count property
+
+
+Gets or sets the number of pages to save.
+
+### Remarks
+
+
+Default is System.Int32.MaxValue which means all pages will be rendered..
+### Definition:
+```python
+@property
+def page_count(self):
+ ...
+@page_count.setter
+def page_count(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/page_index/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/page_index/_index.md
new file mode 100644
index 0000000000..d46080d258
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/page_index/_index.md
@@ -0,0 +1,32 @@
+---
+title: page_index property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 280
+url: /aspose.cellsgridjs/pdfsaveoptions/page_index/
+is_root: false
+---
+
+## page_index property
+
+
+Gets or sets the 0-based index of the first page to save.
+
+### Remarks
+
+
+Default is 0.
+### Definition:
+```python
+@property
+def page_index(self):
+ ...
+@page_index.setter
+def page_index(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/pdf_compression/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/pdf_compression/_index.md
new file mode 100644
index 0000000000..982832e3f0
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/pdf_compression/_index.md
@@ -0,0 +1,33 @@
+---
+title: pdf_compression property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 290
+url: /aspose.cellsgridjs/pdfsaveoptions/pdf_compression/
+is_root: false
+---
+
+## pdf_compression property
+
+
+Indicate the compression algorithm
+
+### Remarks
+
+
+Default value is [`PdfCompressionCore.FLATE`](/cells/python-net/aspose.cellsgridjs/pdfcompressioncore#FLATE)
+### Definition:
+```python
+@property
+def pdf_compression(self):
+ ...
+@pdf_compression.setter
+def pdf_compression(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfCompressionCore`](/cells/python-net/aspose.cellsgridjs/pdfcompressioncore)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/printing_page_type/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/printing_page_type/_index.md
new file mode 100644
index 0000000000..c9e79ad041
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/printing_page_type/_index.md
@@ -0,0 +1,34 @@
+---
+title: printing_page_type property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 300
+url: /aspose.cellsgridjs/pdfsaveoptions/printing_page_type/
+is_root: false
+---
+
+## printing_page_type property
+
+
+Indicates which pages will not be printed.
+
+### Remarks
+
+
+If content in the sheet is sparse, there will be some pages are totally blank in the output pdf file.
+If you don't want these blank pages, you can use this option to omit them.
+### Definition:
+```python
+@property
+def printing_page_type(self):
+ ...
+@printing_page_type.setter
+def printing_page_type(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
+* class [`PrintingPageType`](/cells/python-net/aspose.cellsgridjs/printingpagetype)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/producer/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/producer/_index.md
new file mode 100644
index 0000000000..5d9c749c0d
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/producer/_index.md
@@ -0,0 +1,32 @@
+---
+title: producer property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 310
+url: /aspose.cellsgridjs/pdfsaveoptions/producer/
+is_root: false
+---
+
+## producer property
+
+
+Gets and sets producer of generated pdf document.
+
+### Remarks
+
+
+If the value is null, or a valid LICENSE is not set, string Aspose.Cells vVERSION will be used.
+### Definition:
+```python
+@property
+def producer(self):
+ ...
+@producer.setter
+def producer(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/security_options/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/security_options/_index.md
new file mode 100644
index 0000000000..cd59a61fed
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/security_options/_index.md
@@ -0,0 +1,25 @@
+---
+title: security_options property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 320
+url: /aspose.cellsgridjs/pdfsaveoptions/security_options/
+is_root: false
+---
+
+## security_options property
+
+
+Set this options, when security is need in xls2pdf result.
+### Definition:
+```python
+@property
+def security_options(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
+* class [`PdfSecurityOptions`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/set_image_resample/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/set_image_resample/_index.md
new file mode 100644
index 0000000000..677a3402af
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/set_image_resample/_index.md
@@ -0,0 +1,35 @@
+---
+title: set_image_resample method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cellsgridjs/pdfsaveoptions/set_image_resample/
+is_root: false
+---
+
+## set_image_resample(self, desired_ppi, jpeg_quality) {#int-int}
+
+Sets desired PPI(pixels per inch) of resample images and jpeg quality.
+All images will be converted to JPEG with the specified quality setting,
+and images that are greater than the specified PPI (pixels per inch) will be resampled.
+
+
+
+```python
+
+def set_image_resample(self, desired_ppi, jpeg_quality):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| desired_ppi | int | Desired pixels per inch. 220 high quality. 150 screen quality. 96 email quality. |
+| jpeg_quality | int | 0 - 100% JPEG quality. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/set_sheet_set/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/set_sheet_set/_index.md
new file mode 100644
index 0000000000..8b493a6043
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/set_sheet_set/_index.md
@@ -0,0 +1,54 @@
+---
+title: set_sheet_set method
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cellsgridjs/pdfsaveoptions/set_sheet_set/
+is_root: false
+---
+
+## set_sheet_set(self, sheet_indexes) {#list}
+
+Creates a sheet set based on exact sheet indexes.
+
+
+
+```python
+
+def set_sheet_set(self, sheet_indexes):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| sheet_indexes | list | zero based sheet indexes. |
+### Remarks
+
+If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering.
+
+## set_sheet_set(self, sheet_names) {#list}
+
+Creates a sheet set based on exact sheet names.
+
+
+
+```python
+
+def set_sheet_set(self, sheet_names):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| sheet_names | list | sheet names. |
+### Remarks
+
+If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering.
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
diff --git a/english/aspose.cellsgridjs/pdfsaveoptions/text_cross_type/_index.md b/english/aspose.cellsgridjs/pdfsaveoptions/text_cross_type/_index.md
new file mode 100644
index 0000000000..b66847d456
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsaveoptions/text_cross_type/_index.md
@@ -0,0 +1,28 @@
+---
+title: text_cross_type property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 330
+url: /aspose.cellsgridjs/pdfsaveoptions/text_cross_type/
+is_root: false
+---
+
+## text_cross_type property
+
+
+Gets or sets displaying text type when the text width is larger than cell width.
+### Definition:
+```python
+@property
+def text_cross_type(self):
+ ...
+@text_cross_type.setter
+def text_cross_type(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSaveOptions`](/cells/python-net/aspose.cellsgridjs/pdfsaveoptions)
+* class [`TextCrossType`](/cells/python-net/aspose.cellsgridjs/textcrosstype)
diff --git a/english/aspose.cellsgridjs/pdfsecurityoptions/__init__/_index.md b/english/aspose.cellsgridjs/pdfsecurityoptions/__init__/_index.md
new file mode 100644
index 0000000000..008244fcdf
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsecurityoptions/__init__/_index.md
@@ -0,0 +1,29 @@
+---
+title: PdfSecurityOptions constructor
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 10
+url: /aspose.cellsgridjs/pdfsecurityoptions/__init__/
+is_root: false
+---
+
+## \_\_init\_\_(self) {#}
+
+The constructor of PdfSecurityOptions
+
+
+
+```python
+
+def __init__(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSecurityOptions`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions)
diff --git a/english/aspose.cellsgridjs/pdfsecurityoptions/_index.md b/english/aspose.cellsgridjs/pdfsecurityoptions/_index.md
new file mode 100644
index 0000000000..18bd4557f3
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsecurityoptions/_index.md
@@ -0,0 +1,43 @@
+---
+title: PdfSecurityOptions class
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 190
+url: /aspose.cellsgridjs/pdfsecurityoptions/
+is_root: false
+---
+
+## PdfSecurityOptions class
+
+Options for encrypting and access permissions for a PDF document.
+PDF/A does not allow security setting.
+
+
+
+The PdfSecurityOptions type exposes the following members:
+
+### Constructors
+| Constructor | Description |
+| :- | :- |
+| [`__init__(self)`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions/__init__/#) | The constructor of PdfSecurityOptions |
+
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [user_password](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions/user_password) | Gets or sets the user password required for opening the encrypted PDF document. |
+| [owner_password](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions/owner_password) | Gets or sets the owner password for the encrypted PDF document. |
+| [print_permission](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions/print_permission) | Indicates whether to allow to print the document. |
+| [modify_document_permission](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions/modify_document_permission) | Indicates whether to allow to modify the contents of the document by operations other than those controlled
by [`PdfSecurityOptions.annotations_permission`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions#annotations_permission), [`PdfSecurityOptions.fill_forms_permission`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions#fill_forms_permission) and [`PdfSecurityOptions.assemble_document_permission`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions#assemble_document_permission). |
+| [annotations_permission](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions/annotations_permission) | Indicates whether to allow to add or modify text annotations, fill in interactive form fields. |
+| [fill_forms_permission](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions/fill_forms_permission) | Indicates whether to allow to fill in existing interactive form fields (including signature fields),
even if [`PdfSecurityOptions.modify_document_permission`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions#modify_document_permission) is clear. |
+| [extract_content_permission](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions/extract_content_permission) | Indicates whether to allow to copy or otherwise extract text and graphics from the document
by operations other than that controlled by [`PdfSecurityOptions.accessibility_extract_content`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions#accessibility_extract_content). |
+| [accessibility_extract_content](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions/accessibility_extract_content) | Indicates whether to allow to extract text and graphics (in support of accessibility to users with disabilities or for other purposes). |
+| [assemble_document_permission](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions/assemble_document_permission) | Indicates whether to allow to assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images),
even if [`PdfSecurityOptions.modify_document_permission`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions#modify_document_permission) is clear. |
+| [full_quality_print_permission](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions/full_quality_print_permission) | Indicates whether to allow to print the document to a representation from
which a faithful digital copy of the PDF content could be generated. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/pdfsecurityoptions/accessibility_extract_content/_index.md b/english/aspose.cellsgridjs/pdfsecurityoptions/accessibility_extract_content/_index.md
new file mode 100644
index 0000000000..beeb879b91
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsecurityoptions/accessibility_extract_content/_index.md
@@ -0,0 +1,27 @@
+---
+title: accessibility_extract_content property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cellsgridjs/pdfsecurityoptions/accessibility_extract_content/
+is_root: false
+---
+
+## accessibility_extract_content property
+
+
+Indicates whether to allow to extract text and graphics (in support of accessibility to users with disabilities or for other purposes).
+### Definition:
+```python
+@property
+def accessibility_extract_content(self):
+ ...
+@accessibility_extract_content.setter
+def accessibility_extract_content(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSecurityOptions`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions)
diff --git a/english/aspose.cellsgridjs/pdfsecurityoptions/annotations_permission/_index.md b/english/aspose.cellsgridjs/pdfsecurityoptions/annotations_permission/_index.md
new file mode 100644
index 0000000000..e58ecb58ea
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsecurityoptions/annotations_permission/_index.md
@@ -0,0 +1,32 @@
+---
+title: annotations_permission property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cellsgridjs/pdfsecurityoptions/annotations_permission/
+is_root: false
+---
+
+## annotations_permission property
+
+
+Indicates whether to allow to add or modify text annotations, fill in interactive form fields.
+
+### Remarks
+
+
+if [`PdfSecurityOptions.modify_document_permission`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions#modify_document_permission) is also set, create or modify interactive form fields (including signature fields).
+### Definition:
+```python
+@property
+def annotations_permission(self):
+ ...
+@annotations_permission.setter
+def annotations_permission(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSecurityOptions`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions)
diff --git a/english/aspose.cellsgridjs/pdfsecurityoptions/assemble_document_permission/_index.md b/english/aspose.cellsgridjs/pdfsecurityoptions/assemble_document_permission/_index.md
new file mode 100644
index 0000000000..03d515df21
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsecurityoptions/assemble_document_permission/_index.md
@@ -0,0 +1,28 @@
+---
+title: assemble_document_permission property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cellsgridjs/pdfsecurityoptions/assemble_document_permission/
+is_root: false
+---
+
+## assemble_document_permission property
+
+
+Indicates whether to allow to assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images),
+even if [`PdfSecurityOptions.modify_document_permission`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions#modify_document_permission) is clear.
+### Definition:
+```python
+@property
+def assemble_document_permission(self):
+ ...
+@assemble_document_permission.setter
+def assemble_document_permission(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSecurityOptions`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions)
diff --git a/english/aspose.cellsgridjs/pdfsecurityoptions/extract_content_permission/_index.md b/english/aspose.cellsgridjs/pdfsecurityoptions/extract_content_permission/_index.md
new file mode 100644
index 0000000000..44746cd2d3
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsecurityoptions/extract_content_permission/_index.md
@@ -0,0 +1,28 @@
+---
+title: extract_content_permission property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cellsgridjs/pdfsecurityoptions/extract_content_permission/
+is_root: false
+---
+
+## extract_content_permission property
+
+
+Indicates whether to allow to copy or otherwise extract text and graphics from the document
+by operations other than that controlled by [`PdfSecurityOptions.accessibility_extract_content`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions#accessibility_extract_content).
+### Definition:
+```python
+@property
+def extract_content_permission(self):
+ ...
+@extract_content_permission.setter
+def extract_content_permission(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSecurityOptions`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions)
diff --git a/english/aspose.cellsgridjs/pdfsecurityoptions/fill_forms_permission/_index.md b/english/aspose.cellsgridjs/pdfsecurityoptions/fill_forms_permission/_index.md
new file mode 100644
index 0000000000..209bcbe33a
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsecurityoptions/fill_forms_permission/_index.md
@@ -0,0 +1,28 @@
+---
+title: fill_forms_permission property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 70
+url: /aspose.cellsgridjs/pdfsecurityoptions/fill_forms_permission/
+is_root: false
+---
+
+## fill_forms_permission property
+
+
+Indicates whether to allow to fill in existing interactive form fields (including signature fields),
+even if [`PdfSecurityOptions.modify_document_permission`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions#modify_document_permission) is clear.
+### Definition:
+```python
+@property
+def fill_forms_permission(self):
+ ...
+@fill_forms_permission.setter
+def fill_forms_permission(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSecurityOptions`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions)
diff --git a/english/aspose.cellsgridjs/pdfsecurityoptions/full_quality_print_permission/_index.md b/english/aspose.cellsgridjs/pdfsecurityoptions/full_quality_print_permission/_index.md
new file mode 100644
index 0000000000..cef71ac968
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsecurityoptions/full_quality_print_permission/_index.md
@@ -0,0 +1,34 @@
+---
+title: full_quality_print_permission property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cellsgridjs/pdfsecurityoptions/full_quality_print_permission/
+is_root: false
+---
+
+## full_quality_print_permission property
+
+
+Indicates whether to allow to print the document to a representation from
+which a faithful digital copy of the PDF content could be generated.
+
+### Remarks
+
+
+When it is clear (and [`PdfSecurityOptions.print_permission`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions#print_permission) is set), printing is limited to a low level
+representation of the appearance, possibly of degraded quality.
+### Definition:
+```python
+@property
+def full_quality_print_permission(self):
+ ...
+@full_quality_print_permission.setter
+def full_quality_print_permission(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSecurityOptions`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions)
diff --git a/english/aspose.cellsgridjs/pdfsecurityoptions/modify_document_permission/_index.md b/english/aspose.cellsgridjs/pdfsecurityoptions/modify_document_permission/_index.md
new file mode 100644
index 0000000000..f681797377
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsecurityoptions/modify_document_permission/_index.md
@@ -0,0 +1,28 @@
+---
+title: modify_document_permission property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 90
+url: /aspose.cellsgridjs/pdfsecurityoptions/modify_document_permission/
+is_root: false
+---
+
+## modify_document_permission property
+
+
+Indicates whether to allow to modify the contents of the document by operations other than those controlled
+by [`PdfSecurityOptions.annotations_permission`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions#annotations_permission), [`PdfSecurityOptions.fill_forms_permission`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions#fill_forms_permission) and [`PdfSecurityOptions.assemble_document_permission`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions#assemble_document_permission).
+### Definition:
+```python
+@property
+def modify_document_permission(self):
+ ...
+@modify_document_permission.setter
+def modify_document_permission(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSecurityOptions`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions)
diff --git a/english/aspose.cellsgridjs/pdfsecurityoptions/owner_password/_index.md b/english/aspose.cellsgridjs/pdfsecurityoptions/owner_password/_index.md
new file mode 100644
index 0000000000..28c40a3cbb
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsecurityoptions/owner_password/_index.md
@@ -0,0 +1,32 @@
+---
+title: owner_password property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 100
+url: /aspose.cellsgridjs/pdfsecurityoptions/owner_password/
+is_root: false
+---
+
+## owner_password property
+
+
+Gets or sets the owner password for the encrypted PDF document.
+
+### Remarks
+
+
+The owner password allows the user to open an encrypted PDF document without any access restrictions specified.
+### Definition:
+```python
+@property
+def owner_password(self):
+ ...
+@owner_password.setter
+def owner_password(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSecurityOptions`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions)
diff --git a/english/aspose.cellsgridjs/pdfsecurityoptions/print_permission/_index.md b/english/aspose.cellsgridjs/pdfsecurityoptions/print_permission/_index.md
new file mode 100644
index 0000000000..2dbf75cf62
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsecurityoptions/print_permission/_index.md
@@ -0,0 +1,33 @@
+---
+title: print_permission property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 110
+url: /aspose.cellsgridjs/pdfsecurityoptions/print_permission/
+is_root: false
+---
+
+## print_permission property
+
+
+Indicates whether to allow to print the document.
+
+### Remarks
+
+
+Possibly not at the highest quality level,
+depending on whether [`PdfSecurityOptions.full_quality_print_permission`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions#full_quality_print_permission) is also set.
+### Definition:
+```python
+@property
+def print_permission(self):
+ ...
+@print_permission.setter
+def print_permission(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSecurityOptions`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions)
diff --git a/english/aspose.cellsgridjs/pdfsecurityoptions/user_password/_index.md b/english/aspose.cellsgridjs/pdfsecurityoptions/user_password/_index.md
new file mode 100644
index 0000000000..ea94a173b0
--- /dev/null
+++ b/english/aspose.cellsgridjs/pdfsecurityoptions/user_password/_index.md
@@ -0,0 +1,42 @@
+---
+title: user_password property
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 120
+url: /aspose.cellsgridjs/pdfsecurityoptions/user_password/
+is_root: false
+---
+
+## user_password property
+
+
+Gets or sets the user password required for opening the encrypted PDF document.
+
+### Remarks
+
+
+The owner password or user password will be required to open an encrypted PDF document for viewing.
+
+
+The user password can be null or empty string, in this case no password will be required from the user when opening the PDF document.
+
+
+Opening the document with the correct owner password allows full access to the document.
+
+
+Opening the document with the correct user password (or opening a document that does not have a user password)
+allows limited access as the permissions specified.
+### Definition:
+```python
+@property
+def user_password(self):
+ ...
+@user_password.setter
+def user_password(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`PdfSecurityOptions`](/cells/python-net/aspose.cellsgridjs/pdfsecurityoptions)
diff --git a/english/aspose.cellsgridjs/printingpagetype/_index.md b/english/aspose.cellsgridjs/printingpagetype/_index.md
new file mode 100644
index 0000000000..6943cffcf9
--- /dev/null
+++ b/english/aspose.cellsgridjs/printingpagetype/_index.md
@@ -0,0 +1,29 @@
+---
+title: PrintingPageType enumeration
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 330
+url: /aspose.cellsgridjs/printingpagetype/
+is_root: false
+---
+
+## PrintingPageType enumeration
+
+Indicates which pages will not be printed.
+
+
+
+The PrintingPageType type exposes the following members:
+
+### Fields
+| Field | Description |
+| :- | :- |
+| DEFAULT | Prints all pages. |
+| IGNORE_BLANK | Don't print the pages which the cells are blank. |
+| IGNORE_STYLE | Don't print the pages which cells only contain styles. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/sheetset/__init__/_index.md b/english/aspose.cellsgridjs/sheetset/__init__/_index.md
new file mode 100644
index 0000000000..45d467d1aa
--- /dev/null
+++ b/english/aspose.cellsgridjs/sheetset/__init__/_index.md
@@ -0,0 +1,54 @@
+---
+title: SheetSet constructor
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 10
+url: /aspose.cellsgridjs/sheetset/__init__/
+is_root: false
+---
+
+## \_\_init\_\_(self, sheet_indexes) {#list}
+
+Creates a sheet set based on exact sheet indexes.
+
+
+
+```python
+
+def __init__(self, sheet_indexes):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| sheet_indexes | list | zero based sheet indexes. |
+### Remarks
+
+If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering.
+
+## \_\_init\_\_(self, sheet_names) {#list}
+
+Creates a sheet set based on exact sheet names.
+
+
+
+```python
+
+def __init__(self, sheet_names):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| sheet_names | list | sheet names. |
+### Remarks
+
+If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering.
+
+
+### See Also
+* module [`aspose.cellsgridjs`](../../)
+* class [`SheetSet`](/cells/python-net/aspose.cellsgridjs/sheetset)
diff --git a/english/aspose.cellsgridjs/sheetset/_index.md b/english/aspose.cellsgridjs/sheetset/_index.md
new file mode 100644
index 0000000000..e4b14e567e
--- /dev/null
+++ b/english/aspose.cellsgridjs/sheetset/_index.md
@@ -0,0 +1,28 @@
+---
+title: SheetSet class
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 200
+url: /aspose.cellsgridjs/sheetset/
+is_root: false
+---
+
+## SheetSet class
+
+Describes a set of sheets.
+
+
+
+The SheetSet type exposes the following members:
+
+### Constructors
+| Constructor | Description |
+| :- | :- |
+| [`__init__(self, sheet_indexes)`](/cells/python-net/aspose.cellsgridjs/sheetset/__init__/#list) | Creates a sheet set based on exact sheet indexes. |
+| [`__init__(self, sheet_names)`](/cells/python-net/aspose.cellsgridjs/sheetset/__init__/#list) | Creates a sheet set based on exact sheet names. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
diff --git a/english/aspose.cellsgridjs/textcrosstype/_index.md b/english/aspose.cellsgridjs/textcrosstype/_index.md
new file mode 100644
index 0000000000..ff6601c385
--- /dev/null
+++ b/english/aspose.cellsgridjs/textcrosstype/_index.md
@@ -0,0 +1,30 @@
+---
+title: TextCrossType enumeration
+second_title: Aspose.Cells.GridJs for Python via .NET API References
+description:
+type: docs
+weight: 340
+url: /aspose.cellsgridjs/textcrosstype/
+is_root: false
+---
+
+## TextCrossType enumeration
+
+Enumerates displaying text type when the text width is larger than cell width.
+
+
+
+The TextCrossType type exposes the following members:
+
+### Fields
+| Field | Description |
+| :- | :- |
+| DEFAULT | Display text like in Microsoft Excel. |
+| CROSS_KEEP | Display all the text by crossing other cells and keep text of crossed cells. |
+| CROSS_OVERRIDE | Display all the text by crossing other cells and override text of crossed cells. |
+| STRICT_IN_CELL | Only display the text within the width of cell. |
+
+
+
+### See Also
+* module [`aspose.cellsgridjs`](..)
|