diff --git a/.github/workflows/trigger-cells-arabic-production.yml b/.github/workflows/trigger-cells-arabic-production.yml new file mode 100644 index 00000000000..23b0c822201 --- /dev/null +++ b/.github/workflows/trigger-cells-arabic-production.yml @@ -0,0 +1,17 @@ +name: Trigger Cells Arabic Production Build + +on: + push: + branches: [ production ] + paths: [ 'arabic/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-arabic-production diff --git a/.github/workflows/trigger-cells-arabic-stage.yml b/.github/workflows/trigger-cells-arabic-stage.yml new file mode 100644 index 00000000000..da3f2001b2d --- /dev/null +++ b/.github/workflows/trigger-cells-arabic-stage.yml @@ -0,0 +1,17 @@ +name: Trigger Cells Arabic Stage Build + +on: + push: + branches: [ main ] + paths: [ 'arabic/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-arabic-stage diff --git a/.github/workflows/trigger-cells-chinese-production.yml b/.github/workflows/trigger-cells-chinese-production.yml new file mode 100644 index 00000000000..374d87e3b42 --- /dev/null +++ b/.github/workflows/trigger-cells-chinese-production.yml @@ -0,0 +1,17 @@ +name: Trigger Cells Chinese Production Build + +on: + push: + branches: [ production ] + paths: [ 'chinese/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-chinese-production diff --git a/.github/workflows/trigger-cells-chinese-stage.yml b/.github/workflows/trigger-cells-chinese-stage.yml new file mode 100644 index 00000000000..9ddebfa8d66 --- /dev/null +++ b/.github/workflows/trigger-cells-chinese-stage.yml @@ -0,0 +1,17 @@ +name: Trigger Cells Chinese Stage Build + +on: + push: + branches: [ main ] + paths: [ 'chinese/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-chinese-stage diff --git a/.github/workflows/trigger-cells-english-production.yml b/.github/workflows/trigger-cells-english-production.yml new file mode 100644 index 00000000000..13321b75411 --- /dev/null +++ b/.github/workflows/trigger-cells-english-production.yml @@ -0,0 +1,17 @@ +name: Trigger Cells English Production Build + +on: + push: + branches: [ production ] + paths: [ 'english/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-english-production diff --git a/.github/workflows/trigger-cells-english-stage.yml b/.github/workflows/trigger-cells-english-stage.yml new file mode 100644 index 00000000000..f7de644bd34 --- /dev/null +++ b/.github/workflows/trigger-cells-english-stage.yml @@ -0,0 +1,17 @@ +name: Trigger Cells English Stage Build + +on: + push: + branches: [ main ] + paths: [ 'english/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-english-stage diff --git a/.github/workflows/trigger-cells-french-production.yml b/.github/workflows/trigger-cells-french-production.yml new file mode 100644 index 00000000000..a127a2f4a92 --- /dev/null +++ b/.github/workflows/trigger-cells-french-production.yml @@ -0,0 +1,17 @@ +name: Trigger Cells French Production Build + +on: + push: + branches: [ production ] + paths: [ 'french/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-french-production diff --git a/.github/workflows/trigger-cells-french-stage.yml b/.github/workflows/trigger-cells-french-stage.yml new file mode 100644 index 00000000000..8afea7a07d2 --- /dev/null +++ b/.github/workflows/trigger-cells-french-stage.yml @@ -0,0 +1,17 @@ +name: Trigger Cells French Stage Build + +on: + push: + branches: [ main ] + paths: [ 'french/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-french-stage diff --git a/.github/workflows/trigger-cells-german-production.yml b/.github/workflows/trigger-cells-german-production.yml new file mode 100644 index 00000000000..279dd83455a --- /dev/null +++ b/.github/workflows/trigger-cells-german-production.yml @@ -0,0 +1,17 @@ +name: Trigger Cells German Production Build + +on: + push: + branches: [ production ] + paths: [ 'german/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-german-production diff --git a/.github/workflows/trigger-cells-german-stage.yml b/.github/workflows/trigger-cells-german-stage.yml new file mode 100644 index 00000000000..1e85f6e0a68 --- /dev/null +++ b/.github/workflows/trigger-cells-german-stage.yml @@ -0,0 +1,17 @@ +name: Trigger Cells German Stage Build + +on: + push: + branches: [ main ] + paths: [ 'german/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-german-stage diff --git a/.github/workflows/trigger-cells-italian-production.yml b/.github/workflows/trigger-cells-italian-production.yml new file mode 100644 index 00000000000..a83b671372f --- /dev/null +++ b/.github/workflows/trigger-cells-italian-production.yml @@ -0,0 +1,17 @@ +name: Trigger Cells Italian Production Build + +on: + push: + branches: [ production ] + paths: [ 'italian/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-italian-production diff --git a/.github/workflows/trigger-cells-italian-stage.yml b/.github/workflows/trigger-cells-italian-stage.yml new file mode 100644 index 00000000000..d1bb6c57c8a --- /dev/null +++ b/.github/workflows/trigger-cells-italian-stage.yml @@ -0,0 +1,17 @@ +name: Trigger Cells Italian Stage Build + +on: + push: + branches: [ main ] + paths: [ 'italian/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-italian-stage diff --git a/.github/workflows/trigger-cells-russian-production.yml b/.github/workflows/trigger-cells-russian-production.yml new file mode 100644 index 00000000000..0a53b1ba206 --- /dev/null +++ b/.github/workflows/trigger-cells-russian-production.yml @@ -0,0 +1,17 @@ +name: Trigger Cells Russian Production Build + +on: + push: + branches: [ production ] + paths: [ 'russian/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-russian-production diff --git a/.github/workflows/trigger-cells-russian-stage.yml b/.github/workflows/trigger-cells-russian-stage.yml new file mode 100644 index 00000000000..7b13ac7ee82 --- /dev/null +++ b/.github/workflows/trigger-cells-russian-stage.yml @@ -0,0 +1,17 @@ +name: Trigger Cells Russian Stage Build + +on: + push: + branches: [ main ] + paths: [ 'russian/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-russian-stage diff --git a/.github/workflows/trigger-cells-spanish-production.yml b/.github/workflows/trigger-cells-spanish-production.yml new file mode 100644 index 00000000000..e15140a66b1 --- /dev/null +++ b/.github/workflows/trigger-cells-spanish-production.yml @@ -0,0 +1,17 @@ +name: Trigger Cells Spanish Production Build + +on: + push: + branches: [ production ] + paths: [ 'spanish/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-spanish-production diff --git a/.github/workflows/trigger-cells-spanish-stage.yml b/.github/workflows/trigger-cells-spanish-stage.yml new file mode 100644 index 00000000000..fc960bf4ef4 --- /dev/null +++ b/.github/workflows/trigger-cells-spanish-stage.yml @@ -0,0 +1,17 @@ +name: Trigger Cells Spanish Stage Build + +on: + push: + branches: [ main ] + paths: [ 'spanish/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-spanish-stage diff --git a/.github/workflows/trigger-cells-swedish-production.yml b/.github/workflows/trigger-cells-swedish-production.yml new file mode 100644 index 00000000000..520d29646c4 --- /dev/null +++ b/.github/workflows/trigger-cells-swedish-production.yml @@ -0,0 +1,17 @@ +name: Trigger Cells Swedish Production Build + +on: + push: + branches: [ production ] + paths: [ 'swedish/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-swedish-production diff --git a/.github/workflows/trigger-cells-swedish-stage.yml b/.github/workflows/trigger-cells-swedish-stage.yml new file mode 100644 index 00000000000..40b29747cf6 --- /dev/null +++ b/.github/workflows/trigger-cells-swedish-stage.yml @@ -0,0 +1,17 @@ +name: Trigger Cells Swedish Stage Build + +on: + push: + branches: [ main ] + paths: [ 'swedish/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-swedish-stage diff --git a/.github/workflows/trigger-cells-turkish-production.yml b/.github/workflows/trigger-cells-turkish-production.yml new file mode 100644 index 00000000000..5fd5e3bbe1b --- /dev/null +++ b/.github/workflows/trigger-cells-turkish-production.yml @@ -0,0 +1,17 @@ +name: Trigger Cells Turkish Production Build + +on: + push: + branches: [ production ] + paths: [ 'turkish/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-turkish-production diff --git a/.github/workflows/trigger-cells-turkish-stage.yml b/.github/workflows/trigger-cells-turkish-stage.yml new file mode 100644 index 00000000000..fa05ed502c4 --- /dev/null +++ b/.github/workflows/trigger-cells-turkish-stage.yml @@ -0,0 +1,17 @@ +name: Trigger Cells Turkish Stage Build + +on: + push: + branches: [ main ] + paths: [ 'turkish/**' ] + workflow_dispatch: + +jobs: + trigger: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_TOKEN }} + repository: Aspose/apireference.aspose.com + event-type: build-cells-turkish-stage diff --git a/english/cpp/aspose.cells.charts/_index.md b/english/cpp/aspose.cells.charts/_index.md index 2da81c3ca7d..502d51cf827 100644 --- a/english/cpp/aspose.cells.charts/_index.md +++ b/english/cpp/aspose.cells.charts/_index.md @@ -18,7 +18,7 @@ url: /cpp/aspose.cells.charts/ | [AxisBins](./axisbins/) | Represents axis bins. | | [Chart](./chart/) | Encapsulates the object that represents a single Excel chart. | | [ChartArea](./chartarea/) | Encapsulates the object that represents the chart area in the worksheet. | -| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating the chart. | +| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating a chart. | | [ChartCollection](./chartcollection/) | Encapsulates a collection of [Chart](./chart/) objects. | | [ChartDataTable](./chartdatatable/) | Represents a chart data table. | | [ChartDataValue](./chartdatavalue/) | Encapsulates chart data value. | diff --git a/english/cpp/aspose.cells.charts/axistype/_index.md b/english/cpp/aspose.cells.charts/axistype/_index.md index ab5edb19bb6..890dcb740d9 100644 --- a/english/cpp/aspose.cells.charts/axistype/_index.md +++ b/english/cpp/aspose.cells.charts/axistype/_index.md @@ -4,7 +4,7 @@ linktitle: AxisType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::AxisType enum. Represents the axis type in C++.' type: docs -weight: 3700 +weight: 3800 url: /cpp/aspose.cells.charts/axistype/ --- ## AxisType enum diff --git a/english/cpp/aspose.cells.charts/backgroundmode/_index.md b/english/cpp/aspose.cells.charts/backgroundmode/_index.md index a032093baeb..e7e7270f4c9 100644 --- a/english/cpp/aspose.cells.charts/backgroundmode/_index.md +++ b/english/cpp/aspose.cells.charts/backgroundmode/_index.md @@ -4,7 +4,7 @@ linktitle: BackgroundMode second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::BackgroundMode enum. Represents the display mode of the background in C++.' type: docs -weight: 3800 +weight: 3900 url: /cpp/aspose.cells.charts/backgroundmode/ --- ## BackgroundMode enum diff --git a/english/cpp/aspose.cells.charts/bar3dshapetype/_index.md b/english/cpp/aspose.cells.charts/bar3dshapetype/_index.md index 0463a1601a4..ebe32f30683 100644 --- a/english/cpp/aspose.cells.charts/bar3dshapetype/_index.md +++ b/english/cpp/aspose.cells.charts/bar3dshapetype/_index.md @@ -4,7 +4,7 @@ linktitle: Bar3DShapeType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Bar3DShapeType enum. Represents the shape used with the 3-D bar or column chart in C++.' type: docs -weight: 3900 +weight: 4000 url: /cpp/aspose.cells.charts/bar3dshapetype/ --- ## Bar3DShapeType enum diff --git a/english/cpp/aspose.cells.charts/bubblesizerepresents/_index.md b/english/cpp/aspose.cells.charts/bubblesizerepresents/_index.md index 47073778793..73f85c02e9e 100644 --- a/english/cpp/aspose.cells.charts/bubblesizerepresents/_index.md +++ b/english/cpp/aspose.cells.charts/bubblesizerepresents/_index.md @@ -4,7 +4,7 @@ linktitle: BubbleSizeRepresents second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::BubbleSizeRepresents enum. Represents what the bubble size represents on a bubble chart in C++.' type: docs -weight: 4000 +weight: 4100 url: /cpp/aspose.cells.charts/bubblesizerepresents/ --- ## BubbleSizeRepresents enum diff --git a/english/cpp/aspose.cells.charts/categorytype/_index.md b/english/cpp/aspose.cells.charts/categorytype/_index.md index 63f3ba9628b..8f5eb5a871e 100644 --- a/english/cpp/aspose.cells.charts/categorytype/_index.md +++ b/english/cpp/aspose.cells.charts/categorytype/_index.md @@ -4,7 +4,7 @@ linktitle: CategoryType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::CategoryType enum. Represents the category axis type in C++.' type: docs -weight: 4100 +weight: 4200 url: /cpp/aspose.cells.charts/categorytype/ --- ## CategoryType enum diff --git a/english/cpp/aspose.cells.charts/chartcalculateoptions/_index.md b/english/cpp/aspose.cells.charts/chartcalculateoptions/_index.md index 5dc36f187ba..c96d7d3b568 100644 --- a/english/cpp/aspose.cells.charts/chartcalculateoptions/_index.md +++ b/english/cpp/aspose.cells.charts/chartcalculateoptions/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::ChartCalculateOptions class linktitle: ChartCalculateOptions second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::ChartCalculateOptions class. Represents the options for calculating the chart in C++.' +description: 'Aspose::Cells::Charts::ChartCalculateOptions class. Represents the options for calculating a chart in C++.' type: docs weight: 500 url: /cpp/aspose.cells.charts/chartcalculateoptions/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/chartcalculateoptions/ ## ChartCalculateOptions class -Represents the options for calculating the chart. +Represents the options for calculating a chart. ```cpp class ChartCalculateOptions diff --git a/english/cpp/aspose.cells.charts/chartcollection/_impl/_index.md b/english/cpp/aspose.cells.charts/chartcollection/_impl/_index.md index b597e73365a..fc1c01738f6 100644 --- a/english/cpp/aspose.cells.charts/chartcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.charts/chartcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartCollection::_impl field. The implementation object in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells.charts/chartcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.charts/chartcollection/_index.md b/english/cpp/aspose.cells.charts/chartcollection/_index.md index cc1746cca56..5d0bd352fa7 100644 --- a/english/cpp/aspose.cells.charts/chartcollection/_index.md +++ b/english/cpp/aspose.cells.charts/chartcollection/_index.md @@ -26,13 +26,15 @@ class ChartCollection | [Add(ChartType type, const U16String\& dataRange, bool isVertical, int32_t topRow, int32_t leftColumn, int32_t rightRow, int32_t bottomColumn)](./add/) | Adds a chart to the collection. | | [Add(ChartType type, const char16_t* dataRange, bool isVertical, int32_t topRow, int32_t leftColumn, int32_t rightRow, int32_t bottomColumn)](./add/) | Adds a chart to the collection. | | [AddFloatingChart(ChartType type, int32_t left, int32_t top, int32_t width, int32_t height)](./addfloatingchart/) | Adds a chart to the collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ChartCollection](./). | | [ChartCollection(ChartCollection_Impl* impl)](./chartcollection/) | Constructs from an implementation object. | | [ChartCollection(const ChartCollection\& src)](./chartcollection/) | Copy constructor. | | [Clear()](./clear/) | Clear all charts. | +| [end()](./end/) | Returns an iterator to the end of the [ChartCollection](./). | | [Get(int32_t index)](./get/) | Gets the [Chart](../chart/) element at the specified index. | | [Get(const U16String\& name)](./get/) | Gets the chart by the name. | | [Get(const char16_t* name)](./get/) | Gets the chart by the name. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const ChartCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.charts/chartcollection/begin/_index.md b/english/cpp/aspose.cells.charts/chartcollection/begin/_index.md new file mode 100644 index 00000000000..81d3b3e75bd --- /dev/null +++ b/english/cpp/aspose.cells.charts/chartcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCollection::begin method. Returns an iterator to the beginning of the ChartCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells.charts/chartcollection/begin/ +--- +## ChartCollection::begin method + + +Returns an iterator to the beginning of the [ChartCollection](../). + +```cpp +Iterator Aspose::Cells::Charts::ChartCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ChartCollection](../). + +## See Also + +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.charts/chartcollection/end/_index.md b/english/cpp/aspose.cells.charts/chartcollection/end/_index.md new file mode 100644 index 00000000000..b49aaf56f2d --- /dev/null +++ b/english/cpp/aspose.cells.charts/chartcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCollection::end method. Returns an iterator to the end of the ChartCollection in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells.charts/chartcollection/end/ +--- +## ChartCollection::end method + + +Returns an iterator to the end of the [ChartCollection](../). + +```cpp +Iterator Aspose::Cells::Charts::ChartCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ChartCollection](../). + +## See Also + +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.charts/chartcollection/getcount/_index.md b/english/cpp/aspose.cells.charts/chartcollection/getcount/_index.md index b194ce52684..18cce844ab8 100644 --- a/english/cpp/aspose.cells.charts/chartcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.charts/chartcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::ChartCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Charts::ChartCollection class in C++.' +description: 'Aspose::Cells::Charts::ChartCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1100 url: /cpp/aspose.cells.charts/chartcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/chartcollection/getcount/ ## ChartCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Charts::ChartCollection::GetCount() diff --git a/english/cpp/aspose.cells.charts/chartframe/_impl/_index.md b/english/cpp/aspose.cells.charts/chartframe/_impl/_index.md index 65e36ca8913..dca8e8a9c82 100644 --- a/english/cpp/aspose.cells.charts/chartframe/_impl/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::_impl field. The implementation object in C++.' type: docs -weight: 5500 +weight: 5700 url: /cpp/aspose.cells.charts/chartframe/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.charts/chartframe/getarea/_index.md b/english/cpp/aspose.cells.charts/chartframe/getarea/_index.md index 4a84cb01394..11c93c1de68 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getarea/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getarea/_index.md @@ -4,7 +4,7 @@ linktitle: GetArea second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetArea method. Gets the area in C++.' type: docs -weight: 2300 +weight: 2500 url: /cpp/aspose.cells.charts/chartframe/getarea/ --- ## ChartFrame::GetArea method diff --git a/english/cpp/aspose.cells.charts/chartframe/getautoscalefont/_index.md b/english/cpp/aspose.cells.charts/chartframe/getautoscalefont/_index.md index b1cd4d684b3..53ca2a5de8b 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getautoscalefont/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getautoscalefont/_index.md @@ -4,7 +4,7 @@ linktitle: GetAutoScaleFont second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetAutoScaleFont method. True if the text in the object changes font size when the object size changes. The default value is True in C++.' type: docs -weight: 2600 +weight: 2800 url: /cpp/aspose.cells.charts/chartframe/getautoscalefont/ --- ## ChartFrame::GetAutoScaleFont method diff --git a/english/cpp/aspose.cells.charts/chartframe/getborder/_index.md b/english/cpp/aspose.cells.charts/chartframe/getborder/_index.md index 7ae5acedcf9..7a642529a36 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getborder/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getborder/_index.md @@ -4,7 +4,7 @@ linktitle: GetBorder second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetBorder method. Gets the border in C++.' type: docs -weight: 2200 +weight: 2400 url: /cpp/aspose.cells.charts/chartframe/getborder/ --- ## ChartFrame::GetBorder method diff --git a/english/cpp/aspose.cells.charts/chartframe/getdefaultheight/_index.md b/english/cpp/aspose.cells.charts/chartframe/getdefaultheight/_index.md index 1d9ad62ccb7..f7a742fad2f 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getdefaultheight/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getdefaultheight/_index.md @@ -4,7 +4,7 @@ linktitle: GetDefaultHeight second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultHeight method. Represents height of default position in units of 1/4000 of the chart area in C++.' type: docs -weight: 1700 +weight: 1900 url: /cpp/aspose.cells.charts/chartframe/getdefaultheight/ --- ## ChartFrame::GetDefaultHeight method diff --git a/english/cpp/aspose.cells.charts/chartframe/getdefaultheightratiotochart/_index.md b/english/cpp/aspose.cells.charts/chartframe/getdefaultheightratiotochart/_index.md index d18fa628565..e5687de003d 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getdefaultheightratiotochart/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getdefaultheightratiotochart/_index.md @@ -4,7 +4,7 @@ linktitle: GetDefaultHeightRatioToChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultHeightRatioToChart method. Represents height of default position in units of Fraction of the chart area in C++.' type: docs -weight: 2100 +weight: 2300 url: /cpp/aspose.cells.charts/chartframe/getdefaultheightratiotochart/ --- ## ChartFrame::GetDefaultHeightRatioToChart method diff --git a/english/cpp/aspose.cells.charts/chartframe/getdefaultwidth/_index.md b/english/cpp/aspose.cells.charts/chartframe/getdefaultwidth/_index.md index 0f1137d50ea..128a3ae62e3 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getdefaultwidth/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getdefaultwidth/_index.md @@ -4,7 +4,7 @@ linktitle: GetDefaultWidth second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultWidth method. Represents width of default position in units of 1/4000 of the chart area in C++.' type: docs -weight: 1600 +weight: 1800 url: /cpp/aspose.cells.charts/chartframe/getdefaultwidth/ --- ## ChartFrame::GetDefaultWidth method diff --git a/english/cpp/aspose.cells.charts/chartframe/getdefaultwidthratiotochart/_index.md b/english/cpp/aspose.cells.charts/chartframe/getdefaultwidthratiotochart/_index.md index a3ff422eeaf..8314d197073 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getdefaultwidthratiotochart/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getdefaultwidthratiotochart/_index.md @@ -4,7 +4,7 @@ linktitle: GetDefaultWidthRatioToChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultWidthRatioToChart method. Represents width of default position in units of Fraction of the chart area in C++.' type: docs -weight: 2000 +weight: 2200 url: /cpp/aspose.cells.charts/chartframe/getdefaultwidthratiotochart/ --- ## ChartFrame::GetDefaultWidthRatioToChart method diff --git a/english/cpp/aspose.cells.charts/chartframe/getdefaultx/_index.md b/english/cpp/aspose.cells.charts/chartframe/getdefaultx/_index.md index c35f34bacf1..e72ac0a5a72 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getdefaultx/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getdefaultx/_index.md @@ -4,7 +4,7 @@ linktitle: GetDefaultX second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultX method. Represents x of default position in units of 1/4000 of the chart area in C++.' type: docs -weight: 1400 +weight: 1600 url: /cpp/aspose.cells.charts/chartframe/getdefaultx/ --- ## ChartFrame::GetDefaultX method diff --git a/english/cpp/aspose.cells.charts/chartframe/getdefaultxratiotochart/_index.md b/english/cpp/aspose.cells.charts/chartframe/getdefaultxratiotochart/_index.md index 809088b57de..6afd1f6c3e8 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getdefaultxratiotochart/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getdefaultxratiotochart/_index.md @@ -4,7 +4,7 @@ linktitle: GetDefaultXRatioToChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultXRatioToChart method. Represents x of default position in units of Fraction of the chart area in C++.' type: docs -weight: 1800 +weight: 2000 url: /cpp/aspose.cells.charts/chartframe/getdefaultxratiotochart/ --- ## ChartFrame::GetDefaultXRatioToChart method diff --git a/english/cpp/aspose.cells.charts/chartframe/getdefaulty/_index.md b/english/cpp/aspose.cells.charts/chartframe/getdefaulty/_index.md index 7380f2281e8..ea208def5bb 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getdefaulty/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getdefaulty/_index.md @@ -4,7 +4,7 @@ linktitle: GetDefaultY second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultY method. Represents y of default position in units of 1/4000 of the chart area in C++.' type: docs -weight: 1500 +weight: 1700 url: /cpp/aspose.cells.charts/chartframe/getdefaulty/ --- ## ChartFrame::GetDefaultY method diff --git a/english/cpp/aspose.cells.charts/chartframe/getdefaultyratiotochart/_index.md b/english/cpp/aspose.cells.charts/chartframe/getdefaultyratiotochart/_index.md index 98bf37fc0e3..420dfb8841f 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getdefaultyratiotochart/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getdefaultyratiotochart/_index.md @@ -4,7 +4,7 @@ linktitle: GetDefaultYRatioToChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultYRatioToChart method. Represents y of default position in units of Fraction of the chart area in C++.' type: docs -weight: 1900 +weight: 2100 url: /cpp/aspose.cells.charts/chartframe/getdefaultyratiotochart/ --- ## ChartFrame::GetDefaultYRatioToChart method diff --git a/english/cpp/aspose.cells.charts/chartframe/getfont/_index.md b/english/cpp/aspose.cells.charts/chartframe/getfont/_index.md index 5d0a0ea7131..b779897b697 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getfont/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getfont/_index.md @@ -4,7 +4,7 @@ linktitle: GetFont second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetFont method. Gets a Font object of the specified ChartFrame object in C++.' type: docs -weight: 2500 +weight: 2700 url: /cpp/aspose.cells.charts/chartframe/getfont/ --- ## ChartFrame::GetFont method diff --git a/english/cpp/aspose.cells.charts/chartframe/getheight/_index.md b/english/cpp/aspose.cells.charts/chartframe/getheight/_index.md index d14f6940456..bde13acbf9c 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getheight/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getheight/_index.md @@ -4,7 +4,7 @@ linktitle: GetHeight second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetHeight method. Gets or sets the height of frame in units of 1/4000 of the chart area in C++.' type: docs -weight: 3400 +weight: 3600 url: /cpp/aspose.cells.charts/chartframe/getheight/ --- ## ChartFrame::GetHeight method diff --git a/english/cpp/aspose.cells.charts/chartframe/getheightpixel/_index.md b/english/cpp/aspose.cells.charts/chartframe/getheightpixel/_index.md index 410c034a0ca..79957216e1c 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getheightpixel/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getheightpixel/_index.md @@ -4,7 +4,7 @@ linktitle: GetHeightPixel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetHeightPixel method. Gets or sets the height of frame in units of Pixel in C++.' type: docs -weight: 5200 +weight: 5400 url: /cpp/aspose.cells.charts/chartframe/getheightpixel/ --- ## ChartFrame::GetHeightPixel method diff --git a/english/cpp/aspose.cells.charts/chartframe/getheightratiotochart/_index.md b/english/cpp/aspose.cells.charts/chartframe/getheightratiotochart/_index.md index c1fa25d541b..551d4be11f3 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getheightratiotochart/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getheightratiotochart/_index.md @@ -4,7 +4,7 @@ linktitle: GetHeightRatioToChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetHeightRatioToChart method. Gets or sets the height of frame in units of ratio of the chart area in C++.' type: docs -weight: 4400 +weight: 4600 url: /cpp/aspose.cells.charts/chartframe/getheightratiotochart/ --- ## ChartFrame::GetHeightRatioToChart method diff --git a/english/cpp/aspose.cells.charts/chartframe/getshapeproperties/_index.md b/english/cpp/aspose.cells.charts/chartframe/getshapeproperties/_index.md index 16e0ee561b9..5d9ad536081 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getshapeproperties/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getshapeproperties/_index.md @@ -4,7 +4,7 @@ linktitle: GetShapeProperties second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetShapeProperties method. Gets the ShapeProperties object in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells.charts/chartframe/getshapeproperties/ --- ## ChartFrame::GetShapeProperties method diff --git a/english/cpp/aspose.cells.charts/chartframe/gettextoptions/_index.md b/english/cpp/aspose.cells.charts/chartframe/gettextoptions/_index.md index 0bcafbce3c1..d8486319a68 100644 --- a/english/cpp/aspose.cells.charts/chartframe/gettextoptions/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/gettextoptions/_index.md @@ -4,7 +4,7 @@ linktitle: GetTextOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetTextOptions method. Gets and sets the options of the text in C++.' type: docs -weight: 2400 +weight: 2600 url: /cpp/aspose.cells.charts/chartframe/gettextoptions/ --- ## ChartFrame::GetTextOptions method diff --git a/english/cpp/aspose.cells.charts/chartframe/getwidth/_index.md b/english/cpp/aspose.cells.charts/chartframe/getwidth/_index.md index c1fa42d87da..a1f330ada22 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getwidth/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getwidth/_index.md @@ -4,7 +4,7 @@ linktitle: GetWidth second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetWidth method. Gets or sets the width of frame in units of 1/4000 of the chart area in C++.' type: docs -weight: 3600 +weight: 3800 url: /cpp/aspose.cells.charts/chartframe/getwidth/ --- ## ChartFrame::GetWidth method diff --git a/english/cpp/aspose.cells.charts/chartframe/getwidthpixel/_index.md b/english/cpp/aspose.cells.charts/chartframe/getwidthpixel/_index.md index 8a5778ff4dc..f8d839bcd0a 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getwidthpixel/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getwidthpixel/_index.md @@ -4,7 +4,7 @@ linktitle: GetWidthPixel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetWidthPixel method. Gets or sets the width of frame in units of Pixel in C++.' type: docs -weight: 5000 +weight: 5200 url: /cpp/aspose.cells.charts/chartframe/getwidthpixel/ --- ## ChartFrame::GetWidthPixel method diff --git a/english/cpp/aspose.cells.charts/chartframe/getwidthratiotochart/_index.md b/english/cpp/aspose.cells.charts/chartframe/getwidthratiotochart/_index.md index 820ab608110..002802874ca 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getwidthratiotochart/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getwidthratiotochart/_index.md @@ -4,7 +4,7 @@ linktitle: GetWidthRatioToChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetWidthRatioToChart method. Gets or sets the width of frame in units of ratio of the chart area in C++.' type: docs -weight: 4200 +weight: 4400 url: /cpp/aspose.cells.charts/chartframe/getwidthratiotochart/ --- ## ChartFrame::GetWidthRatioToChart method diff --git a/english/cpp/aspose.cells.charts/chartframe/getx/_index.md b/english/cpp/aspose.cells.charts/chartframe/getx/_index.md index e6a0c4a25f7..9452a8765f8 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getx/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getx/_index.md @@ -4,7 +4,7 @@ linktitle: GetX second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetX method. Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area in C++.' type: docs -weight: 3000 +weight: 3200 url: /cpp/aspose.cells.charts/chartframe/getx/ --- ## ChartFrame::GetX method diff --git a/english/cpp/aspose.cells.charts/chartframe/getxpixel/_index.md b/english/cpp/aspose.cells.charts/chartframe/getxpixel/_index.md index f6c29d036d3..e09e9d0a1ae 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getxpixel/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getxpixel/_index.md @@ -4,7 +4,7 @@ linktitle: GetXPixel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetXPixel method. Gets or sets the x coordinate of the upper left corner in units of Pixel in C++.' type: docs -weight: 4600 +weight: 4800 url: /cpp/aspose.cells.charts/chartframe/getxpixel/ --- ## ChartFrame::GetXPixel method diff --git a/english/cpp/aspose.cells.charts/chartframe/getxratiotochart/_index.md b/english/cpp/aspose.cells.charts/chartframe/getxratiotochart/_index.md index a7e0eacab76..8d0aa095d67 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getxratiotochart/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getxratiotochart/_index.md @@ -4,7 +4,7 @@ linktitle: GetXRatioToChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetXRatioToChart method. Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area in C++.' type: docs -weight: 3800 +weight: 4000 url: /cpp/aspose.cells.charts/chartframe/getxratiotochart/ --- ## ChartFrame::GetXRatioToChart method diff --git a/english/cpp/aspose.cells.charts/chartframe/gety/_index.md b/english/cpp/aspose.cells.charts/chartframe/gety/_index.md index 53028d0de91..8aada482b15 100644 --- a/english/cpp/aspose.cells.charts/chartframe/gety/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/gety/_index.md @@ -4,7 +4,7 @@ linktitle: GetY second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetY method. Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area in C++.' type: docs -weight: 3200 +weight: 3400 url: /cpp/aspose.cells.charts/chartframe/gety/ --- ## ChartFrame::GetY method diff --git a/english/cpp/aspose.cells.charts/chartframe/getypixel/_index.md b/english/cpp/aspose.cells.charts/chartframe/getypixel/_index.md index 8b4fdf22f4f..37ad77d3743 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getypixel/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getypixel/_index.md @@ -4,7 +4,7 @@ linktitle: GetYPixel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetYPixel method. Gets or sets the y coordinate of the upper left corner in units of Pixel in C++.' type: docs -weight: 4800 +weight: 5000 url: /cpp/aspose.cells.charts/chartframe/getypixel/ --- ## ChartFrame::GetYPixel method diff --git a/english/cpp/aspose.cells.charts/chartframe/getyratiotochart/_index.md b/english/cpp/aspose.cells.charts/chartframe/getyratiotochart/_index.md index 3a45e696c46..f22061754bd 100644 --- a/english/cpp/aspose.cells.charts/chartframe/getyratiotochart/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/getyratiotochart/_index.md @@ -4,7 +4,7 @@ linktitle: GetYRatioToChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::GetYRatioToChart method. Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area in C++.' type: docs -weight: 4000 +weight: 4200 url: /cpp/aspose.cells.charts/chartframe/getyratiotochart/ --- ## ChartFrame::GetYRatioToChart method diff --git a/english/cpp/aspose.cells.charts/chartframe/isautomaticsize/_index.md b/english/cpp/aspose.cells.charts/chartframe/isautomaticsize/_index.md index cbd9fa075c6..659cdb9d7ef 100644 --- a/english/cpp/aspose.cells.charts/chartframe/isautomaticsize/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/isautomaticsize/_index.md @@ -4,7 +4,7 @@ linktitle: IsAutomaticSize second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::IsAutomaticSize method. Indicates whether the chart frame is automatic sized in C++.' type: docs -weight: 2800 +weight: 3000 url: /cpp/aspose.cells.charts/chartframe/isautomaticsize/ --- ## ChartFrame::IsAutomaticSize method diff --git a/english/cpp/aspose.cells.charts/chartframe/isdefaultposbeset/_index.md b/english/cpp/aspose.cells.charts/chartframe/isdefaultposbeset/_index.md index 930da8c7c47..d034c3dc1cc 100644 --- a/english/cpp/aspose.cells.charts/chartframe/isdefaultposbeset/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/isdefaultposbeset/_index.md @@ -4,7 +4,7 @@ linktitle: IsDefaultPosBeSet second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::IsDefaultPosBeSet method. Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set in C++.' type: docs -weight: 1300 +weight: 1500 url: /cpp/aspose.cells.charts/chartframe/isdefaultposbeset/ --- ## ChartFrame::IsDefaultPosBeSet method diff --git a/english/cpp/aspose.cells.charts/chartframe/setautoscalefont/_index.md b/english/cpp/aspose.cells.charts/chartframe/setautoscalefont/_index.md index 1c48c7c4343..7f434e42455 100644 --- a/english/cpp/aspose.cells.charts/chartframe/setautoscalefont/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/setautoscalefont/_index.md @@ -4,7 +4,7 @@ linktitle: SetAutoScaleFont second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::SetAutoScaleFont method. True if the text in the object changes font size when the object size changes. The default value is True in C++.' type: docs -weight: 2700 +weight: 2900 url: /cpp/aspose.cells.charts/chartframe/setautoscalefont/ --- ## ChartFrame::SetAutoScaleFont method diff --git a/english/cpp/aspose.cells.charts/chartframe/setheight/_index.md b/english/cpp/aspose.cells.charts/chartframe/setheight/_index.md index e4a8856ba67..57d7540f06e 100644 --- a/english/cpp/aspose.cells.charts/chartframe/setheight/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/setheight/_index.md @@ -4,7 +4,7 @@ linktitle: SetHeight second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::SetHeight method. Gets or sets the height of frame in units of 1/4000 of the chart area in C++.' type: docs -weight: 3500 +weight: 3700 url: /cpp/aspose.cells.charts/chartframe/setheight/ --- ## ChartFrame::SetHeight method diff --git a/english/cpp/aspose.cells.charts/chartframe/setheightpixel/_index.md b/english/cpp/aspose.cells.charts/chartframe/setheightpixel/_index.md index 37327f34aab..9211778c936 100644 --- a/english/cpp/aspose.cells.charts/chartframe/setheightpixel/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/setheightpixel/_index.md @@ -4,7 +4,7 @@ linktitle: SetHeightPixel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::SetHeightPixel method. Gets or sets the height of frame in units of Pixel in C++.' type: docs -weight: 5300 +weight: 5500 url: /cpp/aspose.cells.charts/chartframe/setheightpixel/ --- ## ChartFrame::SetHeightPixel method diff --git a/english/cpp/aspose.cells.charts/chartframe/setheightratiotochart/_index.md b/english/cpp/aspose.cells.charts/chartframe/setheightratiotochart/_index.md index 17d01713b1c..905343ec216 100644 --- a/english/cpp/aspose.cells.charts/chartframe/setheightratiotochart/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/setheightratiotochart/_index.md @@ -4,7 +4,7 @@ linktitle: SetHeightRatioToChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::SetHeightRatioToChart method. Gets or sets the height of frame in units of ratio of the chart area in C++.' type: docs -weight: 4500 +weight: 4700 url: /cpp/aspose.cells.charts/chartframe/setheightratiotochart/ --- ## ChartFrame::SetHeightRatioToChart method diff --git a/english/cpp/aspose.cells.charts/chartframe/setisautomaticsize/_index.md b/english/cpp/aspose.cells.charts/chartframe/setisautomaticsize/_index.md index 4630e3d4fed..47d3532eec8 100644 --- a/english/cpp/aspose.cells.charts/chartframe/setisautomaticsize/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/setisautomaticsize/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsAutomaticSize second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::SetIsAutomaticSize method. Indicates whether the chart frame is automatic sized in C++.' type: docs -weight: 2900 +weight: 3100 url: /cpp/aspose.cells.charts/chartframe/setisautomaticsize/ --- ## ChartFrame::SetIsAutomaticSize method diff --git a/english/cpp/aspose.cells.charts/chartframe/setpositionauto/_index.md b/english/cpp/aspose.cells.charts/chartframe/setpositionauto/_index.md index 1ba491c213d..42507315179 100644 --- a/english/cpp/aspose.cells.charts/chartframe/setpositionauto/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/setpositionauto/_index.md @@ -4,7 +4,7 @@ linktitle: SetPositionAuto second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::SetPositionAuto method. Set position of the frame to automatic in C++.' type: docs -weight: 5400 +weight: 5600 url: /cpp/aspose.cells.charts/chartframe/setpositionauto/ --- ## ChartFrame::SetPositionAuto method diff --git a/english/cpp/aspose.cells.charts/chartframe/setwidth/_index.md b/english/cpp/aspose.cells.charts/chartframe/setwidth/_index.md index 19fe740eb4e..070919a20d8 100644 --- a/english/cpp/aspose.cells.charts/chartframe/setwidth/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/setwidth/_index.md @@ -4,7 +4,7 @@ linktitle: SetWidth second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::SetWidth method. Gets or sets the width of frame in units of 1/4000 of the chart area in C++.' type: docs -weight: 3700 +weight: 3900 url: /cpp/aspose.cells.charts/chartframe/setwidth/ --- ## ChartFrame::SetWidth method diff --git a/english/cpp/aspose.cells.charts/chartframe/setwidthpixel/_index.md b/english/cpp/aspose.cells.charts/chartframe/setwidthpixel/_index.md index bf03293f14d..d2330cfe5da 100644 --- a/english/cpp/aspose.cells.charts/chartframe/setwidthpixel/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/setwidthpixel/_index.md @@ -4,7 +4,7 @@ linktitle: SetWidthPixel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::SetWidthPixel method. Gets or sets the width of frame in units of Pixel in C++.' type: docs -weight: 5100 +weight: 5300 url: /cpp/aspose.cells.charts/chartframe/setwidthpixel/ --- ## ChartFrame::SetWidthPixel method diff --git a/english/cpp/aspose.cells.charts/chartframe/setwidthratiotochart/_index.md b/english/cpp/aspose.cells.charts/chartframe/setwidthratiotochart/_index.md index 1ee947bcb5d..ca49cb007a2 100644 --- a/english/cpp/aspose.cells.charts/chartframe/setwidthratiotochart/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/setwidthratiotochart/_index.md @@ -4,7 +4,7 @@ linktitle: SetWidthRatioToChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::SetWidthRatioToChart method. Gets or sets the width of frame in units of ratio of the chart area in C++.' type: docs -weight: 4300 +weight: 4500 url: /cpp/aspose.cells.charts/chartframe/setwidthratiotochart/ --- ## ChartFrame::SetWidthRatioToChart method diff --git a/english/cpp/aspose.cells.charts/chartframe/setx/_index.md b/english/cpp/aspose.cells.charts/chartframe/setx/_index.md index deb36ce55ec..e1902a7a724 100644 --- a/english/cpp/aspose.cells.charts/chartframe/setx/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/setx/_index.md @@ -4,7 +4,7 @@ linktitle: SetX second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::SetX method. Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area in C++.' type: docs -weight: 3100 +weight: 3300 url: /cpp/aspose.cells.charts/chartframe/setx/ --- ## ChartFrame::SetX method diff --git a/english/cpp/aspose.cells.charts/chartframe/setxpixel/_index.md b/english/cpp/aspose.cells.charts/chartframe/setxpixel/_index.md index 51e7eceabc2..900d205c461 100644 --- a/english/cpp/aspose.cells.charts/chartframe/setxpixel/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/setxpixel/_index.md @@ -4,7 +4,7 @@ linktitle: SetXPixel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::SetXPixel method. Gets or sets the x coordinate of the upper left corner in units of Pixel in C++.' type: docs -weight: 4700 +weight: 4900 url: /cpp/aspose.cells.charts/chartframe/setxpixel/ --- ## ChartFrame::SetXPixel method diff --git a/english/cpp/aspose.cells.charts/chartframe/setxratiotochart/_index.md b/english/cpp/aspose.cells.charts/chartframe/setxratiotochart/_index.md index 5046ba3a200..cb837650a1e 100644 --- a/english/cpp/aspose.cells.charts/chartframe/setxratiotochart/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/setxratiotochart/_index.md @@ -4,7 +4,7 @@ linktitle: SetXRatioToChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::SetXRatioToChart method. Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area in C++.' type: docs -weight: 3900 +weight: 4100 url: /cpp/aspose.cells.charts/chartframe/setxratiotochart/ --- ## ChartFrame::SetXRatioToChart method diff --git a/english/cpp/aspose.cells.charts/chartframe/sety/_index.md b/english/cpp/aspose.cells.charts/chartframe/sety/_index.md index cb0211422b0..27884f161c1 100644 --- a/english/cpp/aspose.cells.charts/chartframe/sety/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/sety/_index.md @@ -4,7 +4,7 @@ linktitle: SetY second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::SetY method. Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area in C++.' type: docs -weight: 3300 +weight: 3500 url: /cpp/aspose.cells.charts/chartframe/sety/ --- ## ChartFrame::SetY method diff --git a/english/cpp/aspose.cells.charts/chartframe/setypixel/_index.md b/english/cpp/aspose.cells.charts/chartframe/setypixel/_index.md index 32e230a6f77..389b446a908 100644 --- a/english/cpp/aspose.cells.charts/chartframe/setypixel/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/setypixel/_index.md @@ -4,7 +4,7 @@ linktitle: SetYPixel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::SetYPixel method. Gets or sets the y coordinate of the upper left corner in units of Pixel in C++.' type: docs -weight: 4900 +weight: 5100 url: /cpp/aspose.cells.charts/chartframe/setypixel/ --- ## ChartFrame::SetYPixel method diff --git a/english/cpp/aspose.cells.charts/chartframe/setyratiotochart/_index.md b/english/cpp/aspose.cells.charts/chartframe/setyratiotochart/_index.md index ae9273044cd..7b98bbb6b86 100644 --- a/english/cpp/aspose.cells.charts/chartframe/setyratiotochart/_index.md +++ b/english/cpp/aspose.cells.charts/chartframe/setyratiotochart/_index.md @@ -4,7 +4,7 @@ linktitle: SetYRatioToChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartFrame::SetYRatioToChart method. Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area in C++.' type: docs -weight: 4100 +weight: 4300 url: /cpp/aspose.cells.charts/chartframe/setyratiotochart/ --- ## ChartFrame::SetYRatioToChart method diff --git a/english/cpp/aspose.cells.charts/chartlineformattingtype/_index.md b/english/cpp/aspose.cells.charts/chartlineformattingtype/_index.md index 28574ed1360..21990a0ccd3 100644 --- a/english/cpp/aspose.cells.charts/chartlineformattingtype/_index.md +++ b/english/cpp/aspose.cells.charts/chartlineformattingtype/_index.md @@ -4,7 +4,7 @@ linktitle: ChartLineFormattingType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartLineFormattingType enum. Represents line format type of chart line in C++.' type: docs -weight: 4200 +weight: 4400 url: /cpp/aspose.cells.charts/chartlineformattingtype/ --- ## ChartLineFormattingType enum diff --git a/english/cpp/aspose.cells.charts/chartmarkertype/_index.md b/english/cpp/aspose.cells.charts/chartmarkertype/_index.md index 32e932002bc..28f487e6781 100644 --- a/english/cpp/aspose.cells.charts/chartmarkertype/_index.md +++ b/english/cpp/aspose.cells.charts/chartmarkertype/_index.md @@ -4,7 +4,7 @@ linktitle: ChartMarkerType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartMarkerType enum. Represents the marker style in a line chart, scatter chart, or radar chart in C++.' type: docs -weight: 4300 +weight: 4500 url: /cpp/aspose.cells.charts/chartmarkertype/ --- ## ChartMarkerType enum diff --git a/english/cpp/aspose.cells.charts/chartpoint/_impl/_index.md b/english/cpp/aspose.cells.charts/chartpoint/_impl/_index.md index 00c7cbc60f9..501e7c7b9bc 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/_impl/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::_impl field. The implementation object in C++.' type: docs -weight: 4900 +weight: 5400 url: /cpp/aspose.cells.charts/chartpoint/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.charts/chartpoint/_index.md b/english/cpp/aspose.cells.charts/chartpoint/_index.md index 40a1238e549..531afd2aea3 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/_index.md @@ -4,7 +4,7 @@ linktitle: ChartPoint second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint class. Represents a single point in a series in a chart in C++.' type: docs -weight: 1000 +weight: 1100 url: /cpp/aspose.cells.charts/chartpoint/ --- ## ChartPoint class diff --git a/english/cpp/aspose.cells.charts/chartpoint/getarcendpointxpx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getarcendpointxpx/_index.md index d7bf4ec1812..eda4022117a 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getarcendpointxpx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getarcendpointxpx/_index.md @@ -4,7 +4,7 @@ linktitle: GetArcEndPointXPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetArcEndPointXPx method. Gets the x coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart in C++.' type: docs -weight: 3400 +weight: 3900 url: /cpp/aspose.cells.charts/chartpoint/getarcendpointxpx/ --- ## ChartPoint::GetArcEndPointXPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getarcendpointypx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getarcendpointypx/_index.md index d89c1eedf39..80c0dd71c78 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getarcendpointypx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getarcendpointypx/_index.md @@ -4,7 +4,7 @@ linktitle: GetArcEndPointYPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetArcEndPointYPx method. Gets the y coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart in C++.' type: docs -weight: 3500 +weight: 4000 url: /cpp/aspose.cells.charts/chartpoint/getarcendpointypx/ --- ## ChartPoint::GetArcEndPointYPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getarcstartpointxpx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getarcstartpointxpx/_index.md index 1bed49c8af2..5d4c4c48602 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getarcstartpointxpx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getarcstartpointxpx/_index.md @@ -4,7 +4,7 @@ linktitle: GetArcStartPointXPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetArcStartPointXPx method. Gets the x coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart in C++.' type: docs -weight: 3200 +weight: 3700 url: /cpp/aspose.cells.charts/chartpoint/getarcstartpointxpx/ --- ## ChartPoint::GetArcStartPointXPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getarcstartpointypx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getarcstartpointypx/_index.md index 2b0ae3f27fc..c84224d3b77 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getarcstartpointypx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getarcstartpointypx/_index.md @@ -4,7 +4,7 @@ linktitle: GetArcStartPointYPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetArcStartPointYPx method. Gets the y coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart in C++.' type: docs -weight: 3300 +weight: 3800 url: /cpp/aspose.cells.charts/chartpoint/getarcstartpointypx/ --- ## ChartPoint::GetArcStartPointYPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getborderwidthpx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getborderwidthpx/_index.md index 618f718e608..ae64990d2a5 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getborderwidthpx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getborderwidthpx/_index.md @@ -4,7 +4,7 @@ linktitle: GetBorderWidthPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetBorderWidthPx method. Gets the width of border in units of pixels after calls Chart.Calculate() method in C++.' type: docs -weight: 2700 +weight: 3100 url: /cpp/aspose.cells.charts/chartpoint/getborderwidthpx/ --- ## ChartPoint::GetBorderWidthPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getbottompointcount/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getbottompointcount/_index.md index 09849bf5bd4..625d9f9a81c 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getbottompointcount/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getbottompointcount/_index.md @@ -4,7 +4,7 @@ linktitle: GetBottomPointCount second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetBottomPointCount method. Gets the number of bottom points after calls Chart.Calculate() method in C++.' type: docs -weight: 4300 +weight: 4800 url: /cpp/aspose.cells.charts/chartpoint/getbottompointcount/ --- ## ChartPoint::GetBottomPointCount method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getbottompointxpx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getbottompointxpx/_index.md index e58a3d1bfa5..8e277345191 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getbottompointxpx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getbottompointxpx/_index.md @@ -4,7 +4,7 @@ linktitle: GetBottomPointXPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetBottomPointXPx method. Gets x-coordinate of the bottom point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid in C++.' type: docs -weight: 4400 +weight: 4900 url: /cpp/aspose.cells.charts/chartpoint/getbottompointxpx/ --- ## ChartPoint::GetBottomPointXPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getbottompointypx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getbottompointypx/_index.md index 2f8f342540b..a8ce0fc85eb 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getbottompointypx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getbottompointypx/_index.md @@ -4,7 +4,7 @@ linktitle: GetBottomPointYPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetBottomPointYPx method. Gets y-coordinate of the bottom point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid in C++.' type: docs -weight: 4500 +weight: 5000 url: /cpp/aspose.cells.charts/chartpoint/getbottompointypx/ --- ## ChartPoint::GetBottomPointYPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getdoughnutinnerradius/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getdoughnutinnerradius/_index.md index 8640537092e..04c69eafa7a 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getdoughnutinnerradius/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getdoughnutinnerradius/_index.md @@ -4,7 +4,7 @@ linktitle: GetDoughnutInnerRadius second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetDoughnutInnerRadius method. Gets the inner radius of doughnut slice in units of pixels after calls Chart.Calculate() method. Applies to Doughnut chart in C++.' type: docs -weight: 2900 +weight: 3300 url: /cpp/aspose.cells.charts/chartpoint/getdoughnutinnerradius/ --- ## ChartPoint::GetDoughnutInnerRadius method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getendangle/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getendangle/_index.md index 11887bcb2b7..8a112790697 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getendangle/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getendangle/_index.md @@ -4,7 +4,7 @@ linktitle: GetEndAngle second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetEndAngle method. Gets the ending angle for the pie section, measured in degrees clockwise from the x-axis after calls Chart.Calculate() method. Applies to Pie chart in C++.' type: docs -weight: 3100 +weight: 3600 url: /cpp/aspose.cells.charts/chartpoint/getendangle/ --- ## ChartPoint::GetEndAngle method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointxpx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointxpx/_index.md index a7a5cc1c67e..aaac8f024b7 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointxpx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointxpx/_index.md @@ -4,7 +4,7 @@ linktitle: GetInnerArcEndPointXPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetInnerArcEndPointXPx method. Gets the x coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart in C++.' type: docs -weight: 3800 +weight: 4300 url: /cpp/aspose.cells.charts/chartpoint/getinnerarcendpointxpx/ --- ## ChartPoint::GetInnerArcEndPointXPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointypx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointypx/_index.md index 9493721c417..fdec0bf60ac 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointypx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointypx/_index.md @@ -4,7 +4,7 @@ linktitle: GetInnerArcEndPointYPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetInnerArcEndPointYPx method. Gets the y coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart in C++.' type: docs -weight: 3900 +weight: 4400 url: /cpp/aspose.cells.charts/chartpoint/getinnerarcendpointypx/ --- ## ChartPoint::GetInnerArcEndPointYPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointxpx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointxpx/_index.md index 0235041ada6..10a1ad2379a 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointxpx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointxpx/_index.md @@ -4,7 +4,7 @@ linktitle: GetInnerArcStartPointXPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetInnerArcStartPointXPx method. Gets the x coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart in C++.' type: docs -weight: 3600 +weight: 4100 url: /cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointxpx/ --- ## ChartPoint::GetInnerArcStartPointXPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointypx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointypx/_index.md index dc807d4da6b..1eba91e5ffc 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointypx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointypx/_index.md @@ -4,7 +4,7 @@ linktitle: GetInnerArcStartPointYPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetInnerArcStartPointYPx method. Gets the y coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart in C++.' type: docs -weight: 3700 +weight: 4200 url: /cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointypx/ --- ## ChartPoint::GetInnerArcStartPointYPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getinnerradiuspx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getinnerradiuspx/_index.md index 822fee7968e..47c1398b075 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getinnerradiuspx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getinnerradiuspx/_index.md @@ -4,7 +4,7 @@ linktitle: GetInnerRadiusPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetInnerRadiusPx method. Gets the inner radius of doughnut slice in units of pixels after calls Chart.Calculate() method. Applies to Doughnut chart in C++.' type: docs -weight: 3000 +weight: 3400 url: /cpp/aspose.cells.charts/chartpoint/getinnerradiuspx/ --- ## ChartPoint::GetInnerRadiusPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointcount/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointcount/_index.md index 3115bf8cdf4..f77cf34efab 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointcount/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointcount/_index.md @@ -4,7 +4,7 @@ linktitle: GetOnCategoryAxisPointCount second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetOnCategoryAxisPointCount method. Gets the number of the points on category axis after calls Chart.Calculate() method. Only applies to area chart in C++.' type: docs -weight: 4600 +weight: 5100 url: /cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointcount/ --- ## ChartPoint::GetOnCategoryAxisPointCount method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointxpx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointxpx/_index.md index 8bcefbd159a..792c44dd114 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointxpx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointxpx/_index.md @@ -4,7 +4,7 @@ linktitle: GetOnCategoryAxisPointXPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetOnCategoryAxisPointXPx method. Gets x-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart in C++.' type: docs -weight: 4700 +weight: 5200 url: /cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointxpx/ --- ## ChartPoint::GetOnCategoryAxisPointXPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointypx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointypx/_index.md index 76754fd49d8..f388b93b50d 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointypx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointypx/_index.md @@ -4,7 +4,7 @@ linktitle: GetOnCategoryAxisPointYPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetOnCategoryAxisPointYPx method. Gets y-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart in C++.' type: docs -weight: 4800 +weight: 5300 url: /cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointypx/ --- ## ChartPoint::GetOnCategoryAxisPointYPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getradiuspx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getradiuspx/_index.md index 45ed176a8a4..1722f46bc44 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getradiuspx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getradiuspx/_index.md @@ -4,7 +4,7 @@ linktitle: GetRadiusPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetRadiusPx method. Gets the radius of bubble, pie or doughnut in units of pixels after calls Chart.Calculate() method in C++.' type: docs -weight: 2800 +weight: 3200 url: /cpp/aspose.cells.charts/chartpoint/getradiuspx/ --- ## ChartPoint::GetRadiusPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getshapeheight/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getshapeheight/_index.md index 9dd38588f3a..2f13d2b609e 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getshapeheight/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getshapeheight/_index.md @@ -4,7 +4,7 @@ linktitle: GetShapeHeight second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetShapeHeight method. Gets the height in units of 1/4000 of chart''s height after calls Chart.Calculate() method in C++.' type: docs -weight: 2200 +weight: 2600 url: /cpp/aspose.cells.charts/chartpoint/getshapeheight/ --- ## ChartPoint::GetShapeHeight method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getshapeheightpx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getshapeheightpx/_index.md index f3e2113e3c3..256bb2bf46c 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getshapeheightpx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getshapeheightpx/_index.md @@ -4,7 +4,7 @@ linktitle: GetShapeHeightPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetShapeHeightPx method. Gets the height in units of pixels after calls Chart.Calculate() method in C++.' type: docs -weight: 2600 +weight: 3000 url: /cpp/aspose.cells.charts/chartpoint/getshapeheightpx/ --- ## ChartPoint::GetShapeHeightPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getshapeproperties/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getshapeproperties/_index.md index e791c80ac56..5df5405b79f 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getshapeproperties/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getshapeproperties/_index.md @@ -4,7 +4,7 @@ linktitle: GetShapeProperties second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetShapeProperties method. Gets the ShapePropertyCollection object that holds the visual shape properties of the ChartPoint in C++.' type: docs -weight: 1600 +weight: 2000 url: /cpp/aspose.cells.charts/chartpoint/getshapeproperties/ --- ## ChartPoint::GetShapeProperties method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getshapewidth/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getshapewidth/_index.md index 72992891e79..df7f22664b6 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getshapewidth/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getshapewidth/_index.md @@ -4,7 +4,7 @@ linktitle: GetShapeWidth second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetShapeWidth method. Gets the width in units of 1/4000 of chart''s width after calls Chart.Calculate() method in C++.' type: docs -weight: 2100 +weight: 2500 url: /cpp/aspose.cells.charts/chartpoint/getshapewidth/ --- ## ChartPoint::GetShapeWidth method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getshapewidthpx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getshapewidthpx/_index.md index cc87e23e0f2..96a7588b5c0 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getshapewidthpx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getshapewidthpx/_index.md @@ -4,7 +4,7 @@ linktitle: GetShapeWidthPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetShapeWidthPx method. Gets the width in units of pixels after calls Chart.Calculate() method in C++.' type: docs -weight: 2500 +weight: 2900 url: /cpp/aspose.cells.charts/chartpoint/getshapewidthpx/ --- ## ChartPoint::GetShapeWidthPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getshapex/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getshapex/_index.md index b56caf1a439..c41c7ec1817 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getshapex/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getshapex/_index.md @@ -4,7 +4,7 @@ linktitle: GetShapeX second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetShapeX method. Gets the x coordinate of the upper left corner in units of 1/4000 of chart''s width after calls Chart.Calculate() method in C++.' type: docs -weight: 1900 +weight: 2300 url: /cpp/aspose.cells.charts/chartpoint/getshapex/ --- ## ChartPoint::GetShapeX method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getshapexpx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getshapexpx/_index.md index 812bd23586a..1fc317f6415 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getshapexpx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getshapexpx/_index.md @@ -4,7 +4,7 @@ linktitle: GetShapeXPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetShapeXPx method. Gets the x coordinate of the upper left corner in units of pixels after calls Chart.Calculate() method in C++.' type: docs -weight: 2300 +weight: 2700 url: /cpp/aspose.cells.charts/chartpoint/getshapexpx/ --- ## ChartPoint::GetShapeXPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getshapey/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getshapey/_index.md index 78fd53d4b53..96b8a8bae73 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getshapey/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getshapey/_index.md @@ -4,7 +4,7 @@ linktitle: GetShapeY second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetShapeY method. Gets the y coordinate of the upper left corner in units of 1/4000 of chart''s height after calls Chart.Calculate() method in C++.' type: docs -weight: 2000 +weight: 2400 url: /cpp/aspose.cells.charts/chartpoint/getshapey/ --- ## ChartPoint::GetShapeY method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getshapeypx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getshapeypx/_index.md index 2dcfb7736d1..7893c2dee8a 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getshapeypx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getshapeypx/_index.md @@ -4,7 +4,7 @@ linktitle: GetShapeYPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetShapeYPx method. Gets the y coordinate of the upper left corner in units of pixels after calls Chart.Calculate() method in C++.' type: docs -weight: 2400 +weight: 2800 url: /cpp/aspose.cells.charts/chartpoint/getshapeypx/ --- ## ChartPoint::GetShapeYPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getstartangle/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getstartangle/_index.md index 439dfadcc60..b48a3aae7b6 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getstartangle/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getstartangle/_index.md @@ -4,7 +4,7 @@ linktitle: GetStartAngle second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetStartAngle method. Gets the starting angle for the pie section, measured in degrees clockwise from the x-axis after calls Chart.Calculate() method. Applies to Pie chart in C++.' type: docs -weight: 3000 +weight: 3500 url: /cpp/aspose.cells.charts/chartpoint/getstartangle/ --- ## ChartPoint::GetStartAngle method diff --git a/english/cpp/aspose.cells.charts/chartpoint/gettoppointcount/_index.md b/english/cpp/aspose.cells.charts/chartpoint/gettoppointcount/_index.md index 11cd17ce90d..d03a5d023e5 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/gettoppointcount/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/gettoppointcount/_index.md @@ -4,7 +4,7 @@ linktitle: GetTopPointCount second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetTopPointCount method. Gets the number of top points after calls Chart.Calculate() method in C++.' type: docs -weight: 4000 +weight: 4500 url: /cpp/aspose.cells.charts/chartpoint/gettoppointcount/ --- ## ChartPoint::GetTopPointCount method diff --git a/english/cpp/aspose.cells.charts/chartpoint/gettoppointxpx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/gettoppointxpx/_index.md index 985827c0a90..91961468074 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/gettoppointxpx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/gettoppointxpx/_index.md @@ -4,7 +4,7 @@ linktitle: GetTopPointXPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetTopPointXPx method. Gets x-coordinate of the top point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D in C++.' type: docs -weight: 4100 +weight: 4600 url: /cpp/aspose.cells.charts/chartpoint/gettoppointxpx/ --- ## ChartPoint::GetTopPointXPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/gettoppointypx/_index.md b/english/cpp/aspose.cells.charts/chartpoint/gettoppointypx/_index.md index 0ba77bf1f89..7cc66e9b235 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/gettoppointypx/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/gettoppointypx/_index.md @@ -4,7 +4,7 @@ linktitle: GetTopPointYPx second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetTopPointYPx method. Gets y-coordinate of the top point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D in C++.' type: docs -weight: 4200 +weight: 4700 url: /cpp/aspose.cells.charts/chartpoint/gettoppointypx/ --- ## ChartPoint::GetTopPointYPx method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getxvaluetype/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getxvaluetype/_index.md index 3cb3a51c870..a06f263023c 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getxvaluetype/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getxvaluetype/_index.md @@ -4,7 +4,7 @@ linktitle: GetXValueType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetXValueType method. Gets X value type of the chart point in C++.' type: docs -weight: 1500 +weight: 1900 url: /cpp/aspose.cells.charts/chartpoint/getxvaluetype/ --- ## ChartPoint::GetXValueType method diff --git a/english/cpp/aspose.cells.charts/chartpoint/getyvaluetype/_index.md b/english/cpp/aspose.cells.charts/chartpoint/getyvaluetype/_index.md index 251fc7c8c3b..ef84cf4ed14 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/getyvaluetype/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/getyvaluetype/_index.md @@ -4,7 +4,7 @@ linktitle: GetYValueType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::GetYValueType method. Gets Y value type of the chart point in C++.' type: docs -weight: 1400 +weight: 1600 url: /cpp/aspose.cells.charts/chartpoint/getyvaluetype/ --- ## ChartPoint::GetYValueType method diff --git a/english/cpp/aspose.cells.charts/chartpoint/isinsecondaryplot/_index.md b/english/cpp/aspose.cells.charts/chartpoint/isinsecondaryplot/_index.md index c4af08afe8f..b7251581ddc 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/isinsecondaryplot/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/isinsecondaryplot/_index.md @@ -4,7 +4,7 @@ linktitle: IsInSecondaryPlot second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::IsInSecondaryPlot method. Gets or sets a value indicates whether this data points is in the second pie or bar on a pie of pie or bar of pie chart in C++.' type: docs -weight: 1700 +weight: 2100 url: /cpp/aspose.cells.charts/chartpoint/isinsecondaryplot/ --- ## ChartPoint::IsInSecondaryPlot method diff --git a/english/cpp/aspose.cells.charts/chartpoint/setisinsecondaryplot/_index.md b/english/cpp/aspose.cells.charts/chartpoint/setisinsecondaryplot/_index.md index 939a7cb0f23..8c60bc984e9 100644 --- a/english/cpp/aspose.cells.charts/chartpoint/setisinsecondaryplot/_index.md +++ b/english/cpp/aspose.cells.charts/chartpoint/setisinsecondaryplot/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsInSecondaryPlot second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPoint::SetIsInSecondaryPlot method. Gets or sets a value indicates whether this data points is in the second pie or bar on a pie of pie or bar of pie chart in C++.' type: docs -weight: 1800 +weight: 2200 url: /cpp/aspose.cells.charts/chartpoint/setisinsecondaryplot/ --- ## ChartPoint::SetIsInSecondaryPlot method diff --git a/english/cpp/aspose.cells.charts/chartpointcollection/_impl/_index.md b/english/cpp/aspose.cells.charts/chartpointcollection/_impl/_index.md index 4695fd1d195..6b5129c548e 100644 --- a/english/cpp/aspose.cells.charts/chartpointcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.charts/chartpointcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPointCollection::_impl field. The implementation object in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells.charts/chartpointcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.charts/chartpointcollection/_index.md b/english/cpp/aspose.cells.charts/chartpointcollection/_index.md index 89019bed1ea..79bc2940135 100644 --- a/english/cpp/aspose.cells.charts/chartpointcollection/_index.md +++ b/english/cpp/aspose.cells.charts/chartpointcollection/_index.md @@ -4,7 +4,7 @@ linktitle: ChartPointCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartPointCollection class. Represents a collection that contains all the points in one series in C++.' type: docs -weight: 1100 +weight: 1200 url: /cpp/aspose.cells.charts/chartpointcollection/ --- ## ChartPointCollection class @@ -20,9 +20,11 @@ class ChartPointCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ChartPointCollection](./). | | [ChartPointCollection(ChartPointCollection_Impl* impl)](./chartpointcollection/) | Constructs from an implementation object. | | [ChartPointCollection(const ChartPointCollection\& src)](./chartpointcollection/) | Copy constructor. | | [Clear()](./clear/) | Remove all setting of the chart points. | +| [end()](./end/) | Returns an iterator to the end of the [ChartPointCollection](./). | | [Get(int32_t index)](./get/) | Gets the [ChartPoint](../chartpoint/) element at the specified index in the series. | | [GetCount()](./getcount/) | Gets the count of the chart point. | | [GetEnumerator()](./getenumerator/) | Returns an enumerator for the entire [ChartPointCollection](./). | diff --git a/english/cpp/aspose.cells.charts/chartpointcollection/begin/_index.md b/english/cpp/aspose.cells.charts/chartpointcollection/begin/_index.md new file mode 100644 index 00000000000..6e00a4c0731 --- /dev/null +++ b/english/cpp/aspose.cells.charts/chartpointcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartPointCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPointCollection::begin method. Returns an iterator to the beginning of the ChartPointCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.charts/chartpointcollection/begin/ +--- +## ChartPointCollection::begin method + + +Returns an iterator to the beginning of the [ChartPointCollection](../). + +```cpp +Iterator Aspose::Cells::Charts::ChartPointCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ChartPointCollection](../). + +## See Also + +* Class [ChartPointCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.charts/chartpointcollection/end/_index.md b/english/cpp/aspose.cells.charts/chartpointcollection/end/_index.md new file mode 100644 index 00000000000..fc1259c104f --- /dev/null +++ b/english/cpp/aspose.cells.charts/chartpointcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartPointCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPointCollection::end method. Returns an iterator to the end of the ChartPointCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells.charts/chartpointcollection/end/ +--- +## ChartPointCollection::end method + + +Returns an iterator to the end of the [ChartPointCollection](../). + +```cpp +Iterator Aspose::Cells::Charts::ChartPointCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ChartPointCollection](../). + +## See Also + +* Class [ChartPointCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.charts/chartsplittype/_index.md b/english/cpp/aspose.cells.charts/chartsplittype/_index.md index 9db5a534c61..f6c5c837384 100644 --- a/english/cpp/aspose.cells.charts/chartsplittype/_index.md +++ b/english/cpp/aspose.cells.charts/chartsplittype/_index.md @@ -4,7 +4,7 @@ linktitle: ChartSplitType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ChartSplitType enum. Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split in C++.' type: docs -weight: 4400 +weight: 4600 url: /cpp/aspose.cells.charts/chartsplittype/ --- ## ChartSplitType enum diff --git a/english/cpp/aspose.cells.charts/charttextframe/_index.md b/english/cpp/aspose.cells.charts/charttextframe/_index.md index d7c0dafe45d..31e4ad1fb14 100644 --- a/english/cpp/aspose.cells.charts/charttextframe/_index.md +++ b/english/cpp/aspose.cells.charts/charttextframe/_index.md @@ -66,7 +66,7 @@ class ChartTextFrame : public Aspose::Cells::Charts::ChartFrame | [IsAutomaticSize()](../chartframe/isautomaticsize/) | Indicates whether the chart frame is automatic sized. | | [IsAutoText()](./isautotext/) | Indicates the text is auto generated. | | [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [IsDeleted()](./isdeleted/) | Indicates whether this data labels are deleted. | +| [IsDeleted()](./isdeleted/) | Indicates whether this data label is deleted. | | [IsInnerMode()](../chartframe/isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | [IsResizeShapeToFitText()](./isresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | @@ -83,7 +83,7 @@ class ChartTextFrame : public Aspose::Cells::Charts::ChartFrame | [SetHeightRatioToChart(double value)](../chartframe/setheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | | [SetIsAutomaticSize(bool value)](../chartframe/setisautomaticsize/) | Indicates whether the chart frame is automatic sized. | | [SetIsAutoText(bool value)](./setisautotext/) | Indicates the text is auto generated. | -| [SetIsDeleted(bool value)](./setisdeleted/) | Indicates whether this data labels are deleted. | +| [SetIsDeleted(bool value)](./setisdeleted/) | Indicates whether this data label is deleted. | | [SetIsInnerMode(bool value)](../chartframe/setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | | [SetIsResizeShapeToFitText(bool value)](./setisresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | | [SetIsTextWrapped(bool value)](./setistextwrapped/) | Gets or sets a value indicating whether the text is wrapped. | diff --git a/english/cpp/aspose.cells.charts/charttextframe/isdeleted/_index.md b/english/cpp/aspose.cells.charts/charttextframe/isdeleted/_index.md index de547de341e..95be0101042 100644 --- a/english/cpp/aspose.cells.charts/charttextframe/isdeleted/_index.md +++ b/english/cpp/aspose.cells.charts/charttextframe/isdeleted/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::ChartTextFrame::IsDeleted method linktitle: IsDeleted second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::ChartTextFrame::IsDeleted method. Indicates whether this data labels are deleted in C++.' +description: 'Aspose::Cells::Charts::ChartTextFrame::IsDeleted method. Indicates whether this data label is deleted in C++.' type: docs weight: 600 url: /cpp/aspose.cells.charts/charttextframe/isdeleted/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/charttextframe/isdeleted/ ## ChartTextFrame::IsDeleted method -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. ```cpp bool Aspose::Cells::Charts::ChartTextFrame::IsDeleted() diff --git a/english/cpp/aspose.cells.charts/charttextframe/setisdeleted/_index.md b/english/cpp/aspose.cells.charts/charttextframe/setisdeleted/_index.md index eb422c0d337..a30cd841460 100644 --- a/english/cpp/aspose.cells.charts/charttextframe/setisdeleted/_index.md +++ b/english/cpp/aspose.cells.charts/charttextframe/setisdeleted/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::ChartTextFrame::SetIsDeleted method linktitle: SetIsDeleted second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::ChartTextFrame::SetIsDeleted method. Indicates whether this data labels are deleted in C++.' +description: 'Aspose::Cells::Charts::ChartTextFrame::SetIsDeleted method. Indicates whether this data label is deleted in C++.' type: docs weight: 700 url: /cpp/aspose.cells.charts/charttextframe/setisdeleted/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/charttextframe/setisdeleted/ ## ChartTextFrame::SetIsDeleted method -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. ```cpp void Aspose::Cells::Charts::ChartTextFrame::SetIsDeleted(bool value) diff --git a/english/cpp/aspose.cells.charts/crosstype/_index.md b/english/cpp/aspose.cells.charts/crosstype/_index.md index 5161e317287..43decca159c 100644 --- a/english/cpp/aspose.cells.charts/crosstype/_index.md +++ b/english/cpp/aspose.cells.charts/crosstype/_index.md @@ -4,7 +4,7 @@ linktitle: CrossType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::CrossType enum. Represents the axis cross type in C++.' type: docs -weight: 4700 +weight: 4900 url: /cpp/aspose.cells.charts/crosstype/ --- ## CrossType enum diff --git a/english/cpp/aspose.cells.charts/datalabels/_impl/_index.md b/english/cpp/aspose.cells.charts/datalabels/_impl/_index.md index 429778c71f0..1989811c973 100644 --- a/english/cpp/aspose.cells.charts/datalabels/_impl/_index.md +++ b/english/cpp/aspose.cells.charts/datalabels/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::DataLabels::_impl field. The implementation object in C++.' type: docs -weight: 4900 +weight: 5000 url: /cpp/aspose.cells.charts/datalabels/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.charts/datalabels/_index.md b/english/cpp/aspose.cells.charts/datalabels/_index.md index 06d1ef56585..d9cae47715d 100644 --- a/english/cpp/aspose.cells.charts/datalabels/_index.md +++ b/english/cpp/aspose.cells.charts/datalabels/_index.md @@ -84,7 +84,7 @@ class DataLabels : public Aspose::Cells::Charts::ChartTextFrame | [IsAutomaticSize()](../chartframe/isautomaticsize/) | Indicates whether the chart frame is automatic sized. | | [IsAutoText()](./isautotext/) | Indicates the text is auto generated. | | [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [IsDeleted()](../charttextframe/isdeleted/) | Indicates whether this data labels are deleted. | +| [IsDeleted()](../charttextframe/isdeleted/) | Indicates whether this data label is deleted. | | [IsInnerMode()](../chartframe/isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | | [IsNeverOverlap()](./isneveroverlap/) | Indicates whether datalabels never overlap when performing Pie [Chart](../chart/) to image. Note: this property is only meaningful when Pie [Chart](../chart/) to image. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | @@ -103,7 +103,7 @@ class DataLabels : public Aspose::Cells::Charts::ChartTextFrame | [SetHeightRatioToChart(double value)](../chartframe/setheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | | [SetIsAutomaticSize(bool value)](../chartframe/setisautomaticsize/) | Indicates whether the chart frame is automatic sized. | | [SetIsAutoText(bool value)](./setisautotext/) | Indicates the text is auto generated. | -| [SetIsDeleted(bool value)](../charttextframe/setisdeleted/) | Indicates whether this data labels are deleted. | +| [SetIsDeleted(bool value)](../charttextframe/setisdeleted/) | Indicates whether this data label is deleted. | | [SetIsInnerMode(bool value)](../chartframe/setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | | [SetIsNeverOverlap(bool value)](./setisneveroverlap/) | Indicates whether datalabels never overlap when performing Pie [Chart](../chart/) to image. Note: this property is only meaningful when Pie [Chart](../chart/) to image. | | [SetIsResizeShapeToFitText(bool value)](../charttextframe/setisresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | diff --git a/english/cpp/aspose.cells.charts/datalabels/getfont/_index.md b/english/cpp/aspose.cells.charts/datalabels/getfont/_index.md index 86844706a04..4745ac68184 100644 --- a/english/cpp/aspose.cells.charts/datalabels/getfont/_index.md +++ b/english/cpp/aspose.cells.charts/datalabels/getfont/_index.md @@ -4,7 +4,7 @@ linktitle: GetFont second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::DataLabels::GetFont method. Gets the font of the DataLabels; in C++.' type: docs -weight: 3800 +weight: 3900 url: /cpp/aspose.cells.charts/datalabels/getfont/ --- ## DataLabels::GetFont method diff --git a/english/cpp/aspose.cells.charts/datalabels/getposition/_index.md b/english/cpp/aspose.cells.charts/datalabels/getposition/_index.md index 77ab718b923..91aab5180ff 100644 --- a/english/cpp/aspose.cells.charts/datalabels/getposition/_index.md +++ b/english/cpp/aspose.cells.charts/datalabels/getposition/_index.md @@ -4,7 +4,7 @@ linktitle: GetPosition second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::DataLabels::GetPosition method. Represents the position of the data label in C++.' type: docs -weight: 4300 +weight: 4400 url: /cpp/aspose.cells.charts/datalabels/getposition/ --- ## DataLabels::GetPosition method diff --git a/english/cpp/aspose.cells.charts/datalabels/getseparatortype/_index.md b/english/cpp/aspose.cells.charts/datalabels/getseparatortype/_index.md index 02e95af5857..5b6fcdd3830 100644 --- a/english/cpp/aspose.cells.charts/datalabels/getseparatortype/_index.md +++ b/english/cpp/aspose.cells.charts/datalabels/getseparatortype/_index.md @@ -4,7 +4,7 @@ linktitle: GetSeparatorType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::DataLabels::GetSeparatorType method. Gets or sets the separator type used for the data labels on a chart in C++.' type: docs -weight: 3900 +weight: 4000 url: /cpp/aspose.cells.charts/datalabels/getseparatortype/ --- ## DataLabels::GetSeparatorType method diff --git a/english/cpp/aspose.cells.charts/datalabels/getseparatorvalue/_index.md b/english/cpp/aspose.cells.charts/datalabels/getseparatorvalue/_index.md index 12cc2d6e120..68869366cd8 100644 --- a/english/cpp/aspose.cells.charts/datalabels/getseparatorvalue/_index.md +++ b/english/cpp/aspose.cells.charts/datalabels/getseparatorvalue/_index.md @@ -4,7 +4,7 @@ linktitle: GetSeparatorValue second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::DataLabels::GetSeparatorValue method. Gets or sets the separator value used for the data labels on a chart in C++.' type: docs -weight: 4100 +weight: 4200 url: /cpp/aspose.cells.charts/datalabels/getseparatorvalue/ --- ## DataLabels::GetSeparatorValue method diff --git a/english/cpp/aspose.cells.charts/datalabels/getshapetype/_index.md b/english/cpp/aspose.cells.charts/datalabels/getshapetype/_index.md index 807bd7ac7fa..8913bc377d2 100644 --- a/english/cpp/aspose.cells.charts/datalabels/getshapetype/_index.md +++ b/english/cpp/aspose.cells.charts/datalabels/getshapetype/_index.md @@ -4,7 +4,7 @@ linktitle: GetShapeType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::DataLabels::GetShapeType method. Gets or sets shape type of data label in C++.' type: docs -weight: 4700 +weight: 4800 url: /cpp/aspose.cells.charts/datalabels/getshapetype/ --- ## DataLabels::GetShapeType method diff --git a/english/cpp/aspose.cells.charts/datalabels/setposition/_index.md b/english/cpp/aspose.cells.charts/datalabels/setposition/_index.md index b3e1b1f72d8..0cf90200215 100644 --- a/english/cpp/aspose.cells.charts/datalabels/setposition/_index.md +++ b/english/cpp/aspose.cells.charts/datalabels/setposition/_index.md @@ -4,7 +4,7 @@ linktitle: SetPosition second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::DataLabels::SetPosition method. Represents the position of the data label in C++.' type: docs -weight: 4400 +weight: 4500 url: /cpp/aspose.cells.charts/datalabels/setposition/ --- ## DataLabels::SetPosition method diff --git a/english/cpp/aspose.cells.charts/datalabels/setseparatortype/_index.md b/english/cpp/aspose.cells.charts/datalabels/setseparatortype/_index.md index 02466d85efb..d489c032843 100644 --- a/english/cpp/aspose.cells.charts/datalabels/setseparatortype/_index.md +++ b/english/cpp/aspose.cells.charts/datalabels/setseparatortype/_index.md @@ -4,7 +4,7 @@ linktitle: SetSeparatorType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::DataLabels::SetSeparatorType method. Gets or sets the separator type used for the data labels on a chart in C++.' type: docs -weight: 4000 +weight: 4100 url: /cpp/aspose.cells.charts/datalabels/setseparatortype/ --- ## DataLabels::SetSeparatorType method diff --git a/english/cpp/aspose.cells.charts/datalabels/setseparatorvalue/_index.md b/english/cpp/aspose.cells.charts/datalabels/setseparatorvalue/_index.md index 23b4aad94a1..e85fad77053 100644 --- a/english/cpp/aspose.cells.charts/datalabels/setseparatorvalue/_index.md +++ b/english/cpp/aspose.cells.charts/datalabels/setseparatorvalue/_index.md @@ -4,7 +4,7 @@ linktitle: SetSeparatorValue second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::DataLabels::SetSeparatorValue method. Gets or sets the separator value used for the data labels on a chart in C++.' type: docs -weight: 4200 +weight: 4300 url: /cpp/aspose.cells.charts/datalabels/setseparatorvalue/ --- ## DataLabels::SetSeparatorValue(const U16String\&) method diff --git a/english/cpp/aspose.cells.charts/datalabels/setshapetype/_index.md b/english/cpp/aspose.cells.charts/datalabels/setshapetype/_index.md index 33f2b5b3b37..3b83ea8035b 100644 --- a/english/cpp/aspose.cells.charts/datalabels/setshapetype/_index.md +++ b/english/cpp/aspose.cells.charts/datalabels/setshapetype/_index.md @@ -4,7 +4,7 @@ linktitle: SetShapeType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::DataLabels::SetShapeType method. Gets or sets shape type of data label in C++.' type: docs -weight: 4800 +weight: 4900 url: /cpp/aspose.cells.charts/datalabels/setshapetype/ --- ## DataLabels::SetShapeType method diff --git a/english/cpp/aspose.cells.charts/datalabelsseparatortype/_index.md b/english/cpp/aspose.cells.charts/datalabelsseparatortype/_index.md index 260d38fae7b..441c58291b2 100644 --- a/english/cpp/aspose.cells.charts/datalabelsseparatortype/_index.md +++ b/english/cpp/aspose.cells.charts/datalabelsseparatortype/_index.md @@ -4,7 +4,7 @@ linktitle: DataLabelsSeparatorType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::DataLabelsSeparatorType enum. Represents the separator type of DataLabels in C++.' type: docs -weight: 4800 +weight: 5000 url: /cpp/aspose.cells.charts/datalabelsseparatortype/ --- ## DataLabelsSeparatorType enum diff --git a/english/cpp/aspose.cells.charts/displayunitlabel/_index.md b/english/cpp/aspose.cells.charts/displayunitlabel/_index.md index 70a4c17f679..31fec568f33 100644 --- a/english/cpp/aspose.cells.charts/displayunitlabel/_index.md +++ b/english/cpp/aspose.cells.charts/displayunitlabel/_index.md @@ -69,7 +69,7 @@ class DisplayUnitLabel : public Aspose::Cells::Charts::ChartTextFrame | [IsAutomaticSize()](../chartframe/isautomaticsize/) | Indicates whether the chart frame is automatic sized. | | [IsAutoText()](../charttextframe/isautotext/) | Indicates the text is auto generated. | | [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [IsDeleted()](../charttextframe/isdeleted/) | Indicates whether this data labels are deleted. | +| [IsDeleted()](../charttextframe/isdeleted/) | Indicates whether this data label is deleted. | | [IsInnerMode()](../chartframe/isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | [IsResizeShapeToFitText()](../charttextframe/isresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | @@ -87,7 +87,7 @@ class DisplayUnitLabel : public Aspose::Cells::Charts::ChartTextFrame | [SetHeightRatioToChart(double value)](../chartframe/setheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | | [SetIsAutomaticSize(bool value)](../chartframe/setisautomaticsize/) | Indicates whether the chart frame is automatic sized. | | [SetIsAutoText(bool value)](../charttextframe/setisautotext/) | Indicates the text is auto generated. | -| [SetIsDeleted(bool value)](../charttextframe/setisdeleted/) | Indicates whether this data labels are deleted. | +| [SetIsDeleted(bool value)](../charttextframe/setisdeleted/) | Indicates whether this data label is deleted. | | [SetIsInnerMode(bool value)](../chartframe/setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | | [SetIsResizeShapeToFitText(bool value)](../charttextframe/setisresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | | [SetIsTextWrapped(bool value)](../charttextframe/setistextwrapped/) | Gets or sets a value indicating whether the text is wrapped. | diff --git a/english/cpp/aspose.cells.charts/displayunittype/_index.md b/english/cpp/aspose.cells.charts/displayunittype/_index.md index aa07304e8aa..61546aeb053 100644 --- a/english/cpp/aspose.cells.charts/displayunittype/_index.md +++ b/english/cpp/aspose.cells.charts/displayunittype/_index.md @@ -4,7 +4,7 @@ linktitle: DisplayUnitType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::DisplayUnitType enum. Represents the type of display unit of chart''s axis in C++.' type: docs -weight: 4900 +weight: 5100 url: /cpp/aspose.cells.charts/displayunittype/ --- ## DisplayUnitType enum diff --git a/english/cpp/aspose.cells.charts/dropbars/_index.md b/english/cpp/aspose.cells.charts/dropbars/_index.md index 6f219500133..f1bb096b7c6 100644 --- a/english/cpp/aspose.cells.charts/dropbars/_index.md +++ b/english/cpp/aspose.cells.charts/dropbars/_index.md @@ -4,7 +4,7 @@ linktitle: DropBars second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::DropBars class. Represents the up/down bars in a chart in C++.' type: docs -weight: 1500 +weight: 1600 url: /cpp/aspose.cells.charts/dropbars/ --- ## DropBars class diff --git a/english/cpp/aspose.cells.charts/errorbar/_index.md b/english/cpp/aspose.cells.charts/errorbar/_index.md index 24a0d964a3a..69746813239 100644 --- a/english/cpp/aspose.cells.charts/errorbar/_index.md +++ b/english/cpp/aspose.cells.charts/errorbar/_index.md @@ -4,7 +4,7 @@ linktitle: ErrorBar second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ErrorBar class. Represents error bar of data series in C++.' type: docs -weight: 1600 +weight: 1700 url: /cpp/aspose.cells.charts/errorbar/ --- ## ErrorBar class diff --git a/english/cpp/aspose.cells.charts/errorbardisplaytype/_index.md b/english/cpp/aspose.cells.charts/errorbardisplaytype/_index.md index ffad1e83d9b..d775bafe192 100644 --- a/english/cpp/aspose.cells.charts/errorbardisplaytype/_index.md +++ b/english/cpp/aspose.cells.charts/errorbardisplaytype/_index.md @@ -4,7 +4,7 @@ linktitle: ErrorBarDisplayType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ErrorBarDisplayType enum. Represents error bar display type in C++.' type: docs -weight: 5000 +weight: 5200 url: /cpp/aspose.cells.charts/errorbardisplaytype/ --- ## ErrorBarDisplayType enum diff --git a/english/cpp/aspose.cells.charts/errorbartype/_index.md b/english/cpp/aspose.cells.charts/errorbartype/_index.md index fdf9b26d64e..7fc8e937b97 100644 --- a/english/cpp/aspose.cells.charts/errorbartype/_index.md +++ b/english/cpp/aspose.cells.charts/errorbartype/_index.md @@ -4,7 +4,7 @@ linktitle: ErrorBarType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::ErrorBarType enum. Represents error bar amount type in C++.' type: docs -weight: 5100 +weight: 5300 url: /cpp/aspose.cells.charts/errorbartype/ --- ## ErrorBarType enum diff --git a/english/cpp/aspose.cells.charts/floor/_index.md b/english/cpp/aspose.cells.charts/floor/_index.md index 855769b10a9..e85618aaaa0 100644 --- a/english/cpp/aspose.cells.charts/floor/_index.md +++ b/english/cpp/aspose.cells.charts/floor/_index.md @@ -4,7 +4,7 @@ linktitle: Floor second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Floor class. Encapsulates the object that represents the floor of a 3-D chart in C++.' type: docs -weight: 1700 +weight: 1800 url: /cpp/aspose.cells.charts/floor/ --- ## Floor class diff --git a/english/cpp/aspose.cells.charts/formattingtype/_index.md b/english/cpp/aspose.cells.charts/formattingtype/_index.md index 0fe70f20381..52c48fd5a67 100644 --- a/english/cpp/aspose.cells.charts/formattingtype/_index.md +++ b/english/cpp/aspose.cells.charts/formattingtype/_index.md @@ -4,7 +4,7 @@ linktitle: FormattingType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::FormattingType enum. Represents the type of formatting applied to an Area object or a Line object in C++.' type: docs -weight: 5200 +weight: 5400 url: /cpp/aspose.cells.charts/formattingtype/ --- ## FormattingType enum diff --git a/english/cpp/aspose.cells.charts/labelpositiontype/_index.md b/english/cpp/aspose.cells.charts/labelpositiontype/_index.md index b62e106f015..ad7e975e49e 100644 --- a/english/cpp/aspose.cells.charts/labelpositiontype/_index.md +++ b/english/cpp/aspose.cells.charts/labelpositiontype/_index.md @@ -21,7 +21,7 @@ enum class LabelPositionType | Name | Value | Description | | --- | --- | --- | | Center | 0 |
Applies only to bar, 2D/3D pie charts. | -| InsideBase | 1 |
Applies only to bar, 2d/3d pie charts. | +| InsideBase | 1 |
Applies only to bar, 2D/3D pie charts. | | InsideEnd | 2 |
Applies only to bar charts. | | OutsideEnd | 3 |
Applies only to bar, 2d/3d pie charts. | | Above | 4 |
Applies only to line charts. | @@ -29,7 +29,7 @@ enum class LabelPositionType | Left | 6 |
Applies only to line charts. | | Right | 7 |
Applies only to line charts. | | BestFit | 8 |
Applies only to 2D/3D pie charts. | -| Moved | 9 |
User moved the data labels only for reading the chart from the template file. | +| Moved | 9 |
User moved the data labels. This is only for reading chart from template file. | ## See Also diff --git a/english/cpp/aspose.cells.charts/legend/_index.md b/english/cpp/aspose.cells.charts/legend/_index.md index 1cefffcb243..1c175d40177 100644 --- a/english/cpp/aspose.cells.charts/legend/_index.md +++ b/english/cpp/aspose.cells.charts/legend/_index.md @@ -69,7 +69,7 @@ class Legend : public Aspose::Cells::Charts::ChartTextFrame | [IsAutomaticSize()](../chartframe/isautomaticsize/) | Indicates whether the chart frame is automatic sized. | | [IsAutoText()](../charttextframe/isautotext/) | Indicates the text is auto generated. | | [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [IsDeleted()](../charttextframe/isdeleted/) | Indicates whether this data labels are deleted. | +| [IsDeleted()](../charttextframe/isdeleted/) | Indicates whether this data label is deleted. | | [IsInnerMode()](../chartframe/isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | [IsOverLay()](./isoverlay/) | Gets or sets whether showing the legend without overlapping the chart. | @@ -91,7 +91,7 @@ class Legend : public Aspose::Cells::Charts::ChartTextFrame | [SetHeightRatioToChart(double value)](../chartframe/setheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | | [SetIsAutomaticSize(bool value)](../chartframe/setisautomaticsize/) | Indicates whether the chart frame is automatic sized. | | [SetIsAutoText(bool value)](../charttextframe/setisautotext/) | Indicates the text is auto generated. | -| [SetIsDeleted(bool value)](../charttextframe/setisdeleted/) | Indicates whether this data labels are deleted. | +| [SetIsDeleted(bool value)](../charttextframe/setisdeleted/) | Indicates whether this data label is deleted. | | [SetIsInnerMode(bool value)](../chartframe/setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | | [SetIsOverLay(bool value)](./setisoverlay/) | Gets or sets whether showing the legend without overlapping the chart. | | [SetIsResizeShapeToFitText(bool value)](../charttextframe/setisresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | diff --git a/english/cpp/aspose.cells.charts/legendentry/_index.md b/english/cpp/aspose.cells.charts/legendentry/_index.md index 3a59d92475d..1cbe642ffce 100644 --- a/english/cpp/aspose.cells.charts/legendentry/_index.md +++ b/english/cpp/aspose.cells.charts/legendentry/_index.md @@ -4,7 +4,7 @@ linktitle: LegendEntry second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::LegendEntry class. Represents a legend entry in a chart legend in C++.' type: docs -weight: 1900 +weight: 2000 url: /cpp/aspose.cells.charts/legendentry/ --- ## LegendEntry class diff --git a/english/cpp/aspose.cells.charts/legendentrycollection/_impl/_index.md b/english/cpp/aspose.cells.charts/legendentrycollection/_impl/_index.md index 0319a56fe19..48720b17100 100644 --- a/english/cpp/aspose.cells.charts/legendentrycollection/_impl/_index.md +++ b/english/cpp/aspose.cells.charts/legendentrycollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::LegendEntryCollection::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 1000 url: /cpp/aspose.cells.charts/legendentrycollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.charts/legendentrycollection/_index.md b/english/cpp/aspose.cells.charts/legendentrycollection/_index.md index 9f1b12b21bd..c02b7fda549 100644 --- a/english/cpp/aspose.cells.charts/legendentrycollection/_index.md +++ b/english/cpp/aspose.cells.charts/legendentrycollection/_index.md @@ -4,7 +4,7 @@ linktitle: LegendEntryCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::LegendEntryCollection class. Represents a collection of all the LegendEntry objects in the specified chart legend in C++.' type: docs -weight: 2000 +weight: 2100 url: /cpp/aspose.cells.charts/legendentrycollection/ --- ## LegendEntryCollection class @@ -20,8 +20,10 @@ class LegendEntryCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [LegendEntryCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [LegendEntryCollection](./). | | [Get(int32_t index)](./get/) | Gets the [LegendEntry](../legendentry/) element at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | [LegendEntryCollection(LegendEntryCollection_Impl* impl)](./legendentrycollection/) | Constructs from an implementation object. | | [LegendEntryCollection(const LegendEntryCollection\& src)](./legendentrycollection/) | Copy constructor. | diff --git a/english/cpp/aspose.cells.charts/legendentrycollection/begin/_index.md b/english/cpp/aspose.cells.charts/legendentrycollection/begin/_index.md new file mode 100644 index 00000000000..fa44d018706 --- /dev/null +++ b/english/cpp/aspose.cells.charts/legendentrycollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::LegendEntryCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntryCollection::begin method. Returns an iterator to the beginning of the LegendEntryCollection in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells.charts/legendentrycollection/begin/ +--- +## LegendEntryCollection::begin method + + +Returns an iterator to the beginning of the [LegendEntryCollection](../). + +```cpp +Iterator Aspose::Cells::Charts::LegendEntryCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [LegendEntryCollection](../). + +## See Also + +* Class [LegendEntryCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.charts/legendentrycollection/end/_index.md b/english/cpp/aspose.cells.charts/legendentrycollection/end/_index.md new file mode 100644 index 00000000000..e386160e74b --- /dev/null +++ b/english/cpp/aspose.cells.charts/legendentrycollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::LegendEntryCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntryCollection::end method. Returns an iterator to the end of the LegendEntryCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.charts/legendentrycollection/end/ +--- +## LegendEntryCollection::end method + + +Returns an iterator to the end of the [LegendEntryCollection](../). + +```cpp +Iterator Aspose::Cells::Charts::LegendEntryCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [LegendEntryCollection](../). + +## See Also + +* Class [LegendEntryCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.charts/legendentrycollection/getcount/_index.md b/english/cpp/aspose.cells.charts/legendentrycollection/getcount/_index.md index d2ce2f5d22c..fbd75782ea4 100644 --- a/english/cpp/aspose.cells.charts/legendentrycollection/getcount/_index.md +++ b/english/cpp/aspose.cells.charts/legendentrycollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::LegendEntryCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Charts::LegendEntryCollection class in C++.' +description: 'Aspose::Cells::Charts::LegendEntryCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 700 url: /cpp/aspose.cells.charts/legendentrycollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/legendentrycollection/getcount/ ## LegendEntryCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Charts::LegendEntryCollection::GetCount() diff --git a/english/cpp/aspose.cells.charts/legendpositiontype/_index.md b/english/cpp/aspose.cells.charts/legendpositiontype/_index.md index 5121f25b1d3..6e80982a908 100644 --- a/english/cpp/aspose.cells.charts/legendpositiontype/_index.md +++ b/english/cpp/aspose.cells.charts/legendpositiontype/_index.md @@ -4,7 +4,7 @@ linktitle: LegendPositionType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::LegendPositionType enum. Enumerates the legend position types in C++.' type: docs -weight: 5400 +weight: 5600 url: /cpp/aspose.cells.charts/legendpositiontype/ --- ## LegendPositionType enum diff --git a/english/cpp/aspose.cells.charts/mapchartlabellayout/_index.md b/english/cpp/aspose.cells.charts/mapchartlabellayout/_index.md index 0725b52b1dc..bd904f26ffd 100644 --- a/english/cpp/aspose.cells.charts/mapchartlabellayout/_index.md +++ b/english/cpp/aspose.cells.charts/mapchartlabellayout/_index.md @@ -20,9 +20,9 @@ enum class MapChartLabelLayout | Name | Value | Description | | --- | --- | --- | -| BestFitOnly | 0 |
Only the best fit. | +| BestFitOnly | 0 |
Only the best fit is used. | | ShowAll | 1 |
Shows all labels. | -| None | 2 |
No labels. | +| None | 2 |
There are no labels. | ## See Also diff --git a/english/cpp/aspose.cells.charts/mapchartregiontype/_index.md b/english/cpp/aspose.cells.charts/mapchartregiontype/_index.md index 43af2ca7cdb..69d0723f73d 100644 --- a/english/cpp/aspose.cells.charts/mapchartregiontype/_index.md +++ b/english/cpp/aspose.cells.charts/mapchartregiontype/_index.md @@ -4,7 +4,7 @@ linktitle: MapChartRegionType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::MapChartRegionType enum. Represents the region type of the map chart in C++.' type: docs -weight: 5700 +weight: 5900 url: /cpp/aspose.cells.charts/mapchartregiontype/ --- ## MapChartRegionType enum @@ -21,7 +21,7 @@ enum class MapChartRegionType | Name | Value | Description | | --- | --- | --- | | Automatic | 0 |
Automatic. | -| DataOnly | 1 |
Only Data. | +| DataOnly | 1 |
Only data. | | CountryRegionList | 2 |
Country region list. | | World | 3 |
World. | diff --git a/english/cpp/aspose.cells.charts/marker/_index.md b/english/cpp/aspose.cells.charts/marker/_index.md index 4f2896089df..8e6e1bd54d1 100644 --- a/english/cpp/aspose.cells.charts/marker/_index.md +++ b/english/cpp/aspose.cells.charts/marker/_index.md @@ -4,7 +4,7 @@ linktitle: Marker second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Marker class. Represents the marker in a line chart, scatter chart, or radar chart in C++.' type: docs -weight: 2100 +weight: 2200 url: /cpp/aspose.cells.charts/marker/ --- ## Marker class diff --git a/english/cpp/aspose.cells.charts/pivotoptions/_impl/_index.md b/english/cpp/aspose.cells.charts/pivotoptions/_impl/_index.md index 2302012dab4..a6eb4eae639 100644 --- a/english/cpp/aspose.cells.charts/pivotoptions/_impl/_index.md +++ b/english/cpp/aspose.cells.charts/pivotoptions/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::PivotOptions::_impl field. The implementation object in C++.' type: docs -weight: 1600 +weight: 1800 url: /cpp/aspose.cells.charts/pivotoptions/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.charts/pivotoptions/_index.md b/english/cpp/aspose.cells.charts/pivotoptions/_index.md index e63d47a3afc..ef368a6f20e 100644 --- a/english/cpp/aspose.cells.charts/pivotoptions/_index.md +++ b/english/cpp/aspose.cells.charts/pivotoptions/_index.md @@ -25,7 +25,7 @@ class PivotOptions | [GetDropZoneFilter()](./getdropzonefilter/) | Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | | [GetDropZoneSeries()](./getdropzoneseries/) | Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | | [GetDropZonesVisible()](./getdropzonesvisible/) | Specifies whether any pivot controls can appear on the pivot chart. | -| [GetShowExpandCollapseFieldButtons()](./getshowexpandcollapsefieldbuttons/) | Gets or sets a value indicating whether to show expand/collapse field buttons. | +| [GetShowExpandCollapseFieldButtons()](./getshowexpandcollapsefieldbuttons/) | Gets or sets a value indicating whether to show expand or collapse field buttons. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const PivotOptions\& src)](./operator_asm/) | operator= | @@ -36,7 +36,7 @@ class PivotOptions | [SetDropZoneFilter(bool value)](./setdropzonefilter/) | Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | | [SetDropZoneSeries(bool value)](./setdropzoneseries/) | Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | | [SetDropZonesVisible(bool value)](./setdropzonesvisible/) | Specifies whether any pivot controls can appear on the pivot chart. | -| [SetShowExpandCollapseFieldButtons(bool value)](./setshowexpandcollapsefieldbuttons/) | Gets or sets a value indicating whether to show expand/collapse field buttons. | +| [SetShowExpandCollapseFieldButtons(bool value)](./setshowexpandcollapsefieldbuttons/) | Gets or sets a value indicating whether to show expand or collapse field buttons. | | [~PivotOptions()](./~pivotoptions/) | Destructor. | ## Fields diff --git a/english/cpp/aspose.cells.charts/pivotoptions/getdropzonedata/_index.md b/english/cpp/aspose.cells.charts/pivotoptions/getdropzonedata/_index.md index bb0461143f9..be10f3fc6df 100644 --- a/english/cpp/aspose.cells.charts/pivotoptions/getdropzonedata/_index.md +++ b/english/cpp/aspose.cells.charts/pivotoptions/getdropzonedata/_index.md @@ -4,7 +4,7 @@ linktitle: GetDropZoneData second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::PivotOptions::GetDropZoneData method. Specifies whether a control for each PivotTable field on the PivotTable data axis of the source PivotTable appears on the chart when dropZonesVisible is set to true in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells.charts/pivotoptions/getdropzonedata/ --- ## PivotOptions::GetDropZoneData method diff --git a/english/cpp/aspose.cells.charts/pivotoptions/getdropzonefilter/_index.md b/english/cpp/aspose.cells.charts/pivotoptions/getdropzonefilter/_index.md index b4648b7cd84..00ae276bcc2 100644 --- a/english/cpp/aspose.cells.charts/pivotoptions/getdropzonefilter/_index.md +++ b/english/cpp/aspose.cells.charts/pivotoptions/getdropzonefilter/_index.md @@ -4,7 +4,7 @@ linktitle: GetDropZoneFilter second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::PivotOptions::GetDropZoneFilter method. Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true in C++.' type: docs -weight: 600 +weight: 800 url: /cpp/aspose.cells.charts/pivotoptions/getdropzonefilter/ --- ## PivotOptions::GetDropZoneFilter method diff --git a/english/cpp/aspose.cells.charts/pivotoptions/getdropzoneseries/_index.md b/english/cpp/aspose.cells.charts/pivotoptions/getdropzoneseries/_index.md index 5851e7679eb..059993c6e2b 100644 --- a/english/cpp/aspose.cells.charts/pivotoptions/getdropzoneseries/_index.md +++ b/english/cpp/aspose.cells.charts/pivotoptions/getdropzoneseries/_index.md @@ -4,7 +4,7 @@ linktitle: GetDropZoneSeries second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::PivotOptions::GetDropZoneSeries method. Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells.charts/pivotoptions/getdropzoneseries/ --- ## PivotOptions::GetDropZoneSeries method diff --git a/english/cpp/aspose.cells.charts/pivotoptions/getdropzonesvisible/_index.md b/english/cpp/aspose.cells.charts/pivotoptions/getdropzonesvisible/_index.md index 56cbd52c963..06e05ca9a62 100644 --- a/english/cpp/aspose.cells.charts/pivotoptions/getdropzonesvisible/_index.md +++ b/english/cpp/aspose.cells.charts/pivotoptions/getdropzonesvisible/_index.md @@ -4,7 +4,7 @@ linktitle: GetDropZonesVisible second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::PivotOptions::GetDropZonesVisible method. Specifies whether any pivot controls can appear on the pivot chart in C++.' type: docs -weight: 1400 +weight: 1600 url: /cpp/aspose.cells.charts/pivotoptions/getdropzonesvisible/ --- ## PivotOptions::GetDropZonesVisible method diff --git a/english/cpp/aspose.cells.charts/pivotoptions/getshowexpandcollapsefieldbuttons/_index.md b/english/cpp/aspose.cells.charts/pivotoptions/getshowexpandcollapsefieldbuttons/_index.md index d7431387c4f..f6356489596 100644 --- a/english/cpp/aspose.cells.charts/pivotoptions/getshowexpandcollapsefieldbuttons/_index.md +++ b/english/cpp/aspose.cells.charts/pivotoptions/getshowexpandcollapsefieldbuttons/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::PivotOptions::GetShowExpandCollapseFieldButtons method linktitle: GetShowExpandCollapseFieldButtons second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::PivotOptions::GetShowExpandCollapseFieldButtons method. Gets or sets a value indicating whether to show expand/collapse field buttons in C++.' +description: 'Aspose::Cells::Charts::PivotOptions::GetShowExpandCollapseFieldButtons method. Gets or sets a value indicating whether to show expand or collapse field buttons in C++.' type: docs weight: 600 url: /cpp/aspose.cells.charts/pivotoptions/getshowexpandcollapsefieldbuttons/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/pivotoptions/getshowexpandcollapsefieldbuttons/ ## PivotOptions::GetShowExpandCollapseFieldButtons method -Gets or sets a value indicating whether to show expand/collapse field buttons. +Gets or sets a value indicating whether to show expand or collapse field buttons. ```cpp bool Aspose::Cells::Charts::PivotOptions::GetShowExpandCollapseFieldButtons() diff --git a/english/cpp/aspose.cells.charts/pivotoptions/setdropzonedata/_index.md b/english/cpp/aspose.cells.charts/pivotoptions/setdropzonedata/_index.md index edf029963be..44976aefbb7 100644 --- a/english/cpp/aspose.cells.charts/pivotoptions/setdropzonedata/_index.md +++ b/english/cpp/aspose.cells.charts/pivotoptions/setdropzonedata/_index.md @@ -4,7 +4,7 @@ linktitle: SetDropZoneData second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::PivotOptions::SetDropZoneData method. Specifies whether a control for each PivotTable field on the PivotTable data axis of the source PivotTable appears on the chart when dropZonesVisible is set to true in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells.charts/pivotoptions/setdropzonedata/ --- ## PivotOptions::SetDropZoneData method diff --git a/english/cpp/aspose.cells.charts/pivotoptions/setdropzonefilter/_index.md b/english/cpp/aspose.cells.charts/pivotoptions/setdropzonefilter/_index.md index f8401d47cfd..41a6623d451 100644 --- a/english/cpp/aspose.cells.charts/pivotoptions/setdropzonefilter/_index.md +++ b/english/cpp/aspose.cells.charts/pivotoptions/setdropzonefilter/_index.md @@ -4,7 +4,7 @@ linktitle: SetDropZoneFilter second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::PivotOptions::SetDropZoneFilter method. Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true in C++.' type: docs -weight: 700 +weight: 900 url: /cpp/aspose.cells.charts/pivotoptions/setdropzonefilter/ --- ## PivotOptions::SetDropZoneFilter method diff --git a/english/cpp/aspose.cells.charts/pivotoptions/setdropzoneseries/_index.md b/english/cpp/aspose.cells.charts/pivotoptions/setdropzoneseries/_index.md index b625d8ca26c..ba027c8b5a5 100644 --- a/english/cpp/aspose.cells.charts/pivotoptions/setdropzoneseries/_index.md +++ b/english/cpp/aspose.cells.charts/pivotoptions/setdropzoneseries/_index.md @@ -4,7 +4,7 @@ linktitle: SetDropZoneSeries second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::PivotOptions::SetDropZoneSeries method. Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true in C++.' type: docs -weight: 1300 +weight: 1500 url: /cpp/aspose.cells.charts/pivotoptions/setdropzoneseries/ --- ## PivotOptions::SetDropZoneSeries method diff --git a/english/cpp/aspose.cells.charts/pivotoptions/setdropzonesvisible/_index.md b/english/cpp/aspose.cells.charts/pivotoptions/setdropzonesvisible/_index.md index ce4aab6b5e8..fb546e93ceb 100644 --- a/english/cpp/aspose.cells.charts/pivotoptions/setdropzonesvisible/_index.md +++ b/english/cpp/aspose.cells.charts/pivotoptions/setdropzonesvisible/_index.md @@ -4,7 +4,7 @@ linktitle: SetDropZonesVisible second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::PivotOptions::SetDropZonesVisible method. Specifies whether any pivot controls can appear on the pivot chart in C++.' type: docs -weight: 1500 +weight: 1700 url: /cpp/aspose.cells.charts/pivotoptions/setdropzonesvisible/ --- ## PivotOptions::SetDropZonesVisible method diff --git a/english/cpp/aspose.cells.charts/pivotoptions/setshowexpandcollapsefieldbuttons/_index.md b/english/cpp/aspose.cells.charts/pivotoptions/setshowexpandcollapsefieldbuttons/_index.md index 3abfb688b02..5d306a492ee 100644 --- a/english/cpp/aspose.cells.charts/pivotoptions/setshowexpandcollapsefieldbuttons/_index.md +++ b/english/cpp/aspose.cells.charts/pivotoptions/setshowexpandcollapsefieldbuttons/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::PivotOptions::SetShowExpandCollapseFieldButtons method linktitle: SetShowExpandCollapseFieldButtons second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::PivotOptions::SetShowExpandCollapseFieldButtons method. Gets or sets a value indicating whether to show expand/collapse field buttons in C++.' +description: 'Aspose::Cells::Charts::PivotOptions::SetShowExpandCollapseFieldButtons method. Gets or sets a value indicating whether to show expand or collapse field buttons in C++.' type: docs weight: 700 url: /cpp/aspose.cells.charts/pivotoptions/setshowexpandcollapsefieldbuttons/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/pivotoptions/setshowexpandcollapsefieldbuttons/ ## PivotOptions::SetShowExpandCollapseFieldButtons method -Gets or sets a value indicating whether to show expand/collapse field buttons. +Gets or sets a value indicating whether to show expand or collapse field buttons. ```cpp void Aspose::Cells::Charts::PivotOptions::SetShowExpandCollapseFieldButtons(bool value) diff --git a/english/cpp/aspose.cells.charts/plotdatabytype/_index.md b/english/cpp/aspose.cells.charts/plotdatabytype/_index.md index 87fa38b19ac..60e18aabdfb 100644 --- a/english/cpp/aspose.cells.charts/plotdatabytype/_index.md +++ b/english/cpp/aspose.cells.charts/plotdatabytype/_index.md @@ -4,7 +4,7 @@ linktitle: PlotDataByType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::PlotDataByType enum. Represents the type of data plot by row or column in C++.' type: docs -weight: 5800 +weight: 6000 url: /cpp/aspose.cells.charts/plotdatabytype/ --- ## PlotDataByType enum @@ -20,7 +20,7 @@ enum class PlotDataByType | Name | Value | Description | | --- | --- | --- | -| Row | 0 |
By row. | +| Row | 0 |
Sorted by row. | | Column | 1 |
By column. | ## See Also diff --git a/english/cpp/aspose.cells.charts/plotemptycellstype/_index.md b/english/cpp/aspose.cells.charts/plotemptycellstype/_index.md index 6a3be6b9064..997d3b5a6ee 100644 --- a/english/cpp/aspose.cells.charts/plotemptycellstype/_index.md +++ b/english/cpp/aspose.cells.charts/plotemptycellstype/_index.md @@ -4,7 +4,7 @@ linktitle: PlotEmptyCellsType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::PlotEmptyCellsType enum. Represents all plot empty cells type of a chart in C++.' type: docs -weight: 5900 +weight: 6100 url: /cpp/aspose.cells.charts/plotemptycellstype/ --- ## PlotEmptyCellsType enum diff --git a/english/cpp/aspose.cells.charts/quartilecalculationtype/_index.md b/english/cpp/aspose.cells.charts/quartilecalculationtype/_index.md index bec87c3ec9c..d157fed8950 100644 --- a/english/cpp/aspose.cells.charts/quartilecalculationtype/_index.md +++ b/english/cpp/aspose.cells.charts/quartilecalculationtype/_index.md @@ -4,7 +4,7 @@ linktitle: QuartileCalculationType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::QuartileCalculationType enum. Represents quartile calculation methods in C++.' type: docs -weight: 6000 +weight: 6200 url: /cpp/aspose.cells.charts/quartilecalculationtype/ --- ## QuartileCalculationType enum diff --git a/english/cpp/aspose.cells.charts/series/_impl/_index.md b/english/cpp/aspose.cells.charts/series/_impl/_index.md index 20da284c7ce..b9083d881ef 100644 --- a/english/cpp/aspose.cells.charts/series/_impl/_index.md +++ b/english/cpp/aspose.cells.charts/series/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::_impl field. The implementation object in C++.' type: docs -weight: 8800 +weight: 9200 url: /cpp/aspose.cells.charts/series/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.charts/series/_index.md b/english/cpp/aspose.cells.charts/series/_index.md index 020c3a943e9..ce38b67227d 100644 --- a/english/cpp/aspose.cells.charts/series/_index.md +++ b/english/cpp/aspose.cells.charts/series/_index.md @@ -24,16 +24,16 @@ class Series | [GetBar3DShapeType()](./getbar3dshapetype/) | Gets or sets the 3D shape type used with the 3-D bar or column chart. | | [GetBorder()](./getborder/) | Represents the border of a [Series](./) object. | | [GetBubbleScale()](./getbubblescale/) | Gets or sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts. | -| [GetBubbleSizes()](./getbubblesizes/) | Gets or sets the bubble sizes values of the chart series. | +| [GetBubbleSizes()](./getbubblesizes/) | Gets or sets the bubble size values of the chart series. | | [GetCategoryValues()](./getcategoryvalues/) | Gets the actual category values that are used to plot every point of this series in the chart. | | [GetCountOfDataValues()](./getcountofdatavalues/) | Gets the number of the data values. | | [GetDataLabels()](./getdatalabels/) | Represents the [DataLabels](../datalabels/) object for the specified ASeries. | | [GetDisplayName()](./getdisplayname/) | Gets the series's name that displays on the chart graph. | | [GetDoughnutHoleSize()](./getdoughnutholesize/) | Returns or sets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent. | | [GetDownBars()](./getdownbars/) | Returns a [DropBars](../dropbars/) object that represents the down bars on a line chart. Applies only to line charts. | -| [GetDropLines()](./getdroplines/) | Returns a Line object that represents the drop lines for a series on the line chart or area chart. Applies only to line chart or area charts. | +| [GetDropLines()](./getdroplines/) | Returns a Line object that represents the drop lines for a series on the line chart or area chart. Applies only to line charts or area charts. | | [GetExplosion()](./getexplosion/) | The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. | -| [GetFirstSliceAngle()](./getfirstsliceangle/) | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. | +| [GetFirstSliceAngle()](./getfirstsliceangle/) | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, with values from 0 to 360. | | [GetGapWidth()](./getgapwidth/) | Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500. | | [GetHas3DEffect()](./gethas3deffect/) | True if the series has a three-dimensional appearance. | | [GetHasDropLines()](./gethasdroplines/) | True if the chart has drop lines. Applies only to line chart or area charts. | @@ -49,7 +49,7 @@ class Series | [GetMarker()](./getmarker/) | Gets the [marker](../marker/). | | [GetName()](./getname/) | Gets or sets the name of the data series. | | [GetOverlap()](./getoverlap/) | Specifies how bars and columns are positioned. Can be a value between -100 and 100. Applies only to 2-D bar and 2-D column charts. | -| [GetPlotOnSecondAxis()](./getplotonsecondaxis/) | Indicates if this series is plotted on second value axis. | +| [GetPlotOnSecondAxis()](./getplotonsecondaxis/) | Indicates if this series is plotted on the second value axis. | | [GetPoints()](./getpoints/) | Gets the collection of points in a series in a chart. | | [GetPointValues()](./getpointvalues/) | Gets the actual values that are used to plot every point of this series in the chart. | | [GetSecondPlotSize()](./getsecondplotsize/) | Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200. | @@ -58,21 +58,21 @@ class Series | [GetShapeProperties()](./getshapeproperties/) | Gets the ShapePropertyCollection object that holds the visual shape properties of the [Series](./). | | [GetShowNegativeBubbles()](./getshownegativebubbles/) | True if negative bubbles are shown for the chart group. Valid only for bubble charts. | | [GetSizeRepresents()](./getsizerepresents/) | Gets or sets what the bubble size represents on a bubble chart. | -| [GetSmooth()](./getsmooth/) | 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. | +| [GetSmooth()](./getsmooth/) | Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line charts and scatter charts with lines. | | [GetSplitType()](./getsplittype/) | Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. | | [GetSplitValue()](./getsplitvalue/) | Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. | | [GetTrendLines()](./gettrendlines/) | Returns all the trendlines of this series. | | [GetType()](./gettype/) | Gets or sets a data series' type. | -| [GetUpBars()](./getupbars/) | Returns an [DropBars](../dropbars/) object that represents the up bars on a line chart. Applies only to line charts. | +| [GetUpBars()](./getupbars/) | Returns a [DropBars](../dropbars/) object that represents the up bars on a line chart. Applies only to line charts. | | [GetValues()](./getvalues/) | Represents the Y values of this chart series. | -| [GetValuesFormatCode()](./getvaluesformatcode/) | Represents format code of Values' NumberList. | +| [GetValuesFormatCode()](./getvaluesformatcode/) | Represents the format code of the Values NumberList. | | [GetXErrorBar()](./getxerrorbar/) | Represents X direction error bar of the series. | | [GetXValues()](./getxvalues/) | Represents the X values of this chart series. | | [GetXValuesFormatCode()](./getxvaluesformatcode/) | Represents format code of X Values' NumberList. | | [GetYErrorBar()](./getyerrorbar/) | Represents Y direction error bar of the series. | | [IsAutoSplit()](./isautosplit/) | Indicates whether the threshold value is automatic. | -| [IsColorVaried()](./iscolorvaried/) | Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. | -| [IsFiltered()](./isfiltered/) | Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. | +| [IsColorVaried()](./iscolorvaried/) | Represents whether the color of points is varied. The chart must contain only one series or this chart is a pie chart. | +| [IsFiltered()](./isfiltered/) | Indicates whether the series is selected or filtered. True indicates that this series is filtered, and it will not be displayed on the chart. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | [IsVerticalValues()](./isverticalvalues/) | Indicates whether the data source is vertical. | | [Move(int32_t count)](./move/) | Moves the series up or down. | @@ -82,11 +82,11 @@ class Series | [Series(const Series\& src)](./series/) | Copy constructor. | | [SetBar3DShapeType(Bar3DShapeType value)](./setbar3dshapetype/) | Gets or sets the 3D shape type used with the 3-D bar or column chart. | | [SetBubbleScale(int32_t value)](./setbubblescale/) | Gets or sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts. | -| [SetBubbleSizes(const U16String\& value)](./setbubblesizes/) | Gets or sets the bubble sizes values of the chart series. | -| [SetBubbleSizes(const char16_t* value)](./setbubblesizes/) | Gets or sets the bubble sizes values of the chart series. | +| [SetBubbleSizes(const U16String\& value)](./setbubblesizes/) | Gets or sets the bubble size values of the chart series. | +| [SetBubbleSizes(const char16_t* value)](./setbubblesizes/) | Gets or sets the bubble size values of the chart series. | | [SetDoughnutHoleSize(int32_t value)](./setdoughnutholesize/) | Returns or sets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent. | | [SetExplosion(int32_t value)](./setexplosion/) | The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. | -| [SetFirstSliceAngle(int16_t value)](./setfirstsliceangle/) | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. | +| [SetFirstSliceAngle(int16_t value)](./setfirstsliceangle/) | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, with values from 0 to 360. | | [SetGapWidth(int16_t value)](./setgapwidth/) | Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500. | | [SetHas3DEffect(bool value)](./sethas3deffect/) | True if the series has a three-dimensional appearance. | | [SetHasDropLines(bool value)](./sethasdroplines/) | True if the chart has drop lines. Applies only to line chart or area charts. | @@ -95,24 +95,24 @@ class Series | [SetHasRadarAxisLabels(bool value)](./sethasradaraxislabels/) | True if a radar chart has category axis labels. Applies only to radar charts. | | [SetHasSeriesLines(bool value)](./sethasserieslines/) | True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts. | | [SetHasUpDownBars(bool value)](./sethasupdownbars/) | True if a line chart has up and down bars. Applies only to line charts. | -| [SetIsColorVaried(bool value)](./setiscolorvaried/) | Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. | -| [SetIsFiltered(bool value)](./setisfiltered/) | Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. | +| [SetIsColorVaried(bool value)](./setiscolorvaried/) | Represents whether the color of points is varied. The chart must contain only one series or this chart is a pie chart. | +| [SetIsFiltered(bool value)](./setisfiltered/) | Indicates whether the series is selected or filtered. True indicates that this series is filtered, and it will not be displayed on the chart. | | [SetName(const U16String\& value)](./setname/) | Gets or sets the name of the data series. | | [SetName(const char16_t* value)](./setname/) | Gets or sets the name of the data series. | | [SetOverlap(int16_t value)](./setoverlap/) | Specifies how bars and columns are positioned. Can be a value between -100 and 100. Applies only to 2-D bar and 2-D column charts. | -| [SetPlotOnSecondAxis(bool value)](./setplotonsecondaxis/) | Indicates if this series is plotted on second value axis. | +| [SetPlotOnSecondAxis(bool value)](./setplotonsecondaxis/) | Indicates if this series is plotted on the second value axis. | | [SetSecondPlotSize(int16_t value)](./setsecondplotsize/) | Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200. | | [SetShadow(bool value)](./setshadow/) | True if the series has a shadow. | | [SetShowNegativeBubbles(bool value)](./setshownegativebubbles/) | True if negative bubbles are shown for the chart group. Valid only for bubble charts. | | [SetSizeRepresents(BubbleSizeRepresents value)](./setsizerepresents/) | Gets or sets what the bubble size represents on a bubble chart. | -| [SetSmooth(bool value)](./setsmooth/) | 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. | +| [SetSmooth(bool value)](./setsmooth/) | Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line charts and scatter charts with lines. | | [SetSplitType(ChartSplitType value)](./setsplittype/) | Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. | | [SetSplitValue(double value)](./setsplitvalue/) | Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. | | [SetType(ChartType value)](./settype/) | Gets or sets a data series' type. | | [SetValues(const U16String\& value)](./setvalues/) | Represents the Y values of this chart series. | | [SetValues(const char16_t* value)](./setvalues/) | Represents the Y values of this chart series. | -| [SetValuesFormatCode(const U16String\& value)](./setvaluesformatcode/) | Represents format code of Values' NumberList. | -| [SetValuesFormatCode(const char16_t* value)](./setvaluesformatcode/) | Represents format code of Values' NumberList. | +| [SetValuesFormatCode(const U16String\& value)](./setvaluesformatcode/) | Represents the format code of the Values NumberList. | +| [SetValuesFormatCode(const char16_t* value)](./setvaluesformatcode/) | Represents the format code of the Values NumberList. | | [SetXValues(const U16String\& value)](./setxvalues/) | Represents the X values of this chart series. | | [SetXValues(const char16_t* value)](./setxvalues/) | Represents the X values of this chart series. | | [SetXValuesFormatCode(const U16String\& value)](./setxvaluesformatcode/) | Represents format code of X Values' NumberList. | diff --git a/english/cpp/aspose.cells.charts/series/getbar3dshapetype/_index.md b/english/cpp/aspose.cells.charts/series/getbar3dshapetype/_index.md index 89e71ad7588..0b0d96ba4f0 100644 --- a/english/cpp/aspose.cells.charts/series/getbar3dshapetype/_index.md +++ b/english/cpp/aspose.cells.charts/series/getbar3dshapetype/_index.md @@ -4,7 +4,7 @@ linktitle: GetBar3DShapeType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetBar3DShapeType method. Gets or sets the 3D shape type used with the 3-D bar or column chart in C++.' type: docs -weight: 3300 +weight: 3700 url: /cpp/aspose.cells.charts/series/getbar3dshapetype/ --- ## Series::GetBar3DShapeType method diff --git a/english/cpp/aspose.cells.charts/series/getbubblescale/_index.md b/english/cpp/aspose.cells.charts/series/getbubblescale/_index.md index 07b5d4fb577..c11612f7762 100644 --- a/english/cpp/aspose.cells.charts/series/getbubblescale/_index.md +++ b/english/cpp/aspose.cells.charts/series/getbubblescale/_index.md @@ -4,7 +4,7 @@ linktitle: GetBubbleScale second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetBubbleScale method. Gets or sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts in C++.' type: docs -weight: 7100 +weight: 7500 url: /cpp/aspose.cells.charts/series/getbubblescale/ --- ## Series::GetBubbleScale method diff --git a/english/cpp/aspose.cells.charts/series/getbubblesizes/_index.md b/english/cpp/aspose.cells.charts/series/getbubblesizes/_index.md index fb278dca835..b3105049c02 100644 --- a/english/cpp/aspose.cells.charts/series/getbubblesizes/_index.md +++ b/english/cpp/aspose.cells.charts/series/getbubblesizes/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::Series::GetBubbleSizes method linktitle: GetBubbleSizes second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::GetBubbleSizes method. Gets or sets the bubble sizes values of the chart series in C++.' +description: 'Aspose::Cells::Charts::Series::GetBubbleSizes method. Gets or sets the bubble size values of the chart series in C++.' type: docs weight: 2800 url: /cpp/aspose.cells.charts/series/getbubblesizes/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/series/getbubblesizes/ ## Series::GetBubbleSizes method -Gets or sets the bubble sizes values of the chart series. +Gets or sets the bubble size values of the chart series. ```cpp U16String Aspose::Cells::Charts::Series::GetBubbleSizes() diff --git a/english/cpp/aspose.cells.charts/series/getdatalabels/_index.md b/english/cpp/aspose.cells.charts/series/getdatalabels/_index.md index 7ef8be1e228..e12e58eeb10 100644 --- a/english/cpp/aspose.cells.charts/series/getdatalabels/_index.md +++ b/english/cpp/aspose.cells.charts/series/getdatalabels/_index.md @@ -4,7 +4,7 @@ linktitle: GetDataLabels second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetDataLabels method. Represents the DataLabels object for the specified ASeries in C++.' type: docs -weight: 3500 +weight: 3900 url: /cpp/aspose.cells.charts/series/getdatalabels/ --- ## Series::GetDataLabels method diff --git a/english/cpp/aspose.cells.charts/series/getdoughnutholesize/_index.md b/english/cpp/aspose.cells.charts/series/getdoughnutholesize/_index.md index 33e372351dc..81c9dc41b86 100644 --- a/english/cpp/aspose.cells.charts/series/getdoughnutholesize/_index.md +++ b/english/cpp/aspose.cells.charts/series/getdoughnutholesize/_index.md @@ -4,7 +4,7 @@ linktitle: GetDoughnutHoleSize second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetDoughnutHoleSize method. Returns or sets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent in C++.' type: docs -weight: 7700 +weight: 8100 url: /cpp/aspose.cells.charts/series/getdoughnutholesize/ --- ## Series::GetDoughnutHoleSize method diff --git a/english/cpp/aspose.cells.charts/series/getdownbars/_index.md b/english/cpp/aspose.cells.charts/series/getdownbars/_index.md index 3a67125523c..6bb26da07ab 100644 --- a/english/cpp/aspose.cells.charts/series/getdownbars/_index.md +++ b/english/cpp/aspose.cells.charts/series/getdownbars/_index.md @@ -4,7 +4,7 @@ linktitle: GetDownBars second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetDownBars method. Returns a DropBars object that represents the down bars on a line chart. Applies only to line charts in C++.' type: docs -weight: 5500 +weight: 5900 url: /cpp/aspose.cells.charts/series/getdownbars/ --- ## Series::GetDownBars method diff --git a/english/cpp/aspose.cells.charts/series/getdroplines/_index.md b/english/cpp/aspose.cells.charts/series/getdroplines/_index.md index 180af29da40..09f04c0b043 100644 --- a/english/cpp/aspose.cells.charts/series/getdroplines/_index.md +++ b/english/cpp/aspose.cells.charts/series/getdroplines/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Charts::Series::GetDropLines method linktitle: GetDropLines second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::GetDropLines method. Returns a Line object that represents the drop lines for a series on the line chart or area chart. Applies only to line chart or area charts in C++.' +description: 'Aspose::Cells::Charts::Series::GetDropLines method. Returns a Line object that represents the drop lines for a series on the line chart or area chart. Applies only to line charts or area charts in C++.' type: docs -weight: 5100 +weight: 5500 url: /cpp/aspose.cells.charts/series/getdroplines/ --- ## Series::GetDropLines method -Returns a Line object that represents the drop lines for a series on the line chart or area chart. Applies only to line chart or area charts. +Returns a Line object that represents the drop lines for a series on the line chart or area chart. Applies only to line charts or area charts. ```cpp Line Aspose::Cells::Charts::Series::GetDropLines() diff --git a/english/cpp/aspose.cells.charts/series/getexplosion/_index.md b/english/cpp/aspose.cells.charts/series/getexplosion/_index.md index 7d3be94b8f7..823ea4e3c00 100644 --- a/english/cpp/aspose.cells.charts/series/getexplosion/_index.md +++ b/english/cpp/aspose.cells.charts/series/getexplosion/_index.md @@ -4,7 +4,7 @@ linktitle: GetExplosion second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetExplosion method. The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter in C++.' type: docs -weight: 7900 +weight: 8300 url: /cpp/aspose.cells.charts/series/getexplosion/ --- ## Series::GetExplosion method diff --git a/english/cpp/aspose.cells.charts/series/getfirstsliceangle/_index.md b/english/cpp/aspose.cells.charts/series/getfirstsliceangle/_index.md index efa9d449a8c..feeda0e3878 100644 --- a/english/cpp/aspose.cells.charts/series/getfirstsliceangle/_index.md +++ b/english/cpp/aspose.cells.charts/series/getfirstsliceangle/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Charts::Series::GetFirstSliceAngle method linktitle: GetFirstSliceAngle second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::GetFirstSliceAngle method. Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360 in C++.' +description: 'Aspose::Cells::Charts::Series::GetFirstSliceAngle method. Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, with values from 0 to 360 in C++.' type: docs -weight: 6000 +weight: 6400 url: /cpp/aspose.cells.charts/series/getfirstsliceangle/ --- ## Series::GetFirstSliceAngle method -Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. +Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, with values from 0 to 360. ```cpp int16_t Aspose::Cells::Charts::Series::GetFirstSliceAngle() diff --git a/english/cpp/aspose.cells.charts/series/getgapwidth/_index.md b/english/cpp/aspose.cells.charts/series/getgapwidth/_index.md index 6c318b54804..5a365c00659 100644 --- a/english/cpp/aspose.cells.charts/series/getgapwidth/_index.md +++ b/english/cpp/aspose.cells.charts/series/getgapwidth/_index.md @@ -4,7 +4,7 @@ linktitle: GetGapWidth second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetGapWidth method. Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500 in C++.' type: docs -weight: 5800 +weight: 6200 url: /cpp/aspose.cells.charts/series/getgapwidth/ --- ## Series::GetGapWidth method diff --git a/english/cpp/aspose.cells.charts/series/gethasdroplines/_index.md b/english/cpp/aspose.cells.charts/series/gethasdroplines/_index.md index 06d6858f866..b1a847cd62f 100644 --- a/english/cpp/aspose.cells.charts/series/gethasdroplines/_index.md +++ b/english/cpp/aspose.cells.charts/series/gethasdroplines/_index.md @@ -4,7 +4,7 @@ linktitle: GetHasDropLines second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetHasDropLines method. True if the chart has drop lines. Applies only to line chart or area charts in C++.' type: docs -weight: 4900 +weight: 5300 url: /cpp/aspose.cells.charts/series/gethasdroplines/ --- ## Series::GetHasDropLines method diff --git a/english/cpp/aspose.cells.charts/series/gethashilolines/_index.md b/english/cpp/aspose.cells.charts/series/gethashilolines/_index.md index 2bcd5d11f32..06aafa64fd7 100644 --- a/english/cpp/aspose.cells.charts/series/gethashilolines/_index.md +++ b/english/cpp/aspose.cells.charts/series/gethashilolines/_index.md @@ -4,7 +4,7 @@ linktitle: GetHasHiLoLines second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetHasHiLoLines method. True if the line chart has high-low lines. Applies only to line charts in C++.' type: docs -weight: 4300 +weight: 4700 url: /cpp/aspose.cells.charts/series/gethashilolines/ --- ## Series::GetHasHiLoLines method diff --git a/english/cpp/aspose.cells.charts/series/gethasleaderlines/_index.md b/english/cpp/aspose.cells.charts/series/gethasleaderlines/_index.md index 3145321d1c5..a0bc7a01409 100644 --- a/english/cpp/aspose.cells.charts/series/gethasleaderlines/_index.md +++ b/english/cpp/aspose.cells.charts/series/gethasleaderlines/_index.md @@ -4,7 +4,7 @@ linktitle: GetHasLeaderLines second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetHasLeaderLines method. True if the series has leader lines in C++.' type: docs -weight: 8300 +weight: 8700 url: /cpp/aspose.cells.charts/series/gethasleaderlines/ --- ## Series::GetHasLeaderLines method diff --git a/english/cpp/aspose.cells.charts/series/gethasradaraxislabels/_index.md b/english/cpp/aspose.cells.charts/series/gethasradaraxislabels/_index.md index 2e050def20a..b1b8611acf7 100644 --- a/english/cpp/aspose.cells.charts/series/gethasradaraxislabels/_index.md +++ b/english/cpp/aspose.cells.charts/series/gethasradaraxislabels/_index.md @@ -4,7 +4,7 @@ linktitle: GetHasRadarAxisLabels second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetHasRadarAxisLabels method. True if a radar chart has category axis labels. Applies only to radar charts in C++.' type: docs -weight: 8100 +weight: 8500 url: /cpp/aspose.cells.charts/series/gethasradaraxislabels/ --- ## Series::GetHasRadarAxisLabels method diff --git a/english/cpp/aspose.cells.charts/series/gethasserieslines/_index.md b/english/cpp/aspose.cells.charts/series/gethasserieslines/_index.md index f1ef0fa6517..f809359852e 100644 --- a/english/cpp/aspose.cells.charts/series/gethasserieslines/_index.md +++ b/english/cpp/aspose.cells.charts/series/gethasserieslines/_index.md @@ -4,7 +4,7 @@ linktitle: GetHasSeriesLines second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetHasSeriesLines method. True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts in C++.' type: docs -weight: 4600 +weight: 5000 url: /cpp/aspose.cells.charts/series/gethasserieslines/ --- ## Series::GetHasSeriesLines method diff --git a/english/cpp/aspose.cells.charts/series/gethasupdownbars/_index.md b/english/cpp/aspose.cells.charts/series/gethasupdownbars/_index.md index 437c6ef42db..8dc445a60ba 100644 --- a/english/cpp/aspose.cells.charts/series/gethasupdownbars/_index.md +++ b/english/cpp/aspose.cells.charts/series/gethasupdownbars/_index.md @@ -4,7 +4,7 @@ linktitle: GetHasUpDownBars second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetHasUpDownBars method. True if a line chart has up and down bars. Applies only to line charts in C++.' type: docs -weight: 5200 +weight: 5600 url: /cpp/aspose.cells.charts/series/gethasupdownbars/ --- ## Series::GetHasUpDownBars method diff --git a/english/cpp/aspose.cells.charts/series/gethilolines/_index.md b/english/cpp/aspose.cells.charts/series/gethilolines/_index.md index 40db926246a..6c1c93d60af 100644 --- a/english/cpp/aspose.cells.charts/series/gethilolines/_index.md +++ b/english/cpp/aspose.cells.charts/series/gethilolines/_index.md @@ -4,7 +4,7 @@ linktitle: GetHiLoLines second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetHiLoLines method. Returns a HiLoLines object that represents the high-low lines for a series on a line chart. Applies only to line charts in C++.' type: docs -weight: 4500 +weight: 4900 url: /cpp/aspose.cells.charts/series/gethilolines/ --- ## Series::GetHiLoLines method diff --git a/english/cpp/aspose.cells.charts/series/getlegendentry/_index.md b/english/cpp/aspose.cells.charts/series/getlegendentry/_index.md index 1bf4711a120..a4603a6a04d 100644 --- a/english/cpp/aspose.cells.charts/series/getlegendentry/_index.md +++ b/english/cpp/aspose.cells.charts/series/getlegendentry/_index.md @@ -4,7 +4,7 @@ linktitle: GetLegendEntry second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetLegendEntry method. Gets the legend entry according to this series in C++.' type: docs -weight: 8600 +weight: 9000 url: /cpp/aspose.cells.charts/series/getlegendentry/ --- ## Series::GetLegendEntry method diff --git a/english/cpp/aspose.cells.charts/series/getmarker/_index.md b/english/cpp/aspose.cells.charts/series/getmarker/_index.md index 942ce78aec7..315f2c7cf85 100644 --- a/english/cpp/aspose.cells.charts/series/getmarker/_index.md +++ b/english/cpp/aspose.cells.charts/series/getmarker/_index.md @@ -4,7 +4,7 @@ linktitle: GetMarker second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetMarker method. Gets the marker in C++.' type: docs -weight: 3800 +weight: 4200 url: /cpp/aspose.cells.charts/series/getmarker/ --- ## Series::GetMarker method diff --git a/english/cpp/aspose.cells.charts/series/getplotonsecondaxis/_index.md b/english/cpp/aspose.cells.charts/series/getplotonsecondaxis/_index.md index b279bf0e1fd..85b139dbd31 100644 --- a/english/cpp/aspose.cells.charts/series/getplotonsecondaxis/_index.md +++ b/english/cpp/aspose.cells.charts/series/getplotonsecondaxis/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Charts::Series::GetPlotOnSecondAxis method linktitle: GetPlotOnSecondAxis second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::GetPlotOnSecondAxis method. Indicates if this series is plotted on second value axis in C++.' +description: 'Aspose::Cells::Charts::Series::GetPlotOnSecondAxis method. Indicates if this series is plotted on the second value axis in C++.' type: docs -weight: 3900 +weight: 4300 url: /cpp/aspose.cells.charts/series/getplotonsecondaxis/ --- ## Series::GetPlotOnSecondAxis method -Indicates if this series is plotted on second value axis. +Indicates if this series is plotted on the second value axis. ```cpp bool Aspose::Cells::Charts::Series::GetPlotOnSecondAxis() diff --git a/english/cpp/aspose.cells.charts/series/getsecondplotsize/_index.md b/english/cpp/aspose.cells.charts/series/getsecondplotsize/_index.md index db9e4d15c03..6d76f0351e7 100644 --- a/english/cpp/aspose.cells.charts/series/getsecondplotsize/_index.md +++ b/english/cpp/aspose.cells.charts/series/getsecondplotsize/_index.md @@ -4,7 +4,7 @@ linktitle: GetSecondPlotSize second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetSecondPlotSize method. Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200 in C++.' type: docs -weight: 6400 +weight: 6800 url: /cpp/aspose.cells.charts/series/getsecondplotsize/ --- ## Series::GetSecondPlotSize method diff --git a/english/cpp/aspose.cells.charts/series/getserieslines/_index.md b/english/cpp/aspose.cells.charts/series/getserieslines/_index.md index b87e94e4b30..409f3889923 100644 --- a/english/cpp/aspose.cells.charts/series/getserieslines/_index.md +++ b/english/cpp/aspose.cells.charts/series/getserieslines/_index.md @@ -4,7 +4,7 @@ linktitle: GetSeriesLines second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetSeriesLines method. Returns a SeriesLines object that represents the series lines for a stacked bar chart or a stacked column chart. Applies only to stacked bar and stacked column charts in C++.' type: docs -weight: 4800 +weight: 5200 url: /cpp/aspose.cells.charts/series/getserieslines/ --- ## Series::GetSeriesLines method diff --git a/english/cpp/aspose.cells.charts/series/getshadow/_index.md b/english/cpp/aspose.cells.charts/series/getshadow/_index.md index 13c262578e9..24ae23ae139 100644 --- a/english/cpp/aspose.cells.charts/series/getshadow/_index.md +++ b/english/cpp/aspose.cells.charts/series/getshadow/_index.md @@ -4,7 +4,7 @@ linktitle: GetShadow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetShadow method. True if the series has a shadow in C++.' type: docs -weight: 2900 +weight: 3300 url: /cpp/aspose.cells.charts/series/getshadow/ --- ## Series::GetShadow method diff --git a/english/cpp/aspose.cells.charts/series/getshapeproperties/_index.md b/english/cpp/aspose.cells.charts/series/getshapeproperties/_index.md index 83e09bb4524..5be4db378f9 100644 --- a/english/cpp/aspose.cells.charts/series/getshapeproperties/_index.md +++ b/english/cpp/aspose.cells.charts/series/getshapeproperties/_index.md @@ -4,7 +4,7 @@ linktitle: GetShapeProperties second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetShapeProperties method. Gets the ShapePropertyCollection object that holds the visual shape properties of the Series in C++.' type: docs -weight: 8700 +weight: 9100 url: /cpp/aspose.cells.charts/series/getshapeproperties/ --- ## Series::GetShapeProperties method diff --git a/english/cpp/aspose.cells.charts/series/getshownegativebubbles/_index.md b/english/cpp/aspose.cells.charts/series/getshownegativebubbles/_index.md index 408c282a0b8..5d0d69750e0 100644 --- a/english/cpp/aspose.cells.charts/series/getshownegativebubbles/_index.md +++ b/english/cpp/aspose.cells.charts/series/getshownegativebubbles/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowNegativeBubbles second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetShowNegativeBubbles method. True if negative bubbles are shown for the chart group. Valid only for bubble charts in C++.' type: docs -weight: 7500 +weight: 7900 url: /cpp/aspose.cells.charts/series/getshownegativebubbles/ --- ## Series::GetShowNegativeBubbles method diff --git a/english/cpp/aspose.cells.charts/series/getsizerepresents/_index.md b/english/cpp/aspose.cells.charts/series/getsizerepresents/_index.md index 1346bf1b2ec..5fb7a9480e8 100644 --- a/english/cpp/aspose.cells.charts/series/getsizerepresents/_index.md +++ b/english/cpp/aspose.cells.charts/series/getsizerepresents/_index.md @@ -4,7 +4,7 @@ linktitle: GetSizeRepresents second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetSizeRepresents method. Gets or sets what the bubble size represents on a bubble chart in C++.' type: docs -weight: 7300 +weight: 7700 url: /cpp/aspose.cells.charts/series/getsizerepresents/ --- ## Series::GetSizeRepresents method diff --git a/english/cpp/aspose.cells.charts/series/getsmooth/_index.md b/english/cpp/aspose.cells.charts/series/getsmooth/_index.md index 237710c97cd..6400a0695a9 100644 --- a/english/cpp/aspose.cells.charts/series/getsmooth/_index.md +++ b/english/cpp/aspose.cells.charts/series/getsmooth/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Charts::Series::GetSmooth method linktitle: GetSmooth second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::GetSmooth method. 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 in C++.' +description: 'Aspose::Cells::Charts::Series::GetSmooth method. Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line charts and scatter charts with lines in C++.' type: docs -weight: 2700 +weight: 3100 url: /cpp/aspose.cells.charts/series/getsmooth/ --- ## Series::GetSmooth method -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. +Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line charts and scatter charts with lines. ```cpp bool Aspose::Cells::Charts::Series::GetSmooth() diff --git a/english/cpp/aspose.cells.charts/series/getsplittype/_index.md b/english/cpp/aspose.cells.charts/series/getsplittype/_index.md index e380349e63d..d9f0b54a294 100644 --- a/english/cpp/aspose.cells.charts/series/getsplittype/_index.md +++ b/english/cpp/aspose.cells.charts/series/getsplittype/_index.md @@ -4,7 +4,7 @@ linktitle: GetSplitType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetSplitType method. Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart in C++.' type: docs -weight: 6600 +weight: 7000 url: /cpp/aspose.cells.charts/series/getsplittype/ --- ## Series::GetSplitType method diff --git a/english/cpp/aspose.cells.charts/series/getsplitvalue/_index.md b/english/cpp/aspose.cells.charts/series/getsplitvalue/_index.md index 83fc04a7d72..b335fc4e80c 100644 --- a/english/cpp/aspose.cells.charts/series/getsplitvalue/_index.md +++ b/english/cpp/aspose.cells.charts/series/getsplitvalue/_index.md @@ -4,7 +4,7 @@ linktitle: GetSplitValue second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetSplitValue method. Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart in C++.' type: docs -weight: 6800 +weight: 7200 url: /cpp/aspose.cells.charts/series/getsplitvalue/ --- ## Series::GetSplitValue method diff --git a/english/cpp/aspose.cells.charts/series/gettrendlines/_index.md b/english/cpp/aspose.cells.charts/series/gettrendlines/_index.md index 4750f0f4976..00e143fc436 100644 --- a/english/cpp/aspose.cells.charts/series/gettrendlines/_index.md +++ b/english/cpp/aspose.cells.charts/series/gettrendlines/_index.md @@ -4,7 +4,7 @@ linktitle: GetTrendLines second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetTrendLines method. Returns all the trendlines of this series in C++.' type: docs -weight: 2600 +weight: 3000 url: /cpp/aspose.cells.charts/series/gettrendlines/ --- ## Series::GetTrendLines method diff --git a/english/cpp/aspose.cells.charts/series/gettype/_index.md b/english/cpp/aspose.cells.charts/series/gettype/_index.md index 8aa07b5925c..b7a0f757ad1 100644 --- a/english/cpp/aspose.cells.charts/series/gettype/_index.md +++ b/english/cpp/aspose.cells.charts/series/gettype/_index.md @@ -4,7 +4,7 @@ linktitle: GetType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetType method. Gets or sets a data series'' type in C++.' type: docs -weight: 3600 +weight: 4000 url: /cpp/aspose.cells.charts/series/gettype/ --- ## Series::GetType method diff --git a/english/cpp/aspose.cells.charts/series/getupbars/_index.md b/english/cpp/aspose.cells.charts/series/getupbars/_index.md index b947c47440b..809fbb96b6e 100644 --- a/english/cpp/aspose.cells.charts/series/getupbars/_index.md +++ b/english/cpp/aspose.cells.charts/series/getupbars/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Charts::Series::GetUpBars method linktitle: GetUpBars second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::GetUpBars method. Returns an DropBars object that represents the up bars on a line chart. Applies only to line charts in C++.' +description: 'Aspose::Cells::Charts::Series::GetUpBars method. Returns a DropBars object that represents the up bars on a line chart. Applies only to line charts in C++.' type: docs -weight: 5400 +weight: 5800 url: /cpp/aspose.cells.charts/series/getupbars/ --- ## Series::GetUpBars method -Returns an [DropBars](../../dropbars/) object that represents the up bars on a line chart. Applies only to line charts. +Returns a [DropBars](../../dropbars/) object that represents the up bars on a line chart. Applies only to line charts. ```cpp DropBars Aspose::Cells::Charts::Series::GetUpBars() diff --git a/english/cpp/aspose.cells.charts/series/getvaluesformatcode/_index.md b/english/cpp/aspose.cells.charts/series/getvaluesformatcode/_index.md index 3c96683fff7..8493b5baf67 100644 --- a/english/cpp/aspose.cells.charts/series/getvaluesformatcode/_index.md +++ b/english/cpp/aspose.cells.charts/series/getvaluesformatcode/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::Series::GetValuesFormatCode method linktitle: GetValuesFormatCode second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::GetValuesFormatCode method. Represents format code of Values'' NumberList in C++.' +description: 'Aspose::Cells::Charts::Series::GetValuesFormatCode method. Represents the format code of the Values NumberList in C++.' type: docs weight: 2200 url: /cpp/aspose.cells.charts/series/getvaluesformatcode/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/series/getvaluesformatcode/ ## Series::GetValuesFormatCode method -Represents format code of Values' NumberList. +Represents the format code of the Values NumberList. ```cpp U16String Aspose::Cells::Charts::Series::GetValuesFormatCode() diff --git a/english/cpp/aspose.cells.charts/series/getxerrorbar/_index.md b/english/cpp/aspose.cells.charts/series/getxerrorbar/_index.md index e258ba693e8..b0b8a96d05c 100644 --- a/english/cpp/aspose.cells.charts/series/getxerrorbar/_index.md +++ b/english/cpp/aspose.cells.charts/series/getxerrorbar/_index.md @@ -4,7 +4,7 @@ linktitle: GetXErrorBar second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetXErrorBar method. Represents X direction error bar of the series in C++.' type: docs -weight: 4100 +weight: 4500 url: /cpp/aspose.cells.charts/series/getxerrorbar/ --- ## Series::GetXErrorBar method diff --git a/english/cpp/aspose.cells.charts/series/getyerrorbar/_index.md b/english/cpp/aspose.cells.charts/series/getyerrorbar/_index.md index c1a845ea696..a246e92bdf0 100644 --- a/english/cpp/aspose.cells.charts/series/getyerrorbar/_index.md +++ b/english/cpp/aspose.cells.charts/series/getyerrorbar/_index.md @@ -4,7 +4,7 @@ linktitle: GetYErrorBar second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::GetYErrorBar method. Represents Y direction error bar of the series in C++.' type: docs -weight: 4200 +weight: 4600 url: /cpp/aspose.cells.charts/series/getyerrorbar/ --- ## Series::GetYErrorBar method diff --git a/english/cpp/aspose.cells.charts/series/isautosplit/_index.md b/english/cpp/aspose.cells.charts/series/isautosplit/_index.md index 9b81a626eaf..571352db0df 100644 --- a/english/cpp/aspose.cells.charts/series/isautosplit/_index.md +++ b/english/cpp/aspose.cells.charts/series/isautosplit/_index.md @@ -4,7 +4,7 @@ linktitle: IsAutoSplit second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::IsAutoSplit method. Indicates whether the threshold value is automatic in C++.' type: docs -weight: 7000 +weight: 7400 url: /cpp/aspose.cells.charts/series/isautosplit/ --- ## Series::IsAutoSplit method diff --git a/english/cpp/aspose.cells.charts/series/iscolorvaried/_index.md b/english/cpp/aspose.cells.charts/series/iscolorvaried/_index.md index e0776883eb9..c3469b15b0f 100644 --- a/english/cpp/aspose.cells.charts/series/iscolorvaried/_index.md +++ b/english/cpp/aspose.cells.charts/series/iscolorvaried/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::Series::IsColorVaried method linktitle: IsColorVaried second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::IsColorVaried method. Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart in C++.' +description: 'Aspose::Cells::Charts::Series::IsColorVaried method. Represents whether the color of points is varied. The chart must contain only one series or this chart is a pie chart in C++.' type: docs weight: 6000 url: /cpp/aspose.cells.charts/series/iscolorvaried/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/series/iscolorvaried/ ## Series::IsColorVaried method -Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. +Represents whether the color of points is varied. The chart must contain only one series or this chart is a pie chart. ```cpp bool Aspose::Cells::Charts::Series::IsColorVaried() diff --git a/english/cpp/aspose.cells.charts/series/isfiltered/_index.md b/english/cpp/aspose.cells.charts/series/isfiltered/_index.md index f6180867d41..16afa29b74b 100644 --- a/english/cpp/aspose.cells.charts/series/isfiltered/_index.md +++ b/english/cpp/aspose.cells.charts/series/isfiltered/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::Series::IsFiltered method linktitle: IsFiltered second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::IsFiltered method. Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart in C++.' +description: 'Aspose::Cells::Charts::Series::IsFiltered method. Indicates whether the series is selected or filtered. True indicates that this series is filtered, and it will not be displayed on the chart in C++.' type: docs weight: 600 url: /cpp/aspose.cells.charts/series/isfiltered/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/series/isfiltered/ ## Series::IsFiltered method -Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. +Indicates whether the series is selected or filtered. True indicates that this series is filtered, and it will not be displayed on the chart. ```cpp bool Aspose::Cells::Charts::Series::IsFiltered() diff --git a/english/cpp/aspose.cells.charts/series/setbar3dshapetype/_index.md b/english/cpp/aspose.cells.charts/series/setbar3dshapetype/_index.md index 5eda2e18c69..415d3435c97 100644 --- a/english/cpp/aspose.cells.charts/series/setbar3dshapetype/_index.md +++ b/english/cpp/aspose.cells.charts/series/setbar3dshapetype/_index.md @@ -4,7 +4,7 @@ linktitle: SetBar3DShapeType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetBar3DShapeType method. Gets or sets the 3D shape type used with the 3-D bar or column chart in C++.' type: docs -weight: 3400 +weight: 3800 url: /cpp/aspose.cells.charts/series/setbar3dshapetype/ --- ## Series::SetBar3DShapeType method diff --git a/english/cpp/aspose.cells.charts/series/setbubblescale/_index.md b/english/cpp/aspose.cells.charts/series/setbubblescale/_index.md index ed0e8ec3515..b5cbcafa70d 100644 --- a/english/cpp/aspose.cells.charts/series/setbubblescale/_index.md +++ b/english/cpp/aspose.cells.charts/series/setbubblescale/_index.md @@ -4,7 +4,7 @@ linktitle: SetBubbleScale second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetBubbleScale method. Gets or sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts in C++.' type: docs -weight: 7200 +weight: 7600 url: /cpp/aspose.cells.charts/series/setbubblescale/ --- ## Series::SetBubbleScale method diff --git a/english/cpp/aspose.cells.charts/series/setbubblesizes/_index.md b/english/cpp/aspose.cells.charts/series/setbubblesizes/_index.md index 65b9ac794ea..aa4cb136533 100644 --- a/english/cpp/aspose.cells.charts/series/setbubblesizes/_index.md +++ b/english/cpp/aspose.cells.charts/series/setbubblesizes/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::Series::SetBubbleSizes method linktitle: SetBubbleSizes second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::SetBubbleSizes method. Gets or sets the bubble sizes values of the chart series in C++.' +description: 'Aspose::Cells::Charts::Series::SetBubbleSizes method. Gets or sets the bubble size values of the chart series in C++.' type: docs weight: 2900 url: /cpp/aspose.cells.charts/series/setbubblesizes/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/series/setbubblesizes/ ## Series::SetBubbleSizes(const U16String\&) method -Gets or sets the bubble sizes values of the chart series. +Gets or sets the bubble size values of the chart series. ```cpp void Aspose::Cells::Charts::Series::SetBubbleSizes(const U16String &value) @@ -30,7 +30,7 @@ Only for [ChartType.Bubble](../../charttype/) or [ChartType.Bubble3D](../../char ## Series::SetBubbleSizes(const char16_t*) method -Gets or sets the bubble sizes values of the chart series. +Gets or sets the bubble size values of the chart series. ```cpp void Aspose::Cells::Charts::Series::SetBubbleSizes(const char16_t *value) diff --git a/english/cpp/aspose.cells.charts/series/setdoughnutholesize/_index.md b/english/cpp/aspose.cells.charts/series/setdoughnutholesize/_index.md index e9793f73e47..28991ff43ca 100644 --- a/english/cpp/aspose.cells.charts/series/setdoughnutholesize/_index.md +++ b/english/cpp/aspose.cells.charts/series/setdoughnutholesize/_index.md @@ -4,7 +4,7 @@ linktitle: SetDoughnutHoleSize second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetDoughnutHoleSize method. Returns or sets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent in C++.' type: docs -weight: 7800 +weight: 8200 url: /cpp/aspose.cells.charts/series/setdoughnutholesize/ --- ## Series::SetDoughnutHoleSize method diff --git a/english/cpp/aspose.cells.charts/series/setexplosion/_index.md b/english/cpp/aspose.cells.charts/series/setexplosion/_index.md index 98fd4b5f139..358d89d7995 100644 --- a/english/cpp/aspose.cells.charts/series/setexplosion/_index.md +++ b/english/cpp/aspose.cells.charts/series/setexplosion/_index.md @@ -4,7 +4,7 @@ linktitle: SetExplosion second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetExplosion method. The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter in C++.' type: docs -weight: 8000 +weight: 8400 url: /cpp/aspose.cells.charts/series/setexplosion/ --- ## Series::SetExplosion method diff --git a/english/cpp/aspose.cells.charts/series/setfirstsliceangle/_index.md b/english/cpp/aspose.cells.charts/series/setfirstsliceangle/_index.md index 9dcc3b56917..27dd53b477e 100644 --- a/english/cpp/aspose.cells.charts/series/setfirstsliceangle/_index.md +++ b/english/cpp/aspose.cells.charts/series/setfirstsliceangle/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Charts::Series::SetFirstSliceAngle method linktitle: SetFirstSliceAngle second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::SetFirstSliceAngle method. Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360 in C++.' +description: 'Aspose::Cells::Charts::Series::SetFirstSliceAngle method. Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, with values from 0 to 360 in C++.' type: docs -weight: 6100 +weight: 6500 url: /cpp/aspose.cells.charts/series/setfirstsliceangle/ --- ## Series::SetFirstSliceAngle method -Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. +Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, with values from 0 to 360. ```cpp void Aspose::Cells::Charts::Series::SetFirstSliceAngle(int16_t value) diff --git a/english/cpp/aspose.cells.charts/series/setgapwidth/_index.md b/english/cpp/aspose.cells.charts/series/setgapwidth/_index.md index cbc8a280917..95ae453ccb5 100644 --- a/english/cpp/aspose.cells.charts/series/setgapwidth/_index.md +++ b/english/cpp/aspose.cells.charts/series/setgapwidth/_index.md @@ -4,7 +4,7 @@ linktitle: SetGapWidth second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetGapWidth method. Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500 in C++.' type: docs -weight: 5900 +weight: 6300 url: /cpp/aspose.cells.charts/series/setgapwidth/ --- ## Series::SetGapWidth method diff --git a/english/cpp/aspose.cells.charts/series/sethasdroplines/_index.md b/english/cpp/aspose.cells.charts/series/sethasdroplines/_index.md index a97bd9b86d5..04753bdeac1 100644 --- a/english/cpp/aspose.cells.charts/series/sethasdroplines/_index.md +++ b/english/cpp/aspose.cells.charts/series/sethasdroplines/_index.md @@ -4,7 +4,7 @@ linktitle: SetHasDropLines second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetHasDropLines method. True if the chart has drop lines. Applies only to line chart or area charts in C++.' type: docs -weight: 5000 +weight: 5400 url: /cpp/aspose.cells.charts/series/sethasdroplines/ --- ## Series::SetHasDropLines method diff --git a/english/cpp/aspose.cells.charts/series/sethashilolines/_index.md b/english/cpp/aspose.cells.charts/series/sethashilolines/_index.md index 8fa7022badf..fb5ae1d1adc 100644 --- a/english/cpp/aspose.cells.charts/series/sethashilolines/_index.md +++ b/english/cpp/aspose.cells.charts/series/sethashilolines/_index.md @@ -4,7 +4,7 @@ linktitle: SetHasHiLoLines second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetHasHiLoLines method. True if the line chart has high-low lines. Applies only to line charts in C++.' type: docs -weight: 4400 +weight: 4800 url: /cpp/aspose.cells.charts/series/sethashilolines/ --- ## Series::SetHasHiLoLines method diff --git a/english/cpp/aspose.cells.charts/series/sethasleaderlines/_index.md b/english/cpp/aspose.cells.charts/series/sethasleaderlines/_index.md index 2a8dc31041d..eb734f1ef67 100644 --- a/english/cpp/aspose.cells.charts/series/sethasleaderlines/_index.md +++ b/english/cpp/aspose.cells.charts/series/sethasleaderlines/_index.md @@ -4,7 +4,7 @@ linktitle: SetHasLeaderLines second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetHasLeaderLines method. True if the series has leader lines in C++.' type: docs -weight: 8400 +weight: 8800 url: /cpp/aspose.cells.charts/series/sethasleaderlines/ --- ## Series::SetHasLeaderLines method diff --git a/english/cpp/aspose.cells.charts/series/sethasradaraxislabels/_index.md b/english/cpp/aspose.cells.charts/series/sethasradaraxislabels/_index.md index df147c597d4..abae3c1a9c9 100644 --- a/english/cpp/aspose.cells.charts/series/sethasradaraxislabels/_index.md +++ b/english/cpp/aspose.cells.charts/series/sethasradaraxislabels/_index.md @@ -4,7 +4,7 @@ linktitle: SetHasRadarAxisLabels second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetHasRadarAxisLabels method. True if a radar chart has category axis labels. Applies only to radar charts in C++.' type: docs -weight: 8200 +weight: 8600 url: /cpp/aspose.cells.charts/series/sethasradaraxislabels/ --- ## Series::SetHasRadarAxisLabels method diff --git a/english/cpp/aspose.cells.charts/series/sethasserieslines/_index.md b/english/cpp/aspose.cells.charts/series/sethasserieslines/_index.md index 3f152910fb7..871c5c0e1c7 100644 --- a/english/cpp/aspose.cells.charts/series/sethasserieslines/_index.md +++ b/english/cpp/aspose.cells.charts/series/sethasserieslines/_index.md @@ -4,7 +4,7 @@ linktitle: SetHasSeriesLines second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetHasSeriesLines method. True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts in C++.' type: docs -weight: 4700 +weight: 5100 url: /cpp/aspose.cells.charts/series/sethasserieslines/ --- ## Series::SetHasSeriesLines method diff --git a/english/cpp/aspose.cells.charts/series/sethasupdownbars/_index.md b/english/cpp/aspose.cells.charts/series/sethasupdownbars/_index.md index fe6a8bb0ae7..ef4c0aad8d3 100644 --- a/english/cpp/aspose.cells.charts/series/sethasupdownbars/_index.md +++ b/english/cpp/aspose.cells.charts/series/sethasupdownbars/_index.md @@ -4,7 +4,7 @@ linktitle: SetHasUpDownBars second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetHasUpDownBars method. True if a line chart has up and down bars. Applies only to line charts in C++.' type: docs -weight: 5300 +weight: 5700 url: /cpp/aspose.cells.charts/series/sethasupdownbars/ --- ## Series::SetHasUpDownBars method diff --git a/english/cpp/aspose.cells.charts/series/setiscolorvaried/_index.md b/english/cpp/aspose.cells.charts/series/setiscolorvaried/_index.md index 49670802791..d5327b71fda 100644 --- a/english/cpp/aspose.cells.charts/series/setiscolorvaried/_index.md +++ b/english/cpp/aspose.cells.charts/series/setiscolorvaried/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::Series::SetIsColorVaried method linktitle: SetIsColorVaried second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::SetIsColorVaried method. Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart in C++.' +description: 'Aspose::Cells::Charts::Series::SetIsColorVaried method. Represents whether the color of points is varied. The chart must contain only one series or this chart is a pie chart in C++.' type: docs weight: 6100 url: /cpp/aspose.cells.charts/series/setiscolorvaried/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/series/setiscolorvaried/ ## Series::SetIsColorVaried method -Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. +Represents whether the color of points is varied. The chart must contain only one series or this chart is a pie chart. ```cpp void Aspose::Cells::Charts::Series::SetIsColorVaried(bool value) diff --git a/english/cpp/aspose.cells.charts/series/setisfiltered/_index.md b/english/cpp/aspose.cells.charts/series/setisfiltered/_index.md index 085a1a190f2..eb34ca1dfd5 100644 --- a/english/cpp/aspose.cells.charts/series/setisfiltered/_index.md +++ b/english/cpp/aspose.cells.charts/series/setisfiltered/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::Series::SetIsFiltered method linktitle: SetIsFiltered second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::SetIsFiltered method. Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart in C++.' +description: 'Aspose::Cells::Charts::Series::SetIsFiltered method. Indicates whether the series is selected or filtered. True indicates that this series is filtered, and it will not be displayed on the chart in C++.' type: docs weight: 700 url: /cpp/aspose.cells.charts/series/setisfiltered/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/series/setisfiltered/ ## Series::SetIsFiltered method -Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. +Indicates whether the series is selected or filtered. True indicates that this series is filtered, and it will not be displayed on the chart. ```cpp void Aspose::Cells::Charts::Series::SetIsFiltered(bool value) diff --git a/english/cpp/aspose.cells.charts/series/setplotonsecondaxis/_index.md b/english/cpp/aspose.cells.charts/series/setplotonsecondaxis/_index.md index b3d59c2b20a..fc2c2e6cad6 100644 --- a/english/cpp/aspose.cells.charts/series/setplotonsecondaxis/_index.md +++ b/english/cpp/aspose.cells.charts/series/setplotonsecondaxis/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Charts::Series::SetPlotOnSecondAxis method linktitle: SetPlotOnSecondAxis second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::SetPlotOnSecondAxis method. Indicates if this series is plotted on second value axis in C++.' +description: 'Aspose::Cells::Charts::Series::SetPlotOnSecondAxis method. Indicates if this series is plotted on the second value axis in C++.' type: docs -weight: 4000 +weight: 4400 url: /cpp/aspose.cells.charts/series/setplotonsecondaxis/ --- ## Series::SetPlotOnSecondAxis method -Indicates if this series is plotted on second value axis. +Indicates if this series is plotted on the second value axis. ```cpp void Aspose::Cells::Charts::Series::SetPlotOnSecondAxis(bool value) diff --git a/english/cpp/aspose.cells.charts/series/setsecondplotsize/_index.md b/english/cpp/aspose.cells.charts/series/setsecondplotsize/_index.md index 9bb1f65ed6e..a8980e39eed 100644 --- a/english/cpp/aspose.cells.charts/series/setsecondplotsize/_index.md +++ b/english/cpp/aspose.cells.charts/series/setsecondplotsize/_index.md @@ -4,7 +4,7 @@ linktitle: SetSecondPlotSize second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetSecondPlotSize method. Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200 in C++.' type: docs -weight: 6500 +weight: 6900 url: /cpp/aspose.cells.charts/series/setsecondplotsize/ --- ## Series::SetSecondPlotSize method diff --git a/english/cpp/aspose.cells.charts/series/setshadow/_index.md b/english/cpp/aspose.cells.charts/series/setshadow/_index.md index 365879b9ec4..52890782140 100644 --- a/english/cpp/aspose.cells.charts/series/setshadow/_index.md +++ b/english/cpp/aspose.cells.charts/series/setshadow/_index.md @@ -4,7 +4,7 @@ linktitle: SetShadow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetShadow method. True if the series has a shadow in C++.' type: docs -weight: 3000 +weight: 3400 url: /cpp/aspose.cells.charts/series/setshadow/ --- ## Series::SetShadow method diff --git a/english/cpp/aspose.cells.charts/series/setshownegativebubbles/_index.md b/english/cpp/aspose.cells.charts/series/setshownegativebubbles/_index.md index ea286353211..3cf4709ec98 100644 --- a/english/cpp/aspose.cells.charts/series/setshownegativebubbles/_index.md +++ b/english/cpp/aspose.cells.charts/series/setshownegativebubbles/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowNegativeBubbles second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetShowNegativeBubbles method. True if negative bubbles are shown for the chart group. Valid only for bubble charts in C++.' type: docs -weight: 7600 +weight: 8000 url: /cpp/aspose.cells.charts/series/setshownegativebubbles/ --- ## Series::SetShowNegativeBubbles method diff --git a/english/cpp/aspose.cells.charts/series/setsizerepresents/_index.md b/english/cpp/aspose.cells.charts/series/setsizerepresents/_index.md index cd92234c180..a8af2d9e227 100644 --- a/english/cpp/aspose.cells.charts/series/setsizerepresents/_index.md +++ b/english/cpp/aspose.cells.charts/series/setsizerepresents/_index.md @@ -4,7 +4,7 @@ linktitle: SetSizeRepresents second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetSizeRepresents method. Gets or sets what the bubble size represents on a bubble chart in C++.' type: docs -weight: 7400 +weight: 7800 url: /cpp/aspose.cells.charts/series/setsizerepresents/ --- ## Series::SetSizeRepresents method diff --git a/english/cpp/aspose.cells.charts/series/setsmooth/_index.md b/english/cpp/aspose.cells.charts/series/setsmooth/_index.md index 15d269fb57f..0356b666cc1 100644 --- a/english/cpp/aspose.cells.charts/series/setsmooth/_index.md +++ b/english/cpp/aspose.cells.charts/series/setsmooth/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Charts::Series::SetSmooth method linktitle: SetSmooth second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::SetSmooth method. 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 in C++.' +description: 'Aspose::Cells::Charts::Series::SetSmooth method. Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line charts and scatter charts with lines in C++.' type: docs -weight: 2800 +weight: 3200 url: /cpp/aspose.cells.charts/series/setsmooth/ --- ## Series::SetSmooth method -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. +Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line charts and scatter charts with lines. ```cpp void Aspose::Cells::Charts::Series::SetSmooth(bool value) diff --git a/english/cpp/aspose.cells.charts/series/setsplittype/_index.md b/english/cpp/aspose.cells.charts/series/setsplittype/_index.md index d60e5777dca..fc8be39d198 100644 --- a/english/cpp/aspose.cells.charts/series/setsplittype/_index.md +++ b/english/cpp/aspose.cells.charts/series/setsplittype/_index.md @@ -4,7 +4,7 @@ linktitle: SetSplitType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetSplitType method. Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart in C++.' type: docs -weight: 6700 +weight: 7100 url: /cpp/aspose.cells.charts/series/setsplittype/ --- ## Series::SetSplitType method diff --git a/english/cpp/aspose.cells.charts/series/setsplitvalue/_index.md b/english/cpp/aspose.cells.charts/series/setsplitvalue/_index.md index 949415f44dd..3eff62ecf97 100644 --- a/english/cpp/aspose.cells.charts/series/setsplitvalue/_index.md +++ b/english/cpp/aspose.cells.charts/series/setsplitvalue/_index.md @@ -4,7 +4,7 @@ linktitle: SetSplitValue second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetSplitValue method. Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart in C++.' type: docs -weight: 6900 +weight: 7300 url: /cpp/aspose.cells.charts/series/setsplitvalue/ --- ## Series::SetSplitValue method diff --git a/english/cpp/aspose.cells.charts/series/settype/_index.md b/english/cpp/aspose.cells.charts/series/settype/_index.md index 354df90b92a..5917138853e 100644 --- a/english/cpp/aspose.cells.charts/series/settype/_index.md +++ b/english/cpp/aspose.cells.charts/series/settype/_index.md @@ -4,7 +4,7 @@ linktitle: SetType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Series::SetType method. Gets or sets a data series'' type in C++.' type: docs -weight: 3700 +weight: 4100 url: /cpp/aspose.cells.charts/series/settype/ --- ## Series::SetType method diff --git a/english/cpp/aspose.cells.charts/series/setvaluesformatcode/_index.md b/english/cpp/aspose.cells.charts/series/setvaluesformatcode/_index.md index 49c5ec5bd2b..512b6c667de 100644 --- a/english/cpp/aspose.cells.charts/series/setvaluesformatcode/_index.md +++ b/english/cpp/aspose.cells.charts/series/setvaluesformatcode/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::Series::SetValuesFormatCode method linktitle: SetValuesFormatCode second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::Series::SetValuesFormatCode method. Represents format code of Values'' NumberList in C++.' +description: 'Aspose::Cells::Charts::Series::SetValuesFormatCode method. Represents the format code of the Values NumberList in C++.' type: docs weight: 2300 url: /cpp/aspose.cells.charts/series/setvaluesformatcode/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/series/setvaluesformatcode/ ## Series::SetValuesFormatCode(const U16String\&) method -Represents format code of Values' NumberList. +Represents the format code of the Values NumberList. ```cpp void Aspose::Cells::Charts::Series::SetValuesFormatCode(const U16String &value) @@ -26,7 +26,7 @@ void Aspose::Cells::Charts::Series::SetValuesFormatCode(const U16String &value) ## Series::SetValuesFormatCode(const char16_t*) method -Represents format code of Values' NumberList. +Represents the format code of the Values NumberList. ```cpp void Aspose::Cells::Charts::Series::SetValuesFormatCode(const char16_t *value) diff --git a/english/cpp/aspose.cells.charts/seriescollection/_impl/_index.md b/english/cpp/aspose.cells.charts/seriescollection/_impl/_index.md index ac180cca726..938264f57b3 100644 --- a/english/cpp/aspose.cells.charts/seriescollection/_impl/_index.md +++ b/english/cpp/aspose.cells.charts/seriescollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::SeriesCollection::_impl field. The implementation object in C++.' type: docs -weight: 2100 +weight: 2500 url: /cpp/aspose.cells.charts/seriescollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.charts/seriescollection/_index.md b/english/cpp/aspose.cells.charts/seriescollection/_index.md index 7feae9f1564..321194268b8 100644 --- a/english/cpp/aspose.cells.charts/seriescollection/_index.md +++ b/english/cpp/aspose.cells.charts/seriescollection/_index.md @@ -26,12 +26,14 @@ class SeriesCollection | [Add(const char16_t* area, bool isVertical, bool checkLabels)](./add/) | Adds the [Series](../series/) collection to a chart. | | [AddR1C1(const U16String\& area, bool isVertical)](./addr1c1/) | Adds the [Series](../series/) collection to a chart. | | [AddR1C1(const char16_t* area, bool isVertical)](./addr1c1/) | Adds the [Series](../series/) collection to a chart. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [SeriesCollection](./). | | [ChangeColors(ChartColorPaletteType type)](./changecolors/) | Set Monochromatic Palette for chart series. | | [ChangeSeriesOrder(int32_t sourceIndex, int32_t destIndex)](./changeseriesorder/) | **(Deprecated)** Directly changes the orders of the two series. | | [Clear()](./clear/) | Clears the collection. | +| [end()](./end/) | Returns an iterator to the end of the [SeriesCollection](./). | | [Get(int32_t index)](./get/) | Gets the [Series](../series/) element at the specified index. | | [GetCategoryData()](./getcategorydata/) | Gets or sets the range of category [Axis](../axis/) values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [GetSecondCategoryData()](./getsecondcategorydata/) | Gets or sets the range of second category [Axis](../axis/) values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). Only effects when some series were plotted on the second axis. | | [GetSeriesByOrder(int32_t order)](./getseriesbyorder/) | Gets the [Series](../series/) element by order. | | [IsColorVaried()](./iscolorvaried/) | Represents if the color of points is varied. | diff --git a/english/cpp/aspose.cells.charts/seriescollection/addr1c1/_index.md b/english/cpp/aspose.cells.charts/seriescollection/addr1c1/_index.md index 03bb37f512c..94f564c79c1 100644 --- a/english/cpp/aspose.cells.charts/seriescollection/addr1c1/_index.md +++ b/english/cpp/aspose.cells.charts/seriescollection/addr1c1/_index.md @@ -4,7 +4,7 @@ linktitle: AddR1C1 second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::SeriesCollection::AddR1C1 method. Adds the Series collection to a chart in C++.' type: docs -weight: 1500 +weight: 1600 url: /cpp/aspose.cells.charts/seriescollection/addr1c1/ --- ## SeriesCollection::AddR1C1(const U16String\&, bool) method diff --git a/english/cpp/aspose.cells.charts/seriescollection/begin/_index.md b/english/cpp/aspose.cells.charts/seriescollection/begin/_index.md new file mode 100644 index 00000000000..05f95152f7e --- /dev/null +++ b/english/cpp/aspose.cells.charts/seriescollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::begin method. Returns an iterator to the beginning of the SeriesCollection in C++.' +type: docs +weight: 2300 +url: /cpp/aspose.cells.charts/seriescollection/begin/ +--- +## SeriesCollection::begin method + + +Returns an iterator to the beginning of the [SeriesCollection](../). + +```cpp +Iterator Aspose::Cells::Charts::SeriesCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [SeriesCollection](../). + +## See Also + +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.charts/seriescollection/clear/_index.md b/english/cpp/aspose.cells.charts/seriescollection/clear/_index.md index e7671095f34..1a82a956bca 100644 --- a/english/cpp/aspose.cells.charts/seriescollection/clear/_index.md +++ b/english/cpp/aspose.cells.charts/seriescollection/clear/_index.md @@ -4,7 +4,7 @@ linktitle: Clear second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::SeriesCollection::Clear method. Clears the collection in C++.' type: docs -weight: 1900 +weight: 2000 url: /cpp/aspose.cells.charts/seriescollection/clear/ --- ## SeriesCollection::Clear method diff --git a/english/cpp/aspose.cells.charts/seriescollection/end/_index.md b/english/cpp/aspose.cells.charts/seriescollection/end/_index.md new file mode 100644 index 00000000000..4d1b01e2054 --- /dev/null +++ b/english/cpp/aspose.cells.charts/seriescollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::end method. Returns an iterator to the end of the SeriesCollection in C++.' +type: docs +weight: 2400 +url: /cpp/aspose.cells.charts/seriescollection/end/ +--- +## SeriesCollection::end method + + +Returns an iterator to the end of the [SeriesCollection](../). + +```cpp +Iterator Aspose::Cells::Charts::SeriesCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [SeriesCollection](../). + +## See Also + +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.charts/seriescollection/getcount/_index.md b/english/cpp/aspose.cells.charts/seriescollection/getcount/_index.md index f873c87c945..054220f5b7a 100644 --- a/english/cpp/aspose.cells.charts/seriescollection/getcount/_index.md +++ b/english/cpp/aspose.cells.charts/seriescollection/getcount/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Charts::SeriesCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Charts::SeriesCollection class in C++.' +description: 'Aspose::Cells::Charts::SeriesCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs -weight: 2000 +weight: 2200 url: /cpp/aspose.cells.charts/seriescollection/getcount/ --- ## SeriesCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Charts::SeriesCollection::GetCount() diff --git a/english/cpp/aspose.cells.charts/seriescollection/setseriesnames/_index.md b/english/cpp/aspose.cells.charts/seriescollection/setseriesnames/_index.md index 42da06f46f4..b7a722d7091 100644 --- a/english/cpp/aspose.cells.charts/seriescollection/setseriesnames/_index.md +++ b/english/cpp/aspose.cells.charts/seriescollection/setseriesnames/_index.md @@ -4,7 +4,7 @@ linktitle: SetSeriesNames second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::SeriesCollection::SetSeriesNames method. Sets the name of all the serieses in the chart in C++.' type: docs -weight: 1400 +weight: 1500 url: /cpp/aspose.cells.charts/seriescollection/setseriesnames/ --- ## SeriesCollection::SetSeriesNames(int32_t, const U16String\&, bool) method diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/_index.md index af6bbdc7417..1501a2a00c2 100644 --- a/english/cpp/aspose.cells.charts/serieslayoutproperties/_index.md +++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/_index.md @@ -24,7 +24,7 @@ class SeriesLayoutProperties | [GetMapChartRegionType()](./getmapchartregiontype/) | Gets and sets the region type of the map. | | [GetMapLabelLayout()](./getmaplabellayout/) | Gets and sets the layout of map labels. | | [GetQuartileCalculation()](./getquartilecalculation/) | Represents the statistical properties for the series. | -| [GetShowConnectorLines()](./getshowconnectorlines/) | Indicates whether connector lines are shown between data points. | +| [GetShowConnectorLines()](./getshowconnectorlines/) | Indicates whether connector lines are displayed between data points. | | [GetShowInnerPoints()](./getshowinnerpoints/) | Indicates whether to show non-outlier data points. | | [GetShowMeanLine()](./getshowmeanline/) | Indicates whether to show the line connecting all mean points. | | [GetShowMeanMarker()](./getshowmeanmarker/) | Indicates whether markers denoting the mean are shown. | @@ -42,7 +42,7 @@ class SeriesLayoutProperties | [SetMapChartRegionType(MapChartRegionType value)](./setmapchartregiontype/) | Gets and sets the region type of the map. | | [SetMapLabelLayout(MapChartLabelLayout value)](./setmaplabellayout/) | Gets and sets the layout of map labels. | | [SetQuartileCalculation(QuartileCalculationType value)](./setquartilecalculation/) | Represents the statistical properties for the series. | -| [SetShowConnectorLines(bool value)](./setshowconnectorlines/) | Indicates whether connector lines are shown between data points. | +| [SetShowConnectorLines(bool value)](./setshowconnectorlines/) | Indicates whether connector lines are displayed between data points. | | [SetShowInnerPoints(bool value)](./setshowinnerpoints/) | Indicates whether to show non-outlier data points. | | [SetShowMeanLine(bool value)](./setshowmeanline/) | Indicates whether to show the line connecting all mean points. | | [SetShowMeanMarker(bool value)](./setshowmeanmarker/) | Indicates whether markers denoting the mean are shown. | diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/_index.md index 3fe5235d010..69ea3695343 100644 --- a/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/_index.md +++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::SeriesLayoutProperties::GetShowConnectorLines method linktitle: GetShowConnectorLines second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowConnectorLines method. Indicates whether connector lines are shown between data points in C++.' +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowConnectorLines method. Indicates whether connector lines are displayed between data points in C++.' type: docs weight: 600 url: /cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/ ## SeriesLayoutProperties::GetShowConnectorLines method -Indicates whether connector lines are shown between data points. +Indicates whether connector lines are displayed between data points. ```cpp bool Aspose::Cells::Charts::SeriesLayoutProperties::GetShowConnectorLines() diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/_index.md index 26ab7b8134d..7f01b3fe279 100644 --- a/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/_index.md +++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::SeriesLayoutProperties::SetShowConnectorLines method linktitle: SetShowConnectorLines second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowConnectorLines method. Indicates whether connector lines are shown between data points in C++.' +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowConnectorLines method. Indicates whether connector lines are displayed between data points in C++.' type: docs weight: 700 url: /cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/ ## SeriesLayoutProperties::SetShowConnectorLines method -Indicates whether connector lines are shown between data points. +Indicates whether connector lines are displayed between data points. ```cpp void Aspose::Cells::Charts::SeriesLayoutProperties::SetShowConnectorLines(bool value) diff --git a/english/cpp/aspose.cells.charts/sparkline/_index.md b/english/cpp/aspose.cells.charts/sparkline/_index.md index 3e687dea573..0c259b5a2f6 100644 --- a/english/cpp/aspose.cells.charts/sparkline/_index.md +++ b/english/cpp/aspose.cells.charts/sparkline/_index.md @@ -4,7 +4,7 @@ linktitle: Sparkline second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Sparkline class. A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data in C++.' type: docs -weight: 2700 +weight: 2800 url: /cpp/aspose.cells.charts/sparkline/ --- ## Sparkline class diff --git a/english/cpp/aspose.cells.charts/sparklineaxisminmaxtype/_index.md b/english/cpp/aspose.cells.charts/sparklineaxisminmaxtype/_index.md index eda75b9a490..0abb7e7c664 100644 --- a/english/cpp/aspose.cells.charts/sparklineaxisminmaxtype/_index.md +++ b/english/cpp/aspose.cells.charts/sparklineaxisminmaxtype/_index.md @@ -4,7 +4,7 @@ linktitle: SparklineAxisMinMaxType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::SparklineAxisMinMaxType enum. Represents the minimum and maximum value types for the sparkline vertical axis in C++.' type: docs -weight: 6100 +weight: 6300 url: /cpp/aspose.cells.charts/sparklineaxisminmaxtype/ --- ## SparklineAxisMinMaxType enum diff --git a/english/cpp/aspose.cells.charts/sparklinecollection/_impl/_index.md b/english/cpp/aspose.cells.charts/sparklinecollection/_impl/_index.md index cd8ce89c27d..ccd69be79b4 100644 --- a/english/cpp/aspose.cells.charts/sparklinecollection/_impl/_index.md +++ b/english/cpp/aspose.cells.charts/sparklinecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::SparklineCollection::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1300 url: /cpp/aspose.cells.charts/sparklinecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.charts/sparklinecollection/_index.md b/english/cpp/aspose.cells.charts/sparklinecollection/_index.md index 1e7c322c5f6..421308edfdb 100644 --- a/english/cpp/aspose.cells.charts/sparklinecollection/_index.md +++ b/english/cpp/aspose.cells.charts/sparklinecollection/_index.md @@ -22,8 +22,10 @@ class SparklineCollection | --- | --- | | [Add(const U16String\& dataRange, int32_t row, int32_t column)](./add/) | Add a sparkline. | | [Add(const char16_t* dataRange, int32_t row, int32_t column)](./add/) | Add a sparkline. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [SparklineCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [SparklineCollection](./). | | [Get(int32_t index)](./get/) | Gets the [Sparkline](../sparkline/) element at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const SparklineCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.charts/sparklinecollection/begin/_index.md b/english/cpp/aspose.cells.charts/sparklinecollection/begin/_index.md new file mode 100644 index 00000000000..ddd6b58c066 --- /dev/null +++ b/english/cpp/aspose.cells.charts/sparklinecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SparklineCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineCollection::begin method. Returns an iterator to the beginning of the SparklineCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.charts/sparklinecollection/begin/ +--- +## SparklineCollection::begin method + + +Returns an iterator to the beginning of the [SparklineCollection](../). + +```cpp +Iterator Aspose::Cells::Charts::SparklineCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [SparklineCollection](../). + +## See Also + +* Class [SparklineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.charts/sparklinecollection/end/_index.md b/english/cpp/aspose.cells.charts/sparklinecollection/end/_index.md new file mode 100644 index 00000000000..58cd2bbabcc --- /dev/null +++ b/english/cpp/aspose.cells.charts/sparklinecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SparklineCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineCollection::end method. Returns an iterator to the end of the SparklineCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells.charts/sparklinecollection/end/ +--- +## SparklineCollection::end method + + +Returns an iterator to the end of the [SparklineCollection](../). + +```cpp +Iterator Aspose::Cells::Charts::SparklineCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [SparklineCollection](../). + +## See Also + +* Class [SparklineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.charts/sparklinecollection/getcount/_index.md b/english/cpp/aspose.cells.charts/sparklinecollection/getcount/_index.md index 34d3c775786..21b2b579fd2 100644 --- a/english/cpp/aspose.cells.charts/sparklinecollection/getcount/_index.md +++ b/english/cpp/aspose.cells.charts/sparklinecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::SparklineCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Charts::SparklineCollection class in C++.' +description: 'Aspose::Cells::Charts::SparklineCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1000 url: /cpp/aspose.cells.charts/sparklinecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/sparklinecollection/getcount/ ## SparklineCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Charts::SparklineCollection::GetCount() diff --git a/english/cpp/aspose.cells.charts/sparklinegroup/_index.md b/english/cpp/aspose.cells.charts/sparklinegroup/_index.md index 44006928ad8..217db6cc217 100644 --- a/english/cpp/aspose.cells.charts/sparklinegroup/_index.md +++ b/english/cpp/aspose.cells.charts/sparklinegroup/_index.md @@ -76,7 +76,9 @@ class SparklineGroup | [SetShowNegativePoints(bool value)](./setshownegativepoints/) | Indicates whether to highlight the negative values on the sparkline group with a different color or marker. | | [SetType(SparklineType value)](./settype/) | Indicates the sparkline type of the sparkline group. | | [SetVerticalAxisMaxValue(double value)](./setverticalaxismaxvalue/) | Gets and sets the custom maximum value for the vertical axis. | +| [SetVerticalAxisMaxValue(SparklineAxisMinMaxType type, double value)](./setverticalaxismaxvalue/) | Sets the custom maximum value for the sparkline vertical axis with the specified axis value type. | | [SetVerticalAxisMaxValueType(SparklineAxisMinMaxType value)](./setverticalaxismaxvaluetype/) | Represents the vertical axis maximum value type. | +| [SetVerticalAxisMinValue(SparklineAxisMinMaxType type, double value)](./setverticalaxisminvalue/) | Sets the custom minimum value for the sparkline vertical axis with the specified axis value type. | | [SetVerticalAxisMinValue(double value)](./setverticalaxisminvalue/) | Gets and sets the custom minimum value for the vertical axis. | | [SetVerticalAxisMinValueType(SparklineAxisMinMaxType value)](./setverticalaxisminvaluetype/) | Represents the vertical axis minimum value type. | | [SparklineGroup(SparklineGroup_Impl* impl)](./sparklinegroup/) | Constructs from an implementation object. | diff --git a/english/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvalue/_index.md b/english/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvalue/_index.md index 9fd14f0bce5..5b90730ce05 100644 --- a/english/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvalue/_index.md +++ b/english/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvalue/_index.md @@ -4,7 +4,7 @@ linktitle: GetVerticalAxisMinValue second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::SparklineGroup::GetVerticalAxisMinValue method. Gets and sets the custom minimum value for the vertical axis in C++.' type: docs -weight: 5800 +weight: 5900 url: /cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvalue/ --- ## SparklineGroup::GetVerticalAxisMinValue method diff --git a/english/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvaluetype/_index.md b/english/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvaluetype/_index.md index f7ddd7d504f..9ad6e749d9d 100644 --- a/english/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvaluetype/_index.md +++ b/english/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvaluetype/_index.md @@ -4,7 +4,7 @@ linktitle: GetVerticalAxisMinValueType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::SparklineGroup::GetVerticalAxisMinValueType method. Represents the vertical axis minimum value type in C++.' type: docs -weight: 5600 +weight: 5700 url: /cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvaluetype/ --- ## SparklineGroup::GetVerticalAxisMinValueType method diff --git a/english/cpp/aspose.cells.charts/sparklinegroup/setverticalaxismaxvalue/_index.md b/english/cpp/aspose.cells.charts/sparklinegroup/setverticalaxismaxvalue/_index.md index 277fe23cf1b..72bfe3ac2e2 100644 --- a/english/cpp/aspose.cells.charts/sparklinegroup/setverticalaxismaxvalue/_index.md +++ b/english/cpp/aspose.cells.charts/sparklinegroup/setverticalaxismaxvalue/_index.md @@ -7,7 +7,7 @@ type: docs weight: 5500 url: /cpp/aspose.cells.charts/sparklinegroup/setverticalaxismaxvalue/ --- -## SparklineGroup::SetVerticalAxisMaxValue method +## SparklineGroup::SetVerticalAxisMaxValue(double) method Gets and sets the custom maximum value for the vertical axis. @@ -26,3 +26,25 @@ If this property is set, VerticalAxisMaxValueType will be [SparklineAxisMinMaxTy * Class [SparklineGroup](../) * Namespace [Aspose::Cells::Charts](../../) * Library [Aspose.Cells for C++](../../../) +## SparklineGroup::SetVerticalAxisMaxValue(SparklineAxisMinMaxType, double) method + + +Sets the custom maximum value for the sparkline vertical axis with the specified axis value type. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMaxValue(SparklineAxisMinMaxType type, double value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | SparklineAxisMinMaxType | Type that specifies how the axis maximum value is applied. | +| value | double | Custom maximum value of the vertical axis. Ignored if type is not [SparklineAxisMinMaxType.Custom](../../sparklineaxisminmaxtype/) | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SparklineAxisMinMaxType](../../sparklineaxisminmaxtype/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvalue/_index.md b/english/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvalue/_index.md index c1d8aa17541..65b554fd5d3 100644 --- a/english/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvalue/_index.md +++ b/english/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvalue/_index.md @@ -2,12 +2,34 @@ title: Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMinValue method linktitle: SetVerticalAxisMinValue second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMinValue method. Gets and sets the custom minimum value for the vertical axis in C++.' +description: 'Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMinValue method. Sets the custom minimum value for the sparkline vertical axis with the specified axis value type in C++.' type: docs -weight: 5900 +weight: 5600 url: /cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvalue/ --- -## SparklineGroup::SetVerticalAxisMinValue method +## SparklineGroup::SetVerticalAxisMinValue(SparklineAxisMinMaxType, double) method + + +Sets the custom minimum value for the sparkline vertical axis with the specified axis value type. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMinValue(SparklineAxisMinMaxType type, double value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | SparklineAxisMinMaxType | Type that specifies how the axis minimum value is applied. | +| value | double | Custom minimum value of the vertical axis. Ignored if type is not [SparklineAxisMinMaxType.Custom](../../sparklineaxisminmaxtype/) | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SparklineAxisMinMaxType](../../sparklineaxisminmaxtype/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SparklineGroup::SetVerticalAxisMinValue(double) method Gets and sets the custom minimum value for the vertical axis. diff --git a/english/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvaluetype/_index.md b/english/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvaluetype/_index.md index 251e731a436..6bd6d33be4b 100644 --- a/english/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvaluetype/_index.md +++ b/english/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvaluetype/_index.md @@ -4,7 +4,7 @@ linktitle: SetVerticalAxisMinValueType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMinValueType method. Represents the vertical axis minimum value type in C++.' type: docs -weight: 5700 +weight: 5800 url: /cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvaluetype/ --- ## SparklineGroup::SetVerticalAxisMinValueType method diff --git a/english/cpp/aspose.cells.charts/sparklinegroupcollection/_impl/_index.md b/english/cpp/aspose.cells.charts/sparklinegroupcollection/_impl/_index.md index cc2ed0c85b0..cc572933cc9 100644 --- a/english/cpp/aspose.cells.charts/sparklinegroupcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.charts/sparklinegroupcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::SparklineGroupCollection::_impl field. The implementation object in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells.charts/sparklinegroupcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.charts/sparklinegroupcollection/_index.md b/english/cpp/aspose.cells.charts/sparklinegroupcollection/_index.md index 3094fbcc027..f0b395bd8e2 100644 --- a/english/cpp/aspose.cells.charts/sparklinegroupcollection/_index.md +++ b/english/cpp/aspose.cells.charts/sparklinegroupcollection/_index.md @@ -23,10 +23,12 @@ class SparklineGroupCollection | [Add(SparklineType type)](./add/) | Adds an [SparklineGroup](../sparklinegroup/) with a [Sparkline](../sparkline/) to the collection. | | [Add(SparklineType type, const U16String\& dataRange, bool isVertical, const CellArea\& locationRange)](./add/) | Adds an [SparklineGroup](../sparklinegroup/) with some [Sparkline](../sparkline/) to the collection. | | [Add(SparklineType type, const char16_t* dataRange, bool isVertical, const CellArea\& locationRange)](./add/) | Adds an [SparklineGroup](../sparklinegroup/) with some [Sparkline](../sparkline/) to the collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [SparklineGroupCollection](./). | | [ClearSparklineGroups(const CellArea\& cellArea)](./clearsparklinegroups/) | Clears the sparkline groups that overlap an area of cells. | | [ClearSparklines(const CellArea\& cellArea)](./clearsparklines/) | Clears the sparklines that are inside an area of cells. | +| [end()](./end/) | Returns an iterator to the end of the [SparklineGroupCollection](./). | | [Get(int32_t index)](./get/) | Gets the [SparklineGroup](../sparklinegroup/) element at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const SparklineGroupCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.charts/sparklinegroupcollection/begin/_index.md b/english/cpp/aspose.cells.charts/sparklinegroupcollection/begin/_index.md new file mode 100644 index 00000000000..424c46dd9cb --- /dev/null +++ b/english/cpp/aspose.cells.charts/sparklinegroupcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SparklineGroupCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroupCollection::begin method. Returns an iterator to the beginning of the SparklineGroupCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.charts/sparklinegroupcollection/begin/ +--- +## SparklineGroupCollection::begin method + + +Returns an iterator to the beginning of the [SparklineGroupCollection](../). + +```cpp +Iterator Aspose::Cells::Charts::SparklineGroupCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [SparklineGroupCollection](../). + +## See Also + +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.charts/sparklinegroupcollection/end/_index.md b/english/cpp/aspose.cells.charts/sparklinegroupcollection/end/_index.md new file mode 100644 index 00000000000..815c39973ba --- /dev/null +++ b/english/cpp/aspose.cells.charts/sparklinegroupcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SparklineGroupCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroupCollection::end method. Returns an iterator to the end of the SparklineGroupCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells.charts/sparklinegroupcollection/end/ +--- +## SparklineGroupCollection::end method + + +Returns an iterator to the end of the [SparklineGroupCollection](../). + +```cpp +Iterator Aspose::Cells::Charts::SparklineGroupCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [SparklineGroupCollection](../). + +## See Also + +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.charts/sparklinegroupcollection/getcount/_index.md b/english/cpp/aspose.cells.charts/sparklinegroupcollection/getcount/_index.md index 0f8f43ef9e0..cd2a2422a2d 100644 --- a/english/cpp/aspose.cells.charts/sparklinegroupcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.charts/sparklinegroupcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::SparklineGroupCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Charts::SparklineGroupCollection class in C++.' +description: 'Aspose::Cells::Charts::SparklineGroupCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1000 url: /cpp/aspose.cells.charts/sparklinegroupcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/sparklinegroupcollection/getcount/ ## SparklineGroupCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Charts::SparklineGroupCollection::GetCount() diff --git a/english/cpp/aspose.cells.charts/sparklinepresetstyletype/_index.md b/english/cpp/aspose.cells.charts/sparklinepresetstyletype/_index.md index 3788f0d40be..08f3981148e 100644 --- a/english/cpp/aspose.cells.charts/sparklinepresetstyletype/_index.md +++ b/english/cpp/aspose.cells.charts/sparklinepresetstyletype/_index.md @@ -4,7 +4,7 @@ linktitle: SparklinePresetStyleType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::SparklinePresetStyleType enum. Represents the preset style types for sparkline in C++.' type: docs -weight: 6200 +weight: 6400 url: /cpp/aspose.cells.charts/sparklinepresetstyletype/ --- ## SparklinePresetStyleType enum diff --git a/english/cpp/aspose.cells.charts/ticklabelalignmenttype/_index.md b/english/cpp/aspose.cells.charts/ticklabelalignmenttype/_index.md index b2fef5c4fe5..d8f6b0ddf94 100644 --- a/english/cpp/aspose.cells.charts/ticklabelalignmenttype/_index.md +++ b/english/cpp/aspose.cells.charts/ticklabelalignmenttype/_index.md @@ -20,9 +20,9 @@ enum class TickLabelAlignmentType | Name | Value | Description | | --- | --- | --- | -| Center | 0 |
Represents that the text shall be centered. | -| Left | 1 |
Represents the text that shall be left justified. | -| Right | 2 |
Represents that the text shall be right justified. | +| Center | 0 |
Specifies that the text is centered. | +| Left | 1 |
Specifies that the text is left-aligned.. | +| Right | 2 |
Specifies that the text is right-aligned.. | ## See Also diff --git a/english/cpp/aspose.cells.charts/ticklabelpositiontype/_index.md b/english/cpp/aspose.cells.charts/ticklabelpositiontype/_index.md index 4475ae8a31a..e6e5ade2330 100644 --- a/english/cpp/aspose.cells.charts/ticklabelpositiontype/_index.md +++ b/english/cpp/aspose.cells.charts/ticklabelpositiontype/_index.md @@ -4,7 +4,7 @@ linktitle: TickLabelPositionType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::TickLabelPositionType enum. Represents the position type of tick-mark labels on the specified axis in C++.' type: docs -weight: 6500 +weight: 6700 url: /cpp/aspose.cells.charts/ticklabelpositiontype/ --- ## TickLabelPositionType enum diff --git a/english/cpp/aspose.cells.charts/ticklabels/_index.md b/english/cpp/aspose.cells.charts/ticklabels/_index.md index 369b350bc38..3f4417ff706 100644 --- a/english/cpp/aspose.cells.charts/ticklabels/_index.md +++ b/english/cpp/aspose.cells.charts/ticklabels/_index.md @@ -4,7 +4,7 @@ linktitle: TickLabels second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::TickLabels class. Represents the tick-mark labels associated with tick marks on a chart axis in C++.' type: docs -weight: 3200 +weight: 3300 url: /cpp/aspose.cells.charts/ticklabels/ --- ## TickLabels class diff --git a/english/cpp/aspose.cells.charts/tickmarktype/_index.md b/english/cpp/aspose.cells.charts/tickmarktype/_index.md index 60851ee1411..8228f43ce7d 100644 --- a/english/cpp/aspose.cells.charts/tickmarktype/_index.md +++ b/english/cpp/aspose.cells.charts/tickmarktype/_index.md @@ -4,7 +4,7 @@ linktitle: TickMarkType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::TickMarkType enum. Represents the tick mark type for the specified axis in C++.' type: docs -weight: 6600 +weight: 6800 url: /cpp/aspose.cells.charts/tickmarktype/ --- ## TickMarkType enum diff --git a/english/cpp/aspose.cells.charts/timeunit/_index.md b/english/cpp/aspose.cells.charts/timeunit/_index.md index 1430ee6011f..adb9d9781b9 100644 --- a/english/cpp/aspose.cells.charts/timeunit/_index.md +++ b/english/cpp/aspose.cells.charts/timeunit/_index.md @@ -4,7 +4,7 @@ linktitle: TimeUnit second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::TimeUnit enum. Represents the base unit for the category axis in C++.' type: docs -weight: 6700 +weight: 6900 url: /cpp/aspose.cells.charts/timeunit/ --- ## TimeUnit enum diff --git a/english/cpp/aspose.cells.charts/title/_index.md b/english/cpp/aspose.cells.charts/title/_index.md index a66ef3ec7ab..7876e63a48a 100644 --- a/english/cpp/aspose.cells.charts/title/_index.md +++ b/english/cpp/aspose.cells.charts/title/_index.md @@ -68,7 +68,7 @@ class Title : public Aspose::Cells::Charts::ChartTextFrame | [IsAutomaticSize()](../chartframe/isautomaticsize/) | Indicates whether the chart frame is automatic sized. | | [IsAutoText()](../charttextframe/isautotext/) | Indicates the text is auto generated. | | [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [IsDeleted()](../charttextframe/isdeleted/) | Indicates whether this data labels are deleted. | +| [IsDeleted()](../charttextframe/isdeleted/) | Indicates whether this data label is deleted. | | [IsInnerMode()](../chartframe/isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | [IsResizeShapeToFitText()](../charttextframe/isresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | @@ -87,7 +87,7 @@ class Title : public Aspose::Cells::Charts::ChartTextFrame | [SetHeightRatioToChart(double value)](../chartframe/setheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | | [SetIsAutomaticSize(bool value)](../chartframe/setisautomaticsize/) | Indicates whether the chart frame is automatic sized. | | [SetIsAutoText(bool value)](../charttextframe/setisautotext/) | Indicates the text is auto generated. | -| [SetIsDeleted(bool value)](../charttextframe/setisdeleted/) | Indicates whether this data labels are deleted. | +| [SetIsDeleted(bool value)](../charttextframe/setisdeleted/) | Indicates whether this data label is deleted. | | [SetIsInnerMode(bool value)](../chartframe/setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | | [SetIsResizeShapeToFitText(bool value)](../charttextframe/setisresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | | [SetIsTextWrapped(bool value)](../charttextframe/setistextwrapped/) | Gets or sets a value indicating whether the text is wrapped. | diff --git a/english/cpp/aspose.cells.charts/trendline/_index.md b/english/cpp/aspose.cells.charts/trendline/_index.md index 03694ad37ec..ec052254fd8 100644 --- a/english/cpp/aspose.cells.charts/trendline/_index.md +++ b/english/cpp/aspose.cells.charts/trendline/_index.md @@ -4,7 +4,7 @@ linktitle: Trendline second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Trendline class. Represents a trendline in a chart in C++.' type: docs -weight: 3400 +weight: 3500 url: /cpp/aspose.cells.charts/trendline/ --- ## Trendline class diff --git a/english/cpp/aspose.cells.charts/trendlinecollection/_impl/_index.md b/english/cpp/aspose.cells.charts/trendlinecollection/_impl/_index.md index 9509f910073..43741f5b958 100644 --- a/english/cpp/aspose.cells.charts/trendlinecollection/_impl/_index.md +++ b/english/cpp/aspose.cells.charts/trendlinecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::TrendlineCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.charts/trendlinecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.charts/trendlinecollection/_index.md b/english/cpp/aspose.cells.charts/trendlinecollection/_index.md index e710e17093f..b951a63f7bd 100644 --- a/english/cpp/aspose.cells.charts/trendlinecollection/_index.md +++ b/english/cpp/aspose.cells.charts/trendlinecollection/_index.md @@ -4,7 +4,7 @@ linktitle: TrendlineCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::TrendlineCollection class. Represents a collection of all the Trendline objects for the specified data series in C++.' type: docs -weight: 3500 +weight: 3600 url: /cpp/aspose.cells.charts/trendlinecollection/ --- ## TrendlineCollection class @@ -23,8 +23,10 @@ class TrendlineCollection | [Add(TrendlineType type)](./add/) | Adds a [Trendline](../trendline/) object to this collection with specified type. | | [Add(TrendlineType type, const U16String\& name)](./add/) | Adds a [Trendline](../trendline/) object to this collection with specified type and name. | | [Add(TrendlineType type, const char16_t* name)](./add/) | Adds a [Trendline](../trendline/) object to this collection with specified type and name. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [TrendlineCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [TrendlineCollection](./). | | [Get(int32_t index)](./get/) | Gets a [Trendline](../trendline/) object by its index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const TrendlineCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.charts/trendlinecollection/begin/_index.md b/english/cpp/aspose.cells.charts/trendlinecollection/begin/_index.md new file mode 100644 index 00000000000..8ac149d6e5b --- /dev/null +++ b/english/cpp/aspose.cells.charts/trendlinecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::TrendlineCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TrendlineCollection::begin method. Returns an iterator to the beginning of the TrendlineCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.charts/trendlinecollection/begin/ +--- +## TrendlineCollection::begin method + + +Returns an iterator to the beginning of the [TrendlineCollection](../). + +```cpp +Iterator Aspose::Cells::Charts::TrendlineCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [TrendlineCollection](../). + +## See Also + +* Class [TrendlineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.charts/trendlinecollection/end/_index.md b/english/cpp/aspose.cells.charts/trendlinecollection/end/_index.md new file mode 100644 index 00000000000..bd196406876 --- /dev/null +++ b/english/cpp/aspose.cells.charts/trendlinecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::TrendlineCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TrendlineCollection::end method. Returns an iterator to the end of the TrendlineCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.charts/trendlinecollection/end/ +--- +## TrendlineCollection::end method + + +Returns an iterator to the end of the [TrendlineCollection](../). + +```cpp +Iterator Aspose::Cells::Charts::TrendlineCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [TrendlineCollection](../). + +## See Also + +* Class [TrendlineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.charts/trendlinecollection/getcount/_index.md b/english/cpp/aspose.cells.charts/trendlinecollection/getcount/_index.md index 9c15ee5e552..9b4e4bb4b77 100644 --- a/english/cpp/aspose.cells.charts/trendlinecollection/getcount/_index.md +++ b/english/cpp/aspose.cells.charts/trendlinecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Charts::TrendlineCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Charts::TrendlineCollection class in C++.' +description: 'Aspose::Cells::Charts::TrendlineCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.charts/trendlinecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/trendlinecollection/getcount/ ## TrendlineCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Charts::TrendlineCollection::GetCount() diff --git a/english/cpp/aspose.cells.charts/trendlinetype/_index.md b/english/cpp/aspose.cells.charts/trendlinetype/_index.md index 2abc072bd16..4d74121f348 100644 --- a/english/cpp/aspose.cells.charts/trendlinetype/_index.md +++ b/english/cpp/aspose.cells.charts/trendlinetype/_index.md @@ -4,7 +4,7 @@ linktitle: TrendlineType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::TrendlineType enum. Represents the trendline type in C++.' type: docs -weight: 6800 +weight: 7000 url: /cpp/aspose.cells.charts/trendlinetype/ --- ## TrendlineType enum diff --git a/english/cpp/aspose.cells.charts/walls/_index.md b/english/cpp/aspose.cells.charts/walls/_index.md index e38eb633b02..958df5d4578 100644 --- a/english/cpp/aspose.cells.charts/walls/_index.md +++ b/english/cpp/aspose.cells.charts/walls/_index.md @@ -4,7 +4,7 @@ linktitle: Walls second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Charts::Walls class. Encapsulates the object that represents the walls of a 3-D chart in C++.' type: docs -weight: 3600 +weight: 3700 url: /cpp/aspose.cells.charts/walls/ --- ## Walls class diff --git a/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_impl/_index.md b/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_impl/_index.md index 7a179e2eb96..3f64dec8df0 100644 --- a/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DataModels::DataModelRelationshipCollection::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 1000 url: /cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_index.md b/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_index.md index 82fcbce354e..d41d1b9f4c1 100644 --- a/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_index.md +++ b/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_index.md @@ -20,10 +20,12 @@ class DataModelRelationshipCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [DataModelRelationshipCollection](./). | | [DataModelRelationshipCollection(DataModelRelationshipCollection_Impl* impl)](./datamodelrelationshipcollection/) | Constructs from an implementation object. | | [DataModelRelationshipCollection(const DataModelRelationshipCollection\& src)](./datamodelrelationshipcollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [DataModelRelationshipCollection](./). | | [Get(int32_t index)](./get/) | Gets the relationship. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const DataModelRelationshipCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/begin/_index.md b/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/begin/_index.md new file mode 100644 index 00000000000..5bad921ad39 --- /dev/null +++ b/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationshipCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationshipCollection::begin method. Returns an iterator to the beginning of the DataModelRelationshipCollection in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells.datamodels/datamodelrelationshipcollection/begin/ +--- +## DataModelRelationshipCollection::begin method + + +Returns an iterator to the beginning of the [DataModelRelationshipCollection](../). + +```cpp +Iterator Aspose::Cells::DataModels::DataModelRelationshipCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [DataModelRelationshipCollection](../). + +## See Also + +* Class [DataModelRelationshipCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/end/_index.md b/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/end/_index.md new file mode 100644 index 00000000000..1931b4bd6bd --- /dev/null +++ b/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationshipCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationshipCollection::end method. Returns an iterator to the end of the DataModelRelationshipCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.datamodels/datamodelrelationshipcollection/end/ +--- +## DataModelRelationshipCollection::end method + + +Returns an iterator to the end of the [DataModelRelationshipCollection](../). + +```cpp +Iterator Aspose::Cells::DataModels::DataModelRelationshipCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [DataModelRelationshipCollection](../). + +## See Also + +* Class [DataModelRelationshipCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/getcount/_index.md b/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/getcount/_index.md index c53805235d6..c3f5044f913 100644 --- a/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::DataModels::DataModelRelationshipCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::DataModels::DataModelRelationshipCollection class in C++.' +description: 'Aspose::Cells::DataModels::DataModelRelationshipCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 700 url: /cpp/aspose.cells.datamodels/datamodelrelationshipcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.datamodels/datamodelrelationshipcollection/getcount/ ## DataModelRelationshipCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::DataModels::DataModelRelationshipCollection::GetCount() diff --git a/english/cpp/aspose.cells.datamodels/datamodeltablecollection/_impl/_index.md b/english/cpp/aspose.cells.datamodels/datamodeltablecollection/_impl/_index.md index 314f6f0ace6..b41ba8ed73d 100644 --- a/english/cpp/aspose.cells.datamodels/datamodeltablecollection/_impl/_index.md +++ b/english/cpp/aspose.cells.datamodels/datamodeltablecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DataModels::DataModelTableCollection::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 1000 url: /cpp/aspose.cells.datamodels/datamodeltablecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.datamodels/datamodeltablecollection/_index.md b/english/cpp/aspose.cells.datamodels/datamodeltablecollection/_index.md index 39120e6209f..4ff5df6994a 100644 --- a/english/cpp/aspose.cells.datamodels/datamodeltablecollection/_index.md +++ b/english/cpp/aspose.cells.datamodels/datamodeltablecollection/_index.md @@ -20,12 +20,14 @@ class DataModelTableCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [DataModelTableCollection](./). | | [DataModelTableCollection(DataModelTableCollection_Impl* impl)](./datamodeltablecollection/) | Constructs from an implementation object. | | [DataModelTableCollection(const DataModelTableCollection\& src)](./datamodeltablecollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [DataModelTableCollection](./). | | [Get(int32_t index)](./get/) | Gets the data model table by position of the collection. | | [Get(const U16String\& name)](./get/) | Gets the data model table by the name. | | [Get(const char16_t* name)](./get/) | Gets the data model table by the name. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const DataModelTableCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.datamodels/datamodeltablecollection/begin/_index.md b/english/cpp/aspose.cells.datamodels/datamodeltablecollection/begin/_index.md new file mode 100644 index 00000000000..365e7d22886 --- /dev/null +++ b/english/cpp/aspose.cells.datamodels/datamodeltablecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataModels::DataModelTableCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTableCollection::begin method. Returns an iterator to the beginning of the DataModelTableCollection in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells.datamodels/datamodeltablecollection/begin/ +--- +## DataModelTableCollection::begin method + + +Returns an iterator to the beginning of the [DataModelTableCollection](../). + +```cpp +Iterator Aspose::Cells::DataModels::DataModelTableCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [DataModelTableCollection](../). + +## See Also + +* Class [DataModelTableCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.datamodels/datamodeltablecollection/end/_index.md b/english/cpp/aspose.cells.datamodels/datamodeltablecollection/end/_index.md new file mode 100644 index 00000000000..e3b001fa892 --- /dev/null +++ b/english/cpp/aspose.cells.datamodels/datamodeltablecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataModels::DataModelTableCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTableCollection::end method. Returns an iterator to the end of the DataModelTableCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.datamodels/datamodeltablecollection/end/ +--- +## DataModelTableCollection::end method + + +Returns an iterator to the end of the [DataModelTableCollection](../). + +```cpp +Iterator Aspose::Cells::DataModels::DataModelTableCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [DataModelTableCollection](../). + +## See Also + +* Class [DataModelTableCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.datamodels/datamodeltablecollection/getcount/_index.md b/english/cpp/aspose.cells.datamodels/datamodeltablecollection/getcount/_index.md index d46c38a6565..4253d6c9f25 100644 --- a/english/cpp/aspose.cells.datamodels/datamodeltablecollection/getcount/_index.md +++ b/english/cpp/aspose.cells.datamodels/datamodeltablecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::DataModels::DataModelTableCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::DataModels::DataModelTableCollection class in C++.' +description: 'Aspose::Cells::DataModels::DataModelTableCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 700 url: /cpp/aspose.cells.datamodels/datamodeltablecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.datamodels/datamodeltablecollection/getcount/ ## DataModelTableCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::DataModels::DataModelTableCollection::GetCount() diff --git a/english/cpp/aspose.cells.digitalsignatures/_index.md b/english/cpp/aspose.cells.digitalsignatures/_index.md index 06b6e0e048f..034bc693396 100644 --- a/english/cpp/aspose.cells.digitalsignatures/_index.md +++ b/english/cpp/aspose.cells.digitalsignatures/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::DigitalSignatures second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::DigitalSignatures namespace in C++.' type: docs -weight: 300 +weight: 400 url: /cpp/aspose.cells.digitalsignatures/ --- diff --git a/english/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_impl/_index.md b/english/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_impl/_index.md index 296d629333c..d3a60dcf8b9 100644 --- a/english/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_impl/_index.md +++ b/english/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 1000 url: /cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_index.md b/english/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_index.md index f3bec1b2acf..40fbc4208f4 100644 --- a/english/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_index.md +++ b/english/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_index.md @@ -21,9 +21,11 @@ class DigitalSignatureCollection | Method | Description | | --- | --- | | [Add(const DigitalSignature\& digitalSignature)](./add/) | Add one signature to [DigitalSignatureCollection](./). | +| [begin()](./begin/) | Returns an iterator to the beginning of the [DigitalSignatureCollection](./). | | [DigitalSignatureCollection()](./digitalsignaturecollection/) | The constructor of [DigitalSignatureCollection](./). | | [DigitalSignatureCollection(DigitalSignatureCollection_Impl* impl)](./digitalsignaturecollection/) | Constructs from an implementation object. | | [DigitalSignatureCollection(const DigitalSignatureCollection\& src)](./digitalsignaturecollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [DigitalSignatureCollection](./). | | [GetEnumerator()](./getenumerator/) | Get the enumerator for [DigitalSignatureCollection](./), this enumerator allows iteration over the collection. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | diff --git a/english/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/begin/_index.md b/english/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/begin/_index.md new file mode 100644 index 00000000000..72daf46d4cc --- /dev/null +++ b/english/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::begin method. Returns an iterator to the beginning of the DigitalSignatureCollection in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/begin/ +--- +## DigitalSignatureCollection::begin method + + +Returns an iterator to the beginning of the [DigitalSignatureCollection](../). + +```cpp +Iterator Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [DigitalSignatureCollection](../). + +## See Also + +* Class [DigitalSignatureCollection](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/end/_index.md b/english/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/end/_index.md new file mode 100644 index 00000000000..3b3099d387a --- /dev/null +++ b/english/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::end method. Returns an iterator to the end of the DigitalSignatureCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/end/ +--- +## DigitalSignatureCollection::end method + + +Returns an iterator to the end of the [DigitalSignatureCollection](../). + +```cpp +Iterator Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [DigitalSignatureCollection](../). + +## See Also + +* Class [DigitalSignatureCollection](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing.activexcontrols/_index.md b/english/cpp/aspose.cells.drawing.activexcontrols/_index.md index 77be39d07e1..e1ae8a533e8 100644 --- a/english/cpp/aspose.cells.drawing.activexcontrols/_index.md +++ b/english/cpp/aspose.cells.drawing.activexcontrols/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::Drawing::ActiveXControls second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::Drawing::ActiveXControls namespace in C++.' type: docs -weight: 500 +weight: 600 url: /cpp/aspose.cells.drawing.activexcontrols/ --- diff --git a/english/cpp/aspose.cells.drawing.equations/_index.md b/english/cpp/aspose.cells.drawing.equations/_index.md index 34ce88ca11f..8d3e9a50a63 100644 --- a/english/cpp/aspose.cells.drawing.equations/_index.md +++ b/english/cpp/aspose.cells.drawing.equations/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::Drawing::Equations second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::Drawing::Equations namespace in C++.' type: docs -weight: 600 +weight: 700 url: /cpp/aspose.cells.drawing.equations/ --- diff --git a/english/cpp/aspose.cells.drawing.texts/bullettype/_index.md b/english/cpp/aspose.cells.drawing.texts/bullettype/_index.md index 8631e2d2426..5fc324f686e 100644 --- a/english/cpp/aspose.cells.drawing.texts/bullettype/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/bullettype/_index.md @@ -4,7 +4,7 @@ linktitle: BulletType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Texts::BulletType enum. Represents the type of the bullet in C++.' type: docs -weight: 1400 +weight: 1500 url: /cpp/aspose.cells.drawing.texts/bullettype/ --- ## BulletType enum diff --git a/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/_impl/_index.md b/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/_impl/_index.md index eb0662fa6dc..14bdd3fae26 100644 --- a/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::_impl field. The implementation object in C++.' type: docs -weight: 2400 +weight: 2600 url: /cpp/aspose.cells.drawing.texts/fontsettingcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/_index.md b/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/_index.md index 6f84e0deeb4..d5ce6c228fd 100644 --- a/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/_index.md @@ -22,14 +22,16 @@ class FontSettingCollection | --- | --- | | [AppendText(const U16String\& text)](./appendtext/) | Appends the text. | | [AppendText(const char16_t* text)](./appendtext/) | Appends the text. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [FontSettingCollection](./). | | [Clear()](./clear/) | Clear all setting. | | [DeleteText(int32_t index, int32_t count)](./deletetext/) | Delete some characters. | +| [end()](./end/) | Returns an iterator to the end of the [FontSettingCollection](./). | | [Equals(const Aspose::Cells::Object\& obj)](./equals/) | | | [FontSettingCollection(FontSettingCollection_Impl* impl)](./fontsettingcollection/) | Constructs from an implementation object. | | [FontSettingCollection(const FontSettingCollection\& src)](./fontsettingcollection/) | Copy constructor. | | [Format(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](./format/) | Format the text with font setting. | | [Get(int32_t index)](./get/) | Gets the [FontSetting](../../aspose.cells/fontsetting/) by the index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [GetHashCode()](./gethashcode/) | | | [GetHtmlString()](./gethtmlstring/) | Gets and sets the html string which contains data and some formats in this shape. | | [GetParagraphEnumerator()](./getparagraphenumerator/) | Gets the enumerator of the paragraphs. | diff --git a/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/begin/_index.md b/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/begin/_index.md new file mode 100644 index 00000000000..e09c9daf566 --- /dev/null +++ b/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::begin method. Returns an iterator to the beginning of the FontSettingCollection in C++.' +type: docs +weight: 2400 +url: /cpp/aspose.cells.drawing.texts/fontsettingcollection/begin/ +--- +## FontSettingCollection::begin method + + +Returns an iterator to the beginning of the [FontSettingCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::Texts::FontSettingCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [FontSettingCollection](../). + +## See Also + +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/end/_index.md b/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/end/_index.md new file mode 100644 index 00000000000..8c81bf8db1e --- /dev/null +++ b/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::end method. Returns an iterator to the end of the FontSettingCollection in C++.' +type: docs +weight: 2500 +url: /cpp/aspose.cells.drawing.texts/fontsettingcollection/end/ +--- +## FontSettingCollection::end method + + +Returns an iterator to the end of the [FontSettingCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::Texts::FontSettingCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [FontSettingCollection](../). + +## See Also + +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/getcount/_index.md b/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/getcount/_index.md index 77d02c5db41..cd4616b45d3 100644 --- a/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/fontsettingcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Drawing::Texts::FontSettingCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Drawing::Texts::FontSettingCollection class in C++.' +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 2300 url: /cpp/aspose.cells.drawing.texts/fontsettingcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.drawing.texts/fontsettingcollection/getcount/ ## FontSettingCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Drawing::Texts::FontSettingCollection::GetCount() diff --git a/english/cpp/aspose.cells.drawing.texts/linespacesizetype/_index.md b/english/cpp/aspose.cells.drawing.texts/linespacesizetype/_index.md index d7efde8c0f3..4289fd36a10 100644 --- a/english/cpp/aspose.cells.drawing.texts/linespacesizetype/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/linespacesizetype/_index.md @@ -4,7 +4,7 @@ linktitle: LineSpaceSizeType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Texts::LineSpaceSizeType enum. Represents the unit type of line space size in C++.' type: docs -weight: 1500 +weight: 1600 url: /cpp/aspose.cells.drawing.texts/linespacesizetype/ --- ## LineSpaceSizeType enum diff --git a/english/cpp/aspose.cells.drawing.texts/textautonumberscheme/_index.md b/english/cpp/aspose.cells.drawing.texts/textautonumberscheme/_index.md index d01dde8d6db..8a93e09eac7 100644 --- a/english/cpp/aspose.cells.drawing.texts/textautonumberscheme/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/textautonumberscheme/_index.md @@ -4,7 +4,7 @@ linktitle: TextAutonumberScheme second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Texts::TextAutonumberScheme enum. Represents all automatic number scheme in C++.' type: docs -weight: 1600 +weight: 1800 url: /cpp/aspose.cells.drawing.texts/textautonumberscheme/ --- ## TextAutonumberScheme enum diff --git a/english/cpp/aspose.cells.drawing.texts/textfontaligntype/_index.md b/english/cpp/aspose.cells.drawing.texts/textfontaligntype/_index.md index dfb5d41bd6b..c56c1d14850 100644 --- a/english/cpp/aspose.cells.drawing.texts/textfontaligntype/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/textfontaligntype/_index.md @@ -4,7 +4,7 @@ linktitle: TextFontAlignType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Texts::TextFontAlignType enum. Represents the different types of font alignment in C++.' type: docs -weight: 1700 +weight: 1900 url: /cpp/aspose.cells.drawing.texts/textfontaligntype/ --- ## TextFontAlignType enum diff --git a/english/cpp/aspose.cells.drawing.texts/textnodetype/_index.md b/english/cpp/aspose.cells.drawing.texts/textnodetype/_index.md index 2f4648c815e..7a700c2485e 100644 --- a/english/cpp/aspose.cells.drawing.texts/textnodetype/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/textnodetype/_index.md @@ -4,7 +4,7 @@ linktitle: TextNodeType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Texts::TextNodeType enum. Represents the node type in C++.' type: docs -weight: 1800 +weight: 2000 url: /cpp/aspose.cells.drawing.texts/textnodetype/ --- ## TextNodeType enum diff --git a/english/cpp/aspose.cells.drawing.texts/textoptions/_impl/_index.md b/english/cpp/aspose.cells.drawing.texts/textoptions/_impl/_index.md index a77996e822b..4ebc6a2e630 100644 --- a/english/cpp/aspose.cells.drawing.texts/textoptions/_impl/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/textoptions/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Texts::TextOptions::_impl field. The implementation object in C++.' type: docs -weight: 2300 +weight: 2700 url: /cpp/aspose.cells.drawing.texts/textoptions/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.drawing.texts/textparagraph/_index.md b/english/cpp/aspose.cells.drawing.texts/textparagraph/_index.md index 9b5d677a941..4dc48c0bdc0 100644 --- a/english/cpp/aspose.cells.drawing.texts/textparagraph/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/textparagraph/_index.md @@ -4,7 +4,7 @@ linktitle: TextParagraph second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Texts::TextParagraph class. Represents the text paragraph setting in C++.' type: docs -weight: 1000 +weight: 1100 url: /cpp/aspose.cells.drawing.texts/textparagraph/ --- ## TextParagraph class diff --git a/english/cpp/aspose.cells.drawing.texts/textparagraphcollection/_impl/_index.md b/english/cpp/aspose.cells.drawing.texts/textparagraphcollection/_impl/_index.md index d57e9829b86..4caccbb37e8 100644 --- a/english/cpp/aspose.cells.drawing.texts/textparagraphcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/textparagraphcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Texts::TextParagraphCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.drawing.texts/textparagraphcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.drawing.texts/textparagraphcollection/_index.md b/english/cpp/aspose.cells.drawing.texts/textparagraphcollection/_index.md index 6f96ad9bcbe..0913f857069 100644 --- a/english/cpp/aspose.cells.drawing.texts/textparagraphcollection/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/textparagraphcollection/_index.md @@ -4,7 +4,7 @@ linktitle: TextParagraphCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Texts::TextParagraphCollection class. Represents all text paragraph in C++.' type: docs -weight: 1100 +weight: 1200 url: /cpp/aspose.cells.drawing.texts/textparagraphcollection/ --- ## TextParagraphCollection class @@ -20,6 +20,8 @@ class TextParagraphCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [TextParagraphCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [TextParagraphCollection](./). | | [Get(int32_t index)](./get/) | Gets the [TextParagraph](../textparagraph/) object at specific index. | | [GetCount()](./getcount/) | Gets the count of text paragraphs. | | [GetEnumerator()](./getenumerator/) | Gets the enumerator of the paragraphs. | diff --git a/english/cpp/aspose.cells.drawing.texts/textparagraphcollection/begin/_index.md b/english/cpp/aspose.cells.drawing.texts/textparagraphcollection/begin/_index.md new file mode 100644 index 00000000000..3a5c6be4ebe --- /dev/null +++ b/english/cpp/aspose.cells.drawing.texts/textparagraphcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraphCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraphCollection::begin method. Returns an iterator to the beginning of the TextParagraphCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.drawing.texts/textparagraphcollection/begin/ +--- +## TextParagraphCollection::begin method + + +Returns an iterator to the beginning of the [TextParagraphCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::Texts::TextParagraphCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [TextParagraphCollection](../). + +## See Also + +* Class [TextParagraphCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing.texts/textparagraphcollection/end/_index.md b/english/cpp/aspose.cells.drawing.texts/textparagraphcollection/end/_index.md new file mode 100644 index 00000000000..256d90db1c4 --- /dev/null +++ b/english/cpp/aspose.cells.drawing.texts/textparagraphcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraphCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraphCollection::end method. Returns an iterator to the end of the TextParagraphCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.drawing.texts/textparagraphcollection/end/ +--- +## TextParagraphCollection::end method + + +Returns an iterator to the end of the [TextParagraphCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::Texts::TextParagraphCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [TextParagraphCollection](../). + +## See Also + +* Class [TextParagraphCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing.texts/texttabalignmenttype/_index.md b/english/cpp/aspose.cells.drawing.texts/texttabalignmenttype/_index.md index 5678a5f5502..bb4aee7f8c0 100644 --- a/english/cpp/aspose.cells.drawing.texts/texttabalignmenttype/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/texttabalignmenttype/_index.md @@ -4,7 +4,7 @@ linktitle: TextTabAlignmentType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Texts::TextTabAlignmentType enum. Represents the text tab alignment types in C++.' type: docs -weight: 1900 +weight: 2100 url: /cpp/aspose.cells.drawing.texts/texttabalignmenttype/ --- ## TextTabAlignmentType enum diff --git a/english/cpp/aspose.cells.drawing.texts/texttabstop/_index.md b/english/cpp/aspose.cells.drawing.texts/texttabstop/_index.md index 448e7e1fd92..407981898b4 100644 --- a/english/cpp/aspose.cells.drawing.texts/texttabstop/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/texttabstop/_index.md @@ -4,7 +4,7 @@ linktitle: TextTabStop second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Texts::TextTabStop class. Represents tab stop in C++.' type: docs -weight: 1200 +weight: 1300 url: /cpp/aspose.cells.drawing.texts/texttabstop/ --- ## TextTabStop class diff --git a/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/_impl/_index.md b/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/_impl/_index.md index ea4913a7be5..802259bc892 100644 --- a/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Texts::TextTabStopCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.drawing.texts/texttabstopcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/_index.md b/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/_index.md index c1ced773b2d..2a24f8718b6 100644 --- a/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/_index.md @@ -4,7 +4,7 @@ linktitle: TextTabStopCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Texts::TextTabStopCollection class. Represents the list of all tab stops in C++.' type: docs -weight: 1300 +weight: 1400 url: /cpp/aspose.cells.drawing.texts/texttabstopcollection/ --- ## TextTabStopCollection class @@ -21,8 +21,10 @@ class TextTabStopCollection | Method | Description | | --- | --- | | [Add(TextTabAlignmentType tabAlignment, double tabPosition)](./add/) | Adds a tab stop. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [TextTabStopCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [TextTabStopCollection](./). | | [Get(int32_t index)](./get/) | Gets [TextTabStop](../texttabstop/) by the index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const TextTabStopCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/begin/_index.md b/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/begin/_index.md new file mode 100644 index 00000000000..f783b136ffb --- /dev/null +++ b/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStopCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStopCollection::begin method. Returns an iterator to the beginning of the TextTabStopCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.drawing.texts/texttabstopcollection/begin/ +--- +## TextTabStopCollection::begin method + + +Returns an iterator to the beginning of the [TextTabStopCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::Texts::TextTabStopCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [TextTabStopCollection](../). + +## See Also + +* Class [TextTabStopCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/end/_index.md b/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/end/_index.md new file mode 100644 index 00000000000..1acf86f218d --- /dev/null +++ b/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStopCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStopCollection::end method. Returns an iterator to the end of the TextTabStopCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.drawing.texts/texttabstopcollection/end/ +--- +## TextTabStopCollection::end method + + +Returns an iterator to the end of the [TextTabStopCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::Texts::TextTabStopCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [TextTabStopCollection](../). + +## See Also + +* Class [TextTabStopCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/getcount/_index.md b/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/getcount/_index.md index 6b7c8f20e90..2328763d65d 100644 --- a/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/texttabstopcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Drawing::Texts::TextTabStopCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Drawing::Texts::TextTabStopCollection class in C++.' +description: 'Aspose::Cells::Drawing::Texts::TextTabStopCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.drawing.texts/texttabstopcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.drawing.texts/texttabstopcollection/getcount/ ## TextTabStopCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Drawing::Texts::TextTabStopCollection::GetCount() diff --git a/english/cpp/aspose.cells.drawing.texts/textverticaltype/_index.md b/english/cpp/aspose.cells.drawing.texts/textverticaltype/_index.md index f49f92f308b..1e581228daa 100644 --- a/english/cpp/aspose.cells.drawing.texts/textverticaltype/_index.md +++ b/english/cpp/aspose.cells.drawing.texts/textverticaltype/_index.md @@ -4,7 +4,7 @@ linktitle: TextVerticalType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Texts::TextVerticalType enum. Represents the text direct type in C++.' type: docs -weight: 2000 +weight: 2200 url: /cpp/aspose.cells.drawing.texts/textverticaltype/ --- ## TextVerticalType enum diff --git a/english/cpp/aspose.cells.drawing/checkboxcollection/_impl/_index.md b/english/cpp/aspose.cells.drawing/checkboxcollection/_impl/_index.md index 0dba03bd0f9..d47674383ca 100644 --- a/english/cpp/aspose.cells.drawing/checkboxcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.drawing/checkboxcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::CheckBoxCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.drawing/checkboxcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.drawing/checkboxcollection/_index.md b/english/cpp/aspose.cells.drawing/checkboxcollection/_index.md index b9ce977157d..1c323b14655 100644 --- a/english/cpp/aspose.cells.drawing/checkboxcollection/_index.md +++ b/english/cpp/aspose.cells.drawing/checkboxcollection/_index.md @@ -21,10 +21,12 @@ class CheckBoxCollection | Method | Description | | --- | --- | | [Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width)](./add/) | Adds a checkBox to the collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [CheckBoxCollection](./). | | [CheckBoxCollection(CheckBoxCollection_Impl* impl)](./checkboxcollection/) | Constructs from an implementation object. | | [CheckBoxCollection(const CheckBoxCollection\& src)](./checkboxcollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [CheckBoxCollection](./). | | [Get(int32_t index)](./get/) | Gets the [CheckBox](../checkbox/) element at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const CheckBoxCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.drawing/checkboxcollection/begin/_index.md b/english/cpp/aspose.cells.drawing/checkboxcollection/begin/_index.md new file mode 100644 index 00000000000..9d12932ba16 --- /dev/null +++ b/english/cpp/aspose.cells.drawing/checkboxcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::CheckBoxCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBoxCollection::begin method. Returns an iterator to the beginning of the CheckBoxCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.drawing/checkboxcollection/begin/ +--- +## CheckBoxCollection::begin method + + +Returns an iterator to the beginning of the [CheckBoxCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::CheckBoxCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [CheckBoxCollection](../). + +## See Also + +* Class [CheckBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/checkboxcollection/end/_index.md b/english/cpp/aspose.cells.drawing/checkboxcollection/end/_index.md new file mode 100644 index 00000000000..91a1744110a --- /dev/null +++ b/english/cpp/aspose.cells.drawing/checkboxcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::CheckBoxCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBoxCollection::end method. Returns an iterator to the end of the CheckBoxCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.drawing/checkboxcollection/end/ +--- +## CheckBoxCollection::end method + + +Returns an iterator to the end of the [CheckBoxCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::CheckBoxCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [CheckBoxCollection](../). + +## See Also + +* Class [CheckBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/checkboxcollection/getcount/_index.md b/english/cpp/aspose.cells.drawing/checkboxcollection/getcount/_index.md index c89710c2baf..8c9a2df8345 100644 --- a/english/cpp/aspose.cells.drawing/checkboxcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.drawing/checkboxcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Drawing::CheckBoxCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Drawing::CheckBoxCollection class in C++.' +description: 'Aspose::Cells::Drawing::CheckBoxCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.drawing/checkboxcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.drawing/checkboxcollection/getcount/ ## CheckBoxCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Drawing::CheckBoxCollection::GetCount() diff --git a/english/cpp/aspose.cells.drawing/gradientstopcollection/_impl/_index.md b/english/cpp/aspose.cells.drawing/gradientstopcollection/_impl/_index.md index 2732c1757d2..d062315e4bd 100644 --- a/english/cpp/aspose.cells.drawing/gradientstopcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.drawing/gradientstopcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::GradientStopCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.drawing/gradientstopcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.drawing/gradientstopcollection/_index.md b/english/cpp/aspose.cells.drawing/gradientstopcollection/_index.md index 0acf25fbf27..5d5e20259e1 100644 --- a/english/cpp/aspose.cells.drawing/gradientstopcollection/_index.md +++ b/english/cpp/aspose.cells.drawing/gradientstopcollection/_index.md @@ -22,8 +22,10 @@ class GradientStopCollection | --- | --- | | [Add(double position, const CellsColor\& color, int32_t alpha)](./add/) | Add a gradient stop. | | [Add(double position, const Aspose::Cells::Color\& color, int32_t alpha)](./add/) | Add a gradient stop. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [GradientStopCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [GradientStopCollection](./). | | [Get(int32_t index)](./get/) | Gets the gradient stop by the index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [GradientStopCollection(GradientStopCollection_Impl* impl)](./gradientstopcollection/) | Constructs from an implementation object. | | [GradientStopCollection(const GradientStopCollection\& src)](./gradientstopcollection/) | Copy constructor. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | diff --git a/english/cpp/aspose.cells.drawing/gradientstopcollection/begin/_index.md b/english/cpp/aspose.cells.drawing/gradientstopcollection/begin/_index.md new file mode 100644 index 00000000000..0f4ac51c978 --- /dev/null +++ b/english/cpp/aspose.cells.drawing/gradientstopcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::GradientStopCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStopCollection::begin method. Returns an iterator to the beginning of the GradientStopCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.drawing/gradientstopcollection/begin/ +--- +## GradientStopCollection::begin method + + +Returns an iterator to the beginning of the [GradientStopCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::GradientStopCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [GradientStopCollection](../). + +## See Also + +* Class [GradientStopCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/gradientstopcollection/end/_index.md b/english/cpp/aspose.cells.drawing/gradientstopcollection/end/_index.md new file mode 100644 index 00000000000..8e027e480d6 --- /dev/null +++ b/english/cpp/aspose.cells.drawing/gradientstopcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::GradientStopCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStopCollection::end method. Returns an iterator to the end of the GradientStopCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.drawing/gradientstopcollection/end/ +--- +## GradientStopCollection::end method + + +Returns an iterator to the end of the [GradientStopCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::GradientStopCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [GradientStopCollection](../). + +## See Also + +* Class [GradientStopCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/gradientstopcollection/getcount/_index.md b/english/cpp/aspose.cells.drawing/gradientstopcollection/getcount/_index.md index bf4e79f8948..656c2cc4b23 100644 --- a/english/cpp/aspose.cells.drawing/gradientstopcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.drawing/gradientstopcollection/getcount/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Drawing::GradientStopCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Drawing::GradientStopCollection class in C++.' +description: 'Aspose::Cells::Drawing::GradientStopCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs -weight: 900 +weight: 800 url: /cpp/aspose.cells.drawing/gradientstopcollection/getcount/ --- ## GradientStopCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Drawing::GradientStopCollection::GetCount() diff --git a/english/cpp/aspose.cells.drawing/oleobjectcollection/_impl/_index.md b/english/cpp/aspose.cells.drawing/oleobjectcollection/_impl/_index.md index ac3686cd8d6..f484d130d65 100644 --- a/english/cpp/aspose.cells.drawing/oleobjectcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.drawing/oleobjectcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::OleObjectCollection::_impl field. The implementation object in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells.drawing/oleobjectcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.drawing/oleobjectcollection/_index.md b/english/cpp/aspose.cells.drawing/oleobjectcollection/_index.md index dc3add4a03d..df8027e1083 100644 --- a/english/cpp/aspose.cells.drawing/oleobjectcollection/_index.md +++ b/english/cpp/aspose.cells.drawing/oleobjectcollection/_index.md @@ -23,9 +23,11 @@ class OleObjectCollection | [Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const Vector \\& imageData)](./add/) | Adds an [OleObject](../oleobject/) to the collection. | | [Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const Vector \\& imageData, const U16String\& linkedFile)](./add/) | Adds a linked [OleObject](../oleobject/) to the collection. | | [Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const Vector \\& imageData, const char16_t* linkedFile)](./add/) | Adds a linked [OleObject](../oleobject/) to the collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [OleObjectCollection](./). | | [Clear()](./clear/) | Remove all embedded OLE objects. | +| [end()](./end/) | Returns an iterator to the end of the [OleObjectCollection](./). | | [Get(int32_t index)](./get/) | Gets the [OleObject](../oleobject/) element at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | [OleObjectCollection(OleObjectCollection_Impl* impl)](./oleobjectcollection/) | Constructs from an implementation object. | | [OleObjectCollection(const OleObjectCollection\& src)](./oleobjectcollection/) | Copy constructor. | diff --git a/english/cpp/aspose.cells.drawing/oleobjectcollection/begin/_index.md b/english/cpp/aspose.cells.drawing/oleobjectcollection/begin/_index.md new file mode 100644 index 00000000000..ef8a04dd009 --- /dev/null +++ b/english/cpp/aspose.cells.drawing/oleobjectcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::OleObjectCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObjectCollection::begin method. Returns an iterator to the beginning of the OleObjectCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.drawing/oleobjectcollection/begin/ +--- +## OleObjectCollection::begin method + + +Returns an iterator to the beginning of the [OleObjectCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::OleObjectCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [OleObjectCollection](../). + +## See Also + +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/oleobjectcollection/end/_index.md b/english/cpp/aspose.cells.drawing/oleobjectcollection/end/_index.md new file mode 100644 index 00000000000..0c0b28a93ed --- /dev/null +++ b/english/cpp/aspose.cells.drawing/oleobjectcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::OleObjectCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObjectCollection::end method. Returns an iterator to the end of the OleObjectCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells.drawing/oleobjectcollection/end/ +--- +## OleObjectCollection::end method + + +Returns an iterator to the end of the [OleObjectCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::OleObjectCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [OleObjectCollection](../). + +## See Also + +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/oleobjectcollection/getcount/_index.md b/english/cpp/aspose.cells.drawing/oleobjectcollection/getcount/_index.md index 81c08c0a08a..e60f151bf73 100644 --- a/english/cpp/aspose.cells.drawing/oleobjectcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.drawing/oleobjectcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Drawing::OleObjectCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Drawing::OleObjectCollection class in C++.' +description: 'Aspose::Cells::Drawing::OleObjectCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1000 url: /cpp/aspose.cells.drawing/oleobjectcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.drawing/oleobjectcollection/getcount/ ## OleObjectCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Drawing::OleObjectCollection::GetCount() diff --git a/english/cpp/aspose.cells.drawing/picture/_impl/_index.md b/english/cpp/aspose.cells.drawing/picture/_impl/_index.md index ac47652b43d..46f2c8ebe14 100644 --- a/english/cpp/aspose.cells.drawing/picture/_impl/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::_impl field. The implementation object in C++.' type: docs -weight: 3700 +weight: 3900 url: /cpp/aspose.cells.drawing/picture/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.drawing/picture/getborderlinecolor/_index.md b/english/cpp/aspose.cells.drawing/picture/getborderlinecolor/_index.md index 56c75640268..e97f6c4de03 100644 --- a/english/cpp/aspose.cells.drawing/picture/getborderlinecolor/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/getborderlinecolor/_index.md @@ -4,7 +4,7 @@ linktitle: GetBorderLineColor second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::GetBorderLineColor method. Represents the Color of the border line of a picture in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells.drawing/picture/getborderlinecolor/ --- ## Picture::GetBorderLineColor method diff --git a/english/cpp/aspose.cells.drawing/picture/getborderweight/_index.md b/english/cpp/aspose.cells.drawing/picture/getborderweight/_index.md index ef37e877ede..3be3c3e13d5 100644 --- a/english/cpp/aspose.cells.drawing/picture/getborderweight/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/getborderweight/_index.md @@ -4,7 +4,7 @@ linktitle: GetBorderWeight second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::GetBorderWeight method. Gets or sets the weight of the border line of a picture in units of pt in C++.' type: docs -weight: 1300 +weight: 1500 url: /cpp/aspose.cells.drawing/picture/getborderweight/ --- ## Picture::GetBorderWeight method diff --git a/english/cpp/aspose.cells.drawing/picture/getdata/_index.md b/english/cpp/aspose.cells.drawing/picture/getdata/_index.md index 1017d01c155..7c7246d1d5f 100644 --- a/english/cpp/aspose.cells.drawing/picture/getdata/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/getdata/_index.md @@ -4,7 +4,7 @@ linktitle: GetData second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::GetData method. Gets the data of the picture in C++.' type: docs -weight: 1500 +weight: 1700 url: /cpp/aspose.cells.drawing/picture/getdata/ --- ## Picture::GetData method diff --git a/english/cpp/aspose.cells.drawing/picture/getdisplayasicon/_index.md b/english/cpp/aspose.cells.drawing/picture/getdisplayasicon/_index.md index 5d7b1d4f9da..45cbfcddc3c 100644 --- a/english/cpp/aspose.cells.drawing/picture/getdisplayasicon/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/getdisplayasicon/_index.md @@ -4,7 +4,7 @@ linktitle: GetDisplayAsIcon second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::GetDisplayAsIcon method. True if the specified object is displayed as an icon and the image will not be auto changed in C++.' type: docs -weight: 2700 +weight: 2900 url: /cpp/aspose.cells.drawing/picture/getdisplayasicon/ --- ## Picture::GetDisplayAsIcon method diff --git a/english/cpp/aspose.cells.drawing/picture/getformula/_index.md b/english/cpp/aspose.cells.drawing/picture/getformula/_index.md index 559e166c155..e7a740f8ae4 100644 --- a/english/cpp/aspose.cells.drawing/picture/getformula/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/getformula/_index.md @@ -4,7 +4,7 @@ linktitle: GetFormula second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::GetFormula method. Gets and sets the data of the formula in C++.' type: docs -weight: 1900 +weight: 2100 url: /cpp/aspose.cells.drawing/picture/getformula/ --- ## Picture::GetFormula method diff --git a/english/cpp/aspose.cells.drawing/picture/getimagetype/_index.md b/english/cpp/aspose.cells.drawing/picture/getimagetype/_index.md index 5fc6491e6e7..3366bfe0f5a 100644 --- a/english/cpp/aspose.cells.drawing/picture/getimagetype/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/getimagetype/_index.md @@ -4,7 +4,7 @@ linktitle: GetImageType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::GetImageType method. Gets the image format of the picture in C++.' type: docs -weight: 2900 +weight: 3100 url: /cpp/aspose.cells.drawing/picture/getimagetype/ --- ## Picture::GetImageType method diff --git a/english/cpp/aspose.cells.drawing/picture/getoriginalheightcm/_index.md b/english/cpp/aspose.cells.drawing/picture/getoriginalheightcm/_index.md index f366f142c9b..7de14a76912 100644 --- a/english/cpp/aspose.cells.drawing/picture/getoriginalheightcm/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/getoriginalheightcm/_index.md @@ -4,7 +4,7 @@ linktitle: GetOriginalHeightCM second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::GetOriginalHeightCM method. Gets the original height of picture, in unit of centimeters in C++.' type: docs -weight: 3000 +weight: 3200 url: /cpp/aspose.cells.drawing/picture/getoriginalheightcm/ --- ## Picture::GetOriginalHeightCM method diff --git a/english/cpp/aspose.cells.drawing/picture/getoriginalheightinch/_index.md b/english/cpp/aspose.cells.drawing/picture/getoriginalheightinch/_index.md index 641025f564a..eef040ad358 100644 --- a/english/cpp/aspose.cells.drawing/picture/getoriginalheightinch/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/getoriginalheightinch/_index.md @@ -4,7 +4,7 @@ linktitle: GetOriginalHeightInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::GetOriginalHeightInch method. Gets the original height of picture, in unit of inches in C++.' type: docs -weight: 3200 +weight: 3400 url: /cpp/aspose.cells.drawing/picture/getoriginalheightinch/ --- ## Picture::GetOriginalHeightInch method diff --git a/english/cpp/aspose.cells.drawing/picture/getoriginalwidth/_index.md b/english/cpp/aspose.cells.drawing/picture/getoriginalwidth/_index.md index c5c84ad5e37..8eb5d064630 100644 --- a/english/cpp/aspose.cells.drawing/picture/getoriginalwidth/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/getoriginalwidth/_index.md @@ -4,7 +4,7 @@ linktitle: GetOriginalWidth second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::GetOriginalWidth method. Gets the original width of the picture in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells.drawing/picture/getoriginalwidth/ --- ## Picture::GetOriginalWidth method diff --git a/english/cpp/aspose.cells.drawing/picture/getoriginalwidthcm/_index.md b/english/cpp/aspose.cells.drawing/picture/getoriginalwidthcm/_index.md index 2edb2082408..f930cd67469 100644 --- a/english/cpp/aspose.cells.drawing/picture/getoriginalwidthcm/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/getoriginalwidthcm/_index.md @@ -4,7 +4,7 @@ linktitle: GetOriginalWidthCM second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::GetOriginalWidthCM method. Gets the original width of picture, in unit of centimeters in C++.' type: docs -weight: 3100 +weight: 3300 url: /cpp/aspose.cells.drawing/picture/getoriginalwidthcm/ --- ## Picture::GetOriginalWidthCM method diff --git a/english/cpp/aspose.cells.drawing/picture/getoriginalwidthinch/_index.md b/english/cpp/aspose.cells.drawing/picture/getoriginalwidthinch/_index.md index b8b1bc0804c..5c66260f81e 100644 --- a/english/cpp/aspose.cells.drawing/picture/getoriginalwidthinch/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/getoriginalwidthinch/_index.md @@ -4,7 +4,7 @@ linktitle: GetOriginalWidthInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::GetOriginalWidthInch method. Gets the original width of picture, in unit of inches in C++.' type: docs -weight: 3300 +weight: 3500 url: /cpp/aspose.cells.drawing/picture/getoriginalwidthinch/ --- ## Picture::GetOriginalWidthInch method diff --git a/english/cpp/aspose.cells.drawing/picture/getsignatureline/_index.md b/english/cpp/aspose.cells.drawing/picture/getsignatureline/_index.md index 700cf299ece..2f1f5904156 100644 --- a/english/cpp/aspose.cells.drawing/picture/getsignatureline/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/getsignatureline/_index.md @@ -4,7 +4,7 @@ linktitle: GetSignatureLine second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::GetSignatureLine method. Gets and sets the signature line in C++.' type: docs -weight: 3400 +weight: 3600 url: /cpp/aspose.cells.drawing/picture/getsignatureline/ --- ## Picture::GetSignatureLine method diff --git a/english/cpp/aspose.cells.drawing/picture/getsourcefullname/_index.md b/english/cpp/aspose.cells.drawing/picture/getsourcefullname/_index.md index cdde3c8040e..eb19c5a6e09 100644 --- a/english/cpp/aspose.cells.drawing/picture/getsourcefullname/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/getsourcefullname/_index.md @@ -4,7 +4,7 @@ linktitle: GetSourceFullName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::GetSourceFullName method. Gets or sets the path and name of the source file for the linked image in C++.' type: docs -weight: 1700 +weight: 1900 url: /cpp/aspose.cells.drawing/picture/getsourcefullname/ --- ## Picture::GetSourceFullName method diff --git a/english/cpp/aspose.cells.drawing/picture/isautosize/_index.md b/english/cpp/aspose.cells.drawing/picture/isautosize/_index.md index 7201ced503c..e032f975776 100644 --- a/english/cpp/aspose.cells.drawing/picture/isautosize/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/isautosize/_index.md @@ -4,7 +4,7 @@ linktitle: IsAutoSize second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::IsAutoSize method. True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content when the ole object is activated in C++.' type: docs -weight: 2100 +weight: 2300 url: /cpp/aspose.cells.drawing/picture/isautosize/ --- ## Picture::IsAutoSize method diff --git a/english/cpp/aspose.cells.drawing/picture/isdynamicdataexchange/_index.md b/english/cpp/aspose.cells.drawing/picture/isdynamicdataexchange/_index.md index 85cd7587396..344fa87eb1b 100644 --- a/english/cpp/aspose.cells.drawing/picture/isdynamicdataexchange/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/isdynamicdataexchange/_index.md @@ -4,7 +4,7 @@ linktitle: IsDynamicDataExchange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::IsDynamicDataExchange method. Gets or sets whether dynamic data exchange in C++.' type: docs -weight: 2500 +weight: 2700 url: /cpp/aspose.cells.drawing/picture/isdynamicdataexchange/ --- ## Picture::IsDynamicDataExchange method diff --git a/english/cpp/aspose.cells.drawing/picture/islink/_index.md b/english/cpp/aspose.cells.drawing/picture/islink/_index.md index d8f6199e55e..82aa6c1e066 100644 --- a/english/cpp/aspose.cells.drawing/picture/islink/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/islink/_index.md @@ -4,7 +4,7 @@ linktitle: IsLink second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::IsLink method. Returns true if the picture is linked to a file in C++.' type: docs -weight: 2300 +weight: 2500 url: /cpp/aspose.cells.drawing/picture/islink/ --- ## Picture::IsLink method diff --git a/english/cpp/aspose.cells.drawing/picture/issamesetting/_index.md b/english/cpp/aspose.cells.drawing/picture/issamesetting/_index.md index ed6a87386c7..b9ad630e367 100644 --- a/english/cpp/aspose.cells.drawing/picture/issamesetting/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/issamesetting/_index.md @@ -4,7 +4,7 @@ linktitle: IsSameSetting second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::IsSameSetting method. Returns whether the shape is same in C++.' type: docs -weight: 3600 +weight: 3800 url: /cpp/aspose.cells.drawing/picture/issamesetting/ --- ## Picture::IsSameSetting method diff --git a/english/cpp/aspose.cells.drawing/picture/setborderlinecolor/_index.md b/english/cpp/aspose.cells.drawing/picture/setborderlinecolor/_index.md index cab2069ed02..7ca45eb50b7 100644 --- a/english/cpp/aspose.cells.drawing/picture/setborderlinecolor/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/setborderlinecolor/_index.md @@ -4,7 +4,7 @@ linktitle: SetBorderLineColor second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::SetBorderLineColor method. Represents the Color of the border line of a picture in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells.drawing/picture/setborderlinecolor/ --- ## Picture::SetBorderLineColor method diff --git a/english/cpp/aspose.cells.drawing/picture/setborderweight/_index.md b/english/cpp/aspose.cells.drawing/picture/setborderweight/_index.md index 912bc826d36..d50a37b48a8 100644 --- a/english/cpp/aspose.cells.drawing/picture/setborderweight/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/setborderweight/_index.md @@ -4,7 +4,7 @@ linktitle: SetBorderWeight second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::SetBorderWeight method. Gets or sets the weight of the border line of a picture in units of pt in C++.' type: docs -weight: 1400 +weight: 1600 url: /cpp/aspose.cells.drawing/picture/setborderweight/ --- ## Picture::SetBorderWeight method diff --git a/english/cpp/aspose.cells.drawing/picture/setdata/_index.md b/english/cpp/aspose.cells.drawing/picture/setdata/_index.md index 4169baf1349..275f3feea6b 100644 --- a/english/cpp/aspose.cells.drawing/picture/setdata/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/setdata/_index.md @@ -4,7 +4,7 @@ linktitle: SetData second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::SetData method. Gets the data of the picture in C++.' type: docs -weight: 1600 +weight: 1800 url: /cpp/aspose.cells.drawing/picture/setdata/ --- ## Picture::SetData method diff --git a/english/cpp/aspose.cells.drawing/picture/setdisplayasicon/_index.md b/english/cpp/aspose.cells.drawing/picture/setdisplayasicon/_index.md index c1aa09601cd..fb4e083997a 100644 --- a/english/cpp/aspose.cells.drawing/picture/setdisplayasicon/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/setdisplayasicon/_index.md @@ -4,7 +4,7 @@ linktitle: SetDisplayAsIcon second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::SetDisplayAsIcon method. True if the specified object is displayed as an icon and the image will not be auto changed in C++.' type: docs -weight: 2800 +weight: 3000 url: /cpp/aspose.cells.drawing/picture/setdisplayasicon/ --- ## Picture::SetDisplayAsIcon method diff --git a/english/cpp/aspose.cells.drawing/picture/setformula/_index.md b/english/cpp/aspose.cells.drawing/picture/setformula/_index.md index edd5b30d401..ee57c658215 100644 --- a/english/cpp/aspose.cells.drawing/picture/setformula/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/setformula/_index.md @@ -4,7 +4,7 @@ linktitle: SetFormula second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::SetFormula method. Gets and sets the data of the formula in C++.' type: docs -weight: 2000 +weight: 2200 url: /cpp/aspose.cells.drawing/picture/setformula/ --- ## Picture::SetFormula(const U16String\&) method diff --git a/english/cpp/aspose.cells.drawing/picture/setisautosize/_index.md b/english/cpp/aspose.cells.drawing/picture/setisautosize/_index.md index bf0640d0bb8..bff4dc26778 100644 --- a/english/cpp/aspose.cells.drawing/picture/setisautosize/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/setisautosize/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsAutoSize second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::SetIsAutoSize method. True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content when the ole object is activated in C++.' type: docs -weight: 2200 +weight: 2400 url: /cpp/aspose.cells.drawing/picture/setisautosize/ --- ## Picture::SetIsAutoSize method diff --git a/english/cpp/aspose.cells.drawing/picture/setisdynamicdataexchange/_index.md b/english/cpp/aspose.cells.drawing/picture/setisdynamicdataexchange/_index.md index 01efac0cec3..dbc1e9824f2 100644 --- a/english/cpp/aspose.cells.drawing/picture/setisdynamicdataexchange/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/setisdynamicdataexchange/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsDynamicDataExchange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::SetIsDynamicDataExchange method. Gets or sets whether dynamic data exchange in C++.' type: docs -weight: 2600 +weight: 2800 url: /cpp/aspose.cells.drawing/picture/setisdynamicdataexchange/ --- ## Picture::SetIsDynamicDataExchange method diff --git a/english/cpp/aspose.cells.drawing/picture/setislink/_index.md b/english/cpp/aspose.cells.drawing/picture/setislink/_index.md index 78b6caf25ab..cede4996e30 100644 --- a/english/cpp/aspose.cells.drawing/picture/setislink/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/setislink/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsLink second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::SetIsLink method. Returns true if the picture is linked to a file in C++.' type: docs -weight: 2400 +weight: 2600 url: /cpp/aspose.cells.drawing/picture/setislink/ --- ## Picture::SetIsLink method diff --git a/english/cpp/aspose.cells.drawing/picture/setsignatureline/_index.md b/english/cpp/aspose.cells.drawing/picture/setsignatureline/_index.md index 608ad5cf34b..efea3274338 100644 --- a/english/cpp/aspose.cells.drawing/picture/setsignatureline/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/setsignatureline/_index.md @@ -4,7 +4,7 @@ linktitle: SetSignatureLine second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::SetSignatureLine method. Gets and sets the signature line in C++.' type: docs -weight: 3500 +weight: 3700 url: /cpp/aspose.cells.drawing/picture/setsignatureline/ --- ## Picture::SetSignatureLine method diff --git a/english/cpp/aspose.cells.drawing/picture/setsourcefullname/_index.md b/english/cpp/aspose.cells.drawing/picture/setsourcefullname/_index.md index 5327b1d5f9d..153a2b1c09a 100644 --- a/english/cpp/aspose.cells.drawing/picture/setsourcefullname/_index.md +++ b/english/cpp/aspose.cells.drawing/picture/setsourcefullname/_index.md @@ -4,7 +4,7 @@ linktitle: SetSourceFullName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::Picture::SetSourceFullName method. Gets or sets the path and name of the source file for the linked image in C++.' type: docs -weight: 1800 +weight: 2000 url: /cpp/aspose.cells.drawing/picture/setsourcefullname/ --- ## Picture::SetSourceFullName(const U16String\&) method diff --git a/english/cpp/aspose.cells.drawing/picturecollection/_impl/_index.md b/english/cpp/aspose.cells.drawing/picturecollection/_impl/_index.md index 7eb954ff874..dce6801603d 100644 --- a/english/cpp/aspose.cells.drawing/picturecollection/_impl/_index.md +++ b/english/cpp/aspose.cells.drawing/picturecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::PictureCollection::_impl field. The implementation object in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells.drawing/picturecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.drawing/picturecollection/_index.md b/english/cpp/aspose.cells.drawing/picturecollection/_index.md index 8c4af967ed6..1b74a726887 100644 --- a/english/cpp/aspose.cells.drawing/picturecollection/_index.md +++ b/english/cpp/aspose.cells.drawing/picturecollection/_index.md @@ -29,11 +29,13 @@ class PictureCollection | [Add(int32_t topRow, int32_t leftColumn, const Vector \\& stream, int32_t widthScale, int32_t heightScale)](./add/) | Adds a picture to the collection. | | [Add(int32_t topRow, int32_t leftColumn, const U16String\& fileName, int32_t widthScale, int32_t heightScale)](./add/) | Adds a picture to the collection. | | [Add(int32_t topRow, int32_t leftColumn, const char16_t* fileName, int32_t widthScale, int32_t heightScale)](./add/) | Adds a picture to the collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [PictureCollection](./). | | [Camera(int32_t row, int32_t column, const U16String\& range)](./camera/) | Takes a photo of the range. | | [Camera(int32_t row, int32_t column, const char16_t* range)](./camera/) | Takes a photo of the range. | | [Clear()](./clear/) | Clear all pictures. | +| [end()](./end/) | Returns an iterator to the end of the [PictureCollection](./). | | [Get(int32_t index)](./get/) | Gets the [Picture](../picture/) element at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const PictureCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.drawing/picturecollection/begin/_index.md b/english/cpp/aspose.cells.drawing/picturecollection/begin/_index.md new file mode 100644 index 00000000000..27f9ab4d790 --- /dev/null +++ b/english/cpp/aspose.cells.drawing/picturecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::PictureCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PictureCollection::begin method. Returns an iterator to the beginning of the PictureCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells.drawing/picturecollection/begin/ +--- +## PictureCollection::begin method + + +Returns an iterator to the beginning of the [PictureCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::PictureCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [PictureCollection](../). + +## See Also + +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/picturecollection/end/_index.md b/english/cpp/aspose.cells.drawing/picturecollection/end/_index.md new file mode 100644 index 00000000000..d5869bb34d4 --- /dev/null +++ b/english/cpp/aspose.cells.drawing/picturecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::PictureCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PictureCollection::end method. Returns an iterator to the end of the PictureCollection in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells.drawing/picturecollection/end/ +--- +## PictureCollection::end method + + +Returns an iterator to the end of the [PictureCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::PictureCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [PictureCollection](../). + +## See Also + +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/picturecollection/getcount/_index.md b/english/cpp/aspose.cells.drawing/picturecollection/getcount/_index.md index 9e59c6e454e..c647d0687a6 100644 --- a/english/cpp/aspose.cells.drawing/picturecollection/getcount/_index.md +++ b/english/cpp/aspose.cells.drawing/picturecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Drawing::PictureCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Drawing::PictureCollection class in C++.' +description: 'Aspose::Cells::Drawing::PictureCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1100 url: /cpp/aspose.cells.drawing/picturecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.drawing/picturecollection/getcount/ ## PictureCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Drawing::PictureCollection::GetCount() diff --git a/english/cpp/aspose.cells.drawing/shapecollection/_impl/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/_impl/_index.md index 9a5954bcd15..545c2414296 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/_impl/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::_impl field. The implementation object in C++.' type: docs -weight: 5500 +weight: 5800 url: /cpp/aspose.cells.drawing/shapecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.drawing/shapecollection/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/_index.md index b46a011f06c..75c7a129bb6 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/_index.md @@ -67,15 +67,17 @@ class ShapeCollection | [AddTextEffectInChart(MsoPresetTextEffect effect, const char16_t* text, const char16_t* fontName, int32_t size, bool fontBold, bool fontItalic, int32_t top, int32_t left, int32_t height, int32_t width)](./addtexteffectinchart/) | Inserts a WordArt object to the chart. | | [AddWordArt(PresetWordArtStyle style, const U16String\& text, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addwordart/) | Adds preset WordArt since Excel 2007.s. | | [AddWordArt(PresetWordArtStyle style, const char16_t* text, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addwordart/) | Adds preset WordArt since Excel 2007.s. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ShapeCollection](./). | | [Clear()](./clear/) | Clear all shapes in the worksheet. | | [CopyCommentsInRange(const ShapeCollection\& shapes, const CellArea\& ca, int32_t destRow, int32_t destColumn)](./copycommentsinrange/) | Copy all comments in the range. | | [CopyInRange(const ShapeCollection\& sourceShapes, const CellArea\& ca, int32_t destRow, int32_t destColumn, bool isContained)](./copyinrange/) | Copy shapes in the range to destination range. | | [DeleteInRange(const CellArea\& ca)](./deleteinrange/) | Delete shapes in the range.Comment shapes will not be deleted. | | [DeleteShape(const Shape\& shape)](./deleteshape/) | Delete a shape. If the shape is in the group or is a comment shape, it will not be deleted. | +| [end()](./end/) | Returns an iterator to the end of the [ShapeCollection](./). | | [Get(int32_t index)](./get/) | Gets the [Shape](../shape/) object at the specific index in the list. | | [Get(const U16String\& name)](./get/) | Gets the [Shape](../shape/) object by the name of the shape. | | [Get(const char16_t* name)](./get/) | Gets the [Shape](../shape/) object by the name of the shape. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [Group(const Vector \\& groupItems)](./group/) | Group the shapes. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | diff --git a/english/cpp/aspose.cells.drawing/shapecollection/addactivexcontrol/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/addactivexcontrol/_index.md index 88328742eda..822f587297f 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/addactivexcontrol/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/addactivexcontrol/_index.md @@ -4,7 +4,7 @@ linktitle: AddActiveXControl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::AddActiveXControl method. Creates an Activex Control in C++.' type: docs -weight: 3400 +weight: 3500 url: /cpp/aspose.cells.drawing/shapecollection/addactivexcontrol/ --- ## ShapeCollection::AddActiveXControl method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/addautoshapeinchart/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/addautoshapeinchart/_index.md index ad3ee74d97a..8126e83321c 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/addautoshapeinchart/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/addautoshapeinchart/_index.md @@ -4,7 +4,7 @@ linktitle: AddAutoShapeInChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::AddAutoShapeInChart method. Adds a AutoShape to the chart in C++.' type: docs -weight: 3300 +weight: 3400 url: /cpp/aspose.cells.drawing/shapecollection/addautoshapeinchart/ --- ## ShapeCollection::AddAutoShapeInChart method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/addfreefloatingshape/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/addfreefloatingshape/_index.md index 8b42f500180..6c8216d80a7 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/addfreefloatingshape/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/addfreefloatingshape/_index.md @@ -4,7 +4,7 @@ linktitle: AddFreeFloatingShape second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::AddFreeFloatingShape method. Adds a free floating shape to the worksheet.Only applies for line/image shape in C++.' type: docs -weight: 2700 +weight: 2800 url: /cpp/aspose.cells.drawing/shapecollection/addfreefloatingshape/ --- ## ShapeCollection::AddFreeFloatingShape method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/addlabelinchart/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/addlabelinchart/_index.md index 07250090a24..738a44b2b8f 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/addlabelinchart/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/addlabelinchart/_index.md @@ -4,7 +4,7 @@ linktitle: AddLabelInChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::AddLabelInChart method. Adds a label to the chart in C++.' type: docs -weight: 1900 +weight: 2000 url: /cpp/aspose.cells.drawing/shapecollection/addlabelinchart/ --- ## ShapeCollection::AddLabelInChart method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/addpictureinchart/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/addpictureinchart/_index.md index 2431eaaf73a..79a36862f94 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/addpictureinchart/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/addpictureinchart/_index.md @@ -4,7 +4,7 @@ linktitle: AddPictureInChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::AddPictureInChart method. Adds a picture to the chart in C++.' type: docs -weight: 4000 +weight: 4100 url: /cpp/aspose.cells.drawing/shapecollection/addpictureinchart/ --- ## ShapeCollection::AddPictureInChart method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/addshapeinchart/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/addshapeinchart/_index.md index 2f78a8cdb2a..3b14e67ecae 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/addshapeinchart/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/addshapeinchart/_index.md @@ -4,7 +4,7 @@ linktitle: AddShapeInChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::AddShapeInChart method. Add a shape to chart .All unit is 1/4000 of chart area in C++.' type: docs -weight: 2800 +weight: 2900 url: /cpp/aspose.cells.drawing/shapecollection/addshapeinchart/ --- ## ShapeCollection::AddShapeInChart(MsoDrawingType, PlacementType, int32_t, int32_t, int32_t, int32_t, const Vector \\&) method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/addshapeinchartbyscale/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/addshapeinchartbyscale/_index.md index df64e0a860a..742e2dc73d5 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/addshapeinchartbyscale/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/addshapeinchartbyscale/_index.md @@ -4,7 +4,7 @@ linktitle: AddShapeInChartByScale second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::AddShapeInChartByScale method. Add a shape to chart. All unit is percent scale of chart area in C++.' type: docs -weight: 2900 +weight: 3000 url: /cpp/aspose.cells.drawing/shapecollection/addshapeinchartbyscale/ --- ## ShapeCollection::AddShapeInChartByScale(MsoDrawingType, PlacementType, double, double, double, double) method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/addtextboxinchart/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/addtextboxinchart/_index.md index 946932f87ab..b9df1d1eba7 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/addtextboxinchart/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/addtextboxinchart/_index.md @@ -4,7 +4,7 @@ linktitle: AddTextBoxInChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::AddTextBoxInChart method. Adds a textbox to the chart in C++.' type: docs -weight: 2000 +weight: 2100 url: /cpp/aspose.cells.drawing/shapecollection/addtextboxinchart/ --- ## ShapeCollection::AddTextBoxInChart method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/addtexteffectinchart/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/addtexteffectinchart/_index.md index 4decfc5f9fe..1ac760b27c9 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/addtexteffectinchart/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/addtexteffectinchart/_index.md @@ -4,7 +4,7 @@ linktitle: AddTextEffectInChart second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::AddTextEffectInChart method. Inserts a WordArt object to the chart in C++.' type: docs -weight: 2100 +weight: 2200 url: /cpp/aspose.cells.drawing/shapecollection/addtexteffectinchart/ --- ## ShapeCollection::AddTextEffectInChart(MsoPresetTextEffect, const U16String\&, const U16String\&, int32_t, bool, bool, int32_t, int32_t, int32_t, int32_t) method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/begin/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/begin/_index.md new file mode 100644 index 00000000000..db38bb344cc --- /dev/null +++ b/english/cpp/aspose.cells.drawing/shapecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::begin method. Returns an iterator to the beginning of the ShapeCollection in C++.' +type: docs +weight: 5600 +url: /cpp/aspose.cells.drawing/shapecollection/begin/ +--- +## ShapeCollection::begin method + + +Returns an iterator to the beginning of the [ShapeCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::ShapeCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ShapeCollection](../). + +## See Also + +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/shapecollection/clear/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/clear/_index.md index f622813010f..1a6f39e2d8e 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/clear/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/clear/_index.md @@ -4,7 +4,7 @@ linktitle: Clear second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::Clear method. Clear all shapes in the worksheet in C++.' type: docs -weight: 5000 +weight: 5100 url: /cpp/aspose.cells.drawing/shapecollection/clear/ --- ## ShapeCollection::Clear method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/copycommentsinrange/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/copycommentsinrange/_index.md index 89771f1006e..7345ba150dd 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/copycommentsinrange/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/copycommentsinrange/_index.md @@ -4,7 +4,7 @@ linktitle: CopyCommentsInRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::CopyCommentsInRange method. Copy all comments in the range in C++.' type: docs -weight: 4200 +weight: 4300 url: /cpp/aspose.cells.drawing/shapecollection/copycommentsinrange/ --- ## ShapeCollection::CopyCommentsInRange method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/copyinrange/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/copyinrange/_index.md index 31d1b811867..6b144cb51f2 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/copyinrange/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/copyinrange/_index.md @@ -4,7 +4,7 @@ linktitle: CopyInRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::CopyInRange method. Copy shapes in the range to destination range in C++.' type: docs -weight: 4300 +weight: 4400 url: /cpp/aspose.cells.drawing/shapecollection/copyinrange/ --- ## ShapeCollection::CopyInRange method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/deleteinrange/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/deleteinrange/_index.md index cc184a4c6b4..bf8a6fe7162 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/deleteinrange/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/deleteinrange/_index.md @@ -4,7 +4,7 @@ linktitle: DeleteInRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::DeleteInRange method. Delete shapes in the range.Comment shapes will not be deleted in C++.' type: docs -weight: 4400 +weight: 4500 url: /cpp/aspose.cells.drawing/shapecollection/deleteinrange/ --- ## ShapeCollection::DeleteInRange method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/deleteshape/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/deleteshape/_index.md index 04efc952047..6d2611e4602 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/deleteshape/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/deleteshape/_index.md @@ -4,7 +4,7 @@ linktitle: DeleteShape second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::DeleteShape method. Delete a shape. If the shape is in the group or is a comment shape, it will not be deleted in C++.' type: docs -weight: 4500 +weight: 4600 url: /cpp/aspose.cells.drawing/shapecollection/deleteshape/ --- ## ShapeCollection::DeleteShape method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/end/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/end/_index.md new file mode 100644 index 00000000000..ab49509d09e --- /dev/null +++ b/english/cpp/aspose.cells.drawing/shapecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::end method. Returns an iterator to the end of the ShapeCollection in C++.' +type: docs +weight: 5700 +url: /cpp/aspose.cells.drawing/shapecollection/end/ +--- +## ShapeCollection::end method + + +Returns an iterator to the end of the [ShapeCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::ShapeCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ShapeCollection](../). + +## See Also + +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/shapecollection/getcount/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/getcount/_index.md index bb356d8ee49..4c284eb4b13 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/getcount/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/getcount/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Drawing::ShapeCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Drawing::ShapeCollection class in C++.' +description: 'Aspose::Cells::Drawing::ShapeCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs -weight: 5400 +weight: 5500 url: /cpp/aspose.cells.drawing/shapecollection/getcount/ --- ## ShapeCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Drawing::ShapeCollection::GetCount() diff --git a/english/cpp/aspose.cells.drawing/shapecollection/group/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/group/_index.md index 2a3b83ff721..e98074d6cc7 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/group/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/group/_index.md @@ -4,7 +4,7 @@ linktitle: Group second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::Group method. Group the shapes in C++.' type: docs -weight: 4600 +weight: 4700 url: /cpp/aspose.cells.drawing/shapecollection/group/ --- ## ShapeCollection::Group method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/remove/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/remove/_index.md index 56abac53913..206706e7086 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/remove/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/remove/_index.md @@ -4,7 +4,7 @@ linktitle: Remove second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::Remove method. Remove the shape in C++.' type: docs -weight: 4900 +weight: 5000 url: /cpp/aspose.cells.drawing/shapecollection/remove/ --- ## ShapeCollection::Remove method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/removeat/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/removeat/_index.md index ce214ffe343..3720f087d5d 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/removeat/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/removeat/_index.md @@ -4,7 +4,7 @@ linktitle: RemoveAt second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::RemoveAt method. Remove the shape in C++.' type: docs -weight: 4800 +weight: 4900 url: /cpp/aspose.cells.drawing/shapecollection/removeat/ --- ## ShapeCollection::RemoveAt method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/ungroup/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/ungroup/_index.md index 81c2d6b8196..497efec14e7 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/ungroup/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/ungroup/_index.md @@ -4,7 +4,7 @@ linktitle: Ungroup second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::Ungroup method. Ungroups the shape items in C++.' type: docs -weight: 4700 +weight: 4800 url: /cpp/aspose.cells.drawing/shapecollection/ungroup/ --- ## ShapeCollection::Ungroup method diff --git a/english/cpp/aspose.cells.drawing/shapecollection/updateselectedvalue/_index.md b/english/cpp/aspose.cells.drawing/shapecollection/updateselectedvalue/_index.md index c61356a412d..3d07b46bd21 100644 --- a/english/cpp/aspose.cells.drawing/shapecollection/updateselectedvalue/_index.md +++ b/english/cpp/aspose.cells.drawing/shapecollection/updateselectedvalue/_index.md @@ -4,7 +4,7 @@ linktitle: UpdateSelectedValue second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeCollection::UpdateSelectedValue method. Update the selected value by the value of the linked cell or range of the shape in C++.' type: docs -weight: 5100 +weight: 5200 url: /cpp/aspose.cells.drawing/shapecollection/updateselectedvalue/ --- ## ShapeCollection::UpdateSelectedValue method diff --git a/english/cpp/aspose.cells.drawing/shapeguidecollection/_impl/_index.md b/english/cpp/aspose.cells.drawing/shapeguidecollection/_impl/_index.md index 053d3b0a735..15293d24dee 100644 --- a/english/cpp/aspose.cells.drawing/shapeguidecollection/_impl/_index.md +++ b/english/cpp/aspose.cells.drawing/shapeguidecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeGuideCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.drawing/shapeguidecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.drawing/shapeguidecollection/_index.md b/english/cpp/aspose.cells.drawing/shapeguidecollection/_index.md index b74059b9fd6..f53b9772079 100644 --- a/english/cpp/aspose.cells.drawing/shapeguidecollection/_index.md +++ b/english/cpp/aspose.cells.drawing/shapeguidecollection/_index.md @@ -22,8 +22,10 @@ class ShapeGuideCollection | --- | --- | | [Add(const U16String\& name, double val)](./add/) | Adds a shape guide.(Important: This feature is currently only available for Excel07 and above) | | [Add(const char16_t* name, double val)](./add/) | Adds a shape guide.(Important: This feature is currently only available for Excel07 and above) | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ShapeGuideCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [ShapeGuideCollection](./). | | [Get(int32_t index)](./get/) | Gets a shape guide by index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const ShapeGuideCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.drawing/shapeguidecollection/begin/_index.md b/english/cpp/aspose.cells.drawing/shapeguidecollection/begin/_index.md new file mode 100644 index 00000000000..b9f68974584 --- /dev/null +++ b/english/cpp/aspose.cells.drawing/shapeguidecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuideCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuideCollection::begin method. Returns an iterator to the beginning of the ShapeGuideCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.drawing/shapeguidecollection/begin/ +--- +## ShapeGuideCollection::begin method + + +Returns an iterator to the beginning of the [ShapeGuideCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::ShapeGuideCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ShapeGuideCollection](../). + +## See Also + +* Class [ShapeGuideCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/shapeguidecollection/end/_index.md b/english/cpp/aspose.cells.drawing/shapeguidecollection/end/_index.md new file mode 100644 index 00000000000..fbb70cefcfc --- /dev/null +++ b/english/cpp/aspose.cells.drawing/shapeguidecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuideCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuideCollection::end method. Returns an iterator to the end of the ShapeGuideCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.drawing/shapeguidecollection/end/ +--- +## ShapeGuideCollection::end method + + +Returns an iterator to the end of the [ShapeGuideCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::ShapeGuideCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ShapeGuideCollection](../). + +## See Also + +* Class [ShapeGuideCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/shapeguidecollection/getcount/_index.md b/english/cpp/aspose.cells.drawing/shapeguidecollection/getcount/_index.md index adaee1a6674..001fbff0553 100644 --- a/english/cpp/aspose.cells.drawing/shapeguidecollection/getcount/_index.md +++ b/english/cpp/aspose.cells.drawing/shapeguidecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Drawing::ShapeGuideCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Drawing::ShapeGuideCollection class in C++.' +description: 'Aspose::Cells::Drawing::ShapeGuideCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.drawing/shapeguidecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.drawing/shapeguidecollection/getcount/ ## ShapeGuideCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Drawing::ShapeGuideCollection::GetCount() diff --git a/english/cpp/aspose.cells.drawing/shapepathcollection/_impl/_index.md b/english/cpp/aspose.cells.drawing/shapepathcollection/_impl/_index.md index f1c9b73c0d8..916c28744fb 100644 --- a/english/cpp/aspose.cells.drawing/shapepathcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.drawing/shapepathcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapePathCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.drawing/shapepathcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.drawing/shapepathcollection/_index.md b/english/cpp/aspose.cells.drawing/shapepathcollection/_index.md index 5edd571946f..408eab8d331 100644 --- a/english/cpp/aspose.cells.drawing/shapepathcollection/_index.md +++ b/english/cpp/aspose.cells.drawing/shapepathcollection/_index.md @@ -21,6 +21,8 @@ class ShapePathCollection | Method | Description | | --- | --- | | [Add()](./add/) | Add a creation path. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ShapePathCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [ShapePathCollection](./). | | [Get(int32_t index)](./get/) | Gets a creation path. | | [GetCount()](./getcount/) | Gets the count of paths. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | diff --git a/english/cpp/aspose.cells.drawing/shapepathcollection/begin/_index.md b/english/cpp/aspose.cells.drawing/shapepathcollection/begin/_index.md new file mode 100644 index 00000000000..3ff86ed1593 --- /dev/null +++ b/english/cpp/aspose.cells.drawing/shapepathcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapePathCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathCollection::begin method. Returns an iterator to the beginning of the ShapePathCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.drawing/shapepathcollection/begin/ +--- +## ShapePathCollection::begin method + + +Returns an iterator to the beginning of the [ShapePathCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::ShapePathCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ShapePathCollection](../). + +## See Also + +* Class [ShapePathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/shapepathcollection/end/_index.md b/english/cpp/aspose.cells.drawing/shapepathcollection/end/_index.md new file mode 100644 index 00000000000..bdbdd979f5e --- /dev/null +++ b/english/cpp/aspose.cells.drawing/shapepathcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapePathCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathCollection::end method. Returns an iterator to the end of the ShapePathCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.drawing/shapepathcollection/end/ +--- +## ShapePathCollection::end method + + +Returns an iterator to the end of the [ShapePathCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::ShapePathCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ShapePathCollection](../). + +## See Also + +* Class [ShapePathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/shapepathpointcollection/_impl/_index.md b/english/cpp/aspose.cells.drawing/shapepathpointcollection/_impl/_index.md index 9325f1be571..b5ddc7c450a 100644 --- a/english/cpp/aspose.cells.drawing/shapepathpointcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.drawing/shapepathpointcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapePathPointCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.drawing/shapepathpointcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.drawing/shapepathpointcollection/_index.md b/english/cpp/aspose.cells.drawing/shapepathpointcollection/_index.md index 0b4c14e5c72..617a9ec5c49 100644 --- a/english/cpp/aspose.cells.drawing/shapepathpointcollection/_index.md +++ b/english/cpp/aspose.cells.drawing/shapepathpointcollection/_index.md @@ -21,8 +21,10 @@ class ShapePathPointCollection | Method | Description | | --- | --- | | [Add(int32_t x, int32_t y)](./add/) | **(Deprecated)** Adds a path point in unit of EMUs. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ShapePathPointCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [ShapePathPointCollection](./). | | [Get(int32_t index)](./get/) | Gets shape path point by index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const ShapePathPointCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.drawing/shapepathpointcollection/begin/_index.md b/english/cpp/aspose.cells.drawing/shapepathpointcollection/begin/_index.md new file mode 100644 index 00000000000..68240d4b847 --- /dev/null +++ b/english/cpp/aspose.cells.drawing/shapepathpointcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPointCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPointCollection::begin method. Returns an iterator to the beginning of the ShapePathPointCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.drawing/shapepathpointcollection/begin/ +--- +## ShapePathPointCollection::begin method + + +Returns an iterator to the beginning of the [ShapePathPointCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::ShapePathPointCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ShapePathPointCollection](../). + +## See Also + +* Class [ShapePathPointCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/shapepathpointcollection/end/_index.md b/english/cpp/aspose.cells.drawing/shapepathpointcollection/end/_index.md new file mode 100644 index 00000000000..4118f9cbb75 --- /dev/null +++ b/english/cpp/aspose.cells.drawing/shapepathpointcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPointCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPointCollection::end method. Returns an iterator to the end of the ShapePathPointCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.drawing/shapepathpointcollection/end/ +--- +## ShapePathPointCollection::end method + + +Returns an iterator to the end of the [ShapePathPointCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::ShapePathPointCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ShapePathPointCollection](../). + +## See Also + +* Class [ShapePathPointCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/shapepathpointcollection/getcount/_index.md b/english/cpp/aspose.cells.drawing/shapepathpointcollection/getcount/_index.md index e32c377cdda..5440b5b83e6 100644 --- a/english/cpp/aspose.cells.drawing/shapepathpointcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.drawing/shapepathpointcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Drawing::ShapePathPointCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Drawing::ShapePathPointCollection class in C++.' +description: 'Aspose::Cells::Drawing::ShapePathPointCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.drawing/shapepathpointcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.drawing/shapepathpointcollection/getcount/ ## ShapePathPointCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Drawing::ShapePathPointCollection::GetCount() diff --git a/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/_impl/_index.md b/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/_impl/_index.md index 3e11848d412..021ece54b54 100644 --- a/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::ShapeSegmentPathCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.drawing/shapesegmentpathcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/_index.md b/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/_index.md index 97261a96069..f30389f191d 100644 --- a/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/_index.md +++ b/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/_index.md @@ -21,8 +21,10 @@ class ShapeSegmentPathCollection | Method | Description | | --- | --- | | [Add(ShapePathType type)](./add/) | Add a segment path in creation path. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ShapeSegmentPathCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [ShapeSegmentPathCollection](./). | | [Get(int32_t index)](./get/) | Gets [ShapeSegmentPath](../shapesegmentpath/) object. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const ShapeSegmentPathCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/begin/_index.md b/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/begin/_index.md new file mode 100644 index 00000000000..6a2d3f58def --- /dev/null +++ b/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPathCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPathCollection::begin method. Returns an iterator to the beginning of the ShapeSegmentPathCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.drawing/shapesegmentpathcollection/begin/ +--- +## ShapeSegmentPathCollection::begin method + + +Returns an iterator to the beginning of the [ShapeSegmentPathCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::ShapeSegmentPathCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ShapeSegmentPathCollection](../). + +## See Also + +* Class [ShapeSegmentPathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/end/_index.md b/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/end/_index.md new file mode 100644 index 00000000000..f630f76ecc0 --- /dev/null +++ b/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPathCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPathCollection::end method. Returns an iterator to the end of the ShapeSegmentPathCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.drawing/shapesegmentpathcollection/end/ +--- +## ShapeSegmentPathCollection::end method + + +Returns an iterator to the end of the [ShapeSegmentPathCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::ShapeSegmentPathCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ShapeSegmentPathCollection](../). + +## See Also + +* Class [ShapeSegmentPathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/getcount/_index.md b/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/getcount/_index.md index db88e138865..ee1d416f4eb 100644 --- a/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.drawing/shapesegmentpathcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Drawing::ShapeSegmentPathCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Drawing::ShapeSegmentPathCollection class in C++.' +description: 'Aspose::Cells::Drawing::ShapeSegmentPathCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.drawing/shapesegmentpathcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.drawing/shapesegmentpathcollection/getcount/ ## ShapeSegmentPathCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Drawing::ShapeSegmentPathCollection::GetCount() diff --git a/english/cpp/aspose.cells.drawing/signaturetype/_index.md b/english/cpp/aspose.cells.drawing/signaturetype/_index.md index 2699c6204cb..a07136c7010 100644 --- a/english/cpp/aspose.cells.drawing/signaturetype/_index.md +++ b/english/cpp/aspose.cells.drawing/signaturetype/_index.md @@ -4,7 +4,7 @@ linktitle: SignatureType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::SignatureType enum. Specifies the signature type in C++.' type: docs -weight: 11700 +weight: 11800 url: /cpp/aspose.cells.drawing/signaturetype/ --- ## SignatureType enum diff --git a/english/cpp/aspose.cells.drawing/textboxcollection/_impl/_index.md b/english/cpp/aspose.cells.drawing/textboxcollection/_impl/_index.md index 77bff130cf9..a8f9b7e4df6 100644 --- a/english/cpp/aspose.cells.drawing/textboxcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.drawing/textboxcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::TextBoxCollection::_impl field. The implementation object in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells.drawing/textboxcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.drawing/textboxcollection/_index.md b/english/cpp/aspose.cells.drawing/textboxcollection/_index.md index 24f21dbacca..1ba0dca716f 100644 --- a/english/cpp/aspose.cells.drawing/textboxcollection/_index.md +++ b/english/cpp/aspose.cells.drawing/textboxcollection/_index.md @@ -21,11 +21,13 @@ class TextBoxCollection | Method | Description | | --- | --- | | [Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width)](./add/) | Adds a textbox to the collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [TextBoxCollection](./). | | [Clear()](./clear/) | Clear all text boxes. | +| [end()](./end/) | Returns an iterator to the end of the [TextBoxCollection](./). | | [Get(int32_t index)](./get/) | Gets the [TextBox](../textbox/) element at the specified index. | | [Get(const U16String\& name)](./get/) | Gets the [TextBox](../textbox/) element by the name. | | [Get(const char16_t* name)](./get/) | Gets the [TextBox](../textbox/) element by the name. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const TextBoxCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.drawing/textboxcollection/begin/_index.md b/english/cpp/aspose.cells.drawing/textboxcollection/begin/_index.md new file mode 100644 index 00000000000..2e4ba8f69e9 --- /dev/null +++ b/english/cpp/aspose.cells.drawing/textboxcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::TextBoxCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBoxCollection::begin method. Returns an iterator to the beginning of the TextBoxCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.drawing/textboxcollection/begin/ +--- +## TextBoxCollection::begin method + + +Returns an iterator to the beginning of the [TextBoxCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::TextBoxCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [TextBoxCollection](../). + +## See Also + +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/textboxcollection/end/_index.md b/english/cpp/aspose.cells.drawing/textboxcollection/end/_index.md new file mode 100644 index 00000000000..51bade73d41 --- /dev/null +++ b/english/cpp/aspose.cells.drawing/textboxcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::TextBoxCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBoxCollection::end method. Returns an iterator to the end of the TextBoxCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells.drawing/textboxcollection/end/ +--- +## TextBoxCollection::end method + + +Returns an iterator to the end of the [TextBoxCollection](../). + +```cpp +Iterator Aspose::Cells::Drawing::TextBoxCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [TextBoxCollection](../). + +## See Also + +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.drawing/textboxcollection/getcount/_index.md b/english/cpp/aspose.cells.drawing/textboxcollection/getcount/_index.md index 376318cb599..9b84fd3d407 100644 --- a/english/cpp/aspose.cells.drawing/textboxcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.drawing/textboxcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Drawing::TextBoxCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Drawing::TextBoxCollection class in C++.' +description: 'Aspose::Cells::Drawing::TextBoxCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1000 url: /cpp/aspose.cells.drawing/textboxcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.drawing/textboxcollection/getcount/ ## TextBoxCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Drawing::TextBoxCollection::GetCount() diff --git a/english/cpp/aspose.cells.drawing/textoverflowtype/_index.md b/english/cpp/aspose.cells.drawing/textoverflowtype/_index.md index d39e6d139a0..cf77da972b5 100644 --- a/english/cpp/aspose.cells.drawing/textoverflowtype/_index.md +++ b/english/cpp/aspose.cells.drawing/textoverflowtype/_index.md @@ -4,7 +4,7 @@ linktitle: TextOverflowType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::TextOverflowType enum. Represents the way the text vertical or horizontal overflow in C++.' type: docs -weight: 11800 +weight: 11900 url: /cpp/aspose.cells.drawing/textoverflowtype/ --- ## TextOverflowType enum diff --git a/english/cpp/aspose.cells.drawing/texturetype/_index.md b/english/cpp/aspose.cells.drawing/texturetype/_index.md index 8f6eecc863c..c00ecdfc901 100644 --- a/english/cpp/aspose.cells.drawing/texturetype/_index.md +++ b/english/cpp/aspose.cells.drawing/texturetype/_index.md @@ -4,7 +4,7 @@ linktitle: TextureType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::TextureType enum. Represents the preset texture type in C++.' type: docs -weight: 11900 +weight: 12000 url: /cpp/aspose.cells.drawing/texturetype/ --- ## TextureType enum diff --git a/english/cpp/aspose.cells.drawing/weighttype/_index.md b/english/cpp/aspose.cells.drawing/weighttype/_index.md index b1f5ab7ea12..96ee1d24606 100644 --- a/english/cpp/aspose.cells.drawing/weighttype/_index.md +++ b/english/cpp/aspose.cells.drawing/weighttype/_index.md @@ -4,7 +4,7 @@ linktitle: WeightType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Drawing::WeightType enum. Enumerates the weight types for a picture border or a chart line in C++.' type: docs -weight: 12000 +weight: 12100 url: /cpp/aspose.cells.drawing/weighttype/ --- ## WeightType enum diff --git a/english/cpp/aspose.cells.externalconnections/_index.md b/english/cpp/aspose.cells.externalconnections/_index.md index 8ea5e19b07f..cf5bcba1f21 100644 --- a/english/cpp/aspose.cells.externalconnections/_index.md +++ b/english/cpp/aspose.cells.externalconnections/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::ExternalConnections second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::ExternalConnections namespace in C++.' type: docs -weight: 800 +weight: 900 url: /cpp/aspose.cells.externalconnections/ --- diff --git a/english/cpp/aspose.cells.externalconnections/connectionparametercollection/_impl/_index.md b/english/cpp/aspose.cells.externalconnections/connectionparametercollection/_impl/_index.md index d02995300ee..4d992249760 100644 --- a/english/cpp/aspose.cells.externalconnections/connectionparametercollection/_impl/_index.md +++ b/english/cpp/aspose.cells.externalconnections/connectionparametercollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::ConnectionParameterCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1000 url: /cpp/aspose.cells.externalconnections/connectionparametercollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.externalconnections/connectionparametercollection/_index.md b/english/cpp/aspose.cells.externalconnections/connectionparametercollection/_index.md index 8d45ea87416..87bb9f0c37b 100644 --- a/english/cpp/aspose.cells.externalconnections/connectionparametercollection/_index.md +++ b/english/cpp/aspose.cells.externalconnections/connectionparametercollection/_index.md @@ -20,12 +20,14 @@ class ConnectionParameterCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ConnectionParameterCollection](./). | | [ConnectionParameterCollection(ConnectionParameterCollection_Impl* impl)](./connectionparametercollection/) | Constructs from an implementation object. | | [ConnectionParameterCollection(const ConnectionParameterCollection\& src)](./connectionparametercollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [ConnectionParameterCollection](./). | | [Get(int32_t index)](./get/) | Gets the [ConnectionParameter](../connectionparameter/) element at the specified index. | | [Get(const U16String\& connParamName)](./get/) | Gets the [ConnectionParameter](../connectionparameter/) element with the specified name. | | [Get(const char16_t* connParamName)](./get/) | Gets the [ConnectionParameter](../connectionparameter/) element with the specified name. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const ConnectionParameterCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.externalconnections/connectionparametercollection/begin/_index.md b/english/cpp/aspose.cells.externalconnections/connectionparametercollection/begin/_index.md new file mode 100644 index 00000000000..b7601b391aa --- /dev/null +++ b/english/cpp/aspose.cells.externalconnections/connectionparametercollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameterCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameterCollection::begin method. Returns an iterator to the beginning of the ConnectionParameterCollection in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells.externalconnections/connectionparametercollection/begin/ +--- +## ConnectionParameterCollection::begin method + + +Returns an iterator to the beginning of the [ConnectionParameterCollection](../). + +```cpp +Iterator Aspose::Cells::ExternalConnections::ConnectionParameterCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ConnectionParameterCollection](../). + +## See Also + +* Class [ConnectionParameterCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.externalconnections/connectionparametercollection/end/_index.md b/english/cpp/aspose.cells.externalconnections/connectionparametercollection/end/_index.md new file mode 100644 index 00000000000..656a882767e --- /dev/null +++ b/english/cpp/aspose.cells.externalconnections/connectionparametercollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameterCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameterCollection::end method. Returns an iterator to the end of the ConnectionParameterCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.externalconnections/connectionparametercollection/end/ +--- +## ConnectionParameterCollection::end method + + +Returns an iterator to the end of the [ConnectionParameterCollection](../). + +```cpp +Iterator Aspose::Cells::ExternalConnections::ConnectionParameterCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ConnectionParameterCollection](../). + +## See Also + +* Class [ConnectionParameterCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.externalconnections/connectionparametercollection/getcount/_index.md b/english/cpp/aspose.cells.externalconnections/connectionparametercollection/getcount/_index.md index f164c0c8398..0b815f98784 100644 --- a/english/cpp/aspose.cells.externalconnections/connectionparametercollection/getcount/_index.md +++ b/english/cpp/aspose.cells.externalconnections/connectionparametercollection/getcount/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::ExternalConnections::ConnectionParameterCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::ExternalConnections::ConnectionParameterCollection class in C++.' +description: 'Aspose::Cells::ExternalConnections::ConnectionParameterCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs -weight: 800 +weight: 700 url: /cpp/aspose.cells.externalconnections/connectionparametercollection/getcount/ --- ## ConnectionParameterCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::ExternalConnections::ConnectionParameterCollection::GetCount() diff --git a/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/_impl/_index.md b/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/_impl/_index.md index a599ec15ebf..13aa9077797 100644 --- a/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/_impl/_index.md +++ b/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::ExternalConnectionCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.externalconnections/externalconnectioncollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/_index.md b/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/_index.md index 6147de13e7d..7eb7a677ae1 100644 --- a/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/_index.md +++ b/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/_index.md @@ -20,12 +20,14 @@ class ExternalConnectionCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ExternalConnectionCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [ExternalConnectionCollection](./). | | [ExternalConnectionCollection(ExternalConnectionCollection_Impl* impl)](./externalconnectioncollection/) | Constructs from an implementation object. | | [ExternalConnectionCollection(const ExternalConnectionCollection\& src)](./externalconnectioncollection/) | Copy constructor. | | [Get(int32_t index)](./get/) | Gets the [ExternalConnection](../externalconnection/) element at the specified index. | | [Get(const U16String\& connectionName)](./get/) | Gets the [ExternalConnection](../externalconnection/) element with the specified name. | | [Get(const char16_t* connectionName)](./get/) | Gets the [ExternalConnection](../externalconnection/) element with the specified name. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [GetExternalConnectionById(int32_t connId)](./getexternalconnectionbyid/) | Gets the [ExternalConnection](../externalconnection/) element with the specified id. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | diff --git a/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/begin/_index.md b/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/begin/_index.md new file mode 100644 index 00000000000..26db56e0029 --- /dev/null +++ b/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnectionCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnectionCollection::begin method. Returns an iterator to the beginning of the ExternalConnectionCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.externalconnections/externalconnectioncollection/begin/ +--- +## ExternalConnectionCollection::begin method + + +Returns an iterator to the beginning of the [ExternalConnectionCollection](../). + +```cpp +Iterator Aspose::Cells::ExternalConnections::ExternalConnectionCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ExternalConnectionCollection](../). + +## See Also + +* Class [ExternalConnectionCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/end/_index.md b/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/end/_index.md new file mode 100644 index 00000000000..e6e51a8ae57 --- /dev/null +++ b/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnectionCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnectionCollection::end method. Returns an iterator to the end of the ExternalConnectionCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.externalconnections/externalconnectioncollection/end/ +--- +## ExternalConnectionCollection::end method + + +Returns an iterator to the end of the [ExternalConnectionCollection](../). + +```cpp +Iterator Aspose::Cells::ExternalConnections::ExternalConnectionCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ExternalConnectionCollection](../). + +## See Also + +* Class [ExternalConnectionCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/getcount/_index.md b/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/getcount/_index.md index 56fac01e5c2..d671a92583e 100644 --- a/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/getcount/_index.md +++ b/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/getcount/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::ExternalConnections::ExternalConnectionCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::ExternalConnections::ExternalConnectionCollection class in C++.' +description: 'Aspose::Cells::ExternalConnections::ExternalConnectionCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs -weight: 900 +weight: 800 url: /cpp/aspose.cells.externalconnections/externalconnectioncollection/getcount/ --- ## ExternalConnectionCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::ExternalConnections::ExternalConnectionCollection::GetCount() diff --git a/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/getexternalconnectionbyid/_index.md b/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/getexternalconnectionbyid/_index.md index 0abf723fb87..709b753ec42 100644 --- a/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/getexternalconnectionbyid/_index.md +++ b/english/cpp/aspose.cells.externalconnections/externalconnectioncollection/getexternalconnectionbyid/_index.md @@ -4,7 +4,7 @@ linktitle: GetExternalConnectionById second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::ExternalConnectionCollection::GetExternalConnectionById method. Gets the ExternalConnection element with the specified id in C++.' type: docs -weight: 800 +weight: 700 url: /cpp/aspose.cells.externalconnections/externalconnectioncollection/getexternalconnectionbyid/ --- ## ExternalConnectionCollection::GetExternalConnectionById method diff --git a/english/cpp/aspose.cells.externalconnections/htmlformathandlingtype/_index.md b/english/cpp/aspose.cells.externalconnections/htmlformathandlingtype/_index.md index 7f9f779b96a..932b40d866b 100644 --- a/english/cpp/aspose.cells.externalconnections/htmlformathandlingtype/_index.md +++ b/english/cpp/aspose.cells.externalconnections/htmlformathandlingtype/_index.md @@ -4,7 +4,7 @@ linktitle: HtmlFormatHandlingType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::HtmlFormatHandlingType enum. Specifies how to handle formatting from the HTML source in C++.' type: docs -weight: 1100 +weight: 1200 url: /cpp/aspose.cells.externalconnections/htmlformathandlingtype/ --- ## HtmlFormatHandlingType enum diff --git a/english/cpp/aspose.cells.externalconnections/reconnectionmethodtype/_index.md b/english/cpp/aspose.cells.externalconnections/reconnectionmethodtype/_index.md index 2ac3d019d52..d060510dd25 100644 --- a/english/cpp/aspose.cells.externalconnections/reconnectionmethodtype/_index.md +++ b/english/cpp/aspose.cells.externalconnections/reconnectionmethodtype/_index.md @@ -4,7 +4,7 @@ linktitle: ReConnectionMethodType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::ReConnectionMethodType enum. Specifies what the spreadsheet application should do when a connection fails in C++.' type: docs -weight: 1300 +weight: 1400 url: /cpp/aspose.cells.externalconnections/reconnectionmethodtype/ --- ## ReConnectionMethodType enum diff --git a/english/cpp/aspose.cells.externalconnections/sqldatatype/_index.md b/english/cpp/aspose.cells.externalconnections/sqldatatype/_index.md index 1ead386962a..32681183f1a 100644 --- a/english/cpp/aspose.cells.externalconnections/sqldatatype/_index.md +++ b/english/cpp/aspose.cells.externalconnections/sqldatatype/_index.md @@ -4,7 +4,7 @@ linktitle: SqlDataType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::SqlDataType enum. Specifies SQL data type of the parameter. Only valid for ODBC sources in C++.' type: docs -weight: 1400 +weight: 1500 url: /cpp/aspose.cells.externalconnections/sqldatatype/ --- ## SqlDataType enum diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/_impl/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/_impl/_index.md index 9ef205b11bf..0f6c06ec9c6 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/_impl/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::_impl field. The implementation object in C++.' type: docs -weight: 3200 +weight: 3400 url: /cpp/aspose.cells.externalconnections/webqueryconnection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/geteditwebpage/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/geteditwebpage/_index.md index 38642eded16..6d4685abf3a 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/geteditwebpage/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/geteditwebpage/_index.md @@ -4,7 +4,7 @@ linktitle: GetEditWebPage second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::GetEditWebPage method. The URL of the user-facing web page showing the web query data. This URL is persisted in the case that sourceData="true" and url has been redirected to reference an XML file. Then the user-facing page can be shown in the UI, and the XML data can be retrieved behind the scenes in C++.' type: docs -weight: 2800 +weight: 3000 url: /cpp/aspose.cells.externalconnections/webqueryconnection/geteditwebpage/ --- ## WebQueryConnection::GetEditWebPage method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/gethtmlformat/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/gethtmlformat/_index.md index 2e72a90fa70..68ef980f3fc 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/gethtmlformat/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/gethtmlformat/_index.md @@ -4,7 +4,7 @@ linktitle: GetHtmlFormat second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::GetHtmlFormat method. How to handle formatting from the HTML source when bringing web query data into the worksheet. Relevant when sourceData is True in C++.' type: docs -weight: 2400 +weight: 2600 url: /cpp/aspose.cells.externalconnections/webqueryconnection/gethtmlformat/ --- ## WebQueryConnection::GetHtmlFormat method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/getpost/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/getpost/_index.md index 8004dcca856..1f0c934a465 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/getpost/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/getpost/_index.md @@ -4,7 +4,7 @@ linktitle: GetPost second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::GetPost method. Returns or sets the string used with the post method of inputting data into a web server to return data from a web query in C++.' type: docs -weight: 1800 +weight: 2000 url: /cpp/aspose.cells.externalconnections/webqueryconnection/getpost/ --- ## WebQueryConnection::GetPost method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/geturl/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/geturl/_index.md index c1cad9be223..238ea99ddf4 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/geturl/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/geturl/_index.md @@ -4,7 +4,7 @@ linktitle: GetUrl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::GetUrl method. URL to use to refresh external data in C++.' type: docs -weight: 1200 +weight: 1300 url: /cpp/aspose.cells.externalconnections/webqueryconnection/geturl/ --- ## WebQueryConnection::GetUrl method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/isconsecutive/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/isconsecutive/_index.md index c2597c0c79a..978062b4aa0 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/isconsecutive/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/isconsecutive/_index.md @@ -4,7 +4,7 @@ linktitle: IsConsecutive second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsConsecutive method. Flag indicating whether consecutive delimiters should be treated as just one delimiter in C++.' type: docs -weight: 3000 +weight: 3200 url: /cpp/aspose.cells.externalconnections/webqueryconnection/isconsecutive/ --- ## WebQueryConnection::IsConsecutive method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/ishtmltables/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/ishtmltables/_index.md index b4a61ae85ec..55cef2b5585 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/ishtmltables/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/ishtmltables/_index.md @@ -4,7 +4,7 @@ linktitle: IsHtmlTables second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsHtmlTables method. Flag indicating whether web queries should only work on HTML tables in C++.' type: docs -weight: 2200 +weight: 2400 url: /cpp/aspose.cells.externalconnections/webqueryconnection/ishtmltables/ --- ## WebQueryConnection::IsHtmlTables method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/isparsepre/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/isparsepre/_index.md index 40c7d08d9a7..532895c7823 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/isparsepre/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/isparsepre/_index.md @@ -4,7 +4,7 @@ linktitle: IsParsePre second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsParsePre method. Flag indicating whether data contained within HTML PRE tags in the web page is parsed into columns when you import the page into a query table in C++.' type: docs -weight: 2000 +weight: 2200 url: /cpp/aspose.cells.externalconnections/webqueryconnection/isparsepre/ --- ## WebQueryConnection::IsParsePre method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/issamesettings/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/issamesettings/_index.md index 09b2fb7bf6c..4b53c369eb2 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/issamesettings/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/issamesettings/_index.md @@ -4,7 +4,7 @@ linktitle: IsSameSettings second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsSameSettings method. Flag indicating whether to parse all tables inside a PRE block with the same width settings as the first row in C++.' type: docs -weight: 2600 +weight: 2800 url: /cpp/aspose.cells.externalconnections/webqueryconnection/issamesettings/ --- ## WebQueryConnection::IsSameSettings method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/istextdates/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/istextdates/_index.md index f23ff6e8b94..aa9f332edd2 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/istextdates/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/istextdates/_index.md @@ -4,7 +4,7 @@ linktitle: IsTextDates second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsTextDates method. Flag indicating whether dates should be imported into cells in the worksheet as text rather than dates in C++.' type: docs -weight: 1400 +weight: 1600 url: /cpp/aspose.cells.externalconnections/webqueryconnection/istextdates/ --- ## WebQueryConnection::IsTextDates method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxl2000/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxl2000/_index.md index 293120fc6d3..876df814f98 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxl2000/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxl2000/_index.md @@ -4,7 +4,7 @@ linktitle: IsXl2000 second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsXl2000 method. This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was refreshed in a spreadsheet application newer than or equal to Microsoft Excel 2000. This is an optional attribute that can be ignored in C++.' type: docs -weight: 1000 +weight: 1100 url: /cpp/aspose.cells.externalconnections/webqueryconnection/isxl2000/ --- ## WebQueryConnection::IsXl2000 method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxl97/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxl97/_index.md index e3295e4d021..e3a64540af2 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxl97/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxl97/_index.md @@ -4,7 +4,7 @@ linktitle: IsXl97 second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsXl97 method. This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was created in Microsoft Excel 97. This is an optional attribute that can be ignored in C++.' type: docs -weight: 800 +weight: 900 url: /cpp/aspose.cells.externalconnections/webqueryconnection/isxl97/ --- ## WebQueryConnection::IsXl97 method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxml/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxml/_index.md index 84c1bba6038..7d487de75d1 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxml/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxml/_index.md @@ -4,7 +4,7 @@ linktitle: IsXml second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsXml method. true if the web query source is XML (versus HTML), otherwise false in C++.' type: docs -weight: 600 +weight: 700 url: /cpp/aspose.cells.externalconnections/webqueryconnection/isxml/ --- ## WebQueryConnection::IsXml method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxmlsourcedata/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxmlsourcedata/_index.md index 2d67eeb73a5..63907e32dc3 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxmlsourcedata/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/isxmlsourcedata/_index.md @@ -4,7 +4,7 @@ linktitle: IsXmlSourceData second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsXmlSourceData method. Flag indicating that XML source data should be imported instead of the HTML table itself in C++.' type: docs -weight: 1600 +weight: 1800 url: /cpp/aspose.cells.externalconnections/webqueryconnection/isxmlsourcedata/ --- ## WebQueryConnection::IsXmlSourceData method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/seteditwebpage/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/seteditwebpage/_index.md index 90dadd3c909..850a80739d2 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/seteditwebpage/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/seteditwebpage/_index.md @@ -4,7 +4,7 @@ linktitle: SetEditWebPage second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetEditWebPage method. The URL of the user-facing web page showing the web query data. This URL is persisted in the case that sourceData="true" and url has been redirected to reference an XML file. Then the user-facing page can be shown in the UI, and the XML data can be retrieved behind the scenes in C++.' type: docs -weight: 2900 +weight: 3100 url: /cpp/aspose.cells.externalconnections/webqueryconnection/seteditwebpage/ --- ## WebQueryConnection::SetEditWebPage(const U16String\&) method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/sethtmlformat/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/sethtmlformat/_index.md index 7c769bf8240..be4a4a895d3 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/sethtmlformat/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/sethtmlformat/_index.md @@ -4,7 +4,7 @@ linktitle: SetHtmlFormat second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetHtmlFormat method. How to handle formatting from the HTML source when bringing web query data into the worksheet. Relevant when sourceData is True in C++.' type: docs -weight: 2500 +weight: 2700 url: /cpp/aspose.cells.externalconnections/webqueryconnection/sethtmlformat/ --- ## WebQueryConnection::SetHtmlFormat method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisconsecutive/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisconsecutive/_index.md index 58ad9baafb5..c6e04c60d90 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisconsecutive/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisconsecutive/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsConsecutive second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsConsecutive method. Flag indicating whether consecutive delimiters should be treated as just one delimiter in C++.' type: docs -weight: 3100 +weight: 3300 url: /cpp/aspose.cells.externalconnections/webqueryconnection/setisconsecutive/ --- ## WebQueryConnection::SetIsConsecutive method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setishtmltables/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setishtmltables/_index.md index c5aa99cd6ef..bbde5870b1c 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setishtmltables/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setishtmltables/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsHtmlTables second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsHtmlTables method. Flag indicating whether web queries should only work on HTML tables in C++.' type: docs -weight: 2300 +weight: 2500 url: /cpp/aspose.cells.externalconnections/webqueryconnection/setishtmltables/ --- ## WebQueryConnection::SetIsHtmlTables method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisparsepre/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisparsepre/_index.md index 51380681b16..b95646836f3 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisparsepre/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisparsepre/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsParsePre second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsParsePre method. Flag indicating whether data contained within HTML PRE tags in the web page is parsed into columns when you import the page into a query table in C++.' type: docs -weight: 2100 +weight: 2300 url: /cpp/aspose.cells.externalconnections/webqueryconnection/setisparsepre/ --- ## WebQueryConnection::SetIsParsePre method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setissamesettings/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setissamesettings/_index.md index 2ad0a34029d..3dc7910c381 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setissamesettings/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setissamesettings/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsSameSettings second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsSameSettings method. Flag indicating whether to parse all tables inside a PRE block with the same width settings as the first row in C++.' type: docs -weight: 2700 +weight: 2900 url: /cpp/aspose.cells.externalconnections/webqueryconnection/setissamesettings/ --- ## WebQueryConnection::SetIsSameSettings method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setistextdates/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setistextdates/_index.md index 921ae502e6e..a881d552469 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setistextdates/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setistextdates/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsTextDates second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsTextDates method. Flag indicating whether dates should be imported into cells in the worksheet as text rather than dates in C++.' type: docs -weight: 1500 +weight: 1700 url: /cpp/aspose.cells.externalconnections/webqueryconnection/setistextdates/ --- ## WebQueryConnection::SetIsTextDates method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisxl2000/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisxl2000/_index.md index e504745f8d0..29d2b68a706 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisxl2000/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisxl2000/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsXl2000 second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsXl2000 method. This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was refreshed in a spreadsheet application newer than or equal to Microsoft Excel 2000. This is an optional attribute that can be ignored in C++.' type: docs -weight: 1100 +weight: 1200 url: /cpp/aspose.cells.externalconnections/webqueryconnection/setisxl2000/ --- ## WebQueryConnection::SetIsXl2000 method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisxml/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisxml/_index.md index 55357fe4126..d77b15abb42 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisxml/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisxml/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsXml second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsXml method. true if the web query source is XML (versus HTML), otherwise false in C++.' type: docs -weight: 700 +weight: 800 url: /cpp/aspose.cells.externalconnections/webqueryconnection/setisxml/ --- ## WebQueryConnection::SetIsXml method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisxmlsourcedata/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisxmlsourcedata/_index.md index 209be485312..f13f950516c 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisxmlsourcedata/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setisxmlsourcedata/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsXmlSourceData second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsXmlSourceData method. Flag indicating that XML source data should be imported instead of the HTML table itself in C++.' type: docs -weight: 1700 +weight: 1900 url: /cpp/aspose.cells.externalconnections/webqueryconnection/setisxmlsourcedata/ --- ## WebQueryConnection::SetIsXmlSourceData method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setpost/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setpost/_index.md index 7482449026f..413a56dc815 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/setpost/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/setpost/_index.md @@ -4,7 +4,7 @@ linktitle: SetPost second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetPost method. Returns or sets the string used with the post method of inputting data into a web server to return data from a web query in C++.' type: docs -weight: 1900 +weight: 2100 url: /cpp/aspose.cells.externalconnections/webqueryconnection/setpost/ --- ## WebQueryConnection::SetPost(const U16String\&) method diff --git a/english/cpp/aspose.cells.externalconnections/webqueryconnection/seturl/_index.md b/english/cpp/aspose.cells.externalconnections/webqueryconnection/seturl/_index.md index 797dd94be02..412869b8579 100644 --- a/english/cpp/aspose.cells.externalconnections/webqueryconnection/seturl/_index.md +++ b/english/cpp/aspose.cells.externalconnections/webqueryconnection/seturl/_index.md @@ -4,7 +4,7 @@ linktitle: SetUrl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetUrl method. URL to use to refresh external data in C++.' type: docs -weight: 1300 +weight: 1400 url: /cpp/aspose.cells.externalconnections/webqueryconnection/seturl/ --- ## WebQueryConnection::SetUrl(const U16String\&) method diff --git a/english/cpp/aspose.cells.markdown/_index.md b/english/cpp/aspose.cells.markdown/_index.md index b0e0b91a1de..cf8f6eb5c33 100644 --- a/english/cpp/aspose.cells.markdown/_index.md +++ b/english/cpp/aspose.cells.markdown/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::Markdown second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::Markdown namespace in C++.' type: docs -weight: 1200 +weight: 1300 url: /cpp/aspose.cells.markdown/ --- diff --git a/english/cpp/aspose.cells.markup/_index.md b/english/cpp/aspose.cells.markup/_index.md index f67a858758e..4648e38f934 100644 --- a/english/cpp/aspose.cells.markup/_index.md +++ b/english/cpp/aspose.cells.markup/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::Markup second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::Markup namespace in C++.' type: docs -weight: 1000 +weight: 1400 url: /cpp/aspose.cells.markup/ --- diff --git a/english/cpp/aspose.cells.markup/customxmlpartcollection/_impl/_index.md b/english/cpp/aspose.cells.markup/customxmlpartcollection/_impl/_index.md index f3ab1dac307..aa84e8956f4 100644 --- a/english/cpp/aspose.cells.markup/customxmlpartcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.markup/customxmlpartcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Markup::CustomXmlPartCollection::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells.markup/customxmlpartcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.markup/customxmlpartcollection/_index.md b/english/cpp/aspose.cells.markup/customxmlpartcollection/_index.md index 1b08be95d10..0c3aac53a2b 100644 --- a/english/cpp/aspose.cells.markup/customxmlpartcollection/_index.md +++ b/english/cpp/aspose.cells.markup/customxmlpartcollection/_index.md @@ -21,10 +21,12 @@ class CustomXmlPartCollection | Method | Description | | --- | --- | | [Add(const Vector \\& data, const Vector \\& shemaData)](./add/) | Adds an item to the collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [CustomXmlPartCollection](./). | | [CustomXmlPartCollection(CustomXmlPartCollection_Impl* impl)](./customxmlpartcollection/) | Constructs from an implementation object. | | [CustomXmlPartCollection(const CustomXmlPartCollection\& src)](./customxmlpartcollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [CustomXmlPartCollection](./). | | [Get(int32_t index)](./get/) | Gets an item at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const CustomXmlPartCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.markup/customxmlpartcollection/begin/_index.md b/english/cpp/aspose.cells.markup/customxmlpartcollection/begin/_index.md new file mode 100644 index 00000000000..f766d2818b4 --- /dev/null +++ b/english/cpp/aspose.cells.markup/customxmlpartcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPartCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPartCollection::begin method. Returns an iterator to the beginning of the CustomXmlPartCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.markup/customxmlpartcollection/begin/ +--- +## CustomXmlPartCollection::begin method + + +Returns an iterator to the beginning of the [CustomXmlPartCollection](../). + +```cpp +Iterator Aspose::Cells::Markup::CustomXmlPartCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [CustomXmlPartCollection](../). + +## See Also + +* Class [CustomXmlPartCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.markup/customxmlpartcollection/end/_index.md b/english/cpp/aspose.cells.markup/customxmlpartcollection/end/_index.md new file mode 100644 index 00000000000..f64ecd76b51 --- /dev/null +++ b/english/cpp/aspose.cells.markup/customxmlpartcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPartCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPartCollection::end method. Returns an iterator to the end of the CustomXmlPartCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.markup/customxmlpartcollection/end/ +--- +## CustomXmlPartCollection::end method + + +Returns an iterator to the end of the [CustomXmlPartCollection](../). + +```cpp +Iterator Aspose::Cells::Markup::CustomXmlPartCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [CustomXmlPartCollection](../). + +## See Also + +* Class [CustomXmlPartCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.markup/customxmlpartcollection/getcount/_index.md b/english/cpp/aspose.cells.markup/customxmlpartcollection/getcount/_index.md index 00547e815a3..97c55e4a08a 100644 --- a/english/cpp/aspose.cells.markup/customxmlpartcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.markup/customxmlpartcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Markup::CustomXmlPartCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Markup::CustomXmlPartCollection class in C++.' +description: 'Aspose::Cells::Markup::CustomXmlPartCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 900 url: /cpp/aspose.cells.markup/customxmlpartcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.markup/customxmlpartcollection/getcount/ ## CustomXmlPartCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Markup::CustomXmlPartCollection::GetCount() diff --git a/english/cpp/aspose.cells.markup/smarttagcollection/_impl/_index.md b/english/cpp/aspose.cells.markup/smarttagcollection/_impl/_index.md index fef3e34a41e..cb616d7a0c9 100644 --- a/english/cpp/aspose.cells.markup/smarttagcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.markup/smarttagcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Markup::SmartTagCollection::_impl field. The implementation object in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells.markup/smarttagcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.markup/smarttagcollection/_index.md b/english/cpp/aspose.cells.markup/smarttagcollection/_index.md index a547ef543ac..d79590048c4 100644 --- a/english/cpp/aspose.cells.markup/smarttagcollection/_index.md +++ b/english/cpp/aspose.cells.markup/smarttagcollection/_index.md @@ -22,9 +22,11 @@ class SmartTagCollection | --- | --- | | [Add(const U16String\& uri, const U16String\& name)](./add/) | Adds a smart tag. | | [Add(const char16_t* uri, const char16_t* name)](./add/) | Adds a smart tag. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [SmartTagCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [SmartTagCollection](./). | | [Get(int32_t index)](./get/) | Gets a [SmartTag](../smarttag/) object at the specific index. | | [GetColumn()](./getcolumn/) | Gets the column of the cell smart tags. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [GetRow()](./getrow/) | Gets the row of the cell smart tags. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | diff --git a/english/cpp/aspose.cells.markup/smarttagcollection/begin/_index.md b/english/cpp/aspose.cells.markup/smarttagcollection/begin/_index.md new file mode 100644 index 00000000000..c30bb0c6fc5 --- /dev/null +++ b/english/cpp/aspose.cells.markup/smarttagcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::SmartTagCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagCollection::begin method. Returns an iterator to the beginning of the SmartTagCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.markup/smarttagcollection/begin/ +--- +## SmartTagCollection::begin method + + +Returns an iterator to the beginning of the [SmartTagCollection](../). + +```cpp +Iterator Aspose::Cells::Markup::SmartTagCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [SmartTagCollection](../). + +## See Also + +* Class [SmartTagCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.markup/smarttagcollection/end/_index.md b/english/cpp/aspose.cells.markup/smarttagcollection/end/_index.md new file mode 100644 index 00000000000..0572069c60c --- /dev/null +++ b/english/cpp/aspose.cells.markup/smarttagcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::SmartTagCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagCollection::end method. Returns an iterator to the end of the SmartTagCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells.markup/smarttagcollection/end/ +--- +## SmartTagCollection::end method + + +Returns an iterator to the end of the [SmartTagCollection](../). + +```cpp +Iterator Aspose::Cells::Markup::SmartTagCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [SmartTagCollection](../). + +## See Also + +* Class [SmartTagCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.markup/smarttagcollection/getcount/_index.md b/english/cpp/aspose.cells.markup/smarttagcollection/getcount/_index.md index 7e25c09df16..bcb5dc27897 100644 --- a/english/cpp/aspose.cells.markup/smarttagcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.markup/smarttagcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Markup::SmartTagCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Markup::SmartTagCollection class in C++.' +description: 'Aspose::Cells::Markup::SmartTagCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1000 url: /cpp/aspose.cells.markup/smarttagcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.markup/smarttagcollection/getcount/ ## SmartTagCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Markup::SmartTagCollection::GetCount() diff --git a/english/cpp/aspose.cells.markup/smarttagpropertycollection/_impl/_index.md b/english/cpp/aspose.cells.markup/smarttagpropertycollection/_impl/_index.md index 64cd778378f..f5fa108be9d 100644 --- a/english/cpp/aspose.cells.markup/smarttagpropertycollection/_impl/_index.md +++ b/english/cpp/aspose.cells.markup/smarttagpropertycollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Markup::SmartTagPropertyCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.markup/smarttagpropertycollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.markup/smarttagpropertycollection/_index.md b/english/cpp/aspose.cells.markup/smarttagpropertycollection/_index.md index 5b21c92f8a2..5e722a87075 100644 --- a/english/cpp/aspose.cells.markup/smarttagpropertycollection/_index.md +++ b/english/cpp/aspose.cells.markup/smarttagpropertycollection/_index.md @@ -22,10 +22,12 @@ class SmartTagPropertyCollection | --- | --- | | [Add(const U16String\& name, const U16String\& value)](./add/) | Adds a property of cell's smart tag. | | [Add(const char16_t* name, const char16_t* value)](./add/) | Adds a property of cell's smart tag. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [SmartTagPropertyCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [SmartTagPropertyCollection](./). | | [Get(int32_t index)](./get/) | Gets a [SmartTagProperty](../smarttagproperty/) object. | | [Get(const U16String\& name)](./get/) | Gets a [SmartTagProperty](../smarttagproperty/) object by the name of the property. | | [Get(const char16_t* name)](./get/) | Gets a [SmartTagProperty](../smarttagproperty/) object by the name of the property. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const SmartTagPropertyCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.markup/smarttagpropertycollection/begin/_index.md b/english/cpp/aspose.cells.markup/smarttagpropertycollection/begin/_index.md new file mode 100644 index 00000000000..eecd342dd10 --- /dev/null +++ b/english/cpp/aspose.cells.markup/smarttagpropertycollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::SmartTagPropertyCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagPropertyCollection::begin method. Returns an iterator to the beginning of the SmartTagPropertyCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.markup/smarttagpropertycollection/begin/ +--- +## SmartTagPropertyCollection::begin method + + +Returns an iterator to the beginning of the [SmartTagPropertyCollection](../). + +```cpp +Iterator Aspose::Cells::Markup::SmartTagPropertyCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [SmartTagPropertyCollection](../). + +## See Also + +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.markup/smarttagpropertycollection/end/_index.md b/english/cpp/aspose.cells.markup/smarttagpropertycollection/end/_index.md new file mode 100644 index 00000000000..2412cc07712 --- /dev/null +++ b/english/cpp/aspose.cells.markup/smarttagpropertycollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::SmartTagPropertyCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagPropertyCollection::end method. Returns an iterator to the end of the SmartTagPropertyCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.markup/smarttagpropertycollection/end/ +--- +## SmartTagPropertyCollection::end method + + +Returns an iterator to the end of the [SmartTagPropertyCollection](../). + +```cpp +Iterator Aspose::Cells::Markup::SmartTagPropertyCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [SmartTagPropertyCollection](../). + +## See Also + +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.markup/smarttagpropertycollection/getcount/_index.md b/english/cpp/aspose.cells.markup/smarttagpropertycollection/getcount/_index.md index 748659c2d1e..9ef2c171eb3 100644 --- a/english/cpp/aspose.cells.markup/smarttagpropertycollection/getcount/_index.md +++ b/english/cpp/aspose.cells.markup/smarttagpropertycollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Markup::SmartTagPropertyCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Markup::SmartTagPropertyCollection class in C++.' +description: 'Aspose::Cells::Markup::SmartTagPropertyCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.markup/smarttagpropertycollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.markup/smarttagpropertycollection/getcount/ ## SmartTagPropertyCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Markup::SmartTagPropertyCollection::GetCount() diff --git a/english/cpp/aspose.cells.markup/smarttagsetting/_impl/_index.md b/english/cpp/aspose.cells.markup/smarttagsetting/_impl/_index.md index c2edcf1d17d..db984e0e619 100644 --- a/english/cpp/aspose.cells.markup/smarttagsetting/_impl/_index.md +++ b/english/cpp/aspose.cells.markup/smarttagsetting/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Markup::SmartTagSetting::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.markup/smarttagsetting/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.markup/smarttagsetting/_index.md b/english/cpp/aspose.cells.markup/smarttagsetting/_index.md index 45c767d1963..c5912f1607a 100644 --- a/english/cpp/aspose.cells.markup/smarttagsetting/_index.md +++ b/english/cpp/aspose.cells.markup/smarttagsetting/_index.md @@ -23,11 +23,13 @@ class SmartTagSetting | [Add(int32_t row, int32_t column)](./add/) | Adds a [SmartTagCollection](../smarttagcollection/) object to a cell. | | [Add(const U16String\& cellName)](./add/) | Add a cell smart tags. | | [Add(const char16_t* cellName)](./add/) | Add a cell smart tags. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [SmartTagSetting](./). | +| [end()](./end/) | Returns an iterator to the end of the [SmartTagSetting](./). | | [Get(int32_t index)](./get/) | Gets a [SmartTagCollection](../smarttagcollection/) object by the index. | | [Get(int32_t row, int32_t column)](./get/) | Gets the [SmartTagCollection](../smarttagcollection/) object of the cell. | | [Get(const U16String\& cellName)](./get/) | Gets the [SmartTagCollection](../smarttagcollection/) object of the cell. | | [Get(const char16_t* cellName)](./get/) | Gets the [SmartTagCollection](../smarttagcollection/) object of the cell. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const SmartTagSetting\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.markup/smarttagsetting/begin/_index.md b/english/cpp/aspose.cells.markup/smarttagsetting/begin/_index.md new file mode 100644 index 00000000000..ab6acda1317 --- /dev/null +++ b/english/cpp/aspose.cells.markup/smarttagsetting/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::SmartTagSetting::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagSetting::begin method. Returns an iterator to the beginning of the SmartTagSetting in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.markup/smarttagsetting/begin/ +--- +## SmartTagSetting::begin method + + +Returns an iterator to the beginning of the [SmartTagSetting](../). + +```cpp +Iterator Aspose::Cells::Markup::SmartTagSetting::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [SmartTagSetting](../). + +## See Also + +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.markup/smarttagsetting/end/_index.md b/english/cpp/aspose.cells.markup/smarttagsetting/end/_index.md new file mode 100644 index 00000000000..dd8d281f337 --- /dev/null +++ b/english/cpp/aspose.cells.markup/smarttagsetting/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::SmartTagSetting::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagSetting::end method. Returns an iterator to the end of the SmartTagSetting in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.markup/smarttagsetting/end/ +--- +## SmartTagSetting::end method + + +Returns an iterator to the end of the [SmartTagSetting](../). + +```cpp +Iterator Aspose::Cells::Markup::SmartTagSetting::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [SmartTagSetting](../). + +## See Also + +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.markup/smarttagsetting/getcount/_index.md b/english/cpp/aspose.cells.markup/smarttagsetting/getcount/_index.md index 09c2a2ee237..70e90ddbe9c 100644 --- a/english/cpp/aspose.cells.markup/smarttagsetting/getcount/_index.md +++ b/english/cpp/aspose.cells.markup/smarttagsetting/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Markup::SmartTagSetting::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Markup::SmartTagSetting class in C++.' +description: 'Aspose::Cells::Markup::SmartTagSetting::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.markup/smarttagsetting/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.markup/smarttagsetting/getcount/ ## SmartTagSetting::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Markup::SmartTagSetting::GetCount() diff --git a/english/cpp/aspose.cells.metadata/_index.md b/english/cpp/aspose.cells.metadata/_index.md index da5c02c1277..2fee5f16a08 100644 --- a/english/cpp/aspose.cells.metadata/_index.md +++ b/english/cpp/aspose.cells.metadata/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::Metadata second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::Metadata namespace in C++.' type: docs -weight: 1100 +weight: 1500 url: /cpp/aspose.cells.metadata/ --- diff --git a/english/cpp/aspose.cells.metas/sensitivitylabelcollection/_index.md b/english/cpp/aspose.cells.metas/sensitivitylabelcollection/_index.md index 009bb096288..8f753e9df66 100644 --- a/english/cpp/aspose.cells.metas/sensitivitylabelcollection/_index.md +++ b/english/cpp/aspose.cells.metas/sensitivitylabelcollection/_index.md @@ -22,7 +22,7 @@ class SensitivityLabelCollection | --- | --- | | [Add(const U16String\& id, bool isEnabled, SensitivityLabelAssignmentType methodType, const U16String\& siteId, SensitivityLabelMarkType markType)](./add/) | Adds a sensitivity label. | | [Add(const char16_t* id, bool isEnabled, SensitivityLabelAssignmentType methodType, const char16_t* siteId, SensitivityLabelMarkType markType)](./add/) | Adds a sensitivity label. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const SensitivityLabelCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.metas/sensitivitylabelcollection/getcount/_index.md b/english/cpp/aspose.cells.metas/sensitivitylabelcollection/getcount/_index.md index 25edf56080d..5df906543e1 100644 --- a/english/cpp/aspose.cells.metas/sensitivitylabelcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.metas/sensitivitylabelcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Metas::SensitivityLabelCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Metas::SensitivityLabelCollection class in C++.' +description: 'Aspose::Cells::Metas::SensitivityLabelCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 700 url: /cpp/aspose.cells.metas/sensitivitylabelcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.metas/sensitivitylabelcollection/getcount/ ## SensitivityLabelCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Metas::SensitivityLabelCollection::GetCount() diff --git a/english/cpp/aspose.cells.ods/_index.md b/english/cpp/aspose.cells.ods/_index.md index 9ef944bb7f2..84c5d92ec08 100644 --- a/english/cpp/aspose.cells.ods/_index.md +++ b/english/cpp/aspose.cells.ods/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::Ods second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::Ods namespace in C++.' type: docs -weight: 1300 +weight: 1800 url: /cpp/aspose.cells.ods/ --- diff --git a/english/cpp/aspose.cells.ods/odscellfieldcollection/_impl/_index.md b/english/cpp/aspose.cells.ods/odscellfieldcollection/_impl/_index.md index ca16bc724b3..11cfaf5cf69 100644 --- a/english/cpp/aspose.cells.ods/odscellfieldcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.ods/odscellfieldcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Ods::OdsCellFieldCollection::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells.ods/odscellfieldcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.ods/odscellfieldcollection/_index.md b/english/cpp/aspose.cells.ods/odscellfieldcollection/_index.md index 863ac713187..d6792f1663e 100644 --- a/english/cpp/aspose.cells.ods/odscellfieldcollection/_index.md +++ b/english/cpp/aspose.cells.ods/odscellfieldcollection/_index.md @@ -22,9 +22,11 @@ class OdsCellFieldCollection | --- | --- | | [Add(int32_t row, int32_t column, OdsCellFieldType fieldType, const U16String\& format)](./add/) | Adds a field. | | [Add(int32_t row, int32_t column, OdsCellFieldType fieldType, const char16_t* format)](./add/) | Adds a field. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [OdsCellFieldCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [OdsCellFieldCollection](./). | | [Get(int32_t index)](./get/) | Gets the field by the index. | | [Get(int32_t row, int32_t column)](./get/) | Gets the field by row and column index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | [OdsCellFieldCollection(OdsCellFieldCollection_Impl* impl)](./odscellfieldcollection/) | Constructs from an implementation object. | | [OdsCellFieldCollection(const OdsCellFieldCollection\& src)](./odscellfieldcollection/) | Copy constructor. | diff --git a/english/cpp/aspose.cells.ods/odscellfieldcollection/begin/_index.md b/english/cpp/aspose.cells.ods/odscellfieldcollection/begin/_index.md new file mode 100644 index 00000000000..8f98eb660cd --- /dev/null +++ b/english/cpp/aspose.cells.ods/odscellfieldcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Ods::OdsCellFieldCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellFieldCollection::begin method. Returns an iterator to the beginning of the OdsCellFieldCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.ods/odscellfieldcollection/begin/ +--- +## OdsCellFieldCollection::begin method + + +Returns an iterator to the beginning of the [OdsCellFieldCollection](../). + +```cpp +Iterator Aspose::Cells::Ods::OdsCellFieldCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [OdsCellFieldCollection](../). + +## See Also + +* Class [OdsCellFieldCollection](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.ods/odscellfieldcollection/end/_index.md b/english/cpp/aspose.cells.ods/odscellfieldcollection/end/_index.md new file mode 100644 index 00000000000..84994923998 --- /dev/null +++ b/english/cpp/aspose.cells.ods/odscellfieldcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Ods::OdsCellFieldCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellFieldCollection::end method. Returns an iterator to the end of the OdsCellFieldCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.ods/odscellfieldcollection/end/ +--- +## OdsCellFieldCollection::end method + + +Returns an iterator to the end of the [OdsCellFieldCollection](../). + +```cpp +Iterator Aspose::Cells::Ods::OdsCellFieldCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [OdsCellFieldCollection](../). + +## See Also + +* Class [OdsCellFieldCollection](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.ods/odscellfieldcollection/getcount/_index.md b/english/cpp/aspose.cells.ods/odscellfieldcollection/getcount/_index.md index 381e28cf647..43195dcc5a2 100644 --- a/english/cpp/aspose.cells.ods/odscellfieldcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.ods/odscellfieldcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Ods::OdsCellFieldCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Ods::OdsCellFieldCollection class in C++.' +description: 'Aspose::Cells::Ods::OdsCellFieldCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 900 url: /cpp/aspose.cells.ods/odscellfieldcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.ods/odscellfieldcollection/getcount/ ## OdsCellFieldCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Ods::OdsCellFieldCollection::GetCount() diff --git a/english/cpp/aspose.cells.pivot/pivotareacollection/_impl/_index.md b/english/cpp/aspose.cells.pivot/pivotareacollection/_impl/_index.md index 696d7f1ed92..ab34a49922d 100644 --- a/english/cpp/aspose.cells.pivot/pivotareacollection/_impl/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotareacollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotAreaCollection::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1300 url: /cpp/aspose.cells.pivot/pivotareacollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.pivot/pivotareacollection/_index.md b/english/cpp/aspose.cells.pivot/pivotareacollection/_index.md index 2f20a352402..dea49b222f1 100644 --- a/english/cpp/aspose.cells.pivot/pivotareacollection/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotareacollection/_index.md @@ -23,8 +23,10 @@ class PivotAreaCollection | [Add(const PivotArea\& pivotArea)](./add/) | **(Deprecated)** Adds pivot area. | | [Add(const CellArea\& cellArea)](./add/) | Adds an area based on pivot table view. | | [AddPivotArea(const PivotArea\& pivotArea)](./addpivotarea/) | Adds pivot area into this collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [PivotAreaCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [PivotAreaCollection](./). | | [Get(int32_t index)](./get/) | Gets a [PivotArea](../pivotarea/) object;. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const PivotAreaCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.pivot/pivotareacollection/begin/_index.md b/english/cpp/aspose.cells.pivot/pivotareacollection/begin/_index.md new file mode 100644 index 00000000000..b8366d143aa --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotareacollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaCollection::begin method. Returns an iterator to the beginning of the PivotAreaCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.pivot/pivotareacollection/begin/ +--- +## PivotAreaCollection::begin method + + +Returns an iterator to the beginning of the [PivotAreaCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotAreaCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [PivotAreaCollection](../). + +## See Also + +* Class [PivotAreaCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotareacollection/end/_index.md b/english/cpp/aspose.cells.pivot/pivotareacollection/end/_index.md new file mode 100644 index 00000000000..75f482329c9 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotareacollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaCollection::end method. Returns an iterator to the end of the PivotAreaCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells.pivot/pivotareacollection/end/ +--- +## PivotAreaCollection::end method + + +Returns an iterator to the end of the [PivotAreaCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotAreaCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [PivotAreaCollection](../). + +## See Also + +* Class [PivotAreaCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotareacollection/get/_index.md b/english/cpp/aspose.cells.pivot/pivotareacollection/get/_index.md index 972eb325b78..3776d278549 100644 --- a/english/cpp/aspose.cells.pivot/pivotareacollection/get/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotareacollection/get/_index.md @@ -4,7 +4,7 @@ linktitle: Get second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotAreaCollection::Get method. Gets a PivotArea object; in C++.' type: docs -weight: 800 +weight: 900 url: /cpp/aspose.cells.pivot/pivotareacollection/get/ --- ## PivotAreaCollection::Get method diff --git a/english/cpp/aspose.cells.pivot/pivotareacollection/getcount/_index.md b/english/cpp/aspose.cells.pivot/pivotareacollection/getcount/_index.md index ddaf73e3d9c..17a79143531 100644 --- a/english/cpp/aspose.cells.pivot/pivotareacollection/getcount/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotareacollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotAreaCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Pivot::PivotAreaCollection class in C++.' +description: 'Aspose::Cells::Pivot::PivotAreaCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1000 url: /cpp/aspose.cells.pivot/pivotareacollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotareacollection/getcount/ ## PivotAreaCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Pivot::PivotAreaCollection::GetCount() diff --git a/english/cpp/aspose.cells.pivot/pivotareacollection/removeat/_index.md b/english/cpp/aspose.cells.pivot/pivotareacollection/removeat/_index.md index 62391e83d3b..fb0e2b6bd1d 100644 --- a/english/cpp/aspose.cells.pivot/pivotareacollection/removeat/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotareacollection/removeat/_index.md @@ -4,7 +4,7 @@ linktitle: RemoveAt second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotAreaCollection::RemoveAt method. Remove one pivot conditional formatted area setting in C++.' type: docs -weight: 700 +weight: 800 url: /cpp/aspose.cells.pivot/pivotareacollection/removeat/ --- ## PivotAreaCollection::RemoveAt method diff --git a/english/cpp/aspose.cells.pivot/pivotareafilter/_impl/_index.md b/english/cpp/aspose.cells.pivot/pivotareafilter/_impl/_index.md index 7440d9db06b..89aa38291ed 100644 --- a/english/cpp/aspose.cells.pivot/pivotareafilter/_impl/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotareafilter/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotAreaFilter::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1100 url: /cpp/aspose.cells.pivot/pivotareafilter/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.pivot/pivotareafilter/_index.md b/english/cpp/aspose.cells.pivot/pivotareafilter/_index.md index 59868f1139a..538a25ace83 100644 --- a/english/cpp/aspose.cells.pivot/pivotareafilter/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotareafilter/_index.md @@ -20,6 +20,7 @@ class PivotAreaFilter | Method | Description | | --- | --- | +| [GetFieldIndex()](./getfieldindex/) | Gets the index of the field to which this filter refers. A value of -2 indicates the values field. | | [GetSelected()](./getselected/) | Indicates whether this field has selection. Only works when the [PivotTable](../pivottable/) is in [Outline](../../aspose.cells/outline/) view. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | [IsSubtotalSet(PivotFieldSubtotalType subtotalType)](./issubtotalset/) | Gets which subtotal is set for this filter. | diff --git a/english/cpp/aspose.cells.pivot/pivotareafilter/getfieldindex/_index.md b/english/cpp/aspose.cells.pivot/pivotareafilter/getfieldindex/_index.md new file mode 100644 index 00000000000..50b42fb40f9 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotareafilter/getfieldindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilter::GetFieldIndex method +linktitle: GetFieldIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilter::GetFieldIndex method. Gets the index of the field to which this filter refers. A value of -2 indicates the values field in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells.pivot/pivotareafilter/getfieldindex/ +--- +## PivotAreaFilter::GetFieldIndex method + + +Gets the index of the field to which this filter refers. A value of -2 indicates the values field. + +```cpp +int32_t Aspose::Cells::Pivot::PivotAreaFilter::GetFieldIndex() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotareafilter/getselected/_index.md b/english/cpp/aspose.cells.pivot/pivotareafilter/getselected/_index.md index 7cbb5e900ad..f172350cc49 100644 --- a/english/cpp/aspose.cells.pivot/pivotareafilter/getselected/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotareafilter/getselected/_index.md @@ -4,7 +4,7 @@ linktitle: GetSelected second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotAreaFilter::GetSelected method. Indicates whether this field has selection. Only works when the PivotTable is in Outline view in C++.' type: docs -weight: 800 +weight: 900 url: /cpp/aspose.cells.pivot/pivotareafilter/getselected/ --- ## PivotAreaFilter::GetSelected method diff --git a/english/cpp/aspose.cells.pivot/pivotareafilter/setselected/_index.md b/english/cpp/aspose.cells.pivot/pivotareafilter/setselected/_index.md index f48f55b6e16..e9774fda36b 100644 --- a/english/cpp/aspose.cells.pivot/pivotareafilter/setselected/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotareafilter/setselected/_index.md @@ -4,7 +4,7 @@ linktitle: SetSelected second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotAreaFilter::SetSelected method. Indicates whether this field has selection. Only works when the PivotTable is in Outline view in C++.' type: docs -weight: 900 +weight: 1000 url: /cpp/aspose.cells.pivot/pivotareafilter/setselected/ --- ## PivotAreaFilter::SetSelected method diff --git a/english/cpp/aspose.cells.pivot/pivotareafiltercollection/_impl/_index.md b/english/cpp/aspose.cells.pivot/pivotareafiltercollection/_impl/_index.md index a023ea7b4a3..73a121730f7 100644 --- a/english/cpp/aspose.cells.pivot/pivotareafiltercollection/_impl/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotareafiltercollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotAreaFilterCollection::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 1000 url: /cpp/aspose.cells.pivot/pivotareafiltercollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.pivot/pivotareafiltercollection/_index.md b/english/cpp/aspose.cells.pivot/pivotareafiltercollection/_index.md index b91798bf601..622a8bf1125 100644 --- a/english/cpp/aspose.cells.pivot/pivotareafiltercollection/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotareafiltercollection/_index.md @@ -20,8 +20,10 @@ class PivotAreaFilterCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [PivotAreaFilterCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [PivotAreaFilterCollection](./). | | [Get(int32_t index)](./get/) | Gets filter from the list by the index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const PivotAreaFilterCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.pivot/pivotareafiltercollection/begin/_index.md b/english/cpp/aspose.cells.pivot/pivotareafiltercollection/begin/_index.md new file mode 100644 index 00000000000..a58098f9810 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotareafiltercollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilterCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilterCollection::begin method. Returns an iterator to the beginning of the PivotAreaFilterCollection in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells.pivot/pivotareafiltercollection/begin/ +--- +## PivotAreaFilterCollection::begin method + + +Returns an iterator to the beginning of the [PivotAreaFilterCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotAreaFilterCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [PivotAreaFilterCollection](../). + +## See Also + +* Class [PivotAreaFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotareafiltercollection/end/_index.md b/english/cpp/aspose.cells.pivot/pivotareafiltercollection/end/_index.md new file mode 100644 index 00000000000..dd5ca294629 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotareafiltercollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilterCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilterCollection::end method. Returns an iterator to the end of the PivotAreaFilterCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.pivot/pivotareafiltercollection/end/ +--- +## PivotAreaFilterCollection::end method + + +Returns an iterator to the end of the [PivotAreaFilterCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotAreaFilterCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [PivotAreaFilterCollection](../). + +## See Also + +* Class [PivotAreaFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotareafiltercollection/getcount/_index.md b/english/cpp/aspose.cells.pivot/pivotareafiltercollection/getcount/_index.md index b5e558d7f7f..99fa8845cd0 100644 --- a/english/cpp/aspose.cells.pivot/pivotareafiltercollection/getcount/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotareafiltercollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotAreaFilterCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Pivot::PivotAreaFilterCollection class in C++.' +description: 'Aspose::Cells::Pivot::PivotAreaFilterCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 700 url: /cpp/aspose.cells.pivot/pivotareafiltercollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotareafiltercollection/getcount/ ## PivotAreaFilterCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Pivot::PivotAreaFilterCollection::GetCount() diff --git a/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/_impl/_index.md b/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/_impl/_index.md index 367faecc92a..17f33822d8b 100644 --- a/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotConditionalFormatCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.pivot/pivotconditionalformatcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/_index.md b/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/_index.md index a6e84b49b48..074b525f87c 100644 --- a/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/_index.md @@ -21,8 +21,10 @@ class PivotConditionalFormatCollection | Method | Description | | --- | --- | | [Add()](./add/) | Adds a pivot [FormatCondition](../../aspose.cells/formatcondition/) to the collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [PivotConditionalFormatCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [PivotConditionalFormatCollection](./). | | [Get(int32_t index)](./get/) | Gets the pivot [FormatCondition](../../aspose.cells/formatcondition/) object at the specific index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const PivotConditionalFormatCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/begin/_index.md b/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/begin/_index.md new file mode 100644 index 00000000000..0486bc138bf --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormatCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormatCollection::begin method. Returns an iterator to the beginning of the PivotConditionalFormatCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.pivot/pivotconditionalformatcollection/begin/ +--- +## PivotConditionalFormatCollection::begin method + + +Returns an iterator to the beginning of the [PivotConditionalFormatCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotConditionalFormatCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [PivotConditionalFormatCollection](../). + +## See Also + +* Class [PivotConditionalFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/end/_index.md b/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/end/_index.md new file mode 100644 index 00000000000..240c5274a41 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormatCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormatCollection::end method. Returns an iterator to the end of the PivotConditionalFormatCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.pivot/pivotconditionalformatcollection/end/ +--- +## PivotConditionalFormatCollection::end method + + +Returns an iterator to the end of the [PivotConditionalFormatCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotConditionalFormatCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [PivotConditionalFormatCollection](../). + +## See Also + +* Class [PivotConditionalFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/getcount/_index.md b/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/getcount/_index.md index cd6547c1f08..814bb4b8054 100644 --- a/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotconditionalformatcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotConditionalFormatCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Pivot::PivotConditionalFormatCollection class in C++.' +description: 'Aspose::Cells::Pivot::PivotConditionalFormatCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.pivot/pivotconditionalformatcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotconditionalformatcollection/getcount/ ## PivotConditionalFormatCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Pivot::PivotConditionalFormatCollection::GetCount() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/addcalculateditem/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/addcalculateditem/_index.md index 67e67b38ec0..c055e2c251e 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/addcalculateditem/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/addcalculateditem/_index.md @@ -4,7 +4,7 @@ linktitle: AddCalculatedItem second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::AddCalculatedItem method. Add a calculated formula item to the pivot field in C++.' type: docs -weight: 9500 +weight: 9700 url: /cpp/aspose.cells.pivot/pivotfield/addcalculateditem/ --- ## PivotField::AddCalculatedItem(const U16String\&, const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/clearfilter/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/clearfilter/_index.md index 613be7f4f6f..d1c1aced10d 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/clearfilter/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/clearfilter/_index.md @@ -4,7 +4,7 @@ linktitle: ClearFilter second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::ClearFilter method. Clears filter setting on this pivot field in C++.' type: docs -weight: 1300 +weight: 1500 url: /cpp/aspose.cells.pivot/pivotfield/clearfilter/ --- ## PivotField::ClearFilter method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/filterbydate/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/filterbydate/_index.md index 42729c48b3b..2ac26586bb1 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/filterbydate/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/filterbydate/_index.md @@ -4,7 +4,7 @@ linktitle: FilterByDate second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::FilterByDate method. Filters by date values of row or column pivot field in C++.' type: docs -weight: 1700 +weight: 1900 url: /cpp/aspose.cells.pivot/pivotfield/filterbydate/ --- ## PivotField::FilterByDate method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/filterbylabel/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/filterbylabel/_index.md index c8a12ea40d9..303fabe84d5 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/filterbylabel/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/filterbylabel/_index.md @@ -4,7 +4,7 @@ linktitle: FilterByLabel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::FilterByLabel method. Filters by captions of row or column pivot field in C++.' type: docs -weight: 1600 +weight: 1800 url: /cpp/aspose.cells.pivot/pivotfield/filterbylabel/ --- ## PivotField::FilterByLabel(PivotFilterType, const U16String\&, const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/filterbyvalue/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/filterbyvalue/_index.md index 0dcc4331adc..07b4d08ae3a 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/filterbyvalue/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/filterbyvalue/_index.md @@ -4,7 +4,7 @@ linktitle: FilterByValue second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::FilterByValue method. Filters by values of data pivot field in C++.' type: docs -weight: 1500 +weight: 1700 url: /cpp/aspose.cells.pivot/pivotfield/filterbyvalue/ --- ## PivotField::FilterByValue method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/filtertop10/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/filtertop10/_index.md index 86779f8b129..22770748fb0 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/filtertop10/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/filtertop10/_index.md @@ -4,7 +4,7 @@ linktitle: FilterTop10 second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::FilterTop10 method. Filters by values of data pivot field in C++.' type: docs -weight: 1400 +weight: 1600 url: /cpp/aspose.cells.pivot/pivotfield/filtertop10/ --- ## PivotField::FilterTop10 method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/get_numberformat/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/get_numberformat/_index.md index 238a67d011f..c0109c60adf 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/get_numberformat/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/get_numberformat/_index.md @@ -4,7 +4,7 @@ linktitle: Get_NumberFormat second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::Get_NumberFormat method. Represents the custom display format of numbers and dates in C++.' type: docs -weight: 8500 +weight: 8700 url: /cpp/aspose.cells.pivot/pivotfield/get_numberformat/ --- ## PivotField::Get_NumberFormat method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getautoshowcount/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getautoshowcount/_index.md index 566032a1589..778a3b9fd41 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getautoshowcount/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getautoshowcount/_index.md @@ -4,7 +4,7 @@ linktitle: GetAutoShowCount second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetAutoShowCount method. Represent the number of top or bottom items that are automatically shown in the specified PivotTable field in C++.' type: docs -weight: 6700 +weight: 6900 url: /cpp/aspose.cells.pivot/pivotfield/getautoshowcount/ --- ## PivotField::GetAutoShowCount method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getautoshowfield/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getautoshowfield/_index.md index 5fa8af1488b..a5a3e78e399 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getautoshowfield/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getautoshowfield/_index.md @@ -4,7 +4,7 @@ linktitle: GetAutoShowField second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetAutoShowField method. Represents auto show field index. -1 means PivotField itself. It should be the index of the data fields in C++.' type: docs -weight: 6900 +weight: 7100 url: /cpp/aspose.cells.pivot/pivotfield/getautoshowfield/ --- ## PivotField::GetAutoShowField method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getautosortfield/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getautosortfield/_index.md index dc9629e1c33..5f2959d232a 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getautosortfield/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getautosortfield/_index.md @@ -4,7 +4,7 @@ linktitle: GetAutoSortField second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetAutoSortField method. Represents the index of field which is auto sorted. -1 means PivotField itself,others means the position of the data fields in C++.' type: docs -weight: 6100 +weight: 6300 url: /cpp/aspose.cells.pivot/pivotfield/getautosortfield/ --- ## PivotField::GetAutoSortField method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getbaseindex/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getbaseindex/_index.md index 30b3dc1c9bb..d227be33f7b 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getbaseindex/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getbaseindex/_index.md @@ -4,7 +4,7 @@ linktitle: GetBaseIndex second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetBaseIndex method. Represents the index in the source pivot fields in C++.' type: docs -weight: 2100 +weight: 2300 url: /cpp/aspose.cells.pivot/pivotfield/getbaseindex/ --- ## PivotField::GetBaseIndex method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getcurrentpageitem/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getcurrentpageitem/_index.md index 3d4a138765c..c9a23fbcc49 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getcurrentpageitem/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getcurrentpageitem/_index.md @@ -4,7 +4,7 @@ linktitle: GetCurrentPageItem second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetCurrentPageItem method. Represents the current selected page item of the page field to filter data. Only valid for page fields in C++.' type: docs -weight: 7500 +weight: 7700 url: /cpp/aspose.cells.pivot/pivotfield/getcurrentpageitem/ --- ## PivotField::GetCurrentPageItem method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getdisplayname/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getdisplayname/_index.md index 4c5b248b809..760daa72715 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getdisplayname/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getdisplayname/_index.md @@ -4,7 +4,7 @@ linktitle: GetDisplayName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetDisplayName method. Represents the display name of pivot field in the pivot table view in C++.' type: docs -weight: 2700 +weight: 2900 url: /cpp/aspose.cells.pivot/pivotfield/getdisplayname/ --- ## PivotField::GetDisplayName method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getdragtocolumn/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getdragtocolumn/_index.md index 58759ec4b7d..00070e434f8 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getdragtocolumn/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getdragtocolumn/_index.md @@ -4,7 +4,7 @@ linktitle: GetDragToColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetDragToColumn method. Indicates whether the specified field can be dragged to the column position. The default value is true in C++.' type: docs -weight: 3300 +weight: 3500 url: /cpp/aspose.cells.pivot/pivotfield/getdragtocolumn/ --- ## PivotField::GetDragToColumn method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getdragtodata/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getdragtodata/_index.md index 8912d2011cd..b94577c64c5 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getdragtodata/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getdragtodata/_index.md @@ -4,7 +4,7 @@ linktitle: GetDragToData second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetDragToData method. Indicates whether the specified field can be dragged to the values region. The default value is true in C++.' type: docs -weight: 4100 +weight: 4300 url: /cpp/aspose.cells.pivot/pivotfield/getdragtodata/ --- ## PivotField::GetDragToData method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getdragtohide/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getdragtohide/_index.md index bd73b150a6c..941a0d3ab78 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getdragtohide/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getdragtohide/_index.md @@ -4,7 +4,7 @@ linktitle: GetDragToHide second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetDragToHide method. Indicates whether the specified field can be dragged to the hide region. The default value is true in C++.' type: docs -weight: 3500 +weight: 3700 url: /cpp/aspose.cells.pivot/pivotfield/getdragtohide/ --- ## PivotField::GetDragToHide method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getdragtopage/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getdragtopage/_index.md index 528c91471a2..3919659afa0 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getdragtopage/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getdragtopage/_index.md @@ -4,7 +4,7 @@ linktitle: GetDragToPage second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetDragToPage method. Indicates whether the specified field can be dragged to the page position. The default value is true in C++.' type: docs -weight: 3900 +weight: 4100 url: /cpp/aspose.cells.pivot/pivotfield/getdragtopage/ --- ## PivotField::GetDragToPage method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getdragtorow/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getdragtorow/_index.md index 2b53f478ec7..0c0e11ab98c 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getdragtorow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getdragtorow/_index.md @@ -4,7 +4,7 @@ linktitle: GetDragToRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetDragToRow method. Indicates whether the specified field can be dragged to the row region. The default value is true in C++.' type: docs -weight: 3700 +weight: 3900 url: /cpp/aspose.cells.pivot/pivotfield/getdragtorow/ --- ## PivotField::GetDragToRow method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getfilters/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getfilters/_index.md index b82481c04bc..3f141252539 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getfilters/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getfilters/_index.md @@ -4,7 +4,7 @@ linktitle: GetFilters second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetFilters method. Gets all pivot filters applied for this pivot field in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells.pivot/pivotfield/getfilters/ --- ## PivotField::GetFilters method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getformula/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getformula/_index.md index 927c69b6a81..c9ecd22016f 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getformula/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getformula/_index.md @@ -4,7 +4,7 @@ linktitle: GetFormula second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetFormula method. Gets the formula of the calculated field . Only works for calculated field in C++.' type: docs -weight: 1900 +weight: 2100 url: /cpp/aspose.cells.pivot/pivotfield/getformula/ --- ## PivotField::GetFormula method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getfunction/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getfunction/_index.md index 0dba0fb8ebd..51135611b00 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getfunction/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getfunction/_index.md @@ -4,7 +4,7 @@ linktitle: GetFunction second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetFunction method. Represents the function used to summarize this PivotTable data field in C++.' type: docs -weight: 7100 +weight: 7300 url: /cpp/aspose.cells.pivot/pivotfield/getfunction/ --- ## PivotField::GetFunction method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getgroupsettings/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getgroupsettings/_index.md index 4be64eadd0c..9d7677895e0 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getgroupsettings/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getgroupsettings/_index.md @@ -4,7 +4,7 @@ linktitle: GetGroupSettings second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetGroupSettings method. Gets the group settings of the pivot field in C++.' type: docs -weight: 700 +weight: 900 url: /cpp/aspose.cells.pivot/pivotfield/getgroupsettings/ --- ## PivotField::GetGroupSettings method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getinsertblankrow/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getinsertblankrow/_index.md index ca578bfb475..d5bda74a272 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getinsertblankrow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getinsertblankrow/_index.md @@ -4,7 +4,7 @@ linktitle: GetInsertBlankRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetInsertBlankRow method. Indicates whether to insert a blank line after each item in C++.' type: docs -weight: 7700 +weight: 7900 url: /cpp/aspose.cells.pivot/pivotfield/getinsertblankrow/ --- ## PivotField::GetInsertBlankRow method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getitemcount/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getitemcount/_index.md index fbd6575b615..1272a97b4cd 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getitemcount/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getitemcount/_index.md @@ -4,7 +4,7 @@ linktitle: GetItemCount second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetItemCount method. Gets the count of the base items in this pivot field in C++.' type: docs -weight: 9400 +weight: 9600 url: /cpp/aspose.cells.pivot/pivotfield/getitemcount/ --- ## PivotField::GetItemCount method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getitems/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getitems/_index.md index b550fefb101..04d4a5e4667 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getitems/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getitems/_index.md @@ -4,7 +4,7 @@ linktitle: GetItems second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetItems method. Get all labels of pivot items in this field in C++.' type: docs -weight: 9200 +weight: 9400 url: /cpp/aspose.cells.pivot/pivotfield/getitems/ --- ## PivotField::GetItems method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getname/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getname/_index.md index ad072eb30fd..9507b53caeb 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getname/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getname/_index.md @@ -4,7 +4,7 @@ linktitle: GetName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetName method. Represents the name of PivotField in C++.' type: docs -weight: 2500 +weight: 2700 url: /cpp/aspose.cells.pivot/pivotfield/getname/ --- ## PivotField::GetName method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getnonautosortdefault/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getnonautosortdefault/_index.md index feaf1392ba2..513cf1e4249 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getnonautosortdefault/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getnonautosortdefault/_index.md @@ -4,7 +4,7 @@ linktitle: GetNonAutoSortDefault second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetNonAutoSortDefault method. Indicates whether a sort operation that will be applied to this pivot field is an autosort operation or a simple data sort in C++.' type: docs -weight: 5400 +weight: 5600 url: /cpp/aspose.cells.pivot/pivotfield/getnonautosortdefault/ --- ## PivotField::GetNonAutoSortDefault method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getnumber/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getnumber/_index.md index bec60d9fa77..66a27f7472b 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getnumber/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getnumber/_index.md @@ -4,7 +4,7 @@ linktitle: GetNumber second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetNumber method. Represents the built-in display format of numbers and dates in C++.' type: docs -weight: 8300 +weight: 8500 url: /cpp/aspose.cells.pivot/pivotfield/getnumber/ --- ## PivotField::GetNumber method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getoriginalitems/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getoriginalitems/_index.md index 7d2acaa9035..20a171ecf7d 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getoriginalitems/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getoriginalitems/_index.md @@ -4,7 +4,7 @@ linktitle: GetOriginalItems second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetOriginalItems method. Get the original base items; in C++.' type: docs -weight: 9300 +weight: 9500 url: /cpp/aspose.cells.pivot/pivotfield/getoriginalitems/ --- ## PivotField::GetOriginalItems method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getpivotfilterbytype/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getpivotfilterbytype/_index.md index daec3d34602..ebc7e37c0f3 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getpivotfilterbytype/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getpivotfilterbytype/_index.md @@ -4,7 +4,7 @@ linktitle: GetPivotFilterByType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetPivotFilterByType method. Gets the pivot filter of the pivot field by type in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells.pivot/pivotfield/getpivotfilterbytype/ --- ## PivotField::GetPivotFilterByType method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getposition/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getposition/_index.md index d89c913f778..f11c436d7cd 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getposition/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getposition/_index.md @@ -4,7 +4,7 @@ linktitle: GetPosition second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetPosition method. Represents the index of PivotField in the region in C++.' type: docs -weight: 2300 +weight: 2500 url: /cpp/aspose.cells.pivot/pivotfield/getposition/ --- ## PivotField::GetPosition method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getregiontype/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getregiontype/_index.md index 8d45c6cef66..e227796655e 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getregiontype/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getregiontype/_index.md @@ -4,7 +4,7 @@ linktitle: GetRegionType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetRegionType method. Specifies the region of the PivotTable that this field is displayed in C++.' type: docs -weight: 2400 +weight: 2600 url: /cpp/aspose.cells.pivot/pivotfield/getregiontype/ --- ## PivotField::GetRegionType method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getshowallitems/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getshowallitems/_index.md index 2e8f6f98f24..32f2350b38f 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getshowallitems/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getshowallitems/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowAllItems second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetShowAllItems method. Indicates whether to display all items in the PivotTable view, even if they don''t contain summary data. The default value is false in C++.' type: docs -weight: 5100 +weight: 5300 url: /cpp/aspose.cells.pivot/pivotfield/getshowallitems/ --- ## PivotField::GetShowAllItems method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getshowcompact/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getshowcompact/_index.md index 48c7e138a65..b61709ed307 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getshowcompact/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getshowcompact/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowCompact second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetShowCompact method. Indicates whether to display labels of the next field in the same column on the Pivot Table view in C++.' type: docs -weight: 9600 +weight: 9800 url: /cpp/aspose.cells.pivot/pivotfield/getshowcompact/ --- ## PivotField::GetShowCompact method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getshowinoutlineform/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getshowinoutlineform/_index.md index a8706927b79..93353d432b9 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getshowinoutlineform/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getshowinoutlineform/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowInOutlineForm second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetShowInOutlineForm method. Indicates whether to layout this field in outline form on the Pivot Table view in C++.' type: docs -weight: 8100 +weight: 8300 url: /cpp/aspose.cells.pivot/pivotfield/getshowinoutlineform/ --- ## PivotField::GetShowInOutlineForm method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getshowsubtotalattop/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getshowsubtotalattop/_index.md index 1001b659204..75c7e0611b7 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getshowsubtotalattop/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getshowsubtotalattop/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowSubtotalAtTop second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetShowSubtotalAtTop method. Indicates whether to display subtotals at the top or bottom of items when ShowInOutlineForm is true, then in C++.' type: docs -weight: 7900 +weight: 8100 url: /cpp/aspose.cells.pivot/pivotfield/getshowsubtotalattop/ --- ## PivotField::GetShowSubtotalAtTop method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getshowvaluessetting/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getshowvaluessetting/_index.md index a43198c3c9b..c6eacd51dfd 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getshowvaluessetting/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getshowvaluessetting/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowValuesSetting second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetShowValuesSetting method. Gets the settings of showing values as when the ShowDataAs calculation is in use in C++.' type: docs -weight: 7400 +weight: 7600 url: /cpp/aspose.cells.pivot/pivotfield/getshowvaluessetting/ --- ## PivotField::GetShowValuesSetting method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getsortsetting/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getsortsetting/_index.md index c30384aa6bf..c1f93c7c52e 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getsortsetting/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getsortsetting/_index.md @@ -4,7 +4,7 @@ linktitle: GetSortSetting second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetSortSetting method. Gets all settings of auto sorting in C++.' type: docs -weight: 6000 +weight: 6200 url: /cpp/aspose.cells.pivot/pivotfield/getsortsetting/ --- ## PivotField::GetSortSetting method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getsubtotals/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getsubtotals/_index.md index 4fb89a93bde..c806db487ca 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getsubtotals/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getsubtotals/_index.md @@ -4,7 +4,7 @@ linktitle: GetSubtotals second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::GetSubtotals method. Indicates whether to show specified subtotal for this pivot field in C++.' type: docs -weight: 3000 +weight: 3200 url: /cpp/aspose.cells.pivot/pivotfield/getsubtotals/ --- ## PivotField::GetSubtotals method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/hidedetail/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/hidedetail/_index.md index 92ceaa9d3b4..fe34d31641a 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/hidedetail/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/hidedetail/_index.md @@ -4,7 +4,7 @@ linktitle: HideDetail second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::HideDetail method. Sets whether the detail of all PivotItems in a pivot field are hidden. That is collapse/expand this field in C++.' type: docs -weight: 9100 +weight: 9300 url: /cpp/aspose.cells.pivot/pivotfield/hidedetail/ --- ## PivotField::HideDetail method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/hideitem/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/hideitem/_index.md index 46845e98a0e..6fd22478964 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/hideitem/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/hideitem/_index.md @@ -4,7 +4,7 @@ linktitle: HideItem second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::HideItem method. Sets whether the specific PivotItem in a data field is hidden in C++.' type: docs -weight: 8800 +weight: 9000 url: /cpp/aspose.cells.pivot/pivotfield/hideitem/ --- ## PivotField::HideItem(int32_t, bool) method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/hideitemdetail/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/hideitemdetail/_index.md index c91e835a88d..f8b93919557 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/hideitemdetail/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/hideitemdetail/_index.md @@ -4,7 +4,7 @@ linktitle: HideItemDetail second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::HideItemDetail method. Sets whether the specific PivotItem in a pivot field is hidden detail in C++.' type: docs -weight: 9000 +weight: 9200 url: /cpp/aspose.cells.pivot/pivotfield/hideitemdetail/ --- ## PivotField::HideItemDetail method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isascendshow/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isascendshow/_index.md index 3ceb35eadfc..325e62f8e93 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/isascendshow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/isascendshow/_index.md @@ -4,7 +4,7 @@ linktitle: IsAscendShow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::IsAscendShow method. Indicates whether the specified PivotTable field is autoshown ascending in C++.' type: docs -weight: 6500 +weight: 6700 url: /cpp/aspose.cells.pivot/pivotfield/isascendshow/ --- ## PivotField::IsAscendShow method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isascendsort/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isascendsort/_index.md index 9a93f5ae3ba..23e102a21e5 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/isascendsort/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/isascendsort/_index.md @@ -4,7 +4,7 @@ linktitle: IsAscendSort second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::IsAscendSort method. Indicates whether the items of this pivot field is autosorted ascending in C++.' type: docs -weight: 5800 +weight: 6000 url: /cpp/aspose.cells.pivot/pivotfield/isascendsort/ --- ## PivotField::IsAscendSort method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isautoshow/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isautoshow/_index.md index 1f717cb087e..59b90a8bda0 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/isautoshow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/isautoshow/_index.md @@ -4,7 +4,7 @@ linktitle: IsAutoShow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::IsAutoShow method. Indicates whether the specified PivotTable field is automatically shown in C++.' type: docs -weight: 6300 +weight: 6500 url: /cpp/aspose.cells.pivot/pivotfield/isautoshow/ --- ## PivotField::IsAutoShow method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isautosort/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isautosort/_index.md index f95320c1635..1d7063402c7 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/isautosort/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/isautosort/_index.md @@ -4,7 +4,7 @@ linktitle: IsAutoSort second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::IsAutoSort method. Indicates whether the items of this PivotTable field are automatically sorted in C++.' type: docs -weight: 5600 +weight: 5800 url: /cpp/aspose.cells.pivot/pivotfield/isautosort/ --- ## PivotField::IsAutoSort method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isautosubtotals/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isautosubtotals/_index.md index 997ae688c19..7a3d6dcd052 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/isautosubtotals/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/isautosubtotals/_index.md @@ -4,7 +4,7 @@ linktitle: IsAutoSubtotals second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::IsAutoSubtotals method. Indicates whether the specified field shows automatic subtotals. Default is true in C++.' type: docs -weight: 3100 +weight: 3300 url: /cpp/aspose.cells.pivot/pivotfield/isautosubtotals/ --- ## PivotField::IsAutoSubtotals method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/iscalculatedfield/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/iscalculatedfield/_index.md index 447d06fbbb9..88affc2face 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/iscalculatedfield/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/iscalculatedfield/_index.md @@ -4,7 +4,7 @@ linktitle: IsCalculatedField second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::IsCalculatedField method. Indicates whether the this pivot field is calculated field in C++.' type: docs -weight: 1800 +weight: 2000 url: /cpp/aspose.cells.pivot/pivotfield/iscalculatedfield/ --- ## PivotField::IsCalculatedField method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/ishiddenitem/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/ishiddenitem/_index.md index 191c7ce7451..8bf2f085553 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/ishiddenitem/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/ishiddenitem/_index.md @@ -4,7 +4,7 @@ linktitle: IsHiddenItem second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::IsHiddenItem method. Gets whether the specific PivotItem is hidden in C++.' type: docs -weight: 8700 +weight: 8900 url: /cpp/aspose.cells.pivot/pivotfield/ishiddenitem/ --- ## PivotField::IsHiddenItem method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/ishiddenitemdetail/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/ishiddenitemdetail/_index.md index b322bd1f984..53980fcd0a8 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/ishiddenitemdetail/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/ishiddenitemdetail/_index.md @@ -4,7 +4,7 @@ linktitle: IsHiddenItemDetail second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::IsHiddenItemDetail method. Gets whether to hide the detail of the specific PivotItem in C++.' type: docs -weight: 8900 +weight: 9100 url: /cpp/aspose.cells.pivot/pivotfield/ishiddenitemdetail/ --- ## PivotField::IsHiddenItemDetail method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isincludenewitemsinfilter/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isincludenewitemsinfilter/_index.md index 4d1be0b423a..17da5839386 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/isincludenewitemsinfilter/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/isincludenewitemsinfilter/_index.md @@ -4,7 +4,7 @@ linktitle: IsIncludeNewItemsInFilter second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::IsIncludeNewItemsInFilter method. Indicates whether to include new items to the field in manual filter. The default value is false in C++.' type: docs -weight: 4700 +weight: 4900 url: /cpp/aspose.cells.pivot/pivotfield/isincludenewitemsinfilter/ --- ## PivotField::IsIncludeNewItemsInFilter method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isinsertpagebreaksbetweenitems/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isinsertpagebreaksbetweenitems/_index.md index bda7e613ad5..9be3eef809e 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/isinsertpagebreaksbetweenitems/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/isinsertpagebreaksbetweenitems/_index.md @@ -4,7 +4,7 @@ linktitle: IsInsertPageBreaksBetweenItems second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::IsInsertPageBreaksBetweenItems method. Indicates whether to insert page breaks after each item. The default value is false in C++.' type: docs -weight: 4900 +weight: 5100 url: /cpp/aspose.cells.pivot/pivotfield/isinsertpagebreaksbetweenitems/ --- ## PivotField::IsInsertPageBreaksBetweenItems method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/ismultipleitemselectionallowed/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/ismultipleitemselectionallowed/_index.md index 5f85fd49017..740b90744ee 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/ismultipleitemselectionallowed/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/ismultipleitemselectionallowed/_index.md @@ -4,7 +4,7 @@ linktitle: IsMultipleItemSelectionAllowed second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::IsMultipleItemSelectionAllowed method. Indicates whether multiple items could be selected in the page field. The default value is false in C++.' type: docs -weight: 4300 +weight: 4500 url: /cpp/aspose.cells.pivot/pivotfield/ismultipleitemselectionallowed/ --- ## PivotField::IsMultipleItemSelectionAllowed method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isrepeatitemlabels/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isrepeatitemlabels/_index.md index f92e73f72f3..2817a163182 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/isrepeatitemlabels/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/isrepeatitemlabels/_index.md @@ -4,7 +4,7 @@ linktitle: IsRepeatItemLabels second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::IsRepeatItemLabels method. Indicates whether to repeat labels of the field in the region. The default value is false in C++.' type: docs -weight: 4500 +weight: 4700 url: /cpp/aspose.cells.pivot/pivotfield/isrepeatitemlabels/ --- ## PivotField::IsRepeatItemLabels method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isvaluesfield/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isvaluesfield/_index.md index bb91c83fd18..4d84abd439f 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/isvaluesfield/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/isvaluesfield/_index.md @@ -4,7 +4,7 @@ linktitle: IsValuesField second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::IsValuesField method. Indicates whether this field represents values field in C++.' type: docs -weight: 2000 +weight: 2200 url: /cpp/aspose.cells.pivot/pivotfield/isvaluesfield/ --- ## PivotField::IsValuesField method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setautoshowcount/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setautoshowcount/_index.md index e4bcc981487..3fd25955351 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setautoshowcount/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setautoshowcount/_index.md @@ -4,7 +4,7 @@ linktitle: SetAutoShowCount second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetAutoShowCount method. Represent the number of top or bottom items that are automatically shown in the specified PivotTable field in C++.' type: docs -weight: 6800 +weight: 7000 url: /cpp/aspose.cells.pivot/pivotfield/setautoshowcount/ --- ## PivotField::SetAutoShowCount method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setautoshowfield/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setautoshowfield/_index.md index a7c61e055b3..7b9e32f5429 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setautoshowfield/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setautoshowfield/_index.md @@ -4,7 +4,7 @@ linktitle: SetAutoShowField second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetAutoShowField method. Represents auto show field index. -1 means PivotField itself. It should be the index of the data fields in C++.' type: docs -weight: 7000 +weight: 7200 url: /cpp/aspose.cells.pivot/pivotfield/setautoshowfield/ --- ## PivotField::SetAutoShowField method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setautosortfield/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setautosortfield/_index.md index cdc9f42123f..64c8296aca3 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setautosortfield/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setautosortfield/_index.md @@ -4,7 +4,7 @@ linktitle: SetAutoSortField second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetAutoSortField method. Represents the index of field which is auto sorted. -1 means PivotField itself,others means the position of the data fields in C++.' type: docs -weight: 6200 +weight: 6400 url: /cpp/aspose.cells.pivot/pivotfield/setautosortfield/ --- ## PivotField::SetAutoSortField method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setbaseindex/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setbaseindex/_index.md index 4af40a2ed7a..99c2bf32167 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setbaseindex/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setbaseindex/_index.md @@ -4,7 +4,7 @@ linktitle: SetBaseIndex second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetBaseIndex method. Represents the index in the source pivot fields in C++.' type: docs -weight: 2200 +weight: 2400 url: /cpp/aspose.cells.pivot/pivotfield/setbaseindex/ --- ## PivotField::SetBaseIndex method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setcurrentpageitem/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setcurrentpageitem/_index.md index 45e156ea76a..10e80cd4eac 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setcurrentpageitem/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setcurrentpageitem/_index.md @@ -4,7 +4,7 @@ linktitle: SetCurrentPageItem second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetCurrentPageItem method. Represents the current selected page item of the page field to filter data. Only valid for page fields in C++.' type: docs -weight: 7600 +weight: 7800 url: /cpp/aspose.cells.pivot/pivotfield/setcurrentpageitem/ --- ## PivotField::SetCurrentPageItem method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setdisplayname/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setdisplayname/_index.md index 932f64269da..002de2f1aa8 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setdisplayname/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setdisplayname/_index.md @@ -4,7 +4,7 @@ linktitle: SetDisplayName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetDisplayName method. Represents the display name of pivot field in the pivot table view in C++.' type: docs -weight: 2800 +weight: 3000 url: /cpp/aspose.cells.pivot/pivotfield/setdisplayname/ --- ## PivotField::SetDisplayName(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setdragtocolumn/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setdragtocolumn/_index.md index 9e2ada47b6a..a590153d070 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setdragtocolumn/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setdragtocolumn/_index.md @@ -4,7 +4,7 @@ linktitle: SetDragToColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetDragToColumn method. Indicates whether the specified field can be dragged to the column position. The default value is true in C++.' type: docs -weight: 3400 +weight: 3600 url: /cpp/aspose.cells.pivot/pivotfield/setdragtocolumn/ --- ## PivotField::SetDragToColumn method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setdragtodata/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setdragtodata/_index.md index 47cdff05983..54c4632b83c 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setdragtodata/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setdragtodata/_index.md @@ -4,7 +4,7 @@ linktitle: SetDragToData second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetDragToData method. Indicates whether the specified field can be dragged to the values region. The default value is true in C++.' type: docs -weight: 4200 +weight: 4400 url: /cpp/aspose.cells.pivot/pivotfield/setdragtodata/ --- ## PivotField::SetDragToData method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setdragtohide/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setdragtohide/_index.md index 9f7eabd5286..a3ec0760ba3 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setdragtohide/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setdragtohide/_index.md @@ -4,7 +4,7 @@ linktitle: SetDragToHide second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetDragToHide method. Indicates whether the specified field can be dragged to the hide region. The default value is true in C++.' type: docs -weight: 3600 +weight: 3800 url: /cpp/aspose.cells.pivot/pivotfield/setdragtohide/ --- ## PivotField::SetDragToHide method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setdragtopage/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setdragtopage/_index.md index 82ad9c827d5..b518f852a7b 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setdragtopage/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setdragtopage/_index.md @@ -4,7 +4,7 @@ linktitle: SetDragToPage second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetDragToPage method. Indicates whether the specified field can be dragged to the page position. The default value is true in C++.' type: docs -weight: 4000 +weight: 4200 url: /cpp/aspose.cells.pivot/pivotfield/setdragtopage/ --- ## PivotField::SetDragToPage method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setdragtorow/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setdragtorow/_index.md index 9af5fba57a6..1de9ebb5ea7 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setdragtorow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setdragtorow/_index.md @@ -4,7 +4,7 @@ linktitle: SetDragToRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetDragToRow method. Indicates whether the specified field can be dragged to the row region. The default value is true in C++.' type: docs -weight: 3800 +weight: 4000 url: /cpp/aspose.cells.pivot/pivotfield/setdragtorow/ --- ## PivotField::SetDragToRow method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setfunction/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setfunction/_index.md index c879e173a41..0b16aa9c06a 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setfunction/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setfunction/_index.md @@ -4,7 +4,7 @@ linktitle: SetFunction second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetFunction method. Represents the function used to summarize this PivotTable data field in C++.' type: docs -weight: 7200 +weight: 7400 url: /cpp/aspose.cells.pivot/pivotfield/setfunction/ --- ## PivotField::SetFunction method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setinsertblankrow/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setinsertblankrow/_index.md index 771c196eebf..2dafddf964a 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setinsertblankrow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setinsertblankrow/_index.md @@ -4,7 +4,7 @@ linktitle: SetInsertBlankRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetInsertBlankRow method. Indicates whether to insert a blank line after each item in C++.' type: docs -weight: 7800 +weight: 8000 url: /cpp/aspose.cells.pivot/pivotfield/setinsertblankrow/ --- ## PivotField::SetInsertBlankRow method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setisascendshow/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setisascendshow/_index.md index 81ddbd8deac..7c304ad1d1a 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setisascendshow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setisascendshow/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsAscendShow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetIsAscendShow method. Indicates whether the specified PivotTable field is autoshown ascending in C++.' type: docs -weight: 6600 +weight: 6800 url: /cpp/aspose.cells.pivot/pivotfield/setisascendshow/ --- ## PivotField::SetIsAscendShow method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setisascendsort/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setisascendsort/_index.md index 17cf4adfbf1..a4391d074dc 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setisascendsort/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setisascendsort/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsAscendSort second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetIsAscendSort method. Indicates whether the items of this pivot field is autosorted ascending in C++.' type: docs -weight: 5900 +weight: 6100 url: /cpp/aspose.cells.pivot/pivotfield/setisascendsort/ --- ## PivotField::SetIsAscendSort method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setisautoshow/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setisautoshow/_index.md index 5825c7efc4e..22eaaeab797 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setisautoshow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setisautoshow/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsAutoShow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetIsAutoShow method. Indicates whether the specified PivotTable field is automatically shown in C++.' type: docs -weight: 6400 +weight: 6600 url: /cpp/aspose.cells.pivot/pivotfield/setisautoshow/ --- ## PivotField::SetIsAutoShow method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setisautosort/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setisautosort/_index.md index bae80caefb4..d506fbc78fe 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setisautosort/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setisautosort/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsAutoSort second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetIsAutoSort method. Indicates whether the items of this PivotTable field are automatically sorted in C++.' type: docs -weight: 5700 +weight: 5900 url: /cpp/aspose.cells.pivot/pivotfield/setisautosort/ --- ## PivotField::SetIsAutoSort method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setisautosubtotals/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setisautosubtotals/_index.md index e73cf0d2ff6..8a2f441771c 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setisautosubtotals/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setisautosubtotals/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsAutoSubtotals second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetIsAutoSubtotals method. Indicates whether the specified field shows automatic subtotals. Default is true in C++.' type: docs -weight: 3200 +weight: 3400 url: /cpp/aspose.cells.pivot/pivotfield/setisautosubtotals/ --- ## PivotField::SetIsAutoSubtotals method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setisincludenewitemsinfilter/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setisincludenewitemsinfilter/_index.md index d788bbec625..33b0f26f9ca 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setisincludenewitemsinfilter/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setisincludenewitemsinfilter/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsIncludeNewItemsInFilter second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetIsIncludeNewItemsInFilter method. Indicates whether to include new items to the field in manual filter. The default value is false in C++.' type: docs -weight: 4800 +weight: 5000 url: /cpp/aspose.cells.pivot/pivotfield/setisincludenewitemsinfilter/ --- ## PivotField::SetIsIncludeNewItemsInFilter method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setisinsertpagebreaksbetweenitems/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setisinsertpagebreaksbetweenitems/_index.md index 141625ddcf4..07e1ef15b1e 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setisinsertpagebreaksbetweenitems/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setisinsertpagebreaksbetweenitems/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsInsertPageBreaksBetweenItems second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetIsInsertPageBreaksBetweenItems method. Indicates whether to insert page breaks after each item. The default value is false in C++.' type: docs -weight: 5000 +weight: 5200 url: /cpp/aspose.cells.pivot/pivotfield/setisinsertpagebreaksbetweenitems/ --- ## PivotField::SetIsInsertPageBreaksBetweenItems method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setismultipleitemselectionallowed/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setismultipleitemselectionallowed/_index.md index cdfa46edeb8..7e5ed8ea85d 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setismultipleitemselectionallowed/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setismultipleitemselectionallowed/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsMultipleItemSelectionAllowed second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetIsMultipleItemSelectionAllowed method. Indicates whether multiple items could be selected in the page field. The default value is false in C++.' type: docs -weight: 4400 +weight: 4600 url: /cpp/aspose.cells.pivot/pivotfield/setismultipleitemselectionallowed/ --- ## PivotField::SetIsMultipleItemSelectionAllowed method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setisrepeatitemlabels/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setisrepeatitemlabels/_index.md index 6c5ca5b0df8..1fd4dc83df6 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setisrepeatitemlabels/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setisrepeatitemlabels/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsRepeatItemLabels second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetIsRepeatItemLabels method. Indicates whether to repeat labels of the field in the region. The default value is false in C++.' type: docs -weight: 4600 +weight: 4800 url: /cpp/aspose.cells.pivot/pivotfield/setisrepeatitemlabels/ --- ## PivotField::SetIsRepeatItemLabels method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setname/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setname/_index.md index ac43035c281..f8339f74904 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setname/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setname/_index.md @@ -4,7 +4,7 @@ linktitle: SetName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetName method. Represents the name of PivotField in C++.' type: docs -weight: 2600 +weight: 2800 url: /cpp/aspose.cells.pivot/pivotfield/setname/ --- ## PivotField::SetName(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setnonautosortdefault/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setnonautosortdefault/_index.md index 384e77de2aa..5e4812a34f3 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setnonautosortdefault/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setnonautosortdefault/_index.md @@ -4,7 +4,7 @@ linktitle: SetNonAutoSortDefault second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetNonAutoSortDefault method. Indicates whether a sort operation that will be applied to this pivot field is an autosort operation or a simple data sort in C++.' type: docs -weight: 5500 +weight: 5700 url: /cpp/aspose.cells.pivot/pivotfield/setnonautosortdefault/ --- ## PivotField::SetNonAutoSortDefault method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setnumber/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setnumber/_index.md index cc423fe9a33..63a401f246a 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setnumber/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setnumber/_index.md @@ -4,7 +4,7 @@ linktitle: SetNumber second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetNumber method. Represents the built-in display format of numbers and dates in C++.' type: docs -weight: 8400 +weight: 8600 url: /cpp/aspose.cells.pivot/pivotfield/setnumber/ --- ## PivotField::SetNumber method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setnumberformat/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setnumberformat/_index.md index a192edcb211..ad411da3a3a 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setnumberformat/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setnumberformat/_index.md @@ -4,7 +4,7 @@ linktitle: SetNumberFormat second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetNumberFormat method. Represents the custom display format of numbers and dates in C++.' type: docs -weight: 8600 +weight: 8800 url: /cpp/aspose.cells.pivot/pivotfield/setnumberformat/ --- ## PivotField::SetNumberFormat(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setshowallitems/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setshowallitems/_index.md index 53d387aed68..3f4dabb369b 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setshowallitems/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setshowallitems/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowAllItems second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetShowAllItems method. Indicates whether to display all items in the PivotTable view, even if they don''t contain summary data. The default value is false in C++.' type: docs -weight: 5200 +weight: 5400 url: /cpp/aspose.cells.pivot/pivotfield/setshowallitems/ --- ## PivotField::SetShowAllItems method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setshowcompact/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setshowcompact/_index.md index a589b4bbe48..035df74e58f 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setshowcompact/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setshowcompact/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowCompact second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetShowCompact method. Indicates whether to display labels of the next field in the same column on the Pivot Table view in C++.' type: docs -weight: 9700 +weight: 9900 url: /cpp/aspose.cells.pivot/pivotfield/setshowcompact/ --- ## PivotField::SetShowCompact method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setshowinoutlineform/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setshowinoutlineform/_index.md index bd035bb8539..7f16f0d598d 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setshowinoutlineform/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setshowinoutlineform/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowInOutlineForm second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetShowInOutlineForm method. Indicates whether to layout this field in outline form on the Pivot Table view in C++.' type: docs -weight: 8200 +weight: 8400 url: /cpp/aspose.cells.pivot/pivotfield/setshowinoutlineform/ --- ## PivotField::SetShowInOutlineForm method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setshowsubtotalattop/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setshowsubtotalattop/_index.md index 6bc969e0093..1b2ca28293a 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setshowsubtotalattop/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setshowsubtotalattop/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowSubtotalAtTop second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetShowSubtotalAtTop method. Indicates whether to display subtotals at the top or bottom of items when ShowInOutlineForm is true, then in C++.' type: docs -weight: 8000 +weight: 8200 url: /cpp/aspose.cells.pivot/pivotfield/setshowsubtotalattop/ --- ## PivotField::SetShowSubtotalAtTop method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setsubtotals/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setsubtotals/_index.md index fab2a8d8315..3112437de4a 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setsubtotals/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setsubtotals/_index.md @@ -4,7 +4,7 @@ linktitle: SetSubtotals second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SetSubtotals method. Sets how to subtotal the specified field in C++.' type: docs -weight: 2900 +weight: 3100 url: /cpp/aspose.cells.pivot/pivotfield/setsubtotals/ --- ## PivotField::SetSubtotals method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/showvaluesas/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/showvaluesas/_index.md index 192a29c2709..d0f2f6811e0 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/showvaluesas/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/showvaluesas/_index.md @@ -4,7 +4,7 @@ linktitle: ShowValuesAs second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::ShowValuesAs method. Shows values of data field as different display format when the ShowDataAs calculation is in use in C++.' type: docs -weight: 7300 +weight: 7500 url: /cpp/aspose.cells.pivot/pivotfield/showvaluesas/ --- ## PivotField::ShowValuesAs method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/sortby/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/sortby/_index.md index 21443fa678d..0b61811d8a6 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/sortby/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/sortby/_index.md @@ -4,7 +4,7 @@ linktitle: SortBy second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::SortBy method. Sorts this pivot field in C++.' type: docs -weight: 5300 +weight: 5500 url: /cpp/aspose.cells.pivot/pivotfield/sortby/ --- ## PivotField::SortBy(SortOrder, int32_t) method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/ungroup/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/ungroup/_index.md index a171f7bfc9a..8ec42909f86 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/ungroup/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/ungroup/_index.md @@ -4,7 +4,7 @@ linktitle: Ungroup second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotField::Ungroup method. Ungroup the pivot field in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells.pivot/pivotfield/ungroup/ --- ## PivotField::Ungroup method diff --git a/english/cpp/aspose.cells.pivot/pivotfieldcollection/_impl/_index.md b/english/cpp/aspose.cells.pivot/pivotfieldcollection/_impl/_index.md index 32fe21ed870..5c7cc49d454 100644 --- a/english/cpp/aspose.cells.pivot/pivotfieldcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfieldcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotFieldCollection::_impl field. The implementation object in C++.' type: docs -weight: 1400 +weight: 1600 url: /cpp/aspose.cells.pivot/pivotfieldcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.pivot/pivotfieldcollection/_index.md b/english/cpp/aspose.cells.pivot/pivotfieldcollection/_index.md index 211b7c9bebe..f482eb75fc0 100644 --- a/english/cpp/aspose.cells.pivot/pivotfieldcollection/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfieldcollection/_index.md @@ -22,7 +22,9 @@ class PivotFieldCollection | --- | --- | | [Add(const PivotField\& pivotField)](./add/) | Adds a [PivotField](../pivotfield/)[Object](../../aspose.cells/object/) to the specific type PivotFields. | | [AddByBaseIndex(int32_t baseFieldIndex)](./addbybaseindex/) | Adds a [PivotField](../pivotfield/)[Object](../../aspose.cells/object/) to the specific type PivotFields. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [PivotFieldCollection](./). | | [Clear()](./clear/) | clear all fields of [PivotFieldCollection](./) | +| [end()](./end/) | Returns an iterator to the end of the [PivotFieldCollection](./). | | [Get(int32_t index)](./get/) | Gets the [PivotField](../pivotfield/)[Object](../../aspose.cells/object/) at the specific index. | | [Get(const U16String\& name)](./get/) | Gets the [PivotField](../pivotfield/)[Object](../../aspose.cells/object/) of the specific name. | | [Get(const char16_t* name)](./get/) | Gets the [PivotField](../pivotfield/)[Object](../../aspose.cells/object/) of the specific name. | diff --git a/english/cpp/aspose.cells.pivot/pivotfieldcollection/begin/_index.md b/english/cpp/aspose.cells.pivot/pivotfieldcollection/begin/_index.md new file mode 100644 index 00000000000..b995905cd06 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotfieldcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::begin method. Returns an iterator to the beginning of the PivotFieldCollection in C++.' +type: docs +weight: 1400 +url: /cpp/aspose.cells.pivot/pivotfieldcollection/begin/ +--- +## PivotFieldCollection::begin method + + +Returns an iterator to the beginning of the [PivotFieldCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotFieldCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [PivotFieldCollection](../). + +## See Also + +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotfieldcollection/end/_index.md b/english/cpp/aspose.cells.pivot/pivotfieldcollection/end/_index.md new file mode 100644 index 00000000000..225b83f8f0b --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotfieldcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::end method. Returns an iterator to the end of the PivotFieldCollection in C++.' +type: docs +weight: 1500 +url: /cpp/aspose.cells.pivot/pivotfieldcollection/end/ +--- +## PivotFieldCollection::end method + + +Returns an iterator to the end of the [PivotFieldCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotFieldCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [PivotFieldCollection](../). + +## See Also + +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotfieldsortsetting/issortbylabels/_index.md b/english/cpp/aspose.cells.pivot/pivotfieldsortsetting/issortbylabels/_index.md index 55910b53680..a9897595b5e 100644 --- a/english/cpp/aspose.cells.pivot/pivotfieldsortsetting/issortbylabels/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfieldsortsetting/issortbylabels/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotFieldSortSetting::IsSortByLabels method linktitle: IsSortByLabels second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotFieldSortSetting::IsSortByLabels method. Indicates whether sorting the field by itself or data field in C++.' +description: 'Aspose::Cells::Pivot::PivotFieldSortSetting::IsSortByLabels method. Indicates whether to sort the field by itself or data field in C++.' type: docs weight: 700 url: /cpp/aspose.cells.pivot/pivotfieldsortsetting/issortbylabels/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfieldsortsetting/issortbylabels/ ## PivotFieldSortSetting::IsSortByLabels method -Indicates whether sorting the field by itself or data field. +Indicates whether to sort the field by itself or data field. ```cpp bool Aspose::Cells::Pivot::PivotFieldSortSetting::IsSortByLabels() diff --git a/english/cpp/aspose.cells.pivot/pivotfiltercollection/_impl/_index.md b/english/cpp/aspose.cells.pivot/pivotfiltercollection/_impl/_index.md index 95b14d47568..c866270caf6 100644 --- a/english/cpp/aspose.cells.pivot/pivotfiltercollection/_impl/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfiltercollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotFilterCollection::_impl field. The implementation object in C++.' type: docs -weight: 1400 +weight: 1600 url: /cpp/aspose.cells.pivot/pivotfiltercollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.pivot/pivotfiltercollection/_index.md b/english/cpp/aspose.cells.pivot/pivotfiltercollection/_index.md index 71d028e6f71..49f9f723bb4 100644 --- a/english/cpp/aspose.cells.pivot/pivotfiltercollection/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfiltercollection/_index.md @@ -26,9 +26,11 @@ class PivotFilterCollection | [AddLabelFilter(int32_t baseFieldIndex, PivotFilterType type, const char16_t* label1, const char16_t* label2)](./addlabelfilter/) | Filters by captions of row or column pivot field. | | [AddTop10Filter(int32_t baseFieldIndex, int32_t valueFieldIndex, PivotFilterType type, bool isTop, int32_t itemCount)](./addtop10filter/) | Filters by values of data pivot field. | | [AddValueFilter(int32_t baseFieldIndex, int32_t valueFieldIndex, PivotFilterType type, double value1, double value2)](./addvaluefilter/) | Filters by values of data pivot field. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [PivotFilterCollection](./). | | [ClearFilter(int32_t fieldIndex)](./clearfilter/) | Clear [PivotFilter](../pivotfilter/) from the specific [PivotField](../pivotfield/). | +| [end()](./end/) | Returns an iterator to the end of the [PivotFilterCollection](./). | | [Get(int32_t index)](./get/) | Gets the pivotfilter object at the specific index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const PivotFilterCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.pivot/pivotfiltercollection/begin/_index.md b/english/cpp/aspose.cells.pivot/pivotfiltercollection/begin/_index.md new file mode 100644 index 00000000000..c6cb0fdac54 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotfiltercollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection::begin method. Returns an iterator to the beginning of the PivotFilterCollection in C++.' +type: docs +weight: 1400 +url: /cpp/aspose.cells.pivot/pivotfiltercollection/begin/ +--- +## PivotFilterCollection::begin method + + +Returns an iterator to the beginning of the [PivotFilterCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotFilterCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [PivotFilterCollection](../). + +## See Also + +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotfiltercollection/end/_index.md b/english/cpp/aspose.cells.pivot/pivotfiltercollection/end/_index.md new file mode 100644 index 00000000000..ebbc9fd39cd --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotfiltercollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection::end method. Returns an iterator to the end of the PivotFilterCollection in C++.' +type: docs +weight: 1500 +url: /cpp/aspose.cells.pivot/pivotfiltercollection/end/ +--- +## PivotFilterCollection::end method + + +Returns an iterator to the end of the [PivotFilterCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotFilterCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [PivotFilterCollection](../). + +## See Also + +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotfiltercollection/getcount/_index.md b/english/cpp/aspose.cells.pivot/pivotfiltercollection/getcount/_index.md index c115824d0ea..66cebb2451f 100644 --- a/english/cpp/aspose.cells.pivot/pivotfiltercollection/getcount/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfiltercollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotFilterCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Pivot::PivotFilterCollection class in C++.' +description: 'Aspose::Cells::Pivot::PivotFilterCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1300 url: /cpp/aspose.cells.pivot/pivotfiltercollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfiltercollection/getcount/ ## PivotFilterCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Pivot::PivotFilterCollection::GetCount() diff --git a/english/cpp/aspose.cells.pivot/pivotformatconditioncollection/_impl/_index.md b/english/cpp/aspose.cells.pivot/pivotformatconditioncollection/_impl/_index.md index 6d699718a07..bb0c5887809 100644 --- a/english/cpp/aspose.cells.pivot/pivotformatconditioncollection/_impl/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotformatconditioncollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotFormatConditionCollection::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells.pivot/pivotformatconditioncollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.pivot/pivotformatconditioncollection/_index.md b/english/cpp/aspose.cells.pivot/pivotformatconditioncollection/_index.md index f089eb3d7c5..adfe30ea39b 100644 --- a/english/cpp/aspose.cells.pivot/pivotformatconditioncollection/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotformatconditioncollection/_index.md @@ -25,6 +25,8 @@ class PivotFormatConditionCollection | Method | Description | | --- | --- | | [Add()](./add/) | Adds a pivot [FormatCondition](../../aspose.cells/formatcondition/) to the collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [PivotFormatConditionCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [PivotFormatConditionCollection](./). | | [Get(int32_t index)](./get/) | Gets the pivot [FormatCondition](../../aspose.cells/formatcondition/) object at the specific index. | | [GetCount()](./getcount/) | Gets the count of conditional formats. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | diff --git a/english/cpp/aspose.cells.pivot/pivotformatconditioncollection/begin/_index.md b/english/cpp/aspose.cells.pivot/pivotformatconditioncollection/begin/_index.md new file mode 100644 index 00000000000..7d159e39305 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotformatconditioncollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatConditionCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatConditionCollection::begin method. Returns an iterator to the beginning of the PivotFormatConditionCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.pivot/pivotformatconditioncollection/begin/ +--- +## PivotFormatConditionCollection::begin method + + +Returns an iterator to the beginning of the [PivotFormatConditionCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotFormatConditionCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [PivotFormatConditionCollection](../). + +## See Also + +* Class [PivotFormatConditionCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotformatconditioncollection/end/_index.md b/english/cpp/aspose.cells.pivot/pivotformatconditioncollection/end/_index.md new file mode 100644 index 00000000000..67fe6529762 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotformatconditioncollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatConditionCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatConditionCollection::end method. Returns an iterator to the end of the PivotFormatConditionCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.pivot/pivotformatconditioncollection/end/ +--- +## PivotFormatConditionCollection::end method + + +Returns an iterator to the end of the [PivotFormatConditionCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotFormatConditionCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [PivotFormatConditionCollection](../). + +## See Also + +* Class [PivotFormatConditionCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotitem/ismissing/_index.md b/english/cpp/aspose.cells.pivot/pivotitem/ismissing/_index.md index b1aff1125ee..dd1e155f866 100644 --- a/english/cpp/aspose.cells.pivot/pivotitem/ismissing/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotitem/ismissing/_index.md @@ -19,7 +19,7 @@ bool Aspose::Cells::Pivot::PivotItem::IsMissing() ## Remarks -True means this value has benn removed from the data source. +True means this value has been removed from the data source. ## See Also * Class [Vector](../../../aspose.cells/vector/) diff --git a/english/cpp/aspose.cells.pivot/pivotitemcollection/_impl/_index.md b/english/cpp/aspose.cells.pivot/pivotitemcollection/_impl/_index.md index 1d9cd9f3792..e1ccea5cef9 100644 --- a/english/cpp/aspose.cells.pivot/pivotitemcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotitemcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotItemCollection::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells.pivot/pivotitemcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.pivot/pivotitemcollection/_index.md b/english/cpp/aspose.cells.pivot/pivotitemcollection/_index.md index ca7977a35aa..258902789ae 100644 --- a/english/cpp/aspose.cells.pivot/pivotitemcollection/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotitemcollection/_index.md @@ -20,6 +20,8 @@ class PivotItemCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [PivotItemCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [PivotItemCollection](./). | | [Get(int32_t index)](./get/) | Gets the [PivotItem](../pivotitem/)[Object](../../aspose.cells/object/) at the specific index. | | [Get(const U16String\& itemValue)](./get/) | Gets the [PivotItem](../pivotitem/) by the specific name. | | [Get(const char16_t* itemValue)](./get/) | Gets the [PivotItem](../pivotitem/) by the specific name. | diff --git a/english/cpp/aspose.cells.pivot/pivotitemcollection/begin/_index.md b/english/cpp/aspose.cells.pivot/pivotitemcollection/begin/_index.md new file mode 100644 index 00000000000..fa8f8801e40 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotitemcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotItemCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItemCollection::begin method. Returns an iterator to the beginning of the PivotItemCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.pivot/pivotitemcollection/begin/ +--- +## PivotItemCollection::begin method + + +Returns an iterator to the beginning of the [PivotItemCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotItemCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [PivotItemCollection](../). + +## See Also + +* Class [PivotItemCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotitemcollection/end/_index.md b/english/cpp/aspose.cells.pivot/pivotitemcollection/end/_index.md new file mode 100644 index 00000000000..b1c4f19222a --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotitemcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotItemCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItemCollection::end method. Returns an iterator to the end of the PivotItemCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.pivot/pivotitemcollection/end/ +--- +## PivotItemCollection::end method + + +Returns an iterator to the end of the [PivotItemCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotItemCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [PivotItemCollection](../). + +## See Also + +* Class [PivotItemCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivottable/_impl/_index.md b/english/cpp/aspose.cells.pivot/pivottable/_impl/_index.md index a8a9ffce60a..878e598fa6a 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/_impl/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::_impl field. The implementation object in C++.' type: docs -weight: 18100 +weight: 18800 url: /cpp/aspose.cells.pivot/pivottable/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.pivot/pivottable/_index.md b/english/cpp/aspose.cells.pivot/pivottable/_index.md index 63551a46705..e5fbf1aa8a2 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/_index.md @@ -32,7 +32,9 @@ class PivotTable | [CalculateData(const PivotTableCalculateOption\& option)](./calculatedata/) | Calculates pivot table with options. | | [CalculateRange()](./calculaterange/) | Calculates pivottable's range. | | [ChangeDataSource(const Vector \\& source)](./changedatasource/) | Change data source of the pivottable. | +| [ClearAll()](./clearall/) | Remove all fields from regions. | | [ClearData()](./cleardata/) | Clear data and formatting of [PivotTable](./) view. | +| [ClearFilters()](./clearfilters/) | Clears all filters of this pivot table. | | [CopyStyle(const PivotTable\& pivotTable)](./copystyle/) | Copies named style from another pivot table. | | [Dispose()](./dispose/) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | | [Format(const PivotArea\& pivotArea, const Style\& style)](./format/) | Formats selected area of the [PivotTable](./). | @@ -49,7 +51,7 @@ class PivotTable | [GetButtonArea(PivotFieldType axisType)](./getbuttonarea/) | Gets the area contains field button. | | [GetCellByDisplayName(const U16String\& displayName)](./getcellbydisplayname/) | Gets the [Cell](../../aspose.cells/cell/) object by the display name of [PivotField](../pivotfield/). | | [GetCellByDisplayName(const char16_t* displayName)](./getcellbydisplayname/) | Gets the [Cell](../../aspose.cells/cell/) object by the display name of [PivotField](../pivotfield/). | -| [GetChildren()](./getchildren/) | Gets the Children [Pivot](../)[Tables](../../aspose.cells.tables/) which use this [PivotTable](./) data as data source. | +| [GetChildren()](./getchildren/) | **(Deprecated)** Gets the Children [Pivot](../)[Tables](../../aspose.cells.tables/) which use this [PivotTable](./) data as data source. | | [GetColumnFields()](./getcolumnfields/) | Returns a PivotFields object that are currently shown as column fields. | | [GetColumnGrand()](./getcolumngrand/) | **(Deprecated)** Indicates whether the [PivotTable](./) report shows grand totals for columns. | | [GetColumnHeaderCaption()](./getcolumnheadercaption/) | Gets and sets the custom Caption of the [Column](../../aspose.cells/column/) Header of the [PivotTable](./). | @@ -61,6 +63,7 @@ class PivotTable | [GetDataFieldHeaderName()](./getdatafieldheadername/) | Gets and sets the name of the value area field header in the [PivotTable](./). | | [GetDataFields()](./getdatafields/) | Gets a [PivotField](../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. | | [GetDataSource()](./getdatasource/) | Gets and sets the data source of the pivot table. | +| [GetDependentPivotTables()](./getdependentpivottables/) | Gets all [PivotTable](./)s that use this [PivotTable](./) as their data source. | | [GetDisplayErrorString()](./getdisplayerrorstring/) | Indicates whether the [PivotTable](./) report displays a custom string in cells that contain errors. | | [GetDisplayImmediateItems()](./getdisplayimmediateitems/) | 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. | | [GetDisplayNullString()](./getdisplaynullstring/) | Indicates whether the [PivotTable](./) report displays a custom string if the value is null. | @@ -75,12 +78,11 @@ class PivotTable | [GetFields(PivotFieldType fieldType)](./getfields/) | Gets the specific pivot field list by the region. | | [GetFilterArea()](./getfilterarea/) | Gets the area of filter region. | | [GetGrandTotalName()](./getgrandtotalname/) | Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total". | -| [GetHasBlankRows()](./gethasblankrows/) | Indicates whether to add blank rows. This property only applies for the [PivotTable](./) auto format types which needs to add blank rows. | | [GetHorizontalPageBreaks()](./gethorizontalpagebreaks/) | Gets horizontal page breaks of this pivot table. | | [GetIndent()](./getindent/) | Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form. | | [GetItemPrintTitles()](./getitemprinttitles/) | **(Deprecated)** Indicates whether [PivotItem](../pivotitem/) names should be repeated at the top of each printed page. | | [GetManualUpdate()](./getmanualupdate/) | Indicates whether the [PivotTable](./) report is recalculated only at the user's request. | -| [GetMergeLabels()](./getmergelabels/) | True if the specified [PivotTable](./) report's outer-row item, column item, subtotal, and grand total labels use merged cells. | +| [GetMergeLabels()](./getmergelabels/) | Indicates whether row or column titles that span multiple cells should be merged into a single cell. | | [GetMissingItemsLimit()](./getmissingitemslimit/) | Specifies a boolean value that indicates whether the fields of a [PivotTable](./) can have multiple filters set on them. | | [GetName()](./getname/) | Gets the name of the [PivotTable](./). | | [GetNamesOfSourceDataConnections()](./getnamesofsourcedataconnections/) | Gets the names of external source data connections. | @@ -108,7 +110,7 @@ class PivotTable | [GetRowRange()](./getrowrange/) | Returns a [CellArea](../../aspose.cells/cellarea/) object that represents the range that contains the row area in the [PivotTable](./) report. Read-only. | | [GetSaveData()](./getsavedata/) | Indicates whether data for the [PivotTable](./) report is saved with the workbook. | | [GetShowColumnGrandTotals()](./getshowcolumngrandtotals/) | Indicates whether to show grand totals for columns of this pivot table. | -| [GetShowDataTips()](./getshowdatatips/) | Specifies a boolean value that indicates whether tooltips should be displayed for [PivotTable](./) data cells. | +| [GetShowDataTips()](./getshowdatatips/) | Indicates whether tooltips should be displayed for [PivotTable](./) data cells. | | [GetShowDrill()](./getshowdrill/) | Gets and sets whether showing expand/collapse buttons. | | [GetShowEmptyCol()](./getshowemptycol/) | Indicates whether to include empty columns in the table. | | [GetShowEmptyRow()](./getshowemptyrow/) | Indicates whether to include empty rows in the table. | @@ -119,7 +121,7 @@ class PivotTable | [GetShowPivotStyleRowHeader()](./getshowpivotstylerowheader/) | Indicates whether the row header in the pivot table should have the style applied. | | [GetShowPivotStyleRowStripes()](./getshowpivotstylerowstripes/) | Indicates whether row stripe formatting is applied. | | [GetShowRowGrandTotals()](./getshowrowgrandtotals/) | Indicates whether to show grand totals for rows of the pivot table. | -| [GetShowRowHeaderCaption()](./getshowrowheadercaption/) | Indicates whether row header caption is shown in the [PivotTable](./) report Indicates whether Display field captions and filter drop downs. | +| [GetShowRowHeaderCaption()](./getshowrowheadercaption/) | **(Deprecated)** Indicates whether row header caption is shown in the [PivotTable](./) report Indicates whether Display field captions and filter drop downs. | | [GetShowValuesRow()](./getshowvaluesrow/) | Indicates whether showing values row. | | [GetSource()](./getsource/) | Get the data source of this pivottable. | | [GetSource(bool isOriginal)](./getsource/) | Get the data source of this pivottable. | @@ -181,7 +183,6 @@ class PivotTable | [SetFieldListSortAscending(bool value)](./setfieldlistsortascending/) | Indicates whether fields in the [PivotTable](./) are sorted in non-default order in the field list. | | [SetGrandTotalName(const U16String\& value)](./setgrandtotalname/) | Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total". | | [SetGrandTotalName(const char16_t* value)](./setgrandtotalname/) | Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total". | -| [SetHasBlankRows(bool value)](./sethasblankrows/) | Indicates whether to add blank rows. This property only applies for the [PivotTable](./) auto format types which needs to add blank rows. | | [SetIndent(int32_t value)](./setindent/) | Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form. | | [SetIsAutoFormat(bool value)](./setisautoformat/) | Indicates whether the [PivotTable](./) report is automatically formatted. Checkbox "autoformat table " which is in pivottable option for Excel 2003. | | [SetIsExcel2003Compatible(bool value)](./setisexcel2003compatible/) | Specifies whether the [PivotTable](./) is compatible for Excel2003 when refreshing [PivotTable](./), if true, a string must be less than or equal to 255 characters, so if the string is greater than 255 characters, it will be truncated. if false, a string will not have the aforementioned restriction. The default value is true. | @@ -190,7 +191,7 @@ class PivotTable | [SetIsSelected(bool value)](./setisselected/) | Indicates whether this [PivotTable](./) is selected. | | [SetItemPrintTitles(bool value)](./setitemprinttitles/) | **(Deprecated)** Indicates whether [PivotItem](../pivotitem/) names should be repeated at the top of each printed page. | | [SetManualUpdate(bool value)](./setmanualupdate/) | Indicates whether the [PivotTable](./) report is recalculated only at the user's request. | -| [SetMergeLabels(bool value)](./setmergelabels/) | True if the specified [PivotTable](./) report's outer-row item, column item, subtotal, and grand total labels use merged cells. | +| [SetMergeLabels(bool value)](./setmergelabels/) | Indicates whether row or column titles that span multiple cells should be merged into a single cell. | | [SetMissingItemsLimit(PivotMissingItemLimitType value)](./setmissingitemslimit/) | Specifies a boolean value that indicates whether the fields of a [PivotTable](./) can have multiple filters set on them. | | [SetName(const U16String\& value)](./setname/) | Gets the name of the [PivotTable](./). | | [SetName(const char16_t* value)](./setname/) | Gets the name of the [PivotTable](./). | @@ -213,7 +214,7 @@ class PivotTable | [SetRowHeaderCaption(const char16_t* value)](./setrowheadercaption/) | Gets and sets custom caption of the [Row](../../aspose.cells/row/) Header in this [PivotTable](./). | | [SetSaveData(bool value)](./setsavedata/) | Indicates whether data for the [PivotTable](./) report is saved with the workbook. | | [SetShowColumnGrandTotals(bool value)](./setshowcolumngrandtotals/) | Indicates whether to show grand totals for columns of this pivot table. | -| [SetShowDataTips(bool value)](./setshowdatatips/) | Specifies a boolean value that indicates whether tooltips should be displayed for [PivotTable](./) data cells. | +| [SetShowDataTips(bool value)](./setshowdatatips/) | Indicates whether tooltips should be displayed for [PivotTable](./) data cells. | | [SetShowDrill(bool value)](./setshowdrill/) | Gets and sets whether showing expand/collapse buttons. | | [SetShowEmptyCol(bool value)](./setshowemptycol/) | Indicates whether to include empty columns in the table. | | [SetShowEmptyRow(bool value)](./setshowemptyrow/) | Indicates whether to include empty rows in the table. | @@ -224,7 +225,7 @@ class PivotTable | [SetShowPivotStyleRowHeader(bool value)](./setshowpivotstylerowheader/) | Indicates whether the row header in the pivot table should have the style applied. | | [SetShowPivotStyleRowStripes(bool value)](./setshowpivotstylerowstripes/) | Indicates whether row stripe formatting is applied. | | [SetShowRowGrandTotals(bool value)](./setshowrowgrandtotals/) | Indicates whether to show grand totals for rows of the pivot table. | -| [SetShowRowHeaderCaption(bool value)](./setshowrowheadercaption/) | Indicates whether row header caption is shown in the [PivotTable](./) report Indicates whether Display field captions and filter drop downs. | +| [SetShowRowHeaderCaption(bool value)](./setshowrowheadercaption/) | **(Deprecated)** Indicates whether row header caption is shown in the [PivotTable](./) report Indicates whether Display field captions and filter drop downs. | | [SetShowValuesRow(bool value)](./setshowvaluesrow/) | Indicates whether showing values row. | | [SetSubtotalHiddenPageItems(bool value)](./setsubtotalhiddenpageitems/) | Indicates whether hidden page field items in the [PivotTable](./) report are included in row and column subtotals, block totals, and grand totals. The default value is False. | | [SetTag(const U16String\& value)](./settag/) | Gets and sets a user-defined string that is associated with this [PivotTable](./) view. | diff --git a/english/cpp/aspose.cells.pivot/pivottable/addcalculatedfield/_index.md b/english/cpp/aspose.cells.pivot/pivottable/addcalculatedfield/_index.md index 82e1eb8b7e8..527392d169c 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/addcalculatedfield/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/addcalculatedfield/_index.md @@ -4,7 +4,7 @@ linktitle: AddCalculatedField second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::AddCalculatedField method. Adds a calculated field to pivot field in C++.' type: docs -weight: 2100 +weight: 2300 url: /cpp/aspose.cells.pivot/pivottable/addcalculatedfield/ --- ## PivotTable::AddCalculatedField(const U16String\&, const U16String\&, bool) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/addfieldtoarea/_index.md b/english/cpp/aspose.cells.pivot/pivottable/addfieldtoarea/_index.md index 6e57ed78c46..553d5716838 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/addfieldtoarea/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/addfieldtoarea/_index.md @@ -4,7 +4,7 @@ linktitle: AddFieldToArea second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::AddFieldToArea method. Adds the field to the specific area in C++.' type: docs -weight: 2000 +weight: 2200 url: /cpp/aspose.cells.pivot/pivottable/addfieldtoarea/ --- ## PivotTable::AddFieldToArea(PivotFieldType, const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/calculatedata/_index.md b/english/cpp/aspose.cells.pivot/pivottable/calculatedata/_index.md index 384e339349b..d3d92c8cc25 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/calculatedata/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/calculatedata/_index.md @@ -4,7 +4,7 @@ linktitle: CalculateData second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::CalculateData method. Calculates data of pivottable to cells in C++.' type: docs -weight: 14700 +weight: 15000 url: /cpp/aspose.cells.pivot/pivottable/calculatedata/ --- ## PivotTable::CalculateData() method diff --git a/english/cpp/aspose.cells.pivot/pivottable/calculaterange/_index.md b/english/cpp/aspose.cells.pivot/pivottable/calculaterange/_index.md index 20b94e70b85..3ff02fab233 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/calculaterange/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/calculaterange/_index.md @@ -4,7 +4,7 @@ linktitle: CalculateRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::CalculateRange method. Calculates pivottable''s range in C++.' type: docs -weight: 14800 +weight: 15400 url: /cpp/aspose.cells.pivot/pivottable/calculaterange/ --- ## PivotTable::CalculateRange method diff --git a/english/cpp/aspose.cells.pivot/pivottable/changedatasource/_index.md b/english/cpp/aspose.cells.pivot/pivottable/changedatasource/_index.md index d8333b9a5c6..05e329b7bae 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/changedatasource/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/changedatasource/_index.md @@ -4,7 +4,7 @@ linktitle: ChangeDataSource second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::ChangeDataSource method. Change data source of the pivottable in C++.' type: docs -weight: 14400 +weight: 14700 url: /cpp/aspose.cells.pivot/pivottable/changedatasource/ --- ## PivotTable::ChangeDataSource method diff --git a/english/cpp/aspose.cells.pivot/pivottable/clearall/_index.md b/english/cpp/aspose.cells.pivot/pivottable/clearall/_index.md new file mode 100644 index 00000000000..106659d5a1c --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivottable/clearall/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::ClearAll method +linktitle: ClearAll +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::ClearAll method. Remove all fields from regions in C++.' +type: docs +weight: 15300 +url: /cpp/aspose.cells.pivot/pivottable/clearall/ +--- +## PivotTable::ClearAll method + + +Remove all fields from regions. + +```cpp +void Aspose::Cells::Pivot::PivotTable::ClearAll() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivottable/cleardata/_index.md b/english/cpp/aspose.cells.pivot/pivottable/cleardata/_index.md index bbc0242fe92..ce1576adde8 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/cleardata/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/cleardata/_index.md @@ -4,7 +4,7 @@ linktitle: ClearData second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::ClearData method. Clear data and formatting of PivotTable view in C++.' type: docs -weight: 14800 +weight: 15100 url: /cpp/aspose.cells.pivot/pivottable/cleardata/ --- ## PivotTable::ClearData method diff --git a/english/cpp/aspose.cells.pivot/pivottable/clearfilters/_index.md b/english/cpp/aspose.cells.pivot/pivottable/clearfilters/_index.md new file mode 100644 index 00000000000..8040cec2421 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivottable/clearfilters/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::ClearFilters method +linktitle: ClearFilters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::ClearFilters method. Clears all filters of this pivot table in C++.' +type: docs +weight: 15200 +url: /cpp/aspose.cells.pivot/pivottable/clearfilters/ +--- +## PivotTable::ClearFilters method + + +Clears all filters of this pivot table. + +```cpp +void Aspose::Cells::Pivot::PivotTable::ClearFilters() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivottable/copystyle/_index.md b/english/cpp/aspose.cells.pivot/pivottable/copystyle/_index.md index af00e3e0856..740d153099c 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/copystyle/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/copystyle/_index.md @@ -4,7 +4,7 @@ linktitle: CopyStyle second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::CopyStyle method. Copies named style from another pivot table in C++.' type: docs -weight: 1500 +weight: 1700 url: /cpp/aspose.cells.pivot/pivottable/copystyle/ --- ## PivotTable::CopyStyle method diff --git a/english/cpp/aspose.cells.pivot/pivottable/format/_index.md b/english/cpp/aspose.cells.pivot/pivottable/format/_index.md index a3fb8e57e4b..1793c75068b 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/format/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/format/_index.md @@ -4,7 +4,7 @@ linktitle: Format second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::Format method. Formats selected area of the PivotTable in C++.' type: docs -weight: 15200 +weight: 15700 url: /cpp/aspose.cells.pivot/pivottable/format/ --- ## PivotTable::Format(const PivotArea\&, const Style\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/formatall/_index.md b/english/cpp/aspose.cells.pivot/pivottable/formatall/_index.md index 685acc6c026..293cdd97719 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/formatall/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/formatall/_index.md @@ -4,7 +4,7 @@ linktitle: FormatAll second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::FormatAll method. Format all the cell in the pivottable area in C++.' type: docs -weight: 14900 +weight: 15500 url: /cpp/aspose.cells.pivot/pivottable/formatall/ --- ## PivotTable::FormatAll method diff --git a/english/cpp/aspose.cells.pivot/pivottable/formatrow/_index.md b/english/cpp/aspose.cells.pivot/pivottable/formatrow/_index.md index 70b94e2a2ad..6a14498340c 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/formatrow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/formatrow/_index.md @@ -4,7 +4,7 @@ linktitle: FormatRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::FormatRow method. Format the row data in the pivottable area in C++.' type: docs -weight: 15000 +weight: 15600 url: /cpp/aspose.cells.pivot/pivottable/formatrow/ --- ## PivotTable::FormatRow method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getallowmultiplefiltersperfield/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getallowmultiplefiltersperfield/_index.md index 1e0cfcab7ee..8d679c19085 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getallowmultiplefiltersperfield/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getallowmultiplefiltersperfield/_index.md @@ -4,7 +4,7 @@ linktitle: GetAllowMultipleFiltersPerField second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetAllowMultipleFiltersPerField method. Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them in C++.' type: docs -weight: 8700 +weight: 9100 url: /cpp/aspose.cells.pivot/pivottable/getallowmultiplefiltersperfield/ --- ## PivotTable::GetAllowMultipleFiltersPerField method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getalttextdescription/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getalttextdescription/_index.md index 5bfc847209d..dfb710dc696 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getalttextdescription/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getalttextdescription/_index.md @@ -4,7 +4,7 @@ linktitle: GetAltTextDescription second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetAltTextDescription method. Gets the description of the alt text in C++.' type: docs -weight: 10900 +weight: 11300 url: /cpp/aspose.cells.pivot/pivottable/getalttextdescription/ --- ## PivotTable::GetAltTextDescription method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getalttexttitle/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getalttexttitle/_index.md index 9fe4b874e5c..36d22c1ba6d 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getalttexttitle/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getalttexttitle/_index.md @@ -4,7 +4,7 @@ linktitle: GetAltTextTitle second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetAltTextTitle method. Gets and sets the title of the alter text in C++.' type: docs -weight: 10700 +weight: 11100 url: /cpp/aspose.cells.pivot/pivottable/getalttexttitle/ --- ## PivotTable::GetAltTextTitle method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getautofitcolumnwidthonupdate/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getautofitcolumnwidthonupdate/_index.md index bf96b178779..73ce2278133 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getautofitcolumnwidthonupdate/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getautofitcolumnwidthonupdate/_index.md @@ -4,7 +4,7 @@ linktitle: GetAutofitColumnWidthOnUpdate second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetAutofitColumnWidthOnUpdate method. Indicates whether autofitting column width on update in C++.' type: docs -weight: 5900 +weight: 6500 url: /cpp/aspose.cells.pivot/pivottable/getautofitcolumnwidthonupdate/ --- ## PivotTable::GetAutofitColumnWidthOnUpdate method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getautoformattype/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getautoformattype/_index.md index eb621c33148..1fb38b58708 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getautoformattype/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getautoformattype/_index.md @@ -4,7 +4,7 @@ linktitle: GetAutoFormatType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetAutoFormatType method. Gets and sets the auto format type of PivotTable in C++.' type: docs -weight: 6100 +weight: 6700 url: /cpp/aspose.cells.pivot/pivottable/getautoformattype/ --- ## PivotTable::GetAutoFormatType method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getbasefields/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getbasefields/_index.md index 0a5b5584923..aae86449d4f 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getbasefields/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getbasefields/_index.md @@ -4,7 +4,7 @@ linktitle: GetBaseFields second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetBaseFields method. Returns all base pivot fields in the PivotTable in C++.' type: docs -weight: 2800 +weight: 3100 url: /cpp/aspose.cells.pivot/pivottable/getbasefields/ --- ## PivotTable::GetBaseFields method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getcellbydisplayname/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getcellbydisplayname/_index.md index 685ee6272f6..6adf0ba5e61 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getcellbydisplayname/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getcellbydisplayname/_index.md @@ -4,7 +4,7 @@ linktitle: GetCellByDisplayName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetCellByDisplayName method. Gets the Cell object by the display name of PivotField in C++.' type: docs -weight: 17900 +weight: 18500 url: /cpp/aspose.cells.pivot/pivottable/getcellbydisplayname/ --- ## PivotTable::GetCellByDisplayName(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getchildren/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getchildren/_index.md index 0275c9f7f2d..aba8428278d 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getchildren/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getchildren/_index.md @@ -4,7 +4,7 @@ linktitle: GetChildren second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetChildren method. Gets the Children PivotTables which use this PivotTable data as data source in C++.' type: docs -weight: 18000 +weight: 18700 url: /cpp/aspose.cells.pivot/pivottable/getchildren/ --- ## PivotTable::GetChildren method @@ -12,6 +12,10 @@ url: /cpp/aspose.cells.pivot/pivottable/getchildren/ Gets the Children [Pivot](../../)[Tables](../../../aspose.cells.tables/) which use this [PivotTable](../) data as data source. + +>Deprecated +> +>Use PivotTable.GetDependentPivotTables() method instead. ```cpp Vector Aspose::Cells::Pivot::PivotTable::GetChildren() ``` @@ -20,6 +24,12 @@ Vector Aspose::Cells::Pivot::PivotTable::GetChildren() ## ReturnValue the [PivotTable](../) array object +## Remarks + + + +NOTE: This method is now obsolete. Instead, please use [PivotTable.GetDependentPivotTables()](../getdependentpivottables/) method. This method will be removed 12 months later since April 2026. **Aspose** apologizes for any inconvenience you may have experienced. + ## See Also diff --git a/english/cpp/aspose.cells.pivot/pivottable/getcolumnfields/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getcolumnfields/_index.md index d5d261f6673..1240fcec349 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getcolumnfields/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getcolumnfields/_index.md @@ -4,7 +4,7 @@ linktitle: GetColumnFields second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetColumnFields method. Returns a PivotFields object that are currently shown as column fields in C++.' type: docs -weight: 2300 +weight: 2500 url: /cpp/aspose.cells.pivot/pivottable/getcolumnfields/ --- ## PivotTable::GetColumnFields method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getcolumngrand/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getcolumngrand/_index.md index 373be00ca86..537924c8ba7 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getcolumngrand/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getcolumngrand/_index.md @@ -4,7 +4,7 @@ linktitle: GetColumnGrand second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetColumnGrand method. Indicates whether the PivotTable report shows grand totals for columns in C++.' type: docs -weight: 4300 +weight: 4900 url: /cpp/aspose.cells.pivot/pivottable/getcolumngrand/ --- ## PivotTable::GetColumnGrand method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getcolumnheadercaption/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getcolumnheadercaption/_index.md index 5f1a13b66a2..6385e5e3dd4 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getcolumnheadercaption/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getcolumnheadercaption/_index.md @@ -4,7 +4,7 @@ linktitle: GetColumnHeaderCaption second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetColumnHeaderCaption method. Gets and sets the custom Caption of the Column Header of the PivotTable in C++.' type: docs -weight: 11400 +weight: 11700 url: /cpp/aspose.cells.pivot/pivottable/getcolumnheadercaption/ --- ## PivotTable::GetColumnHeaderCaption method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getcolumnrange/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getcolumnrange/_index.md index e6ad87bc436..9f4d83f34ca 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getcolumnrange/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getcolumnrange/_index.md @@ -4,7 +4,7 @@ linktitle: GetColumnRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetColumnRange method. Returns a CellArea object that represents the range that contains the column area in the PivotTable report. Read-only in C++.' type: docs -weight: 3000 +weight: 3600 url: /cpp/aspose.cells.pivot/pivottable/getcolumnrange/ --- ## PivotTable::GetColumnRange method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getconditionalformats/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getconditionalformats/_index.md index b5e5c22bd13..a5f886bab53 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getconditionalformats/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getconditionalformats/_index.md @@ -4,7 +4,7 @@ linktitle: GetConditionalFormats second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetConditionalFormats method. Gets the conditional formats of the pivot table in C++.' type: docs -weight: 12400 +weight: 12800 url: /cpp/aspose.cells.pivot/pivottable/getconditionalformats/ --- ## PivotTable::GetConditionalFormats method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getcustomlistsort/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getcustomlistsort/_index.md index 0c910cf74ff..883f1dc5bce 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getcustomlistsort/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getcustomlistsort/_index.md @@ -4,7 +4,7 @@ linktitle: GetCustomListSort second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetCustomListSort method. Indicates whether consider built-in custom list when sort data in C++.' type: docs -weight: 12100 +weight: 12500 url: /cpp/aspose.cells.pivot/pivottable/getcustomlistsort/ --- ## PivotTable::GetCustomListSort method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getdatabodyrange/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getdatabodyrange/_index.md index 94acd4b2124..210d5ba4513 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getdatabodyrange/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getdatabodyrange/_index.md @@ -4,7 +4,7 @@ linktitle: GetDataBodyRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetDataBodyRange method. Returns a CellArea object that represents the range that contains the data area in the list between the header row and the insert row. Read-only in C++.' type: docs -weight: 3200 +weight: 3800 url: /cpp/aspose.cells.pivot/pivottable/getdatabodyrange/ --- ## PivotTable::GetDataBodyRange method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getdatafield/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getdatafield/_index.md index 517b2d26202..7f5eb899859 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getdatafield/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getdatafield/_index.md @@ -4,7 +4,7 @@ linktitle: GetDataField second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetDataField method. Gets a 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 in C++.' type: docs -weight: 2700 +weight: 2900 url: /cpp/aspose.cells.pivot/pivottable/getdatafield/ --- ## PivotTable::GetDataField method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getdatafieldheadername/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getdatafieldheadername/_index.md index 597c82134a1..94cf489788f 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getdatafieldheadername/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getdatafieldheadername/_index.md @@ -4,7 +4,7 @@ linktitle: GetDataFieldHeaderName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetDataFieldHeaderName method. Gets and sets the name of the value area field header in the PivotTable in C++.' type: docs -weight: 5300 +weight: 5900 url: /cpp/aspose.cells.pivot/pivottable/getdatafieldheadername/ --- ## PivotTable::GetDataFieldHeaderName method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getdatafields/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getdatafields/_index.md index 889e1120682..63c1b169946 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getdatafields/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getdatafields/_index.md @@ -4,7 +4,7 @@ linktitle: GetDataFields second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetDataFields method. 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 in C++.' type: docs -weight: 2600 +weight: 2800 url: /cpp/aspose.cells.pivot/pivottable/getdatafields/ --- ## PivotTable::GetDataFields method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getdatasource/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getdatasource/_index.md index dc05c3c1d78..c753c830cf6 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getdatasource/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getdatasource/_index.md @@ -4,7 +4,7 @@ linktitle: GetDataSource second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetDataSource method. Gets and sets the data source of the pivot table in C++.' type: docs -weight: 14100 +weight: 14500 url: /cpp/aspose.cells.pivot/pivottable/getdatasource/ --- ## PivotTable::GetDataSource method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getdependentpivottables/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getdependentpivottables/_index.md new file mode 100644 index 00000000000..22efe30e720 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivottable/getdependentpivottables/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetDependentPivotTables method +linktitle: GetDependentPivotTables +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetDependentPivotTables method. Gets all PivotTables that use this PivotTable as their data source in C++.' +type: docs +weight: 18600 +url: /cpp/aspose.cells.pivot/pivottable/getdependentpivottables/ +--- +## PivotTable::GetDependentPivotTables method + + +Gets all [PivotTable](../)s that use this [PivotTable](../) as their data source. + +```cpp +Vector Aspose::Cells::Pivot::PivotTable::GetDependentPivotTables() +``` + + +## ReturnValue + + +## Remarks + + + +Because pivot tables may depend on each other's data, they must be refreshed in the correct order to ensure data consistency. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivottable/getdisplayerrorstring/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getdisplayerrorstring/_index.md index fb386e55ee8..c466c91fa4c 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getdisplayerrorstring/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getdisplayerrorstring/_index.md @@ -4,7 +4,7 @@ linktitle: GetDisplayErrorString second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetDisplayErrorString method. Indicates whether the PivotTable report displays a custom string in cells that contain errors in C++.' type: docs -weight: 5100 +weight: 5700 url: /cpp/aspose.cells.pivot/pivottable/getdisplayerrorstring/ --- ## PivotTable::GetDisplayErrorString method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getdisplayimmediateitems/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getdisplayimmediateitems/_index.md index c3b314c8956..62e2864e1f4 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getdisplayimmediateitems/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getdisplayimmediateitems/_index.md @@ -4,7 +4,7 @@ linktitle: GetDisplayImmediateItems second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetDisplayImmediateItems method. 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 in C++.' type: docs -weight: 16100 +weight: 16700 url: /cpp/aspose.cells.pivot/pivottable/getdisplayimmediateitems/ --- ## PivotTable::GetDisplayImmediateItems method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getdisplaynullstring/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getdisplaynullstring/_index.md index 6395fe3fbee..f295649949a 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getdisplaynullstring/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getdisplaynullstring/_index.md @@ -4,7 +4,7 @@ linktitle: GetDisplayNullString second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetDisplayNullString method. Indicates whether the PivotTable report displays a custom string if the value is null in C++.' type: docs -weight: 4700 +weight: 5300 url: /cpp/aspose.cells.pivot/pivottable/getdisplaynullstring/ --- ## PivotTable::GetDisplayNullString method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getenabledatavalueediting/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getenabledatavalueediting/_index.md index d93c0f712d3..c4874a2dd54 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getenabledatavalueediting/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getenabledatavalueediting/_index.md @@ -4,7 +4,7 @@ linktitle: GetEnableDataValueEditing second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetEnableDataValueEditing method. Specifies a boolean value that indicates whether the user is allowed to edit the cells in the data area of the pivottable. Enable cell editing in the values area in C++.' type: docs -weight: 9100 +weight: 9500 url: /cpp/aspose.cells.pivot/pivottable/getenabledatavalueediting/ --- ## PivotTable::GetEnableDataValueEditing method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getenabledrilldown/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getenabledrilldown/_index.md index 5463b9f50f1..7af50c58a28 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getenabledrilldown/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getenabledrilldown/_index.md @@ -4,7 +4,7 @@ linktitle: GetEnableDrilldown second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetEnableDrilldown method. Gets whether drilldown is enabled in C++.' type: docs -weight: 7100 +weight: 7500 url: /cpp/aspose.cells.pivot/pivottable/getenabledrilldown/ --- ## PivotTable::GetEnableDrilldown method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getenablefielddialog/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getenablefielddialog/_index.md index 5b14008b402..adbad4f5efd 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getenablefielddialog/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getenablefielddialog/_index.md @@ -4,7 +4,7 @@ linktitle: GetEnableFieldDialog second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetEnableFieldDialog method. Indicates whether the PivotTable Field dialog box is available when the user double-clicks the PivotTable field in C++.' type: docs -weight: 7300 +weight: 7700 url: /cpp/aspose.cells.pivot/pivottable/getenablefielddialog/ --- ## PivotTable::GetEnableFieldDialog method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getenablefieldlist/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getenablefieldlist/_index.md index 7d2298cf503..7401f01ceb3 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getenablefieldlist/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getenablefieldlist/_index.md @@ -4,7 +4,7 @@ linktitle: GetEnableFieldList second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetEnableFieldList method. Indicates whether the field list for the PivotTable is available on the view of Excel in C++.' type: docs -weight: 7500 +weight: 7900 url: /cpp/aspose.cells.pivot/pivottable/getenablefieldlist/ --- ## PivotTable::GetEnableFieldList method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getenablewizard/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getenablewizard/_index.md index dfde96a3d7a..11699c20984 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getenablewizard/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getenablewizard/_index.md @@ -4,7 +4,7 @@ linktitle: GetEnableWizard second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetEnableWizard method. Indicates whether the PivotTable Wizard is available in C++.' type: docs -weight: 7700 +weight: 8100 url: /cpp/aspose.cells.pivot/pivottable/getenablewizard/ --- ## PivotTable::GetEnableWizard method diff --git a/english/cpp/aspose.cells.pivot/pivottable/geterrorstring/_index.md b/english/cpp/aspose.cells.pivot/pivottable/geterrorstring/_index.md index 14d03bdfa0f..5a61de2dc9e 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/geterrorstring/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/geterrorstring/_index.md @@ -4,7 +4,7 @@ linktitle: GetErrorString second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetErrorString method. Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string in C++.' type: docs -weight: 5500 +weight: 6100 url: /cpp/aspose.cells.pivot/pivottable/geterrorstring/ --- ## PivotTable::GetErrorString method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getexternalconnectiondatasource/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getexternalconnectiondatasource/_index.md index 746ec65965f..8bb9b901f9f 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getexternalconnectiondatasource/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getexternalconnectiondatasource/_index.md @@ -4,7 +4,7 @@ linktitle: GetExternalConnectionDataSource second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetExternalConnectionDataSource method. Gets the external connection data source in C++.' type: docs -weight: 13800 +weight: 14200 url: /cpp/aspose.cells.pivot/pivottable/getexternalconnectiondatasource/ --- ## PivotTable::GetExternalConnectionDataSource method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getfieldlistsortascending/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getfieldlistsortascending/_index.md index a7642f0c6a7..e237b03ab57 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getfieldlistsortascending/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getfieldlistsortascending/_index.md @@ -4,7 +4,7 @@ linktitle: GetFieldListSortAscending second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetFieldListSortAscending method. Indicates whether fields in the PivotTable are sorted in non-default order in the field list in C++.' type: docs -weight: 10300 +weight: 10700 url: /cpp/aspose.cells.pivot/pivottable/getfieldlistsortascending/ --- ## PivotTable::GetFieldListSortAscending method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getfields/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getfields/_index.md index 95046888c97..af70a1070a2 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getfields/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getfields/_index.md @@ -4,7 +4,7 @@ linktitle: GetFields second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetFields method. Gets the specific pivot field list by the region in C++.' type: docs -weight: 2200 +weight: 2400 url: /cpp/aspose.cells.pivot/pivottable/getfields/ --- ## PivotTable::GetFields method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getgrandtotalname/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getgrandtotalname/_index.md index a133cf614a3..cacdd8e6ee2 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getgrandtotalname/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getgrandtotalname/_index.md @@ -4,7 +4,7 @@ linktitle: GetGrandTotalName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetGrandTotalName method. Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total" in C++.' type: docs -weight: 8100 +weight: 8500 url: /cpp/aspose.cells.pivot/pivottable/getgrandtotalname/ --- ## PivotTable::GetGrandTotalName method diff --git a/english/cpp/aspose.cells.pivot/pivottable/gethasblankrows/_index.md b/english/cpp/aspose.cells.pivot/pivottable/gethasblankrows/_index.md deleted file mode 100644 index 853f40e93ba..00000000000 --- a/english/cpp/aspose.cells.pivot/pivottable/gethasblankrows/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Cells::Pivot::PivotTable::GetHasBlankRows method -linktitle: GetHasBlankRows -second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::GetHasBlankRows method. Indicates whether to add blank rows. This property only applies for the PivotTable auto format types which needs to add blank rows in C++.' -type: docs -weight: 6300 -url: /cpp/aspose.cells.pivot/pivottable/gethasblankrows/ ---- -## PivotTable::GetHasBlankRows method - - -Indicates whether to add blank rows. This property only applies for the [PivotTable](../) auto format types which needs to add blank rows. - -```cpp -bool Aspose::Cells::Pivot::PivotTable::GetHasBlankRows() -``` - -## See Also - -* Class [Vector](../../../aspose.cells/vector/) -* Class [PivotTable](../) -* Namespace [Aspose::Cells::Pivot](../../) -* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivottable/gethorizontalpagebreaks/_index.md b/english/cpp/aspose.cells.pivot/pivottable/gethorizontalpagebreaks/_index.md index c9c2ef2c00a..cab2d59c424 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/gethorizontalpagebreaks/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/gethorizontalpagebreaks/_index.md @@ -4,7 +4,7 @@ linktitle: GetHorizontalPageBreaks second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetHorizontalPageBreaks method. Gets horizontal page breaks of this pivot table in C++.' type: docs -weight: 17500 +weight: 18100 url: /cpp/aspose.cells.pivot/pivottable/gethorizontalpagebreaks/ --- ## PivotTable::GetHorizontalPageBreaks method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getindent/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getindent/_index.md index 91beb9fda63..64201e890f4 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getindent/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getindent/_index.md @@ -4,7 +4,7 @@ linktitle: GetIndent second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetIndent method. Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form in C++.' type: docs -weight: 11500 +weight: 11900 url: /cpp/aspose.cells.pivot/pivottable/getindent/ --- ## PivotTable::GetIndent method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getitemprinttitles/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getitemprinttitles/_index.md index 2cf0e6e91d6..e2f5bb9d1b4 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getitemprinttitles/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getitemprinttitles/_index.md @@ -4,7 +4,7 @@ linktitle: GetItemPrintTitles second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetItemPrintTitles method. Indicates whether PivotItem names should be repeated at the top of each printed page in C++.' type: docs -weight: 15500 +weight: 16100 url: /cpp/aspose.cells.pivot/pivottable/getitemprinttitles/ --- ## PivotTable::GetItemPrintTitles method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getmanualupdate/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getmanualupdate/_index.md index a1b3dbd34e3..f58f476b6fd 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getmanualupdate/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getmanualupdate/_index.md @@ -4,7 +4,7 @@ linktitle: GetManualUpdate second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetManualUpdate method. Indicates whether the PivotTable report is recalculated only at the user''s request in C++.' type: docs -weight: 8300 +weight: 8700 url: /cpp/aspose.cells.pivot/pivottable/getmanualupdate/ --- ## PivotTable::GetManualUpdate method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getmergelabels/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getmergelabels/_index.md index 3eccf1d5a6e..f260b7fa05d 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getmergelabels/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getmergelabels/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::GetMergeLabels method linktitle: GetMergeLabels second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::GetMergeLabels method. True if the specified PivotTable report''s outer-row item, column item, subtotal, and grand total labels use merged cells in C++.' +description: 'Aspose::Cells::Pivot::PivotTable::GetMergeLabels method. Indicates whether row or column titles that span multiple cells should be merged into a single cell in C++.' type: docs -weight: 6500 +weight: 6900 url: /cpp/aspose.cells.pivot/pivottable/getmergelabels/ --- ## PivotTable::GetMergeLabels method -True if the specified [PivotTable](../) report's outer-row item, column item, subtotal, and grand total labels use merged cells. +Indicates whether row or column titles that span multiple cells should be merged into a single cell. ```cpp bool Aspose::Cells::Pivot::PivotTable::GetMergeLabels() diff --git a/english/cpp/aspose.cells.pivot/pivottable/getmissingitemslimit/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getmissingitemslimit/_index.md index 2076ee3dca3..0ffc535a57e 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getmissingitemslimit/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getmissingitemslimit/_index.md @@ -4,7 +4,7 @@ linktitle: GetMissingItemsLimit second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetMissingItemsLimit method. Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them in C++.' type: docs -weight: 8900 +weight: 9300 url: /cpp/aspose.cells.pivot/pivottable/getmissingitemslimit/ --- ## PivotTable::GetMissingItemsLimit method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getname/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getname/_index.md index 6f333dd6534..91ca69b0159 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getname/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getname/_index.md @@ -4,7 +4,7 @@ linktitle: GetName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetName method. Gets the name of the PivotTable in C++.' type: docs -weight: 11100 +weight: 11500 url: /cpp/aspose.cells.pivot/pivottable/getname/ --- ## PivotTable::GetName method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getnamesofsourcedataconnections/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getnamesofsourcedataconnections/_index.md index fc62f18cb1e..5467fe28e7d 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getnamesofsourcedataconnections/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getnamesofsourcedataconnections/_index.md @@ -4,7 +4,7 @@ linktitle: GetNamesOfSourceDataConnections second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetNamesOfSourceDataConnections method. Gets the names of external source data connections in C++.' type: docs -weight: 14100 +weight: 14400 url: /cpp/aspose.cells.pivot/pivottable/getnamesofsourcedataconnections/ --- ## PivotTable::GetNamesOfSourceDataConnections method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getnullstring/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getnullstring/_index.md index 4fd8c7f8249..3e671b5f4b1 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getnullstring/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getnullstring/_index.md @@ -4,7 +4,7 @@ linktitle: GetNullString second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetNullString method. Gets the string displayed in cells that contain null values when the DisplayNullString property is true.The default value is an empty string in C++.' type: docs -weight: 4900 +weight: 5500 url: /cpp/aspose.cells.pivot/pivottable/getnullstring/ --- ## PivotTable::GetNullString method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getpagefieldorder/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getpagefieldorder/_index.md index ed22ba2698e..ef1efcce577 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getpagefieldorder/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getpagefieldorder/_index.md @@ -4,7 +4,7 @@ linktitle: GetPageFieldOrder second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetPageFieldOrder method. Gets and sets the order in which page fields are added to the PivotTable report''s layout in C++.' type: docs -weight: 12500 +weight: 12900 url: /cpp/aspose.cells.pivot/pivottable/getpagefieldorder/ --- ## PivotTable::GetPageFieldOrder method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getpagefields/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getpagefields/_index.md index 8326152b210..1ee271d6198 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getpagefields/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getpagefields/_index.md @@ -4,7 +4,7 @@ linktitle: GetPageFields second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetPageFields method. Returns a PivotFields object that are currently shown as page fields in C++.' type: docs -weight: 2500 +weight: 2700 url: /cpp/aspose.cells.pivot/pivottable/getpagefields/ --- ## PivotTable::GetPageFields method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getpagefieldwrapcount/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getpagefieldwrapcount/_index.md index bb705f5c7c5..6b412d0c786 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getpagefieldwrapcount/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getpagefieldwrapcount/_index.md @@ -4,7 +4,7 @@ linktitle: GetPageFieldWrapCount second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetPageFieldWrapCount method. Gets the number of page fields in each column or row in the PivotTable report in C++.' type: docs -weight: 12700 +weight: 13100 url: /cpp/aspose.cells.pivot/pivottable/getpagefieldwrapcount/ --- ## PivotTable::GetPageFieldWrapCount method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getpivotfilters/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getpivotfilters/_index.md index 77c17db6521..20d90875e67 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getpivotfilters/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getpivotfilters/_index.md @@ -4,7 +4,7 @@ linktitle: GetPivotFilters second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetPivotFilters method. Returns all filters of pivot fields in the pivot table in C++.' type: docs -weight: 2900 +weight: 3200 url: /cpp/aspose.cells.pivot/pivottable/getpivotfilters/ --- ## PivotTable::GetPivotFilters method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getpivotformatconditions/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getpivotformatconditions/_index.md index cb54ebfbb1a..084a493aad0 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getpivotformatconditions/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getpivotformatconditions/_index.md @@ -4,7 +4,7 @@ linktitle: GetPivotFormatConditions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetPivotFormatConditions method. Gets the Format Conditions of the pivot table in C++.' type: docs -weight: 12300 +weight: 12700 url: /cpp/aspose.cells.pivot/pivottable/getpivotformatconditions/ --- ## PivotTable::GetPivotFormatConditions method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getpivotformats/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getpivotformats/_index.md index b8e1ba2d284..859817e74d7 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getpivotformats/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getpivotformats/_index.md @@ -4,7 +4,7 @@ linktitle: GetPivotFormats second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetPivotFormats method. Gets all formats applied to PivotTable in C++.' type: docs -weight: 15500 +weight: 16000 url: /cpp/aspose.cells.pivot/pivottable/getpivotformats/ --- ## PivotTable::GetPivotFormats method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getpivottablestylename/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getpivottablestylename/_index.md index d39febc40b1..3d4c73cbfba 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getpivottablestylename/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getpivottablestylename/_index.md @@ -4,7 +4,7 @@ linktitle: GetPivotTableStyleName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetPivotTableStyleName method. Gets and sets the pivottable style name in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells.pivot/pivottable/getpivottablestylename/ --- ## PivotTable::GetPivotTableStyleName method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getpivottablestyletype/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getpivottablestyletype/_index.md index 5b9a86856d7..6c7aa2c1053 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getpivottablestyletype/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getpivottablestyletype/_index.md @@ -4,7 +4,7 @@ linktitle: GetPivotTableStyleType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetPivotTableStyleType method. Gets and sets the built-in pivot table style in C++.' type: docs -weight: 1300 +weight: 1500 url: /cpp/aspose.cells.pivot/pivottable/getpivottablestyletype/ --- ## PivotTable::GetPivotTableStyleType method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getpreserveformatting/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getpreserveformatting/_index.md index fc7c6697487..bc4d07aea8d 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getpreserveformatting/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getpreserveformatting/_index.md @@ -4,7 +4,7 @@ linktitle: GetPreserveFormatting second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetPreserveFormatting method. Indicates whether formatting is preserved when the PivotTable is refreshed or recalculated in C++.' type: docs -weight: 6700 +weight: 7100 url: /cpp/aspose.cells.pivot/pivottable/getpreserveformatting/ --- ## PivotTable::GetPreserveFormatting method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getprintdrill/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getprintdrill/_index.md index 5b678b575a2..def9231f28d 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getprintdrill/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getprintdrill/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::GetPrintDrill method linktitle: GetPrintDrill second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::GetPrintDrill method. Specifies a boolean value that indicates whether drill indicators should be printed. print expand/collapse buttons when displayed on pivottable in C++.' +description: 'Aspose::Cells::Pivot::PivotTable::GetPrintDrill method. Specifies a boolean value that indicates whether drill indicators should be printed. Print expand/collapse buttons when displayed on pivottable in C++.' type: docs -weight: 10500 +weight: 10900 url: /cpp/aspose.cells.pivot/pivottable/getprintdrill/ --- ## PivotTable::GetPrintDrill method -Specifies a boolean value that indicates whether drill indicators should be printed. print expand/collapse buttons when displayed on pivottable. +Specifies a boolean value that indicates whether drill indicators should be printed. Print expand/collapse buttons when displayed on pivottable. ```cpp bool Aspose::Cells::Pivot::PivotTable::GetPrintDrill() diff --git a/english/cpp/aspose.cells.pivot/pivottable/getprinttitles/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getprinttitles/_index.md index 0630399d73b..4f470cb95c0 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getprinttitles/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getprinttitles/_index.md @@ -4,7 +4,7 @@ linktitle: GetPrintTitles second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetPrintTitles method. Indicates whether the print titles for the worksheet are set based on the PivotTable report. The default value is false in C++.' type: docs -weight: 15900 +weight: 16500 url: /cpp/aspose.cells.pivot/pivottable/getprinttitles/ --- ## PivotTable::GetPrintTitles method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getrefreshdataflag/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getrefreshdataflag/_index.md index 04d1e161e3c..c37fe031dfb 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getrefreshdataflag/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getrefreshdataflag/_index.md @@ -4,7 +4,7 @@ linktitle: GetRefreshDataFlag second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetRefreshDataFlag method. Indicates whether Refreshing Data or not in C++.' type: docs -weight: 13500 +weight: 13900 url: /cpp/aspose.cells.pivot/pivottable/getrefreshdataflag/ --- ## PivotTable::GetRefreshDataFlag method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getrefreshdataonopeningfile/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getrefreshdataonopeningfile/_index.md index 7377c908cf2..ff8a6a557eb 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getrefreshdataonopeningfile/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getrefreshdataonopeningfile/_index.md @@ -4,7 +4,7 @@ linktitle: GetRefreshDataOnOpeningFile second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetRefreshDataOnOpeningFile method. Indicates whether Refresh Data when Opening File in C++.' type: docs -weight: 13300 +weight: 13700 url: /cpp/aspose.cells.pivot/pivottable/getrefreshdataonopeningfile/ --- ## PivotTable::GetRefreshDataOnOpeningFile method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getrepeatitemsoneachprintedpage/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getrepeatitemsoneachprintedpage/_index.md index 5d992756707..7727cf3ff50 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getrepeatitemsoneachprintedpage/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getrepeatitemsoneachprintedpage/_index.md @@ -4,7 +4,7 @@ linktitle: GetRepeatItemsOnEachPrintedPage second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetRepeatItemsOnEachPrintedPage method. Indicates whether captions of pivot item on the row area are repeated on each printed page for pivot fields in tabular form in C++.' type: docs -weight: 15800 +weight: 16300 url: /cpp/aspose.cells.pivot/pivottable/getrepeatitemsoneachprintedpage/ --- ## PivotTable::GetRepeatItemsOnEachPrintedPage method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getrowfields/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getrowfields/_index.md index f38793fb30a..884e888d550 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getrowfields/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getrowfields/_index.md @@ -4,7 +4,7 @@ linktitle: GetRowFields second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetRowFields method. Returns a PivotFields object that are currently shown as row fields in C++.' type: docs -weight: 2400 +weight: 2600 url: /cpp/aspose.cells.pivot/pivottable/getrowfields/ --- ## PivotTable::GetRowFields method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getrowgrand/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getrowgrand/_index.md index 174e26c98c9..0324f2345b0 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getrowgrand/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getrowgrand/_index.md @@ -4,7 +4,7 @@ linktitle: GetRowGrand second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetRowGrand method. Indicates whether to show grand totals for rows of this pivot table in C++.' type: docs -weight: 4500 +weight: 5100 url: /cpp/aspose.cells.pivot/pivottable/getrowgrand/ --- ## PivotTable::GetRowGrand method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getrowheadercaption/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getrowheadercaption/_index.md index f6ddff19cbb..ad12188475b 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getrowheadercaption/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getrowheadercaption/_index.md @@ -4,7 +4,7 @@ linktitle: GetRowHeaderCaption second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetRowHeaderCaption method. Gets and sets custom caption of the Row Header in this PivotTable in C++.' type: docs -weight: 11800 +weight: 12100 url: /cpp/aspose.cells.pivot/pivottable/getrowheadercaption/ --- ## PivotTable::GetRowHeaderCaption method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getrowrange/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getrowrange/_index.md index 8f25c327c0a..734a5f1735a 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getrowrange/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getrowrange/_index.md @@ -4,7 +4,7 @@ linktitle: GetRowRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetRowRange method. Returns a CellArea object that represents the range that contains the row area in the PivotTable report. Read-only in C++.' type: docs -weight: 3100 +weight: 3700 url: /cpp/aspose.cells.pivot/pivottable/getrowrange/ --- ## PivotTable::GetRowRange method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getsavedata/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getsavedata/_index.md index bd95389e003..d400bba8417 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getsavedata/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getsavedata/_index.md @@ -4,7 +4,7 @@ linktitle: GetSaveData second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetSaveData method. Indicates whether data for the PivotTable report is saved with the workbook in C++.' type: docs -weight: 13100 +weight: 13500 url: /cpp/aspose.cells.pivot/pivottable/getsavedata/ --- ## PivotTable::GetSaveData method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getshowcolumngrandtotals/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getshowcolumngrandtotals/_index.md index a26130a9378..0edd483e7fe 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getshowcolumngrandtotals/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getshowcolumngrandtotals/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowColumnGrandTotals second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetShowColumnGrandTotals method. Indicates whether to show grand totals for columns of this pivot table in C++.' type: docs -weight: 3900 +weight: 4500 url: /cpp/aspose.cells.pivot/pivottable/getshowcolumngrandtotals/ --- ## PivotTable::GetShowColumnGrandTotals method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getshowdatatips/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getshowdatatips/_index.md index 52cfbdd8a41..7164c20dc27 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getshowdatatips/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getshowdatatips/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::GetShowDataTips method linktitle: GetShowDataTips second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::GetShowDataTips method. Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells in C++.' +description: 'Aspose::Cells::Pivot::PivotTable::GetShowDataTips method. Indicates whether tooltips should be displayed for PivotTable data cells in C++.' type: docs -weight: 9300 +weight: 9700 url: /cpp/aspose.cells.pivot/pivottable/getshowdatatips/ --- ## PivotTable::GetShowDataTips method -Specifies a boolean value that indicates whether tooltips should be displayed for [PivotTable](../) data cells. +Indicates whether tooltips should be displayed for [PivotTable](../) data cells. ```cpp bool Aspose::Cells::Pivot::PivotTable::GetShowDataTips() diff --git a/english/cpp/aspose.cells.pivot/pivottable/getshowdrill/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getshowdrill/_index.md index 7c428e9a1ef..d393dde144d 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getshowdrill/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getshowdrill/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowDrill second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetShowDrill method. Gets and sets whether showing expand/collapse buttons in C++.' type: docs -weight: 6900 +weight: 7300 url: /cpp/aspose.cells.pivot/pivottable/getshowdrill/ --- ## PivotTable::GetShowDrill method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getshowemptycol/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getshowemptycol/_index.md index 523af19e66e..25e8e871b25 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getshowemptycol/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getshowemptycol/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowEmptyCol second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetShowEmptyCol method. Indicates whether to include empty columns in the table in C++.' type: docs -weight: 10000 +weight: 10300 url: /cpp/aspose.cells.pivot/pivottable/getshowemptycol/ --- ## PivotTable::GetShowEmptyCol method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getshowemptyrow/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getshowemptyrow/_index.md index 039d9fb9eb3..7c52b3529ff 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getshowemptyrow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getshowemptyrow/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowEmptyRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetShowEmptyRow method. Indicates whether to include empty rows in the table in C++.' type: docs -weight: 10100 +weight: 10500 url: /cpp/aspose.cells.pivot/pivottable/getshowemptyrow/ --- ## PivotTable::GetShowEmptyRow method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getshowmemberpropertytips/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getshowmemberpropertytips/_index.md index 9caec96d485..dcc0f60e447 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getshowmemberpropertytips/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getshowmemberpropertytips/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowMemberPropertyTips second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetShowMemberPropertyTips method. Specifies a boolean value that indicates whether member property information should be omitted from PivotTable tooltips in C++.' type: docs -weight: 10100 +weight: 9900 url: /cpp/aspose.cells.pivot/pivottable/getshowmemberpropertytips/ --- ## PivotTable::GetShowMemberPropertyTips method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnheader/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnheader/_index.md index 2ca509b22d8..cec97f98c66 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnheader/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnheader/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowPivotStyleColumnHeader second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleColumnHeader method. Indicates whether the column header in the pivot table should have the style applied in C++.' type: docs -weight: 16700 +weight: 17300 url: /cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnheader/ --- ## PivotTable::GetShowPivotStyleColumnHeader method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnstripes/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnstripes/_index.md index 185ba39ab0a..3c461c0de84 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnstripes/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnstripes/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowPivotStyleColumnStripes second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleColumnStripes method. Indicates whether stripe formatting is applied for column in C++.' type: docs -weight: 17100 +weight: 17700 url: /cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnstripes/ --- ## PivotTable::GetShowPivotStyleColumnStripes method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylelastcolumn/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylelastcolumn/_index.md index 34e1cc5300b..4e101a6e910 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylelastcolumn/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylelastcolumn/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowPivotStyleLastColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleLastColumn method. Indicates whether the column formatting is applied in C++.' type: docs -weight: 17300 +weight: 17900 url: /cpp/aspose.cells.pivot/pivottable/getshowpivotstylelastcolumn/ --- ## PivotTable::GetShowPivotStyleLastColumn method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowheader/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowheader/_index.md index e4ccab1670a..118364b447c 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowheader/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowheader/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowPivotStyleRowHeader second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleRowHeader method. Indicates whether the row header in the pivot table should have the style applied in C++.' type: docs -weight: 16500 +weight: 17100 url: /cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowheader/ --- ## PivotTable::GetShowPivotStyleRowHeader method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowstripes/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowstripes/_index.md index 1cd2bd0fdc5..899e3dde3d2 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowstripes/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowstripes/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowPivotStyleRowStripes second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleRowStripes method. Indicates whether row stripe formatting is applied in C++.' type: docs -weight: 16900 +weight: 17500 url: /cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowstripes/ --- ## PivotTable::GetShowPivotStyleRowStripes method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getshowrowgrandtotals/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getshowrowgrandtotals/_index.md index 9aa267b1075..3f05396cc15 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getshowrowgrandtotals/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getshowrowgrandtotals/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowRowGrandTotals second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetShowRowGrandTotals method. Indicates whether to show grand totals for rows of the pivot table in C++.' type: docs -weight: 4100 +weight: 4700 url: /cpp/aspose.cells.pivot/pivottable/getshowrowgrandtotals/ --- ## PivotTable::GetShowRowGrandTotals method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getshowrowheadercaption/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getshowrowheadercaption/_index.md index 4950687d417..771933d9b00 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getshowrowheadercaption/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getshowrowheadercaption/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowRowHeaderCaption second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetShowRowHeaderCaption method. Indicates whether row header caption is shown in the PivotTable report Indicates whether Display field captions and filter drop downs in C++.' type: docs -weight: 11900 +weight: 12300 url: /cpp/aspose.cells.pivot/pivottable/getshowrowheadercaption/ --- ## PivotTable::GetShowRowHeaderCaption method @@ -12,10 +12,20 @@ url: /cpp/aspose.cells.pivot/pivottable/getshowrowheadercaption/ Indicates whether row header caption is shown in the [PivotTable](../) report Indicates whether Display field captions and filter drop downs. + +>Deprecated +> +>Use PivotTable.ShowHeaders property instead. ```cpp bool Aspose::Cells::Pivot::PivotTable::GetShowRowHeaderCaption() ``` +## Remarks + + +NOTE: This property is now obsolete. Instead, please use PivotTable.ShowHeaders property. This method will be removed 12 months later since April 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + ## See Also * Class [Vector](../../../aspose.cells/vector/) diff --git a/english/cpp/aspose.cells.pivot/pivottable/getshowvaluesrow/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getshowvaluesrow/_index.md index e7c6e0413f9..fd61e0f7e65 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getshowvaluesrow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getshowvaluesrow/_index.md @@ -4,7 +4,7 @@ linktitle: GetShowValuesRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetShowValuesRow method. Indicates whether showing values row in C++.' type: docs -weight: 10300 +weight: 10100 url: /cpp/aspose.cells.pivot/pivottable/getshowvaluesrow/ --- ## PivotTable::GetShowValuesRow method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getsource/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getsource/_index.md index 66a415a03dc..dd54fa767ce 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getsource/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getsource/_index.md @@ -4,7 +4,7 @@ linktitle: GetSource second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetSource method. Get the data source of this pivottable in C++.' type: docs -weight: 14500 +weight: 14800 url: /cpp/aspose.cells.pivot/pivottable/getsource/ --- ## PivotTable::GetSource() method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getsourcedataconnections/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getsourcedataconnections/_index.md index abd7291f44c..84eac5a90d1 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getsourcedataconnections/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getsourcedataconnections/_index.md @@ -4,7 +4,7 @@ linktitle: GetSourceDataConnections second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetSourceDataConnections method. Gets the external connection data sources in C++.' type: docs -weight: 13900 +weight: 14300 url: /cpp/aspose.cells.pivot/pivottable/getsourcedataconnections/ --- ## PivotTable::GetSourceDataConnections method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getsourcetype/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getsourcetype/_index.md index 2867265c7c2..dbb1ae8cbf7 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getsourcetype/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getsourcetype/_index.md @@ -4,7 +4,7 @@ linktitle: GetSourceType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetSourceType method. Gets the data source type of the pivot table in C++.' type: docs -weight: 13700 +weight: 14100 url: /cpp/aspose.cells.pivot/pivottable/getsourcetype/ --- ## PivotTable::GetSourceType method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getsubtotalhiddenpageitems/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getsubtotalhiddenpageitems/_index.md index 482b58ff8bd..674aadd33b6 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getsubtotalhiddenpageitems/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getsubtotalhiddenpageitems/_index.md @@ -4,7 +4,7 @@ linktitle: GetSubtotalHiddenPageItems second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetSubtotalHiddenPageItems method. Indicates whether hidden page field items in the PivotTable report are included in row and column subtotals, block totals, and grand totals. The default value is False in C++.' type: docs -weight: 7900 +weight: 8300 url: /cpp/aspose.cells.pivot/pivottable/getsubtotalhiddenpageitems/ --- ## PivotTable::GetSubtotalHiddenPageItems method diff --git a/english/cpp/aspose.cells.pivot/pivottable/gettablerange1/_index.md b/english/cpp/aspose.cells.pivot/pivottable/gettablerange1/_index.md index 040fd2b87a4..5c6710ff94f 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/gettablerange1/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/gettablerange1/_index.md @@ -4,7 +4,7 @@ linktitle: GetTableRange1 second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetTableRange1 method. Returns a CellArea object that represents the range containing the entire PivotTable report, but doesn''t include page fields. Read-only in C++.' type: docs -weight: 3300 +weight: 3900 url: /cpp/aspose.cells.pivot/pivottable/gettablerange1/ --- ## PivotTable::GetTableRange1 method diff --git a/english/cpp/aspose.cells.pivot/pivottable/gettablerange2/_index.md b/english/cpp/aspose.cells.pivot/pivottable/gettablerange2/_index.md index 31434411f8d..e2a367ed05b 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/gettablerange2/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/gettablerange2/_index.md @@ -4,7 +4,7 @@ linktitle: GetTableRange2 second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetTableRange2 method. Returns a CellArea object that represents the range containing the entire PivotTable report, includes page fields. Read-only in C++.' type: docs -weight: 3400 +weight: 4000 url: /cpp/aspose.cells.pivot/pivottable/gettablerange2/ --- ## PivotTable::GetTableRange2 method diff --git a/english/cpp/aspose.cells.pivot/pivottable/gettag/_index.md b/english/cpp/aspose.cells.pivot/pivottable/gettag/_index.md index 8fa72374e38..3831dfb1ddd 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/gettag/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/gettag/_index.md @@ -4,7 +4,7 @@ linktitle: GetTag second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetTag method. Gets and sets a user-defined string that is associated with this PivotTable view in C++.' type: docs -weight: 13000 +weight: 13300 url: /cpp/aspose.cells.pivot/pivottable/gettag/ --- ## PivotTable::GetTag method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getvaluesfield/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getvaluesfield/_index.md index 09097b85280..9a0e4f3e60f 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getvaluesfield/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getvaluesfield/_index.md @@ -4,7 +4,7 @@ linktitle: GetValuesField second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::GetValuesField method. Gets a 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 in C++.' type: docs -weight: 2800 +weight: 3000 url: /cpp/aspose.cells.pivot/pivottable/getvaluesfield/ --- ## PivotTable::GetValuesField method diff --git a/english/cpp/aspose.cells.pivot/pivottable/isautoformat/_index.md b/english/cpp/aspose.cells.pivot/pivottable/isautoformat/_index.md index 9ab56162e50..f691590abd5 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/isautoformat/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/isautoformat/_index.md @@ -4,7 +4,7 @@ linktitle: IsAutoFormat second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::IsAutoFormat method. Indicates whether the PivotTable report is automatically formatted. Checkbox "autoformat table " which is in pivottable option for Excel 2003 in C++.' type: docs -weight: 5700 +weight: 6300 url: /cpp/aspose.cells.pivot/pivottable/isautoformat/ --- ## PivotTable::IsAutoFormat method diff --git a/english/cpp/aspose.cells.pivot/pivottable/isgriddropzones/_index.md b/english/cpp/aspose.cells.pivot/pivottable/isgriddropzones/_index.md index c2ebee9469d..bb2af37035c 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/isgriddropzones/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/isgriddropzones/_index.md @@ -4,7 +4,7 @@ linktitle: IsGridDropZones second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::IsGridDropZones method. Indicates whether the PivotTable report displays classic pivottable layout. (enables dragging fields in the grid) in C++.' type: docs -weight: 3700 +weight: 4300 url: /cpp/aspose.cells.pivot/pivottable/isgriddropzones/ --- ## PivotTable::IsGridDropZones method diff --git a/english/cpp/aspose.cells.pivot/pivottable/ismultiplefieldfilters/_index.md b/english/cpp/aspose.cells.pivot/pivottable/ismultiplefieldfilters/_index.md index 10f3e3f0472..0dd0460d5a3 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/ismultiplefieldfilters/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/ismultiplefieldfilters/_index.md @@ -4,7 +4,7 @@ linktitle: IsMultipleFieldFilters second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::IsMultipleFieldFilters method. Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them in C++.' type: docs -weight: 8500 +weight: 8900 url: /cpp/aspose.cells.pivot/pivottable/ismultiplefieldfilters/ --- ## PivotTable::IsMultipleFieldFilters method diff --git a/english/cpp/aspose.cells.pivot/pivottable/isselected/_index.md b/english/cpp/aspose.cells.pivot/pivottable/isselected/_index.md index 499c19ccfb3..d18fd55213b 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/isselected/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/isselected/_index.md @@ -4,7 +4,7 @@ linktitle: IsSelected second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::IsSelected method. Indicates whether this PivotTable is selected in C++.' type: docs -weight: 16300 +weight: 16900 url: /cpp/aspose.cells.pivot/pivottable/isselected/ --- ## PivotTable::IsSelected method diff --git a/english/cpp/aspose.cells.pivot/pivottable/move/_index.md b/english/cpp/aspose.cells.pivot/pivottable/move/_index.md index e84291edc57..92f1dadc175 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/move/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/move/_index.md @@ -4,7 +4,7 @@ linktitle: Move second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::Move method. Moves the PivotTable to a different location in the worksheet in C++.' type: docs -weight: 3500 +weight: 4100 url: /cpp/aspose.cells.pivot/pivottable/move/ --- ## PivotTable::Move(int32_t, int32_t) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/moveto/_index.md b/english/cpp/aspose.cells.pivot/pivottable/moveto/_index.md index 1fdb9eab1ee..25f3e91755d 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/moveto/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/moveto/_index.md @@ -4,7 +4,7 @@ linktitle: MoveTo second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::MoveTo method. Moves the PivotTable to a different location in the worksheet in C++.' type: docs -weight: 3600 +weight: 4200 url: /cpp/aspose.cells.pivot/pivottable/moveto/ --- ## PivotTable::MoveTo(int32_t, int32_t) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/refreshdata/_index.md b/english/cpp/aspose.cells.pivot/pivottable/refreshdata/_index.md index 649e6b1d588..28c3099e29d 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/refreshdata/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/refreshdata/_index.md @@ -4,7 +4,7 @@ linktitle: RefreshData second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::RefreshData method. Refreshes pivottable''s data and setting from it''s data source in C++.' type: docs -weight: 14500 +weight: 14900 url: /cpp/aspose.cells.pivot/pivottable/refreshdata/ --- ## PivotTable::RefreshData() method diff --git a/english/cpp/aspose.cells.pivot/pivottable/removefield/_index.md b/english/cpp/aspose.cells.pivot/pivottable/removefield/_index.md index 32754c19145..dd391428ee5 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/removefield/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/removefield/_index.md @@ -4,7 +4,7 @@ linktitle: RemoveField second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::RemoveField method. Removes a field from specific field area in C++.' type: docs -weight: 1900 +weight: 2100 url: /cpp/aspose.cells.pivot/pivottable/removefield/ --- ## PivotTable::RemoveField(PivotFieldType, const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/selectarea/_index.md b/english/cpp/aspose.cells.pivot/pivottable/selectarea/_index.md index 5f9a5758df3..2132d7c0250 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/selectarea/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/selectarea/_index.md @@ -4,7 +4,7 @@ linktitle: SelectArea second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SelectArea method. Select an area of pivot table view in C++.' type: docs -weight: 15200 +weight: 15800 url: /cpp/aspose.cells.pivot/pivottable/selectarea/ --- ## PivotTable::SelectArea method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setallowmultiplefiltersperfield/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setallowmultiplefiltersperfield/_index.md index 29524309664..195916edc6b 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setallowmultiplefiltersperfield/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setallowmultiplefiltersperfield/_index.md @@ -4,7 +4,7 @@ linktitle: SetAllowMultipleFiltersPerField second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetAllowMultipleFiltersPerField method. Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them in C++.' type: docs -weight: 8800 +weight: 9200 url: /cpp/aspose.cells.pivot/pivottable/setallowmultiplefiltersperfield/ --- ## PivotTable::SetAllowMultipleFiltersPerField method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setalttextdescription/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setalttextdescription/_index.md index 88ce730c9aa..60b70527078 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setalttextdescription/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setalttextdescription/_index.md @@ -4,7 +4,7 @@ linktitle: SetAltTextDescription second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetAltTextDescription method. Gets the description of the alt text in C++.' type: docs -weight: 11000 +weight: 11400 url: /cpp/aspose.cells.pivot/pivottable/setalttextdescription/ --- ## PivotTable::SetAltTextDescription(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setalttexttitle/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setalttexttitle/_index.md index e40721c7cb6..728701c07f7 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setalttexttitle/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setalttexttitle/_index.md @@ -4,7 +4,7 @@ linktitle: SetAltTextTitle second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetAltTextTitle method. Gets and sets the title of the alter text in C++.' type: docs -weight: 10800 +weight: 11200 url: /cpp/aspose.cells.pivot/pivottable/setalttexttitle/ --- ## PivotTable::SetAltTextTitle(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setautofitcolumnwidthonupdate/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setautofitcolumnwidthonupdate/_index.md index 518ece14e73..d02db061f33 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setautofitcolumnwidthonupdate/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setautofitcolumnwidthonupdate/_index.md @@ -4,7 +4,7 @@ linktitle: SetAutofitColumnWidthOnUpdate second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetAutofitColumnWidthOnUpdate method. Indicates whether autofitting column width on update in C++.' type: docs -weight: 6000 +weight: 6600 url: /cpp/aspose.cells.pivot/pivottable/setautofitcolumnwidthonupdate/ --- ## PivotTable::SetAutofitColumnWidthOnUpdate method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setautoformattype/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setautoformattype/_index.md index 11e322c4234..0471c5e276d 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setautoformattype/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setautoformattype/_index.md @@ -4,7 +4,7 @@ linktitle: SetAutoFormatType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetAutoFormatType method. Gets and sets the auto format type of PivotTable in C++.' type: docs -weight: 6200 +weight: 6800 url: /cpp/aspose.cells.pivot/pivottable/setautoformattype/ --- ## PivotTable::SetAutoFormatType method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setcolumngrand/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setcolumngrand/_index.md index 0ebe1659e59..79026d49039 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setcolumngrand/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setcolumngrand/_index.md @@ -4,7 +4,7 @@ linktitle: SetColumnGrand second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetColumnGrand method. Indicates whether the PivotTable report shows grand totals for columns in C++.' type: docs -weight: 4400 +weight: 5000 url: /cpp/aspose.cells.pivot/pivottable/setcolumngrand/ --- ## PivotTable::SetColumnGrand method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setcolumnheadercaption/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setcolumnheadercaption/_index.md index df16683b494..35e95c9f205 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setcolumnheadercaption/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setcolumnheadercaption/_index.md @@ -4,7 +4,7 @@ linktitle: SetColumnHeaderCaption second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetColumnHeaderCaption method. Gets and sets the custom Caption of the Column Header of the PivotTable in C++.' type: docs -weight: 11500 +weight: 11800 url: /cpp/aspose.cells.pivot/pivottable/setcolumnheadercaption/ --- ## PivotTable::SetColumnHeaderCaption(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setcustomlistsort/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setcustomlistsort/_index.md index 69095542ddd..05b1a2ee3ff 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setcustomlistsort/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setcustomlistsort/_index.md @@ -4,7 +4,7 @@ linktitle: SetCustomListSort second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetCustomListSort method. Indicates whether consider built-in custom list when sort data in C++.' type: docs -weight: 12200 +weight: 12600 url: /cpp/aspose.cells.pivot/pivottable/setcustomlistsort/ --- ## PivotTable::SetCustomListSort method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setdatafieldheadername/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setdatafieldheadername/_index.md index 3b1952e91b2..c007fd7df20 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setdatafieldheadername/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setdatafieldheadername/_index.md @@ -4,7 +4,7 @@ linktitle: SetDataFieldHeaderName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetDataFieldHeaderName method. Gets and sets the name of the value area field header in the PivotTable in C++.' type: docs -weight: 5400 +weight: 6000 url: /cpp/aspose.cells.pivot/pivottable/setdatafieldheadername/ --- ## PivotTable::SetDataFieldHeaderName(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setdatasource/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setdatasource/_index.md index ad80e3538be..b656a0dad37 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setdatasource/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setdatasource/_index.md @@ -4,7 +4,7 @@ linktitle: SetDataSource second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetDataSource method. Gets and sets the data source of the pivot table in C++.' type: docs -weight: 14200 +weight: 14600 url: /cpp/aspose.cells.pivot/pivottable/setdatasource/ --- ## PivotTable::SetDataSource method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setdisplayerrorstring/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setdisplayerrorstring/_index.md index 30d0ae2cd3f..9420e457e57 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setdisplayerrorstring/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setdisplayerrorstring/_index.md @@ -4,7 +4,7 @@ linktitle: SetDisplayErrorString second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetDisplayErrorString method. Indicates whether the PivotTable report displays a custom string in cells that contain errors in C++.' type: docs -weight: 5200 +weight: 5800 url: /cpp/aspose.cells.pivot/pivottable/setdisplayerrorstring/ --- ## PivotTable::SetDisplayErrorString method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setdisplayimmediateitems/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setdisplayimmediateitems/_index.md index 15a8b405bdc..6812d1297aa 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setdisplayimmediateitems/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setdisplayimmediateitems/_index.md @@ -4,7 +4,7 @@ linktitle: SetDisplayImmediateItems second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetDisplayImmediateItems method. 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 in C++.' type: docs -weight: 16200 +weight: 16800 url: /cpp/aspose.cells.pivot/pivottable/setdisplayimmediateitems/ --- ## PivotTable::SetDisplayImmediateItems method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setdisplaynullstring/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setdisplaynullstring/_index.md index 4797a6982a2..d75f43282ee 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setdisplaynullstring/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setdisplaynullstring/_index.md @@ -4,7 +4,7 @@ linktitle: SetDisplayNullString second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetDisplayNullString method. Indicates whether the PivotTable report displays a custom string if the value is null in C++.' type: docs -weight: 4800 +weight: 5400 url: /cpp/aspose.cells.pivot/pivottable/setdisplaynullstring/ --- ## PivotTable::SetDisplayNullString method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setenabledatavalueediting/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setenabledatavalueediting/_index.md index 253a13efba6..e3910f8e388 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setenabledatavalueediting/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setenabledatavalueediting/_index.md @@ -4,7 +4,7 @@ linktitle: SetEnableDataValueEditing second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetEnableDataValueEditing method. Specifies a boolean value that indicates whether the user is allowed to edit the cells in the data area of the pivottable. Enable cell editing in the values area in C++.' type: docs -weight: 9200 +weight: 9600 url: /cpp/aspose.cells.pivot/pivottable/setenabledatavalueediting/ --- ## PivotTable::SetEnableDataValueEditing method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setenabledrilldown/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setenabledrilldown/_index.md index 7268e8deed9..f1f90b36d5f 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setenabledrilldown/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setenabledrilldown/_index.md @@ -4,7 +4,7 @@ linktitle: SetEnableDrilldown second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetEnableDrilldown method. Gets whether drilldown is enabled in C++.' type: docs -weight: 7200 +weight: 7600 url: /cpp/aspose.cells.pivot/pivottable/setenabledrilldown/ --- ## PivotTable::SetEnableDrilldown method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setenablefielddialog/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setenablefielddialog/_index.md index 8d579f83a44..89bb4b4dce0 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setenablefielddialog/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setenablefielddialog/_index.md @@ -4,7 +4,7 @@ linktitle: SetEnableFieldDialog second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetEnableFieldDialog method. Indicates whether the PivotTable Field dialog box is available when the user double-clicks the PivotTable field in C++.' type: docs -weight: 7400 +weight: 7800 url: /cpp/aspose.cells.pivot/pivottable/setenablefielddialog/ --- ## PivotTable::SetEnableFieldDialog method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setenablefieldlist/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setenablefieldlist/_index.md index b25f24e47de..6d4b442050b 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setenablefieldlist/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setenablefieldlist/_index.md @@ -4,7 +4,7 @@ linktitle: SetEnableFieldList second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetEnableFieldList method. Indicates whether the field list for the PivotTable is available on the view of Excel in C++.' type: docs -weight: 7600 +weight: 8000 url: /cpp/aspose.cells.pivot/pivottable/setenablefieldlist/ --- ## PivotTable::SetEnableFieldList method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setenablewizard/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setenablewizard/_index.md index 7c6ca0da1ec..7b9575586aa 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setenablewizard/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setenablewizard/_index.md @@ -4,7 +4,7 @@ linktitle: SetEnableWizard second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetEnableWizard method. Indicates whether the PivotTable Wizard is available in C++.' type: docs -weight: 7800 +weight: 8200 url: /cpp/aspose.cells.pivot/pivottable/setenablewizard/ --- ## PivotTable::SetEnableWizard method diff --git a/english/cpp/aspose.cells.pivot/pivottable/seterrorstring/_index.md b/english/cpp/aspose.cells.pivot/pivottable/seterrorstring/_index.md index 461756d279e..a1117c40db8 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/seterrorstring/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/seterrorstring/_index.md @@ -4,7 +4,7 @@ linktitle: SetErrorString second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetErrorString method. Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string in C++.' type: docs -weight: 5600 +weight: 6200 url: /cpp/aspose.cells.pivot/pivottable/seterrorstring/ --- ## PivotTable::SetErrorString(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setfieldlistsortascending/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setfieldlistsortascending/_index.md index 7195250290f..f2ba52d8e87 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setfieldlistsortascending/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setfieldlistsortascending/_index.md @@ -4,7 +4,7 @@ linktitle: SetFieldListSortAscending second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetFieldListSortAscending method. Indicates whether fields in the PivotTable are sorted in non-default order in the field list in C++.' type: docs -weight: 10400 +weight: 10800 url: /cpp/aspose.cells.pivot/pivottable/setfieldlistsortascending/ --- ## PivotTable::SetFieldListSortAscending method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setgrandtotalname/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setgrandtotalname/_index.md index aaa39019b33..d9629a976b4 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setgrandtotalname/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setgrandtotalname/_index.md @@ -4,7 +4,7 @@ linktitle: SetGrandTotalName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetGrandTotalName method. Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total" in C++.' type: docs -weight: 8200 +weight: 8600 url: /cpp/aspose.cells.pivot/pivottable/setgrandtotalname/ --- ## PivotTable::SetGrandTotalName(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/sethasblankrows/_index.md b/english/cpp/aspose.cells.pivot/pivottable/sethasblankrows/_index.md deleted file mode 100644 index 54a1779bb70..00000000000 --- a/english/cpp/aspose.cells.pivot/pivottable/sethasblankrows/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Cells::Pivot::PivotTable::SetHasBlankRows method -linktitle: SetHasBlankRows -second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::SetHasBlankRows method. Indicates whether to add blank rows. This property only applies for the PivotTable auto format types which needs to add blank rows in C++.' -type: docs -weight: 6400 -url: /cpp/aspose.cells.pivot/pivottable/sethasblankrows/ ---- -## PivotTable::SetHasBlankRows method - - -Indicates whether to add blank rows. This property only applies for the [PivotTable](../) auto format types which needs to add blank rows. - -```cpp -void Aspose::Cells::Pivot::PivotTable::SetHasBlankRows(bool value) -``` - -## See Also - -* Class [Vector](../../../aspose.cells/vector/) -* Class [PivotTable](../) -* Namespace [Aspose::Cells::Pivot](../../) -* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivottable/setindent/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setindent/_index.md index 9c714d92b14..a4b26f5b0ae 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setindent/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setindent/_index.md @@ -4,7 +4,7 @@ linktitle: SetIndent second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetIndent method. Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form in C++.' type: docs -weight: 11600 +weight: 12000 url: /cpp/aspose.cells.pivot/pivottable/setindent/ --- ## PivotTable::SetIndent method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setisautoformat/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setisautoformat/_index.md index ea163834b69..051dfd48f19 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setisautoformat/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setisautoformat/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsAutoFormat second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetIsAutoFormat method. Indicates whether the PivotTable report is automatically formatted. Checkbox "autoformat table " which is in pivottable option for Excel 2003 in C++.' type: docs -weight: 5800 +weight: 6400 url: /cpp/aspose.cells.pivot/pivottable/setisautoformat/ --- ## PivotTable::SetIsAutoFormat method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setisgriddropzones/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setisgriddropzones/_index.md index 6bae9990ff1..93d30d95684 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setisgriddropzones/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setisgriddropzones/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsGridDropZones second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetIsGridDropZones method. Indicates whether the PivotTable report displays classic pivottable layout. (enables dragging fields in the grid) in C++.' type: docs -weight: 3800 +weight: 4400 url: /cpp/aspose.cells.pivot/pivottable/setisgriddropzones/ --- ## PivotTable::SetIsGridDropZones method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setismultiplefieldfilters/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setismultiplefieldfilters/_index.md index eb201605d33..7a63dad1cd4 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setismultiplefieldfilters/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setismultiplefieldfilters/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsMultipleFieldFilters second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetIsMultipleFieldFilters method. Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them in C++.' type: docs -weight: 8600 +weight: 9000 url: /cpp/aspose.cells.pivot/pivottable/setismultiplefieldfilters/ --- ## PivotTable::SetIsMultipleFieldFilters method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setisselected/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setisselected/_index.md index f811de647a1..05e6be35d7d 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setisselected/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setisselected/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsSelected second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetIsSelected method. Indicates whether this PivotTable is selected in C++.' type: docs -weight: 16400 +weight: 17000 url: /cpp/aspose.cells.pivot/pivottable/setisselected/ --- ## PivotTable::SetIsSelected method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setitemprinttitles/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setitemprinttitles/_index.md index de4f76bf69d..6d4bbe168b8 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setitemprinttitles/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setitemprinttitles/_index.md @@ -4,7 +4,7 @@ linktitle: SetItemPrintTitles second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetItemPrintTitles method. Indicates whether PivotItem names should be repeated at the top of each printed page in C++.' type: docs -weight: 15600 +weight: 16200 url: /cpp/aspose.cells.pivot/pivottable/setitemprinttitles/ --- ## PivotTable::SetItemPrintTitles method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setmanualupdate/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setmanualupdate/_index.md index 7d129278354..56b66f9f755 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setmanualupdate/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setmanualupdate/_index.md @@ -4,7 +4,7 @@ linktitle: SetManualUpdate second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetManualUpdate method. Indicates whether the PivotTable report is recalculated only at the user''s request in C++.' type: docs -weight: 8400 +weight: 8800 url: /cpp/aspose.cells.pivot/pivottable/setmanualupdate/ --- ## PivotTable::SetManualUpdate method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setmergelabels/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setmergelabels/_index.md index ab88d759456..6f130375e6a 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setmergelabels/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setmergelabels/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::SetMergeLabels method linktitle: SetMergeLabels second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::SetMergeLabels method. True if the specified PivotTable report''s outer-row item, column item, subtotal, and grand total labels use merged cells in C++.' +description: 'Aspose::Cells::Pivot::PivotTable::SetMergeLabels method. Indicates whether row or column titles that span multiple cells should be merged into a single cell in C++.' type: docs -weight: 6600 +weight: 7000 url: /cpp/aspose.cells.pivot/pivottable/setmergelabels/ --- ## PivotTable::SetMergeLabels method -True if the specified [PivotTable](../) report's outer-row item, column item, subtotal, and grand total labels use merged cells. +Indicates whether row or column titles that span multiple cells should be merged into a single cell. ```cpp void Aspose::Cells::Pivot::PivotTable::SetMergeLabels(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivottable/setmissingitemslimit/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setmissingitemslimit/_index.md index 6c2fc39d56f..263fe68fc4e 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setmissingitemslimit/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setmissingitemslimit/_index.md @@ -4,7 +4,7 @@ linktitle: SetMissingItemsLimit second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetMissingItemsLimit method. Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them in C++.' type: docs -weight: 9000 +weight: 9400 url: /cpp/aspose.cells.pivot/pivottable/setmissingitemslimit/ --- ## PivotTable::SetMissingItemsLimit method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setname/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setname/_index.md index b86cca9c810..2da18ef7e46 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setname/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setname/_index.md @@ -4,7 +4,7 @@ linktitle: SetName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetName method. Gets the name of the PivotTable in C++.' type: docs -weight: 11200 +weight: 11600 url: /cpp/aspose.cells.pivot/pivottable/setname/ --- ## PivotTable::SetName(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setnullstring/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setnullstring/_index.md index ea9c4e5f433..7a47d8a8515 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setnullstring/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setnullstring/_index.md @@ -4,7 +4,7 @@ linktitle: SetNullString second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetNullString method. Gets the string displayed in cells that contain null values when the DisplayNullString property is true.The default value is an empty string in C++.' type: docs -weight: 5000 +weight: 5600 url: /cpp/aspose.cells.pivot/pivottable/setnullstring/ --- ## PivotTable::SetNullString(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setpagefieldorder/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setpagefieldorder/_index.md index 03f6b5a8f68..fb22eeda49d 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setpagefieldorder/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setpagefieldorder/_index.md @@ -4,7 +4,7 @@ linktitle: SetPageFieldOrder second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetPageFieldOrder method. Gets and sets the order in which page fields are added to the PivotTable report''s layout in C++.' type: docs -weight: 12600 +weight: 13000 url: /cpp/aspose.cells.pivot/pivottable/setpagefieldorder/ --- ## PivotTable::SetPageFieldOrder method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setpagefieldwrapcount/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setpagefieldwrapcount/_index.md index 2e61a7c8b87..66734400b7b 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setpagefieldwrapcount/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setpagefieldwrapcount/_index.md @@ -4,7 +4,7 @@ linktitle: SetPageFieldWrapCount second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetPageFieldWrapCount method. Gets the number of page fields in each column or row in the PivotTable report in C++.' type: docs -weight: 12800 +weight: 13200 url: /cpp/aspose.cells.pivot/pivottable/setpagefieldwrapcount/ --- ## PivotTable::SetPageFieldWrapCount method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setpivottablestylename/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setpivottablestylename/_index.md index 46f8e0af116..9b63b63affa 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setpivottablestylename/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setpivottablestylename/_index.md @@ -4,7 +4,7 @@ linktitle: SetPivotTableStyleName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetPivotTableStyleName method. Gets and sets the pivottable style name in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells.pivot/pivottable/setpivottablestylename/ --- ## PivotTable::SetPivotTableStyleName(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setpivottablestyletype/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setpivottablestyletype/_index.md index bef776b9bdd..b985a1fe964 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setpivottablestyletype/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setpivottablestyletype/_index.md @@ -4,7 +4,7 @@ linktitle: SetPivotTableStyleType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetPivotTableStyleType method. Gets and sets the built-in pivot table style in C++.' type: docs -weight: 1400 +weight: 1600 url: /cpp/aspose.cells.pivot/pivottable/setpivottablestyletype/ --- ## PivotTable::SetPivotTableStyleType method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setpreserveformatting/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setpreserveformatting/_index.md index 8aa2accb902..30c1da199ae 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setpreserveformatting/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setpreserveformatting/_index.md @@ -4,7 +4,7 @@ linktitle: SetPreserveFormatting second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetPreserveFormatting method. Indicates whether formatting is preserved when the PivotTable is refreshed or recalculated in C++.' type: docs -weight: 6800 +weight: 7200 url: /cpp/aspose.cells.pivot/pivottable/setpreserveformatting/ --- ## PivotTable::SetPreserveFormatting method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setprintdrill/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setprintdrill/_index.md index 3a069769301..cc9e86ada40 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setprintdrill/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setprintdrill/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::SetPrintDrill method linktitle: SetPrintDrill second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::SetPrintDrill method. Specifies a boolean value that indicates whether drill indicators should be printed. print expand/collapse buttons when displayed on pivottable in C++.' +description: 'Aspose::Cells::Pivot::PivotTable::SetPrintDrill method. Specifies a boolean value that indicates whether drill indicators should be printed. Print expand/collapse buttons when displayed on pivottable in C++.' type: docs -weight: 10600 +weight: 11000 url: /cpp/aspose.cells.pivot/pivottable/setprintdrill/ --- ## PivotTable::SetPrintDrill method -Specifies a boolean value that indicates whether drill indicators should be printed. print expand/collapse buttons when displayed on pivottable. +Specifies a boolean value that indicates whether drill indicators should be printed. Print expand/collapse buttons when displayed on pivottable. ```cpp void Aspose::Cells::Pivot::PivotTable::SetPrintDrill(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivottable/setprinttitles/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setprinttitles/_index.md index 1f945633c2b..db3c8731b51 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setprinttitles/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setprinttitles/_index.md @@ -4,7 +4,7 @@ linktitle: SetPrintTitles second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetPrintTitles method. Indicates whether the print titles for the worksheet are set based on the PivotTable report. The default value is false in C++.' type: docs -weight: 16000 +weight: 16600 url: /cpp/aspose.cells.pivot/pivottable/setprinttitles/ --- ## PivotTable::SetPrintTitles method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setrefreshdataflag/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setrefreshdataflag/_index.md index 7915a6e29f8..24d13e58923 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setrefreshdataflag/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setrefreshdataflag/_index.md @@ -4,7 +4,7 @@ linktitle: SetRefreshDataFlag second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetRefreshDataFlag method. Indicates whether Refreshing Data or not in C++.' type: docs -weight: 13600 +weight: 14000 url: /cpp/aspose.cells.pivot/pivottable/setrefreshdataflag/ --- ## PivotTable::SetRefreshDataFlag method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setrefreshdataonopeningfile/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setrefreshdataonopeningfile/_index.md index 2f44f5a459e..4d34f970aa4 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setrefreshdataonopeningfile/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setrefreshdataonopeningfile/_index.md @@ -4,7 +4,7 @@ linktitle: SetRefreshDataOnOpeningFile second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetRefreshDataOnOpeningFile method. Indicates whether Refresh Data when Opening File in C++.' type: docs -weight: 13400 +weight: 13800 url: /cpp/aspose.cells.pivot/pivottable/setrefreshdataonopeningfile/ --- ## PivotTable::SetRefreshDataOnOpeningFile method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setrepeatitemsoneachprintedpage/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setrepeatitemsoneachprintedpage/_index.md index c66f4512b9c..f5e9d5461af 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setrepeatitemsoneachprintedpage/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setrepeatitemsoneachprintedpage/_index.md @@ -4,7 +4,7 @@ linktitle: SetRepeatItemsOnEachPrintedPage second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetRepeatItemsOnEachPrintedPage method. Indicates whether captions of pivot item on the row area are repeated on each printed page for pivot fields in tabular form in C++.' type: docs -weight: 15900 +weight: 16400 url: /cpp/aspose.cells.pivot/pivottable/setrepeatitemsoneachprintedpage/ --- ## PivotTable::SetRepeatItemsOnEachPrintedPage method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setrowgrand/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setrowgrand/_index.md index df177dae8b0..4e621c0543f 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setrowgrand/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setrowgrand/_index.md @@ -4,7 +4,7 @@ linktitle: SetRowGrand second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetRowGrand method. Indicates whether to show grand totals for rows of this pivot table in C++.' type: docs -weight: 4600 +weight: 5200 url: /cpp/aspose.cells.pivot/pivottable/setrowgrand/ --- ## PivotTable::SetRowGrand method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setrowheadercaption/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setrowheadercaption/_index.md index b6ff2767679..e1177001a4f 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setrowheadercaption/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setrowheadercaption/_index.md @@ -4,7 +4,7 @@ linktitle: SetRowHeaderCaption second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetRowHeaderCaption method. Gets and sets custom caption of the Row Header in this PivotTable in C++.' type: docs -weight: 11900 +weight: 12200 url: /cpp/aspose.cells.pivot/pivottable/setrowheadercaption/ --- ## PivotTable::SetRowHeaderCaption(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setsavedata/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setsavedata/_index.md index c2cce1479df..bf47d4bfff7 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setsavedata/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setsavedata/_index.md @@ -4,7 +4,7 @@ linktitle: SetSaveData second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetSaveData method. Indicates whether data for the PivotTable report is saved with the workbook in C++.' type: docs -weight: 13200 +weight: 13600 url: /cpp/aspose.cells.pivot/pivottable/setsavedata/ --- ## PivotTable::SetSaveData method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setshowcolumngrandtotals/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setshowcolumngrandtotals/_index.md index c9303590483..498879a9b8c 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setshowcolumngrandtotals/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setshowcolumngrandtotals/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowColumnGrandTotals second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetShowColumnGrandTotals method. Indicates whether to show grand totals for columns of this pivot table in C++.' type: docs -weight: 4000 +weight: 4600 url: /cpp/aspose.cells.pivot/pivottable/setshowcolumngrandtotals/ --- ## PivotTable::SetShowColumnGrandTotals method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setshowdatatips/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setshowdatatips/_index.md index ed8dd6c502a..0c1a1a71561 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setshowdatatips/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setshowdatatips/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::SetShowDataTips method linktitle: SetShowDataTips second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::SetShowDataTips method. Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells in C++.' +description: 'Aspose::Cells::Pivot::PivotTable::SetShowDataTips method. Indicates whether tooltips should be displayed for PivotTable data cells in C++.' type: docs -weight: 10000 +weight: 9800 url: /cpp/aspose.cells.pivot/pivottable/setshowdatatips/ --- ## PivotTable::SetShowDataTips method -Specifies a boolean value that indicates whether tooltips should be displayed for [PivotTable](../) data cells. +Indicates whether tooltips should be displayed for [PivotTable](../) data cells. ```cpp void Aspose::Cells::Pivot::PivotTable::SetShowDataTips(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivottable/setshowdrill/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setshowdrill/_index.md index a067547e892..3f6c7f96e9d 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setshowdrill/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setshowdrill/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowDrill second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetShowDrill method. Gets and sets whether showing expand/collapse buttons in C++.' type: docs -weight: 7000 +weight: 7400 url: /cpp/aspose.cells.pivot/pivottable/setshowdrill/ --- ## PivotTable::SetShowDrill method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setshowemptycol/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setshowemptycol/_index.md index 421e318d8eb..aea39820095 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setshowemptycol/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setshowemptycol/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowEmptyCol second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetShowEmptyCol method. Indicates whether to include empty columns in the table in C++.' type: docs -weight: 10000 +weight: 10400 url: /cpp/aspose.cells.pivot/pivottable/setshowemptycol/ --- ## PivotTable::SetShowEmptyCol method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setshowemptyrow/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setshowemptyrow/_index.md index 035681266b5..8b45c6b96c2 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setshowemptyrow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setshowemptyrow/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowEmptyRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetShowEmptyRow method. Indicates whether to include empty rows in the table in C++.' type: docs -weight: 10200 +weight: 10600 url: /cpp/aspose.cells.pivot/pivottable/setshowemptyrow/ --- ## PivotTable::SetShowEmptyRow method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setshowmemberpropertytips/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setshowmemberpropertytips/_index.md index ebc9d837bc8..2a23578127a 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setshowmemberpropertytips/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setshowmemberpropertytips/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowMemberPropertyTips second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetShowMemberPropertyTips method. Specifies a boolean value that indicates whether member property information should be omitted from PivotTable tooltips in C++.' type: docs -weight: 10200 +weight: 10000 url: /cpp/aspose.cells.pivot/pivottable/setshowmemberpropertytips/ --- ## PivotTable::SetShowMemberPropertyTips method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnheader/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnheader/_index.md index f78c644f338..8e997557f03 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnheader/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnheader/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowPivotStyleColumnHeader second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleColumnHeader method. Indicates whether the column header in the pivot table should have the style applied in C++.' type: docs -weight: 16800 +weight: 17400 url: /cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnheader/ --- ## PivotTable::SetShowPivotStyleColumnHeader method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnstripes/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnstripes/_index.md index 4f718af8129..71a34da9f5b 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnstripes/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnstripes/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowPivotStyleColumnStripes second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleColumnStripes method. Indicates whether stripe formatting is applied for column in C++.' type: docs -weight: 17200 +weight: 17800 url: /cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnstripes/ --- ## PivotTable::SetShowPivotStyleColumnStripes method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylelastcolumn/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylelastcolumn/_index.md index 2e8fa123c6a..c0e4088cf9f 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylelastcolumn/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylelastcolumn/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowPivotStyleLastColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleLastColumn method. Indicates whether the column formatting is applied in C++.' type: docs -weight: 17400 +weight: 18000 url: /cpp/aspose.cells.pivot/pivottable/setshowpivotstylelastcolumn/ --- ## PivotTable::SetShowPivotStyleLastColumn method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowheader/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowheader/_index.md index b837673a91b..7c91f90dcd7 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowheader/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowheader/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowPivotStyleRowHeader second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleRowHeader method. Indicates whether the row header in the pivot table should have the style applied in C++.' type: docs -weight: 16600 +weight: 17200 url: /cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowheader/ --- ## PivotTable::SetShowPivotStyleRowHeader method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowstripes/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowstripes/_index.md index e7317c82c20..190c5f9bdde 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowstripes/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowstripes/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowPivotStyleRowStripes second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleRowStripes method. Indicates whether row stripe formatting is applied in C++.' type: docs -weight: 17000 +weight: 17600 url: /cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowstripes/ --- ## PivotTable::SetShowPivotStyleRowStripes method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setshowrowgrandtotals/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setshowrowgrandtotals/_index.md index 4af46f62906..192e13b9732 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setshowrowgrandtotals/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setshowrowgrandtotals/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowRowGrandTotals second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetShowRowGrandTotals method. Indicates whether to show grand totals for rows of the pivot table in C++.' type: docs -weight: 4200 +weight: 4800 url: /cpp/aspose.cells.pivot/pivottable/setshowrowgrandtotals/ --- ## PivotTable::SetShowRowGrandTotals method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setshowrowheadercaption/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setshowrowheadercaption/_index.md index 9d7aa10f077..c28ba7225a8 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setshowrowheadercaption/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setshowrowheadercaption/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowRowHeaderCaption second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetShowRowHeaderCaption method. Indicates whether row header caption is shown in the PivotTable report Indicates whether Display field captions and filter drop downs in C++.' type: docs -weight: 12000 +weight: 12400 url: /cpp/aspose.cells.pivot/pivottable/setshowrowheadercaption/ --- ## PivotTable::SetShowRowHeaderCaption method @@ -12,10 +12,20 @@ url: /cpp/aspose.cells.pivot/pivottable/setshowrowheadercaption/ Indicates whether row header caption is shown in the [PivotTable](../) report Indicates whether Display field captions and filter drop downs. + +>Deprecated +> +>Use PivotTable.ShowHeaders property instead. ```cpp void Aspose::Cells::Pivot::PivotTable::SetShowRowHeaderCaption(bool value) ``` +## Remarks + + +NOTE: This property is now obsolete. Instead, please use PivotTable.ShowHeaders property. This method will be removed 12 months later since April 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + ## See Also * Class [Vector](../../../aspose.cells/vector/) diff --git a/english/cpp/aspose.cells.pivot/pivottable/setshowvaluesrow/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setshowvaluesrow/_index.md index 9c2eaa730b3..737714a853c 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setshowvaluesrow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setshowvaluesrow/_index.md @@ -4,7 +4,7 @@ linktitle: SetShowValuesRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetShowValuesRow method. Indicates whether showing values row in C++.' type: docs -weight: 10400 +weight: 10200 url: /cpp/aspose.cells.pivot/pivottable/setshowvaluesrow/ --- ## PivotTable::SetShowValuesRow method diff --git a/english/cpp/aspose.cells.pivot/pivottable/setsubtotalhiddenpageitems/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setsubtotalhiddenpageitems/_index.md index fecc255fa07..38398935c10 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setsubtotalhiddenpageitems/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setsubtotalhiddenpageitems/_index.md @@ -4,7 +4,7 @@ linktitle: SetSubtotalHiddenPageItems second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetSubtotalHiddenPageItems method. Indicates whether hidden page field items in the PivotTable report are included in row and column subtotals, block totals, and grand totals. The default value is False in C++.' type: docs -weight: 8000 +weight: 8400 url: /cpp/aspose.cells.pivot/pivottable/setsubtotalhiddenpageitems/ --- ## PivotTable::SetSubtotalHiddenPageItems method diff --git a/english/cpp/aspose.cells.pivot/pivottable/settag/_index.md b/english/cpp/aspose.cells.pivot/pivottable/settag/_index.md index 960c2acbaa6..24bbc1ef0a1 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/settag/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/settag/_index.md @@ -4,7 +4,7 @@ linktitle: SetTag second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::SetTag method. Gets and sets a user-defined string that is associated with this PivotTable view in C++.' type: docs -weight: 13100 +weight: 13400 url: /cpp/aspose.cells.pivot/pivottable/settag/ --- ## PivotTable::SetTag(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottable/showdetail/_index.md b/english/cpp/aspose.cells.pivot/pivottable/showdetail/_index.md index 7c9336a72cd..5a7154e9d96 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/showdetail/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/showdetail/_index.md @@ -4,7 +4,7 @@ linktitle: ShowDetail second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::ShowDetail method. Show the detail of one item in the data region to a new Table in C++.' type: docs -weight: 15300 +weight: 15900 url: /cpp/aspose.cells.pivot/pivottable/showdetail/ --- ## PivotTable::ShowDetail method diff --git a/english/cpp/aspose.cells.pivot/pivottable/showincompactform/_index.md b/english/cpp/aspose.cells.pivot/pivottable/showincompactform/_index.md index db19f840b68..493fb5fa0f1 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/showincompactform/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/showincompactform/_index.md @@ -4,7 +4,7 @@ linktitle: ShowInCompactForm second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::ShowInCompactForm method. Layouts the PivotTable view in compact form in C++.' type: docs -weight: 17700 +weight: 18200 url: /cpp/aspose.cells.pivot/pivottable/showincompactform/ --- ## PivotTable::ShowInCompactForm method diff --git a/english/cpp/aspose.cells.pivot/pivottable/showinoutlineform/_index.md b/english/cpp/aspose.cells.pivot/pivottable/showinoutlineform/_index.md index 1680d5ae592..58669ec5a45 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/showinoutlineform/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/showinoutlineform/_index.md @@ -4,7 +4,7 @@ linktitle: ShowInOutlineForm second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::ShowInOutlineForm method. Layouts the PivotTable in outline form in C++.' type: docs -weight: 17700 +weight: 18300 url: /cpp/aspose.cells.pivot/pivottable/showinoutlineform/ --- ## PivotTable::ShowInOutlineForm method diff --git a/english/cpp/aspose.cells.pivot/pivottable/showintabularform/_index.md b/english/cpp/aspose.cells.pivot/pivottable/showintabularform/_index.md index 09d00fa5d28..4f216042e6c 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/showintabularform/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/showintabularform/_index.md @@ -4,7 +4,7 @@ linktitle: ShowInTabularForm second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::ShowInTabularForm method. Layouts the PivotTable in tabular form in C++.' type: docs -weight: 17800 +weight: 18400 url: /cpp/aspose.cells.pivot/pivottable/showintabularform/ --- ## PivotTable::ShowInTabularForm method diff --git a/english/cpp/aspose.cells.pivot/pivottable/showreportfilterpage/_index.md b/english/cpp/aspose.cells.pivot/pivottable/showreportfilterpage/_index.md index a0efe08f1bf..fee0060b646 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/showreportfilterpage/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/showreportfilterpage/_index.md @@ -4,7 +4,7 @@ linktitle: ShowReportFilterPage second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::ShowReportFilterPage method. Show all the report filter pages according to PivotField, the PivotField must be located in the PageFields in C++.' type: docs -weight: 1600 +weight: 1800 url: /cpp/aspose.cells.pivot/pivottable/showreportfilterpage/ --- ## PivotTable::ShowReportFilterPage method diff --git a/english/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyindex/_index.md b/english/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyindex/_index.md index 59b05727388..c1d5d548995 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyindex/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyindex/_index.md @@ -4,7 +4,7 @@ linktitle: ShowReportFilterPageByIndex second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::ShowReportFilterPageByIndex method. Show all the report filter pages according to the position index in the PageFields in C++.' type: docs -weight: 1800 +weight: 2000 url: /cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyindex/ --- ## PivotTable::ShowReportFilterPageByIndex method diff --git a/english/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyname/_index.md b/english/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyname/_index.md index 40c35de644f..afe0d8d902a 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyname/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyname/_index.md @@ -4,7 +4,7 @@ linktitle: ShowReportFilterPageByName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTable::ShowReportFilterPageByName method. Show all the report filter pages according to PivotField''s name, the PivotField must be located in the PageFields in C++.' type: docs -weight: 1700 +weight: 1900 url: /cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyname/ --- ## PivotTable::ShowReportFilterPageByName(const U16String\&) method diff --git a/english/cpp/aspose.cells.pivot/pivottablecollection/_impl/_index.md b/english/cpp/aspose.cells.pivot/pivottablecollection/_impl/_index.md index 4d75c2c815b..07521e0edef 100644 --- a/english/cpp/aspose.cells.pivot/pivottablecollection/_impl/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottablecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTableCollection::_impl field. The implementation object in C++.' type: docs -weight: 1300 +weight: 1500 url: /cpp/aspose.cells.pivot/pivottablecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.pivot/pivottablecollection/_index.md b/english/cpp/aspose.cells.pivot/pivottablecollection/_index.md index ddd6ef077f5..2b8dfda3410 100644 --- a/english/cpp/aspose.cells.pivot/pivottablecollection/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottablecollection/_index.md @@ -40,13 +40,15 @@ class PivotTableCollection | [Add(const Vector \\& sourceData, bool isAutoPage, const PivotPageFields\& pageFields, const char16_t* destCellName, const char16_t* tableName)](./add/) | Adds a new [PivotTable](../pivottable/)[Object](../../aspose.cells/object/) to the collection with multiple consolidation ranges as data source. | | [Add(const Vector \\& sourceData, bool isAutoPage, const PivotPageFields\& pageFields, int32_t row, int32_t column, const U16String\& tableName)](./add/) | Adds a new [PivotTable](../pivottable/)[Object](../../aspose.cells/object/) to the collection with multiple consolidation ranges as data source. | | [Add(const Vector \\& sourceData, bool isAutoPage, const PivotPageFields\& pageFields, int32_t row, int32_t column, const char16_t* tableName)](./add/) | Adds a new [PivotTable](../pivottable/)[Object](../../aspose.cells/object/) to the collection with multiple consolidation ranges as data source. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [PivotTableCollection](./). | | [Clear()](./clear/) | Clears all pivot tables. | | [Dispose()](./dispose/) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | +| [end()](./end/) | Returns an iterator to the end of the [PivotTableCollection](./). | | [Get(int32_t index)](./get/) | Gets the [PivotTable](../pivottable/) report by index. | | [Get(const U16String\& name)](./get/) | Gets the [PivotTable](../pivottable/) report by pivottable's name. | | [Get(const char16_t* name)](./get/) | Gets the [PivotTable](../pivottable/) report by pivottable's name. | | [Get(int32_t row, int32_t column)](./get/) | Gets the [PivotTable](../pivottable/) report by pivottable's position. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const PivotTableCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.pivot/pivottablecollection/begin/_index.md b/english/cpp/aspose.cells.pivot/pivottablecollection/begin/_index.md new file mode 100644 index 00000000000..7a971013733 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivottablecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCollection::begin method. Returns an iterator to the beginning of the PivotTableCollection in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells.pivot/pivottablecollection/begin/ +--- +## PivotTableCollection::begin method + + +Returns an iterator to the beginning of the [PivotTableCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotTableCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [PivotTableCollection](../). + +## See Also + +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivottablecollection/end/_index.md b/english/cpp/aspose.cells.pivot/pivottablecollection/end/_index.md new file mode 100644 index 00000000000..259b4a4f450 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivottablecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCollection::end method. Returns an iterator to the end of the PivotTableCollection in C++.' +type: docs +weight: 1400 +url: /cpp/aspose.cells.pivot/pivottablecollection/end/ +--- +## PivotTableCollection::end method + + +Returns an iterator to the end of the [PivotTableCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotTableCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [PivotTableCollection](../). + +## See Also + +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivottablecollection/getcount/_index.md b/english/cpp/aspose.cells.pivot/pivottablecollection/getcount/_index.md index 1bce4a9a83b..abb69379c9c 100644 --- a/english/cpp/aspose.cells.pivot/pivottablecollection/getcount/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottablecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotTableCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Pivot::PivotTableCollection class in C++.' +description: 'Aspose::Cells::Pivot::PivotTableCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1200 url: /cpp/aspose.cells.pivot/pivottablecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivottablecollection/getcount/ ## PivotTableCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Pivot::PivotTableCollection::GetCount() diff --git a/english/cpp/aspose.cells.pivot/pivottableformatcollection/_impl/_index.md b/english/cpp/aspose.cells.pivot/pivottableformatcollection/_impl/_index.md index a4c7b97f9f2..cd278eb015b 100644 --- a/english/cpp/aspose.cells.pivot/pivottableformatcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottableformatcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Pivot::PivotTableFormatCollection::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells.pivot/pivottableformatcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.pivot/pivottableformatcollection/_index.md b/english/cpp/aspose.cells.pivot/pivottableformatcollection/_index.md index 0571bde2feb..26db4533b2a 100644 --- a/english/cpp/aspose.cells.pivot/pivottableformatcollection/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottableformatcollection/_index.md @@ -21,9 +21,11 @@ class PivotTableFormatCollection | Method | Description | | --- | --- | | [Add()](./add/) | Add a [PivotTableFormat](../pivottableformat/). | +| [begin()](./begin/) | Returns an iterator to the beginning of the [PivotTableFormatCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [PivotTableFormatCollection](./). | | [FormatArea(PivotFieldType axisType, int32_t fieldPosition, PivotFieldSubtotalType subtotalType, PivotTableSelectionType selectionType, bool isGrandRow, bool isGrandColumn, const Style\& style)](./formatarea/) | Formats selected area. | | [Get(int32_t index)](./get/) | Gets the format by the index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const PivotTableFormatCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.pivot/pivottableformatcollection/begin/_index.md b/english/cpp/aspose.cells.pivot/pivottableformatcollection/begin/_index.md new file mode 100644 index 00000000000..3fbff6a1532 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivottableformatcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormatCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormatCollection::begin method. Returns an iterator to the beginning of the PivotTableFormatCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.pivot/pivottableformatcollection/begin/ +--- +## PivotTableFormatCollection::begin method + + +Returns an iterator to the beginning of the [PivotTableFormatCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotTableFormatCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [PivotTableFormatCollection](../). + +## See Also + +* Class [PivotTableFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivottableformatcollection/end/_index.md b/english/cpp/aspose.cells.pivot/pivottableformatcollection/end/_index.md new file mode 100644 index 00000000000..6c6bd8201dc --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivottableformatcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormatCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormatCollection::end method. Returns an iterator to the end of the PivotTableFormatCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.pivot/pivottableformatcollection/end/ +--- +## PivotTableFormatCollection::end method + + +Returns an iterator to the end of the [PivotTableFormatCollection](../). + +```cpp +Iterator Aspose::Cells::Pivot::PivotTableFormatCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [PivotTableFormatCollection](../). + +## See Also + +* Class [PivotTableFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivottableformatcollection/getcount/_index.md b/english/cpp/aspose.cells.pivot/pivottableformatcollection/getcount/_index.md index cc9e5a18378..8395787b754 100644 --- a/english/cpp/aspose.cells.pivot/pivottableformatcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottableformatcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotTableFormatCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Pivot::PivotTableFormatCollection class in C++.' +description: 'Aspose::Cells::Pivot::PivotTableFormatCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 900 url: /cpp/aspose.cells.pivot/pivottableformatcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivottableformatcollection/getcount/ ## PivotTableFormatCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Pivot::PivotTableFormatCollection::GetCount() diff --git a/english/cpp/aspose.cells.properties/builtindocumentpropertycollection/_index.md b/english/cpp/aspose.cells.properties/builtindocumentpropertycollection/_index.md index 879f9d30f39..b3dfd6a29e3 100644 --- a/english/cpp/aspose.cells.properties/builtindocumentpropertycollection/_index.md +++ b/english/cpp/aspose.cells.properties/builtindocumentpropertycollection/_index.md @@ -20,6 +20,7 @@ class BuiltInDocumentPropertyCollection : public Aspose::Cells::Properties::Docu | Method | Description | | --- | --- | +| [begin()](../documentpropertycollection/begin/) | Returns an iterator to the beginning of the [DocumentPropertyCollection](../documentpropertycollection/). | | [BuiltInDocumentPropertyCollection(BuiltInDocumentPropertyCollection_Impl* impl)](./builtindocumentpropertycollection/) | Constructs from an implementation object. | | [BuiltInDocumentPropertyCollection(const BuiltInDocumentPropertyCollection\& src)](./builtindocumentpropertycollection/) | Copy constructor. | | [BuiltInDocumentPropertyCollection(const DocumentPropertyCollection\& src)](./builtindocumentpropertycollection/) | Constructs from a parent object. | @@ -27,6 +28,7 @@ class BuiltInDocumentPropertyCollection : public Aspose::Cells::Properties::Docu | [Contains(const char16_t* name)](../documentpropertycollection/contains/) | Returns true if a property with the specified name exists in the collection. | | [DocumentPropertyCollection(DocumentPropertyCollection_Impl* impl)](../documentpropertycollection/documentpropertycollection/) | Constructs from an implementation object. | | [DocumentPropertyCollection(const DocumentPropertyCollection\& src)](../documentpropertycollection/documentpropertycollection/) | Copy constructor. | +| [end()](../documentpropertycollection/end/) | Returns an iterator to the end of the [DocumentPropertyCollection](../documentpropertycollection/). | | [Get(const U16String\& name)](./get/) | Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | | [Get(const char16_t* name)](./get/) | Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | | [Get(int32_t index)](./get/) | Returns a [DocumentProperty](../documentproperty/) object by index. | @@ -36,7 +38,7 @@ class BuiltInDocumentPropertyCollection : public Aspose::Cells::Properties::Docu | [GetCompany()](./getcompany/) | Gets or sets the company property. | | [GetContentStatus()](./getcontentstatus/) | Gets or sets the content status of the document. | | [GetContentType()](./getcontenttype/) | Gets or sets the content type of the document. | -| [GetCount()](../documentpropertycollection/getcount/) | | +| [GetCount()](../documentpropertycollection/getcount/) | Gets the number of elements contained in the instance. | | [GetCreatedTime()](./getcreatedtime/) | Gets or sets date of the document creation in local timezone. | | [GetCreatedUniversalTime()](./getcreateduniversaltime/) | Gets or sets the Universal time of the document creation. | | [GetDocumentVersion()](./getdocumentversion/) | Represents the version of the file. | diff --git a/english/cpp/aspose.cells.properties/contenttypepropertycollection/_impl/_index.md b/english/cpp/aspose.cells.properties/contenttypepropertycollection/_impl/_index.md index d3a85d2e578..ca400f0e13f 100644 --- a/english/cpp/aspose.cells.properties/contenttypepropertycollection/_impl/_index.md +++ b/english/cpp/aspose.cells.properties/contenttypepropertycollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Properties::ContentTypePropertyCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.properties/contenttypepropertycollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.properties/contenttypepropertycollection/_index.md b/english/cpp/aspose.cells.properties/contenttypepropertycollection/_index.md index f327086161c..8d3dfe7cdd4 100644 --- a/english/cpp/aspose.cells.properties/contenttypepropertycollection/_index.md +++ b/english/cpp/aspose.cells.properties/contenttypepropertycollection/_index.md @@ -24,12 +24,14 @@ class ContentTypePropertyCollection | [Add(const char16_t* name, const char16_t* value)](./add/) | Adds content type property information. | | [Add(const U16String\& name, const U16String\& value, const U16String\& type)](./add/) | Adds content type property information. | | [Add(const char16_t* name, const char16_t* value, const char16_t* type)](./add/) | Adds content type property information. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ContentTypePropertyCollection](./). | | [ContentTypePropertyCollection(ContentTypePropertyCollection_Impl* impl)](./contenttypepropertycollection/) | Constructs from an implementation object. | | [ContentTypePropertyCollection(const ContentTypePropertyCollection\& src)](./contenttypepropertycollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [ContentTypePropertyCollection](./). | | [Get(int32_t index)](./get/) | Gets the content type property by the specific index. | | [Get(const U16String\& name)](./get/) | Gets the content type property by the property name. | | [Get(const char16_t* name)](./get/) | Gets the content type property by the property name. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const ContentTypePropertyCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.properties/contenttypepropertycollection/begin/_index.md b/english/cpp/aspose.cells.properties/contenttypepropertycollection/begin/_index.md new file mode 100644 index 00000000000..83d56d16649 --- /dev/null +++ b/english/cpp/aspose.cells.properties/contenttypepropertycollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::ContentTypePropertyCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypePropertyCollection::begin method. Returns an iterator to the beginning of the ContentTypePropertyCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.properties/contenttypepropertycollection/begin/ +--- +## ContentTypePropertyCollection::begin method + + +Returns an iterator to the beginning of the [ContentTypePropertyCollection](../). + +```cpp +Iterator Aspose::Cells::Properties::ContentTypePropertyCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ContentTypePropertyCollection](../). + +## See Also + +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.properties/contenttypepropertycollection/end/_index.md b/english/cpp/aspose.cells.properties/contenttypepropertycollection/end/_index.md new file mode 100644 index 00000000000..e1cfd56d57f --- /dev/null +++ b/english/cpp/aspose.cells.properties/contenttypepropertycollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::ContentTypePropertyCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypePropertyCollection::end method. Returns an iterator to the end of the ContentTypePropertyCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.properties/contenttypepropertycollection/end/ +--- +## ContentTypePropertyCollection::end method + + +Returns an iterator to the end of the [ContentTypePropertyCollection](../). + +```cpp +Iterator Aspose::Cells::Properties::ContentTypePropertyCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ContentTypePropertyCollection](../). + +## See Also + +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.properties/contenttypepropertycollection/getcount/_index.md b/english/cpp/aspose.cells.properties/contenttypepropertycollection/getcount/_index.md index 0ff7be1ab02..cb49de9d5af 100644 --- a/english/cpp/aspose.cells.properties/contenttypepropertycollection/getcount/_index.md +++ b/english/cpp/aspose.cells.properties/contenttypepropertycollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Properties::ContentTypePropertyCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Properties::ContentTypePropertyCollection class in C++.' +description: 'Aspose::Cells::Properties::ContentTypePropertyCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.properties/contenttypepropertycollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.properties/contenttypepropertycollection/getcount/ ## ContentTypePropertyCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Properties::ContentTypePropertyCollection::GetCount() diff --git a/english/cpp/aspose.cells.properties/customdocumentpropertycollection/_index.md b/english/cpp/aspose.cells.properties/customdocumentpropertycollection/_index.md index aff10248ca1..6d17717457b 100644 --- a/english/cpp/aspose.cells.properties/customdocumentpropertycollection/_index.md +++ b/english/cpp/aspose.cells.properties/customdocumentpropertycollection/_index.md @@ -32,6 +32,7 @@ class CustomDocumentPropertyCollection : public Aspose::Cells::Properties::Docum | [Add(const char16_t* name, double value)](./add/) | Creates a new custom document property of the **PropertyType.Float** data type. | | [AddLinkToContent(const U16String\& name, const U16String\& source)](./addlinktocontent/) | Creates a new custom document property which links to content. | | [AddLinkToContent(const char16_t* name, const char16_t* source)](./addlinktocontent/) | Creates a new custom document property which links to content. | +| [begin()](../documentpropertycollection/begin/) | Returns an iterator to the beginning of the [DocumentPropertyCollection](../documentpropertycollection/). | | [Contains(const U16String\& name)](../documentpropertycollection/contains/) | Returns true if a property with the specified name exists in the collection. | | [Contains(const char16_t* name)](../documentpropertycollection/contains/) | Returns true if a property with the specified name exists in the collection. | | [CustomDocumentPropertyCollection(CustomDocumentPropertyCollection_Impl* impl)](./customdocumentpropertycollection/) | Constructs from an implementation object. | @@ -39,10 +40,11 @@ class CustomDocumentPropertyCollection : public Aspose::Cells::Properties::Docum | [CustomDocumentPropertyCollection(const DocumentPropertyCollection\& src)](./customdocumentpropertycollection/) | Constructs from a parent object. | | [DocumentPropertyCollection(DocumentPropertyCollection_Impl* impl)](../documentpropertycollection/documentpropertycollection/) | Constructs from an implementation object. | | [DocumentPropertyCollection(const DocumentPropertyCollection\& src)](../documentpropertycollection/documentpropertycollection/) | Copy constructor. | +| [end()](../documentpropertycollection/end/) | Returns an iterator to the end of the [DocumentPropertyCollection](../documentpropertycollection/). | | [Get(int32_t index)](../documentpropertycollection/get/) | Returns a [DocumentProperty](../documentproperty/) object by index. | | [Get(const U16String\& name)](../documentpropertycollection/get/) | Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | | [Get(const char16_t* name)](../documentpropertycollection/get/) | Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | -| [GetCount()](../documentpropertycollection/getcount/) | | +| [GetCount()](../documentpropertycollection/getcount/) | Gets the number of elements contained in the instance. | | [IndexOf(const U16String\& name)](../documentpropertycollection/indexof/) | Gets the index of a property by name. | | [IndexOf(const char16_t* name)](../documentpropertycollection/indexof/) | Gets the index of a property by name. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | diff --git a/english/cpp/aspose.cells.properties/custompropertycollection/_impl/_index.md b/english/cpp/aspose.cells.properties/custompropertycollection/_impl/_index.md index 59e2ce41a22..6a479e46f22 100644 --- a/english/cpp/aspose.cells.properties/custompropertycollection/_impl/_index.md +++ b/english/cpp/aspose.cells.properties/custompropertycollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Properties::CustomPropertyCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.properties/custompropertycollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.properties/custompropertycollection/_index.md b/english/cpp/aspose.cells.properties/custompropertycollection/_index.md index dbce775ffc4..b93fba2613f 100644 --- a/english/cpp/aspose.cells.properties/custompropertycollection/_index.md +++ b/english/cpp/aspose.cells.properties/custompropertycollection/_index.md @@ -22,12 +22,14 @@ class CustomPropertyCollection | --- | --- | | [Add(const U16String\& name, const U16String\& value)](./add/) | Adds custom property information. | | [Add(const char16_t* name, const char16_t* value)](./add/) | Adds custom property information. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [CustomPropertyCollection](./). | | [CustomPropertyCollection(CustomPropertyCollection_Impl* impl)](./custompropertycollection/) | Constructs from an implementation object. | | [CustomPropertyCollection(const CustomPropertyCollection\& src)](./custompropertycollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [CustomPropertyCollection](./). | | [Get(int32_t index)](./get/) | Gets the custom property by the specific index. | | [Get(const U16String\& name)](./get/) | Gets the custom property by the property name. | | [Get(const char16_t* name)](./get/) | Gets the custom property by the property name. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const CustomPropertyCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.properties/custompropertycollection/begin/_index.md b/english/cpp/aspose.cells.properties/custompropertycollection/begin/_index.md new file mode 100644 index 00000000000..f93dd4e4006 --- /dev/null +++ b/english/cpp/aspose.cells.properties/custompropertycollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::CustomPropertyCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomPropertyCollection::begin method. Returns an iterator to the beginning of the CustomPropertyCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.properties/custompropertycollection/begin/ +--- +## CustomPropertyCollection::begin method + + +Returns an iterator to the beginning of the [CustomPropertyCollection](../). + +```cpp +Iterator Aspose::Cells::Properties::CustomPropertyCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [CustomPropertyCollection](../). + +## See Also + +* Class [CustomPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.properties/custompropertycollection/end/_index.md b/english/cpp/aspose.cells.properties/custompropertycollection/end/_index.md new file mode 100644 index 00000000000..48c9e3fb997 --- /dev/null +++ b/english/cpp/aspose.cells.properties/custompropertycollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::CustomPropertyCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomPropertyCollection::end method. Returns an iterator to the end of the CustomPropertyCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.properties/custompropertycollection/end/ +--- +## CustomPropertyCollection::end method + + +Returns an iterator to the end of the [CustomPropertyCollection](../). + +```cpp +Iterator Aspose::Cells::Properties::CustomPropertyCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [CustomPropertyCollection](../). + +## See Also + +* Class [CustomPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.properties/custompropertycollection/getcount/_index.md b/english/cpp/aspose.cells.properties/custompropertycollection/getcount/_index.md index 6109a29f933..bd73a2c84d0 100644 --- a/english/cpp/aspose.cells.properties/custompropertycollection/getcount/_index.md +++ b/english/cpp/aspose.cells.properties/custompropertycollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Properties::CustomPropertyCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Properties::CustomPropertyCollection class in C++.' +description: 'Aspose::Cells::Properties::CustomPropertyCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.properties/custompropertycollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.properties/custompropertycollection/getcount/ ## CustomPropertyCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Properties::CustomPropertyCollection::GetCount() diff --git a/english/cpp/aspose.cells.properties/documentpropertycollection/_impl/_index.md b/english/cpp/aspose.cells.properties/documentpropertycollection/_impl/_index.md index b277d1bc19e..c24fb2e0d93 100644 --- a/english/cpp/aspose.cells.properties/documentpropertycollection/_impl/_index.md +++ b/english/cpp/aspose.cells.properties/documentpropertycollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Properties::DocumentPropertyCollection::_impl field. The implementation object in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells.properties/documentpropertycollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.properties/documentpropertycollection/_index.md b/english/cpp/aspose.cells.properties/documentpropertycollection/_index.md index 3be66bada21..1e97f0e99b2 100644 --- a/english/cpp/aspose.cells.properties/documentpropertycollection/_index.md +++ b/english/cpp/aspose.cells.properties/documentpropertycollection/_index.md @@ -20,14 +20,16 @@ class DocumentPropertyCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [DocumentPropertyCollection](./). | | [Contains(const U16String\& name)](./contains/) | Returns true if a property with the specified name exists in the collection. | | [Contains(const char16_t* name)](./contains/) | Returns true if a property with the specified name exists in the collection. | | [DocumentPropertyCollection(DocumentPropertyCollection_Impl* impl)](./documentpropertycollection/) | Constructs from an implementation object. | | [DocumentPropertyCollection(const DocumentPropertyCollection\& src)](./documentpropertycollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [DocumentPropertyCollection](./). | | [Get(int32_t index)](./get/) | Returns a [DocumentProperty](../documentproperty/) object by index. | | [Get(const U16String\& name)](./get/) | Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | | [Get(const char16_t* name)](./get/) | Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IndexOf(const U16String\& name)](./indexof/) | Gets the index of a property by name. | | [IndexOf(const char16_t* name)](./indexof/) | Gets the index of a property by name. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | diff --git a/english/cpp/aspose.cells.properties/documentpropertycollection/begin/_index.md b/english/cpp/aspose.cells.properties/documentpropertycollection/begin/_index.md new file mode 100644 index 00000000000..6580f689a46 --- /dev/null +++ b/english/cpp/aspose.cells.properties/documentpropertycollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::DocumentPropertyCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentPropertyCollection::begin method. Returns an iterator to the beginning of the DocumentPropertyCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells.properties/documentpropertycollection/begin/ +--- +## DocumentPropertyCollection::begin method + + +Returns an iterator to the beginning of the [DocumentPropertyCollection](../). + +```cpp +Iterator Aspose::Cells::Properties::DocumentPropertyCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [DocumentPropertyCollection](../). + +## See Also + +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.properties/documentpropertycollection/end/_index.md b/english/cpp/aspose.cells.properties/documentpropertycollection/end/_index.md new file mode 100644 index 00000000000..c625bfb3d70 --- /dev/null +++ b/english/cpp/aspose.cells.properties/documentpropertycollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::DocumentPropertyCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentPropertyCollection::end method. Returns an iterator to the end of the DocumentPropertyCollection in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells.properties/documentpropertycollection/end/ +--- +## DocumentPropertyCollection::end method + + +Returns an iterator to the end of the [DocumentPropertyCollection](../). + +```cpp +Iterator Aspose::Cells::Properties::DocumentPropertyCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [DocumentPropertyCollection](../). + +## See Also + +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.properties/documentpropertycollection/getcount/_index.md b/english/cpp/aspose.cells.properties/documentpropertycollection/getcount/_index.md index 88f6aa43627..e00ae2329a1 100644 --- a/english/cpp/aspose.cells.properties/documentpropertycollection/getcount/_index.md +++ b/english/cpp/aspose.cells.properties/documentpropertycollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Properties::DocumentPropertyCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Properties::DocumentPropertyCollection class in C++.' +description: 'Aspose::Cells::Properties::DocumentPropertyCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1100 url: /cpp/aspose.cells.properties/documentpropertycollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.properties/documentpropertycollection/getcount/ ## DocumentPropertyCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Properties::DocumentPropertyCollection::GetCount() diff --git a/english/cpp/aspose.cells.querytables/_index.md b/english/cpp/aspose.cells.querytables/_index.md index 566b0608a59..d797aa72352 100644 --- a/english/cpp/aspose.cells.querytables/_index.md +++ b/english/cpp/aspose.cells.querytables/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::QueryTables second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::QueryTables namespace in C++.' type: docs -weight: 1700 +weight: 2100 url: /cpp/aspose.cells.querytables/ --- diff --git a/english/cpp/aspose.cells.querytables/datamashup/_impl/_index.md b/english/cpp/aspose.cells.querytables/datamashup/_impl/_index.md index 597a4307d10..fca68c2fe25 100644 --- a/english/cpp/aspose.cells.querytables/datamashup/_impl/_index.md +++ b/english/cpp/aspose.cells.querytables/datamashup/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTables::DataMashup::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 700 url: /cpp/aspose.cells.querytables/datamashup/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.querytables/powerqueryformula/_impl/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformula/_impl/_index.md index 43b629ebd1f..2a5553fa778 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformula/_impl/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformula/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTables::PowerQueryFormula::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1400 url: /cpp/aspose.cells.querytables/powerqueryformula/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.querytables/powerqueryformula/getformuladefinition/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformula/getformuladefinition/_index.md index a4a04cb8553..991d8046249 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformula/getformuladefinition/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformula/getformuladefinition/_index.md @@ -4,7 +4,7 @@ linktitle: GetFormulaDefinition second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTables::PowerQueryFormula::GetFormulaDefinition method. Gets the definition of the power query formula in C++.' type: docs -weight: 1000 +weight: 1300 url: /cpp/aspose.cells.querytables/powerqueryformula/getformuladefinition/ --- ## PowerQueryFormula::GetFormulaDefinition method diff --git a/english/cpp/aspose.cells.querytables/powerqueryformula/gettype/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformula/gettype/_index.md index 25c5b8e5f58..5d9622e55d0 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformula/gettype/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformula/gettype/_index.md @@ -4,7 +4,7 @@ linktitle: GetType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTables::PowerQueryFormula::GetType method. Gets the type of this power query formula in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells.querytables/powerqueryformula/gettype/ --- ## PowerQueryFormula::GetType method diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulacollection/_impl/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulacollection/_impl/_index.md index 267e0d5a0bb..fd89b6d6dc5 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformulacollection/_impl/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformulacollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTables::PowerQueryFormulaCollection::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 1100 url: /cpp/aspose.cells.querytables/powerqueryformulacollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulacollection/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulacollection/_index.md index 10ab3f6659c..9fd5edf7030 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformulacollection/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformulacollection/_index.md @@ -20,10 +20,12 @@ class PowerQueryFormulaCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [PowerQueryFormulaCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [PowerQueryFormulaCollection](./). | | [Get(int32_t index)](./get/) | Gets [ PowerQueryFormula](../powerqueryformula/) by the index in the list. | | [Get(const U16String\& name)](./get/) | Gets [ PowerQueryFormula](../powerqueryformula/) by the name of the power query formula. | | [Get(const char16_t* name)](./get/) | Gets [ PowerQueryFormula](../powerqueryformula/) by the name of the power query formula. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const PowerQueryFormulaCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulacollection/begin/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulacollection/begin/_index.md new file mode 100644 index 00000000000..4ab77c28291 --- /dev/null +++ b/english/cpp/aspose.cells.querytables/powerqueryformulacollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaCollection::begin method. Returns an iterator to the beginning of the PowerQueryFormulaCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.querytables/powerqueryformulacollection/begin/ +--- +## PowerQueryFormulaCollection::begin method + + +Returns an iterator to the beginning of the [PowerQueryFormulaCollection](../). + +```cpp +Iterator Aspose::Cells::QueryTables::PowerQueryFormulaCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [PowerQueryFormulaCollection](../). + +## See Also + +* Class [PowerQueryFormulaCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulacollection/end/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulacollection/end/_index.md new file mode 100644 index 00000000000..f93471cb810 --- /dev/null +++ b/english/cpp/aspose.cells.querytables/powerqueryformulacollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaCollection::end method. Returns an iterator to the end of the PowerQueryFormulaCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.querytables/powerqueryformulacollection/end/ +--- +## PowerQueryFormulaCollection::end method + + +Returns an iterator to the end of the [PowerQueryFormulaCollection](../). + +```cpp +Iterator Aspose::Cells::QueryTables::PowerQueryFormulaCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [PowerQueryFormulaCollection](../). + +## See Also + +* Class [PowerQueryFormulaCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulacollection/getcount/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulacollection/getcount/_index.md index 87668399f62..2078bff7312 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformulacollection/getcount/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformulacollection/getcount/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::QueryTables::PowerQueryFormulaCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::QueryTables::PowerQueryFormulaCollection class in C++.' +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs -weight: 700 +weight: 800 url: /cpp/aspose.cells.querytables/powerqueryformulacollection/getcount/ --- ## PowerQueryFormulaCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::QueryTables::PowerQueryFormulaCollection::GetCount() diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulafunction/_impl/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulafunction/_impl/_index.md index 6fe97a8cd34..da21961f6c6 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformulafunction/_impl/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformulafunction/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTables::PowerQueryFormulaFunction::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 900 url: /cpp/aspose.cells.querytables/powerqueryformulafunction/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulafunction/getf/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulafunction/getf/_index.md index 6c8d0a05c48..b3cbdc82976 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformulafunction/getf/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformulafunction/getf/_index.md @@ -4,7 +4,7 @@ linktitle: GetF second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTables::PowerQueryFormulaFunction::GetF method. Gets and sets the definition of function in C++.' type: docs -weight: 600 +weight: 700 url: /cpp/aspose.cells.querytables/powerqueryformulafunction/getf/ --- ## PowerQueryFormulaFunction::GetF method diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulafunction/setf/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulafunction/setf/_index.md index a956943031e..fa4fdfac8dc 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformulafunction/setf/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformulafunction/setf/_index.md @@ -4,7 +4,7 @@ linktitle: SetF second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTables::PowerQueryFormulaFunction::SetF method. Gets and sets the definition of function in C++.' type: docs -weight: 700 +weight: 800 url: /cpp/aspose.cells.querytables/powerqueryformulafunction/setf/ --- ## PowerQueryFormulaFunction::SetF(const U16String\&) method diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_impl/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_impl/_index.md index 4b8657c7699..c41c6fbacf2 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 1000 url: /cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_index.md index 75aa8e068c6..56baa189dc7 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_index.md @@ -20,10 +20,12 @@ class PowerQueryFormulaItemCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [PowerQueryFormulaItemCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [PowerQueryFormulaItemCollection](./). | | [Get(int32_t index)](./get/) | Gets [ PowerQueryFormulaItem](../powerqueryformulaitem/) by the index in the list. | | [Get(const U16String\& name)](./get/) | Gets [ PowerQueryFormulaItem](../powerqueryformulaitem/) by the name of the item. | | [Get(const char16_t* name)](./get/) | Gets [ PowerQueryFormulaItem](../powerqueryformulaitem/) by the name of the item. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const PowerQueryFormulaItemCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/begin/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/begin/_index.md new file mode 100644 index 00000000000..4fefc058697 --- /dev/null +++ b/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::begin method. Returns an iterator to the beginning of the PowerQueryFormulaItemCollection in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells.querytables/powerqueryformulaitemcollection/begin/ +--- +## PowerQueryFormulaItemCollection::begin method + + +Returns an iterator to the beginning of the [PowerQueryFormulaItemCollection](../). + +```cpp +Iterator Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [PowerQueryFormulaItemCollection](../). + +## See Also + +* Class [PowerQueryFormulaItemCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/end/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/end/_index.md new file mode 100644 index 00000000000..a825dfa7577 --- /dev/null +++ b/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::end method. Returns an iterator to the end of the PowerQueryFormulaItemCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.querytables/powerqueryformulaitemcollection/end/ +--- +## PowerQueryFormulaItemCollection::end method + + +Returns an iterator to the end of the [PowerQueryFormulaItemCollection](../). + +```cpp +Iterator Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [PowerQueryFormulaItemCollection](../). + +## See Also + +* Class [PowerQueryFormulaItemCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/getcount/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/getcount/_index.md index 9b611307e14..3b5d829385e 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection class in C++.' +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 700 url: /cpp/aspose.cells.querytables/powerqueryformulaitemcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.querytables/powerqueryformulaitemcollection/getcount/ ## PowerQueryFormulaItemCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::GetCount() diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulaparameter/_impl/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulaparameter/_impl/_index.md index d5cbd343716..41d785ae710 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformulaparameter/_impl/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformulaparameter/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameter::_impl field. The implementation object in C++.' type: docs -weight: 1100 +weight: 1000 url: /cpp/aspose.cells.querytables/powerqueryformulaparameter/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulaparameter/getvalue/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulaparameter/getvalue/_index.md index 7d79cfe057a..996b2516ee3 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformulaparameter/getvalue/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformulaparameter/getvalue/_index.md @@ -4,7 +4,7 @@ linktitle: GetValue second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameter::GetValue method. Gets the value of parameter in C++.' type: docs -weight: 800 +weight: 700 url: /cpp/aspose.cells.querytables/powerqueryformulaparameter/getvalue/ --- ## PowerQueryFormulaParameter::GetValue method diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulaparameter/setvalue/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulaparameter/setvalue/_index.md index e8c4a1272d3..fbeb0dabe03 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformulaparameter/setvalue/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformulaparameter/setvalue/_index.md @@ -4,7 +4,7 @@ linktitle: SetValue second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameter::SetValue method. Gets the value of parameter in C++.' type: docs -weight: 900 +weight: 800 url: /cpp/aspose.cells.querytables/powerqueryformulaparameter/setvalue/ --- ## PowerQueryFormulaParameter::SetValue(const U16String\&) method diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_impl/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_impl/_index.md index 2864205a34c..e8362e1072b 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_impl/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 1000 url: /cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_index.md index 0fa7f03d746..5b03f454604 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_index.md @@ -24,10 +24,12 @@ class PowerQueryFormulaParameterCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [PowerQueryFormulaParameterCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [PowerQueryFormulaParameterCollection](./). | | [Get(int32_t index)](./get/) | Gets [ PowerQueryFormulaParameter](../powerqueryformulaparameter/) by the index in the list. | | [Get(const U16String\& name)](./get/) | Gets [ PowerQueryFormulaParameter](../powerqueryformulaparameter/) by the name of the item. | | [Get(const char16_t* name)](./get/) | Gets [ PowerQueryFormulaParameter](../powerqueryformulaparameter/) by the name of the item. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const PowerQueryFormulaParameterCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/begin/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/begin/_index.md new file mode 100644 index 00000000000..26bd19d0a07 --- /dev/null +++ b/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::begin method. Returns an iterator to the beginning of the PowerQueryFormulaParameterCollection in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells.querytables/powerqueryformulaparametercollection/begin/ +--- +## PowerQueryFormulaParameterCollection::begin method + + +Returns an iterator to the beginning of the [PowerQueryFormulaParameterCollection](../). + +```cpp +Iterator Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [PowerQueryFormulaParameterCollection](../). + +## See Also + +* Class [PowerQueryFormulaParameterCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/end/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/end/_index.md new file mode 100644 index 00000000000..e4354c85b16 --- /dev/null +++ b/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::end method. Returns an iterator to the end of the PowerQueryFormulaParameterCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.querytables/powerqueryformulaparametercollection/end/ +--- +## PowerQueryFormulaParameterCollection::end method + + +Returns an iterator to the end of the [PowerQueryFormulaParameterCollection](../). + +```cpp +Iterator Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [PowerQueryFormulaParameterCollection](../). + +## See Also + +* Class [PowerQueryFormulaParameterCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/getcount/_index.md b/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/getcount/_index.md index 419d6e5394e..c0c10411ac5 100644 --- a/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/getcount/_index.md +++ b/english/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection class in C++.' +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 700 url: /cpp/aspose.cells.querytables/powerqueryformulaparametercollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.querytables/powerqueryformulaparametercollection/getcount ## PowerQueryFormulaParameterCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::GetCount() diff --git a/english/cpp/aspose.cells.rendering.pdfsecurity/_index.md b/english/cpp/aspose.cells.rendering.pdfsecurity/_index.md index 3ec4df8f838..b7b76be4be0 100644 --- a/english/cpp/aspose.cells.rendering.pdfsecurity/_index.md +++ b/english/cpp/aspose.cells.rendering.pdfsecurity/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::Rendering::PdfSecurity second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::Rendering::PdfSecurity namespace in C++.' type: docs -weight: 1800 +weight: 2300 url: /cpp/aspose.cells.rendering.pdfsecurity/ --- diff --git a/english/cpp/aspose.cells.rendering/drawobjectenum/_index.md b/english/cpp/aspose.cells.rendering/drawobjectenum/_index.md index 8eb86b5bccd..bb9bc5a6f53 100644 --- a/english/cpp/aspose.cells.rendering/drawobjectenum/_index.md +++ b/english/cpp/aspose.cells.rendering/drawobjectenum/_index.md @@ -4,7 +4,7 @@ linktitle: DrawObjectEnum second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Rendering::DrawObjectEnum enum. Indicate Cell or Image of DrawObject in C++.' type: docs -weight: 2000 +weight: 2100 url: /cpp/aspose.cells.rendering/drawobjectenum/ --- ## DrawObjectEnum enum diff --git a/english/cpp/aspose.cells.rendering/htmlembeddedfonttype/_index.md b/english/cpp/aspose.cells.rendering/htmlembeddedfonttype/_index.md index 263fb9c6a15..314046e54b2 100644 --- a/english/cpp/aspose.cells.rendering/htmlembeddedfonttype/_index.md +++ b/english/cpp/aspose.cells.rendering/htmlembeddedfonttype/_index.md @@ -4,7 +4,7 @@ linktitle: HtmlEmbeddedFontType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Rendering::HtmlEmbeddedFontType enum. Represents the embedded font type in html in C++.' type: docs -weight: 2100 +weight: 2200 url: /cpp/aspose.cells.rendering/htmlembeddedfonttype/ --- ## HtmlEmbeddedFontType enum diff --git a/english/cpp/aspose.cells.rendering/htmllayoutmode/_index.md b/english/cpp/aspose.cells.rendering/htmllayoutmode/_index.md index 52a266f4ef8..5ca8be39863 100644 --- a/english/cpp/aspose.cells.rendering/htmllayoutmode/_index.md +++ b/english/cpp/aspose.cells.rendering/htmllayoutmode/_index.md @@ -4,7 +4,7 @@ linktitle: HtmlLayoutMode second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Rendering::HtmlLayoutMode enum. Represents the layout mode for HTML rendering in C++.' type: docs -weight: 2200 +weight: 2300 url: /cpp/aspose.cells.rendering/htmllayoutmode/ --- ## HtmlLayoutMode enum diff --git a/english/cpp/aspose.cells.rendering/imagebinarizationmethod/_index.md b/english/cpp/aspose.cells.rendering/imagebinarizationmethod/_index.md index cbde0243f31..76375086d2e 100644 --- a/english/cpp/aspose.cells.rendering/imagebinarizationmethod/_index.md +++ b/english/cpp/aspose.cells.rendering/imagebinarizationmethod/_index.md @@ -4,7 +4,7 @@ linktitle: ImageBinarizationMethod second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Rendering::ImageBinarizationMethod enum. Specifies the method used to binarize image in C++.' type: docs -weight: 2100 +weight: 2500 url: /cpp/aspose.cells.rendering/imagebinarizationmethod/ --- ## ImageBinarizationMethod enum diff --git a/english/cpp/aspose.cells.rendering/pdfcompliance/_index.md b/english/cpp/aspose.cells.rendering/pdfcompliance/_index.md index 1eec5ae5a64..307d377cdbf 100644 --- a/english/cpp/aspose.cells.rendering/pdfcompliance/_index.md +++ b/english/cpp/aspose.cells.rendering/pdfcompliance/_index.md @@ -4,7 +4,7 @@ linktitle: PdfCompliance second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Rendering::PdfCompliance enum. Allowing user to set PDF conversion''s Compatibility in C++.' type: docs -weight: 2200 +weight: 2600 url: /cpp/aspose.cells.rendering/pdfcompliance/ --- ## PdfCompliance enum diff --git a/english/cpp/aspose.cells.rendering/pdfcompressioncore/_index.md b/english/cpp/aspose.cells.rendering/pdfcompressioncore/_index.md index 10fb4cc1a3c..3a474ef642a 100644 --- a/english/cpp/aspose.cells.rendering/pdfcompressioncore/_index.md +++ b/english/cpp/aspose.cells.rendering/pdfcompressioncore/_index.md @@ -4,7 +4,7 @@ linktitle: PdfCompressionCore second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Rendering::PdfCompressionCore enum. Specifies a type of compression applied to all content in the PDF file except images in C++.' type: docs -weight: 2300 +weight: 2700 url: /cpp/aspose.cells.rendering/pdfcompressioncore/ --- ## PdfCompressionCore enum diff --git a/english/cpp/aspose.cells.rendering/pdfcustompropertiesexport/_index.md b/english/cpp/aspose.cells.rendering/pdfcustompropertiesexport/_index.md index ffcaf36e76c..9efff55720c 100644 --- a/english/cpp/aspose.cells.rendering/pdfcustompropertiesexport/_index.md +++ b/english/cpp/aspose.cells.rendering/pdfcustompropertiesexport/_index.md @@ -4,7 +4,7 @@ linktitle: PdfCustomPropertiesExport second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Rendering::PdfCustomPropertiesExport enum. Specifies the way CustomDocumentPropertyCollection are exported to PDF file in C++.' type: docs -weight: 2400 +weight: 2800 url: /cpp/aspose.cells.rendering/pdfcustompropertiesexport/ --- ## PdfCustomPropertiesExport enum diff --git a/english/cpp/aspose.cells.rendering/pdffontencoding/_index.md b/english/cpp/aspose.cells.rendering/pdffontencoding/_index.md index 402f5276583..bab3f0f6181 100644 --- a/english/cpp/aspose.cells.rendering/pdffontencoding/_index.md +++ b/english/cpp/aspose.cells.rendering/pdffontencoding/_index.md @@ -4,7 +4,7 @@ linktitle: PdfFontEncoding second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Rendering::PdfFontEncoding enum. Represents pdf embedded font encoding in C++.' type: docs -weight: 2500 +weight: 2900 url: /cpp/aspose.cells.rendering/pdffontencoding/ --- ## PdfFontEncoding enum diff --git a/english/cpp/aspose.cells.rendering/pdfoptimizationtype/_index.md b/english/cpp/aspose.cells.rendering/pdfoptimizationtype/_index.md index e9c44a65e14..dfc2bdd09cc 100644 --- a/english/cpp/aspose.cells.rendering/pdfoptimizationtype/_index.md +++ b/english/cpp/aspose.cells.rendering/pdfoptimizationtype/_index.md @@ -4,7 +4,7 @@ linktitle: PdfOptimizationType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Rendering::PdfOptimizationType enum. Specifies a type of optimization in C++.' type: docs -weight: 2600 +weight: 3000 url: /cpp/aspose.cells.rendering/pdfoptimizationtype/ --- ## PdfOptimizationType enum diff --git a/english/cpp/aspose.cells.rendering/svgembeddedfonttype/_index.md b/english/cpp/aspose.cells.rendering/svgembeddedfonttype/_index.md index 308311f08fc..e6d5f7d43e6 100644 --- a/english/cpp/aspose.cells.rendering/svgembeddedfonttype/_index.md +++ b/english/cpp/aspose.cells.rendering/svgembeddedfonttype/_index.md @@ -4,7 +4,7 @@ linktitle: SvgEmbeddedFontType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Rendering::SvgEmbeddedFontType enum. Represents the embedded font type in Svg image in C++.' type: docs -weight: 2700 +weight: 3100 url: /cpp/aspose.cells.rendering/svgembeddedfonttype/ --- ## SvgEmbeddedFontType enum diff --git a/english/cpp/aspose.cells.rendering/tiffcompression/_index.md b/english/cpp/aspose.cells.rendering/tiffcompression/_index.md index 883c3bfe4c4..0daba336011 100644 --- a/english/cpp/aspose.cells.rendering/tiffcompression/_index.md +++ b/english/cpp/aspose.cells.rendering/tiffcompression/_index.md @@ -4,7 +4,7 @@ linktitle: TiffCompression second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Rendering::TiffCompression enum. Specifies what type of compression to apply when saving images into TIFF format file in C++.' type: docs -weight: 2800 +weight: 3200 url: /cpp/aspose.cells.rendering/tiffcompression/ --- ## TiffCompression enum diff --git a/english/cpp/aspose.cells.revisions/_index.md b/english/cpp/aspose.cells.revisions/_index.md index 7b8f0f81a13..008d6f5ca6c 100644 --- a/english/cpp/aspose.cells.revisions/_index.md +++ b/english/cpp/aspose.cells.revisions/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::Revisions second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::Revisions namespace in C++.' type: docs -weight: 1900 +weight: 2400 url: /cpp/aspose.cells.revisions/ --- diff --git a/english/cpp/aspose.cells.revisions/revisioncollection/_impl/_index.md b/english/cpp/aspose.cells.revisions/revisioncollection/_impl/_index.md index 448974d2b7a..a83eb52384d 100644 --- a/english/cpp/aspose.cells.revisions/revisioncollection/_impl/_index.md +++ b/english/cpp/aspose.cells.revisions/revisioncollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Revisions::RevisionCollection::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 1000 url: /cpp/aspose.cells.revisions/revisioncollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.revisions/revisioncollection/_index.md b/english/cpp/aspose.cells.revisions/revisioncollection/_index.md index b4bcdbf6b84..b2ce0830ca7 100644 --- a/english/cpp/aspose.cells.revisions/revisioncollection/_index.md +++ b/english/cpp/aspose.cells.revisions/revisioncollection/_index.md @@ -20,8 +20,10 @@ class RevisionCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [RevisionCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [RevisionCollection](./). | | [Get(int32_t index)](./get/) | Gets [Revision](../revision/) by the index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const RevisionCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.revisions/revisioncollection/begin/_index.md b/english/cpp/aspose.cells.revisions/revisioncollection/begin/_index.md new file mode 100644 index 00000000000..1ea3c0d1e48 --- /dev/null +++ b/english/cpp/aspose.cells.revisions/revisioncollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCollection::begin method. Returns an iterator to the beginning of the RevisionCollection in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells.revisions/revisioncollection/begin/ +--- +## RevisionCollection::begin method + + +Returns an iterator to the beginning of the [RevisionCollection](../). + +```cpp +Iterator Aspose::Cells::Revisions::RevisionCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [RevisionCollection](../). + +## See Also + +* Class [RevisionCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.revisions/revisioncollection/end/_index.md b/english/cpp/aspose.cells.revisions/revisioncollection/end/_index.md new file mode 100644 index 00000000000..c532d31a62f --- /dev/null +++ b/english/cpp/aspose.cells.revisions/revisioncollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCollection::end method. Returns an iterator to the end of the RevisionCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.revisions/revisioncollection/end/ +--- +## RevisionCollection::end method + + +Returns an iterator to the end of the [RevisionCollection](../). + +```cpp +Iterator Aspose::Cells::Revisions::RevisionCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [RevisionCollection](../). + +## See Also + +* Class [RevisionCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.revisions/revisioncollection/getcount/_index.md b/english/cpp/aspose.cells.revisions/revisioncollection/getcount/_index.md index 36348a34083..a88bcef8ee5 100644 --- a/english/cpp/aspose.cells.revisions/revisioncollection/getcount/_index.md +++ b/english/cpp/aspose.cells.revisions/revisioncollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Revisions::RevisionCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Revisions::RevisionCollection class in C++.' +description: 'Aspose::Cells::Revisions::RevisionCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 700 url: /cpp/aspose.cells.revisions/revisioncollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.revisions/revisioncollection/getcount/ ## RevisionCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Revisions::RevisionCollection::GetCount() diff --git a/english/cpp/aspose.cells.revisions/revisionlogcollection/_impl/_index.md b/english/cpp/aspose.cells.revisions/revisionlogcollection/_impl/_index.md index f7bf972ce9e..f84c9bebf50 100644 --- a/english/cpp/aspose.cells.revisions/revisionlogcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.revisions/revisionlogcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Revisions::RevisionLogCollection::_impl field. The implementation object in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells.revisions/revisionlogcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.revisions/revisionlogcollection/_index.md b/english/cpp/aspose.cells.revisions/revisionlogcollection/_index.md index 43cc807dfe2..73e94f97dcd 100644 --- a/english/cpp/aspose.cells.revisions/revisionlogcollection/_index.md +++ b/english/cpp/aspose.cells.revisions/revisionlogcollection/_index.md @@ -20,8 +20,10 @@ class RevisionLogCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [RevisionLogCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [RevisionLogCollection](./). | | [Get(int32_t index)](./get/) | Gets [RevisionLog](../revisionlog/) by index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [GetDaysPreservingHistory()](./getdayspreservinghistory/) | Gets and sets the number of days the spreadsheet application will keep the change history for this workbook. | | [HighlightChanges(const HighlightChangesOptions\& options)](./highlightchanges/) | Highlights changes of shared workbook. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | diff --git a/english/cpp/aspose.cells.revisions/revisionlogcollection/begin/_index.md b/english/cpp/aspose.cells.revisions/revisionlogcollection/begin/_index.md new file mode 100644 index 00000000000..4a211ba3b50 --- /dev/null +++ b/english/cpp/aspose.cells.revisions/revisionlogcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionLogCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLogCollection::begin method. Returns an iterator to the beginning of the RevisionLogCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.revisions/revisionlogcollection/begin/ +--- +## RevisionLogCollection::begin method + + +Returns an iterator to the beginning of the [RevisionLogCollection](../). + +```cpp +Iterator Aspose::Cells::Revisions::RevisionLogCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [RevisionLogCollection](../). + +## See Also + +* Class [RevisionLogCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.revisions/revisionlogcollection/end/_index.md b/english/cpp/aspose.cells.revisions/revisionlogcollection/end/_index.md new file mode 100644 index 00000000000..e9cd39d6837 --- /dev/null +++ b/english/cpp/aspose.cells.revisions/revisionlogcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionLogCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLogCollection::end method. Returns an iterator to the end of the RevisionLogCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells.revisions/revisionlogcollection/end/ +--- +## RevisionLogCollection::end method + + +Returns an iterator to the end of the [RevisionLogCollection](../). + +```cpp +Iterator Aspose::Cells::Revisions::RevisionLogCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [RevisionLogCollection](../). + +## See Also + +* Class [RevisionLogCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.revisions/revisionlogcollection/getcount/_index.md b/english/cpp/aspose.cells.revisions/revisionlogcollection/getcount/_index.md index f73c9106a4f..909d460d5ae 100644 --- a/english/cpp/aspose.cells.revisions/revisionlogcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.revisions/revisionlogcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Revisions::RevisionLogCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Revisions::RevisionLogCollection class in C++.' +description: 'Aspose::Cells::Revisions::RevisionLogCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1000 url: /cpp/aspose.cells.revisions/revisionlogcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.revisions/revisionlogcollection/getcount/ ## RevisionLogCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Revisions::RevisionLogCollection::GetCount() diff --git a/english/cpp/aspose.cells.saving/sqlscriptoperatortype/_index.md b/english/cpp/aspose.cells.saving/sqlscriptoperatortype/_index.md index 0c9028896ec..8d9b2b451c6 100644 --- a/english/cpp/aspose.cells.saving/sqlscriptoperatortype/_index.md +++ b/english/cpp/aspose.cells.saving/sqlscriptoperatortype/_index.md @@ -4,7 +4,7 @@ linktitle: SqlScriptOperatorType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Saving::SqlScriptOperatorType enum. Represents the type of operating data in C++.' type: docs -weight: 500 +weight: 600 url: /cpp/aspose.cells.saving/sqlscriptoperatortype/ --- ## SqlScriptOperatorType enum diff --git a/english/cpp/aspose.cells.settings/pivotglobalizationsettings/_impl/_index.md b/english/cpp/aspose.cells.settings/pivotglobalizationsettings/_impl/_index.md index 537efe76b9b..a3c9002aea4 100644 --- a/english/cpp/aspose.cells.settings/pivotglobalizationsettings/_impl/_index.md +++ b/english/cpp/aspose.cells.settings/pivotglobalizationsettings/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::_impl field. The implementation object in C++.' type: docs -weight: 2700 +weight: 2800 url: /cpp/aspose.cells.settings/pivotglobalizationsettings/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.slicers/slicercacheitemcollection/_impl/_index.md b/english/cpp/aspose.cells.slicers/slicercacheitemcollection/_impl/_index.md index 1cf1c8cc287..cfbab4b864b 100644 --- a/english/cpp/aspose.cells.slicers/slicercacheitemcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.slicers/slicercacheitemcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Slicers::SlicerCacheItemCollection::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 1000 url: /cpp/aspose.cells.slicers/slicercacheitemcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.slicers/slicercacheitemcollection/_index.md b/english/cpp/aspose.cells.slicers/slicercacheitemcollection/_index.md index 915fdee914b..dd843897e77 100644 --- a/english/cpp/aspose.cells.slicers/slicercacheitemcollection/_index.md +++ b/english/cpp/aspose.cells.slicers/slicercacheitemcollection/_index.md @@ -20,6 +20,8 @@ class SlicerCacheItemCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [SlicerCacheItemCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [SlicerCacheItemCollection](./). | | [Get(int32_t index)](./get/) | Gets the [SlicerCacheItem](../slicercacheitem/) object by index. | | [GetCount()](./getcount/) | Gets the count of the [SlicerCacheItem](../slicercacheitem/). | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | diff --git a/english/cpp/aspose.cells.slicers/slicercacheitemcollection/begin/_index.md b/english/cpp/aspose.cells.slicers/slicercacheitemcollection/begin/_index.md new file mode 100644 index 00000000000..245818a6b85 --- /dev/null +++ b/english/cpp/aspose.cells.slicers/slicercacheitemcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItemCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItemCollection::begin method. Returns an iterator to the beginning of the SlicerCacheItemCollection in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells.slicers/slicercacheitemcollection/begin/ +--- +## SlicerCacheItemCollection::begin method + + +Returns an iterator to the beginning of the [SlicerCacheItemCollection](../). + +```cpp +Iterator Aspose::Cells::Slicers::SlicerCacheItemCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [SlicerCacheItemCollection](../). + +## See Also + +* Class [SlicerCacheItemCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.slicers/slicercacheitemcollection/end/_index.md b/english/cpp/aspose.cells.slicers/slicercacheitemcollection/end/_index.md new file mode 100644 index 00000000000..a0563cfc8f6 --- /dev/null +++ b/english/cpp/aspose.cells.slicers/slicercacheitemcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItemCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItemCollection::end method. Returns an iterator to the end of the SlicerCacheItemCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.slicers/slicercacheitemcollection/end/ +--- +## SlicerCacheItemCollection::end method + + +Returns an iterator to the end of the [SlicerCacheItemCollection](../). + +```cpp +Iterator Aspose::Cells::Slicers::SlicerCacheItemCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [SlicerCacheItemCollection](../). + +## See Also + +* Class [SlicerCacheItemCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.slicers/slicercollection/_impl/_index.md b/english/cpp/aspose.cells.slicers/slicercollection/_impl/_index.md index f0e10bc5212..0414f0f8d44 100644 --- a/english/cpp/aspose.cells.slicers/slicercollection/_impl/_index.md +++ b/english/cpp/aspose.cells.slicers/slicercollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Slicers::SlicerCollection::_impl field. The implementation object in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells.slicers/slicercollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.slicers/slicercollection/_index.md b/english/cpp/aspose.cells.slicers/slicercollection/_index.md index 13c728fbf2d..73641a27a49 100644 --- a/english/cpp/aspose.cells.slicers/slicercollection/_index.md +++ b/english/cpp/aspose.cells.slicers/slicercollection/_index.md @@ -35,11 +35,13 @@ class SlicerCollection | [Add(const ListObject\& table, const ListColumn\& listColumn, const U16String\& destCellName)](./add/) | Add a new [Slicer](../slicer/) using ListObjet as data source. | | [Add(const ListObject\& table, const ListColumn\& listColumn, const char16_t* destCellName)](./add/) | Add a new [Slicer](../slicer/) using ListObjet as data source. | | [Add(const ListObject\& table, const ListColumn\& listColumn, int32_t row, int32_t column)](./add/) | Add a new [Slicer](../slicer/) using ListObjet as data source. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [SlicerCollection](./). | | [Clear()](./clear/) | Clear all [Slicers](../). | +| [end()](./end/) | Returns an iterator to the end of the [SlicerCollection](./). | | [Get(int32_t index)](./get/) | Gets the [Slicer](../slicer/) by index. | | [Get(const U16String\& name)](./get/) | Gets the [Slicer](../slicer/) by slicer's name. | | [Get(const char16_t* name)](./get/) | Gets the [Slicer](../slicer/) by slicer's name. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const SlicerCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.slicers/slicercollection/begin/_index.md b/english/cpp/aspose.cells.slicers/slicercollection/begin/_index.md new file mode 100644 index 00000000000..43a57808745 --- /dev/null +++ b/english/cpp/aspose.cells.slicers/slicercollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Slicers::SlicerCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCollection::begin method. Returns an iterator to the beginning of the SlicerCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells.slicers/slicercollection/begin/ +--- +## SlicerCollection::begin method + + +Returns an iterator to the beginning of the [SlicerCollection](../). + +```cpp +Iterator Aspose::Cells::Slicers::SlicerCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [SlicerCollection](../). + +## See Also + +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.slicers/slicercollection/end/_index.md b/english/cpp/aspose.cells.slicers/slicercollection/end/_index.md new file mode 100644 index 00000000000..d6938b80ead --- /dev/null +++ b/english/cpp/aspose.cells.slicers/slicercollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Slicers::SlicerCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCollection::end method. Returns an iterator to the end of the SlicerCollection in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells.slicers/slicercollection/end/ +--- +## SlicerCollection::end method + + +Returns an iterator to the end of the [SlicerCollection](../). + +```cpp +Iterator Aspose::Cells::Slicers::SlicerCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [SlicerCollection](../). + +## See Also + +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.slicers/slicercollection/getcount/_index.md b/english/cpp/aspose.cells.slicers/slicercollection/getcount/_index.md index befa2abf640..ba97d1d9d37 100644 --- a/english/cpp/aspose.cells.slicers/slicercollection/getcount/_index.md +++ b/english/cpp/aspose.cells.slicers/slicercollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Slicers::SlicerCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Slicers::SlicerCollection class in C++.' +description: 'Aspose::Cells::Slicers::SlicerCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1100 url: /cpp/aspose.cells.slicers/slicercollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.slicers/slicercollection/getcount/ ## SlicerCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Slicers::SlicerCollection::GetCount() diff --git a/english/cpp/aspose.cells.slides/_index.md b/english/cpp/aspose.cells.slides/_index.md index d6fbb16c72a..bbdcf4ad7c8 100644 --- a/english/cpp/aspose.cells.slides/_index.md +++ b/english/cpp/aspose.cells.slides/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::Slides second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::Slides namespace in C++.' type: docs -weight: 2300 +weight: 2800 url: /cpp/aspose.cells.slides/ --- diff --git a/english/cpp/aspose.cells.system/_index.md b/english/cpp/aspose.cells.system/_index.md index 85bcc4bc519..56012ad0487 100644 --- a/english/cpp/aspose.cells.system/_index.md +++ b/english/cpp/aspose.cells.system/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::System second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::System namespace in C++.' type: docs -weight: 2400 +weight: 2900 url: /cpp/aspose.cells.system/ --- diff --git a/english/cpp/aspose.cells.tables/listcolumncollection/_impl/_index.md b/english/cpp/aspose.cells.tables/listcolumncollection/_impl/_index.md index 78d57f4eae8..fd8cb108f2e 100644 --- a/english/cpp/aspose.cells.tables/listcolumncollection/_impl/_index.md +++ b/english/cpp/aspose.cells.tables/listcolumncollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListColumnCollection::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 1000 url: /cpp/aspose.cells.tables/listcolumncollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.tables/listcolumncollection/_index.md b/english/cpp/aspose.cells.tables/listcolumncollection/_index.md index 33719dd0a13..a9c0c38d5eb 100644 --- a/english/cpp/aspose.cells.tables/listcolumncollection/_index.md +++ b/english/cpp/aspose.cells.tables/listcolumncollection/_index.md @@ -20,10 +20,12 @@ class ListColumnCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ListColumnCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [ListColumnCollection](./). | | [Get(int32_t index)](./get/) | Gets the [ListColumn](../listcolumn/) by the index. | | [Get(const U16String\& name)](./get/) | Gets the [ListColumn](../listcolumn/) by the name. | | [Get(const char16_t* name)](./get/) | Gets the [ListColumn](../listcolumn/) by the name. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | [ListColumnCollection(ListColumnCollection_Impl* impl)](./listcolumncollection/) | Constructs from an implementation object. | | [ListColumnCollection(const ListColumnCollection\& src)](./listcolumncollection/) | Copy constructor. | diff --git a/english/cpp/aspose.cells.tables/listcolumncollection/begin/_index.md b/english/cpp/aspose.cells.tables/listcolumncollection/begin/_index.md new file mode 100644 index 00000000000..bc0f4b27fa5 --- /dev/null +++ b/english/cpp/aspose.cells.tables/listcolumncollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::ListColumnCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumnCollection::begin method. Returns an iterator to the beginning of the ListColumnCollection in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells.tables/listcolumncollection/begin/ +--- +## ListColumnCollection::begin method + + +Returns an iterator to the beginning of the [ListColumnCollection](../). + +```cpp +Iterator Aspose::Cells::Tables::ListColumnCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ListColumnCollection](../). + +## See Also + +* Class [ListColumnCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.tables/listcolumncollection/end/_index.md b/english/cpp/aspose.cells.tables/listcolumncollection/end/_index.md new file mode 100644 index 00000000000..779f5da5759 --- /dev/null +++ b/english/cpp/aspose.cells.tables/listcolumncollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::ListColumnCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumnCollection::end method. Returns an iterator to the end of the ListColumnCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.tables/listcolumncollection/end/ +--- +## ListColumnCollection::end method + + +Returns an iterator to the end of the [ListColumnCollection](../). + +```cpp +Iterator Aspose::Cells::Tables::ListColumnCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ListColumnCollection](../). + +## See Also + +* Class [ListColumnCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.tables/listcolumncollection/getcount/_index.md b/english/cpp/aspose.cells.tables/listcolumncollection/getcount/_index.md index b31ddca72ec..0dd046a2c92 100644 --- a/english/cpp/aspose.cells.tables/listcolumncollection/getcount/_index.md +++ b/english/cpp/aspose.cells.tables/listcolumncollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Tables::ListColumnCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Tables::ListColumnCollection class in C++.' +description: 'Aspose::Cells::Tables::ListColumnCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 700 url: /cpp/aspose.cells.tables/listcolumncollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.tables/listcolumncollection/getcount/ ## ListColumnCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Tables::ListColumnCollection::GetCount() diff --git a/english/cpp/aspose.cells.tables/listobjectcollection/_impl/_index.md b/english/cpp/aspose.cells.tables/listobjectcollection/_impl/_index.md index 74f05c18ada..97f2b9489a8 100644 --- a/english/cpp/aspose.cells.tables/listobjectcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.tables/listobjectcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObjectCollection::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells.tables/listobjectcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.tables/listobjectcollection/_index.md b/english/cpp/aspose.cells.tables/listobjectcollection/_index.md index eb3e4be3cea..f1190625590 100644 --- a/english/cpp/aspose.cells.tables/listobjectcollection/_index.md +++ b/english/cpp/aspose.cells.tables/listobjectcollection/_index.md @@ -23,10 +23,12 @@ class ListObjectCollection | [Add(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn, bool hasHeaders)](./add/) | Adds a [ListObject](../listobject/) to the worksheet. | | [Add(const U16String\& startCell, const U16String\& endCell, bool hasHeaders)](./add/) | Adds a [ListObject](../listobject/) to the worksheet. | | [Add(const char16_t* startCell, const char16_t* endCell, bool hasHeaders)](./add/) | Adds a [ListObject](../listobject/) to the worksheet. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ListObjectCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [ListObjectCollection](./). | | [Get(int32_t index)](./get/) | Gets the [ListObject](../listobject/) by index. | | [Get(const U16String\& tableName)](./get/) | Gets the [ListObject](../listobject/) by specified name. | | [Get(const char16_t* tableName)](./get/) | Gets the [ListObject](../listobject/) by specified name. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | [ListObjectCollection(ListObjectCollection_Impl* impl)](./listobjectcollection/) | Constructs from an implementation object. | | [ListObjectCollection(const ListObjectCollection\& src)](./listobjectcollection/) | Copy constructor. | diff --git a/english/cpp/aspose.cells.tables/listobjectcollection/begin/_index.md b/english/cpp/aspose.cells.tables/listobjectcollection/begin/_index.md new file mode 100644 index 00000000000..d733be173cf --- /dev/null +++ b/english/cpp/aspose.cells.tables/listobjectcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::ListObjectCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObjectCollection::begin method. Returns an iterator to the beginning of the ListObjectCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.tables/listobjectcollection/begin/ +--- +## ListObjectCollection::begin method + + +Returns an iterator to the beginning of the [ListObjectCollection](../). + +```cpp +Iterator Aspose::Cells::Tables::ListObjectCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ListObjectCollection](../). + +## See Also + +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.tables/listobjectcollection/end/_index.md b/english/cpp/aspose.cells.tables/listobjectcollection/end/_index.md new file mode 100644 index 00000000000..9bb524f3e60 --- /dev/null +++ b/english/cpp/aspose.cells.tables/listobjectcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::ListObjectCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObjectCollection::end method. Returns an iterator to the end of the ListObjectCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.tables/listobjectcollection/end/ +--- +## ListObjectCollection::end method + + +Returns an iterator to the end of the [ListObjectCollection](../). + +```cpp +Iterator Aspose::Cells::Tables::ListObjectCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ListObjectCollection](../). + +## See Also + +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.tables/listobjectcollection/getcount/_index.md b/english/cpp/aspose.cells.tables/listobjectcollection/getcount/_index.md index 2e5925b87c5..1dc2d2cd663 100644 --- a/english/cpp/aspose.cells.tables/listobjectcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.tables/listobjectcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Tables::ListObjectCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Tables::ListObjectCollection class in C++.' +description: 'Aspose::Cells::Tables::ListObjectCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 900 url: /cpp/aspose.cells.tables/listobjectcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.tables/listobjectcollection/getcount/ ## ListObjectCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Tables::ListObjectCollection::GetCount() diff --git a/english/cpp/aspose.cells.tables/tablestyle/_impl/_index.md b/english/cpp/aspose.cells.tables/tablestyle/_impl/_index.md index d752b262e21..8adde778267 100644 --- a/english/cpp/aspose.cells.tables/tablestyle/_impl/_index.md +++ b/english/cpp/aspose.cells.tables/tablestyle/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::TableStyle::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 900 url: /cpp/aspose.cells.tables/tablestyle/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.tables/tablestylecollection/_impl/_index.md b/english/cpp/aspose.cells.tables/tablestylecollection/_impl/_index.md index beb92b519b3..c9086eaebdf 100644 --- a/english/cpp/aspose.cells.tables/tablestylecollection/_impl/_index.md +++ b/english/cpp/aspose.cells.tables/tablestylecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::TableStyleCollection::_impl field. The implementation object in C++.' type: docs -weight: 1500 +weight: 1700 url: /cpp/aspose.cells.tables/tablestylecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.tables/tablestylecollection/_index.md b/english/cpp/aspose.cells.tables/tablestylecollection/_index.md index 799d5f36f5c..7d6c41575ad 100644 --- a/english/cpp/aspose.cells.tables/tablestylecollection/_index.md +++ b/english/cpp/aspose.cells.tables/tablestylecollection/_index.md @@ -24,11 +24,13 @@ class TableStyleCollection | [AddPivotTableStyle(const char16_t* name)](./addpivottablestyle/) | Adds a custom pivot table style. | | [AddTableStyle(const U16String\& name)](./addtablestyle/) | Adds a custom table style. | | [AddTableStyle(const char16_t* name)](./addtablestyle/) | Adds a custom table style. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [TableStyleCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [TableStyleCollection](./). | | [Get(int32_t index)](./get/) | Gets the table style by the index. | | [Get(const U16String\& name)](./get/) | Gets the table style by the name. | | [Get(const char16_t* name)](./get/) | Gets the table style by the name. | | [GetBuiltinTableStyle(TableStyleType type)](./getbuiltintablestyle/) | Gets the builtin table style. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [GetDefaultPivotStyleName()](./getdefaultpivotstylename/) | Gets and sets the default style name of pivot table . | | [GetDefaultTableStyleName()](./getdefaulttablestylename/) | Gets and sets the default style name of the table. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | diff --git a/english/cpp/aspose.cells.tables/tablestylecollection/begin/_index.md b/english/cpp/aspose.cells.tables/tablestylecollection/begin/_index.md new file mode 100644 index 00000000000..e3d6fe4b546 --- /dev/null +++ b/english/cpp/aspose.cells.tables/tablestylecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::begin method. Returns an iterator to the beginning of the TableStyleCollection in C++.' +type: docs +weight: 1500 +url: /cpp/aspose.cells.tables/tablestylecollection/begin/ +--- +## TableStyleCollection::begin method + + +Returns an iterator to the beginning of the [TableStyleCollection](../). + +```cpp +Iterator Aspose::Cells::Tables::TableStyleCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [TableStyleCollection](../). + +## See Also + +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.tables/tablestylecollection/end/_index.md b/english/cpp/aspose.cells.tables/tablestylecollection/end/_index.md new file mode 100644 index 00000000000..2cfbd9e84ac --- /dev/null +++ b/english/cpp/aspose.cells.tables/tablestylecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::end method. Returns an iterator to the end of the TableStyleCollection in C++.' +type: docs +weight: 1600 +url: /cpp/aspose.cells.tables/tablestylecollection/end/ +--- +## TableStyleCollection::end method + + +Returns an iterator to the end of the [TableStyleCollection](../). + +```cpp +Iterator Aspose::Cells::Tables::TableStyleCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [TableStyleCollection](../). + +## See Also + +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.tables/tablestylecollection/getcount/_index.md b/english/cpp/aspose.cells.tables/tablestylecollection/getcount/_index.md index 06e6d364e1d..125173a1617 100644 --- a/english/cpp/aspose.cells.tables/tablestylecollection/getcount/_index.md +++ b/english/cpp/aspose.cells.tables/tablestylecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Tables::TableStyleCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Tables::TableStyleCollection class in C++.' +description: 'Aspose::Cells::Tables::TableStyleCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1400 url: /cpp/aspose.cells.tables/tablestylecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.tables/tablestylecollection/getcount/ ## TableStyleCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Tables::TableStyleCollection::GetCount() diff --git a/english/cpp/aspose.cells.tables/tablestyleelementcollection/_impl/_index.md b/english/cpp/aspose.cells.tables/tablestyleelementcollection/_impl/_index.md index 1509ca5fbc3..c2521070804 100644 --- a/english/cpp/aspose.cells.tables/tablestyleelementcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.tables/tablestyleelementcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::TableStyleElementCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.tables/tablestyleelementcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.tables/tablestyleelementcollection/_index.md b/english/cpp/aspose.cells.tables/tablestyleelementcollection/_index.md index bc35c79f274..3c8fec180f4 100644 --- a/english/cpp/aspose.cells.tables/tablestyleelementcollection/_index.md +++ b/english/cpp/aspose.cells.tables/tablestyleelementcollection/_index.md @@ -21,9 +21,11 @@ class TableStyleElementCollection | Method | Description | | --- | --- | | [Add(TableStyleElementType type)](./add/) | Adds an element. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [TableStyleElementCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [TableStyleElementCollection](./). | | [Get(int32_t index)](./get/) | Gets an element of the table style by the index. | | [Get(TableStyleElementType type)](./get/) | Gets the element of the table style by the element type. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const TableStyleElementCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.tables/tablestyleelementcollection/begin/_index.md b/english/cpp/aspose.cells.tables/tablestyleelementcollection/begin/_index.md new file mode 100644 index 00000000000..9f125e48084 --- /dev/null +++ b/english/cpp/aspose.cells.tables/tablestyleelementcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::TableStyleElementCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElementCollection::begin method. Returns an iterator to the beginning of the TableStyleElementCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.tables/tablestyleelementcollection/begin/ +--- +## TableStyleElementCollection::begin method + + +Returns an iterator to the beginning of the [TableStyleElementCollection](../). + +```cpp +Iterator Aspose::Cells::Tables::TableStyleElementCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [TableStyleElementCollection](../). + +## See Also + +* Class [TableStyleElementCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.tables/tablestyleelementcollection/end/_index.md b/english/cpp/aspose.cells.tables/tablestyleelementcollection/end/_index.md new file mode 100644 index 00000000000..a93ba961e1c --- /dev/null +++ b/english/cpp/aspose.cells.tables/tablestyleelementcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::TableStyleElementCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElementCollection::end method. Returns an iterator to the end of the TableStyleElementCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.tables/tablestyleelementcollection/end/ +--- +## TableStyleElementCollection::end method + + +Returns an iterator to the end of the [TableStyleElementCollection](../). + +```cpp +Iterator Aspose::Cells::Tables::TableStyleElementCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [TableStyleElementCollection](../). + +## See Also + +* Class [TableStyleElementCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.tables/tablestyleelementcollection/getcount/_index.md b/english/cpp/aspose.cells.tables/tablestyleelementcollection/getcount/_index.md index 2ea0d2855e6..d71953f55cc 100644 --- a/english/cpp/aspose.cells.tables/tablestyleelementcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.tables/tablestyleelementcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Tables::TableStyleElementCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Tables::TableStyleElementCollection class in C++.' +description: 'Aspose::Cells::Tables::TableStyleElementCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.tables/tablestyleelementcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.tables/tablestyleelementcollection/getcount/ ## TableStyleElementCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Tables::TableStyleElementCollection::GetCount() diff --git a/english/cpp/aspose.cells.timelines/timelinecollection/_impl/_index.md b/english/cpp/aspose.cells.timelines/timelinecollection/_impl/_index.md index b903783fde2..9890c352838 100644 --- a/english/cpp/aspose.cells.timelines/timelinecollection/_impl/_index.md +++ b/english/cpp/aspose.cells.timelines/timelinecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Timelines::TimelineCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.timelines/timelinecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.timelines/timelinecollection/_index.md b/english/cpp/aspose.cells.timelines/timelinecollection/_index.md index 6e2dc80a210..b85a38b5f37 100644 --- a/english/cpp/aspose.cells.timelines/timelinecollection/_index.md +++ b/english/cpp/aspose.cells.timelines/timelinecollection/_index.md @@ -30,10 +30,12 @@ class TimelineCollection | [Add(const PivotTable\& pivot, int32_t row, int32_t column, const PivotField\& baseField)](./add/) | Add a new [Timeline](../timeline/) using PivotTable as data source. | | [Add(const PivotTable\& pivot, const U16String\& destCellName, const PivotField\& baseField)](./add/) | Add a new [Timeline](../timeline/) using PivotTable as data source. | | [Add(const PivotTable\& pivot, const char16_t* destCellName, const PivotField\& baseField)](./add/) | Add a new [Timeline](../timeline/) using PivotTable as data source. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [TimelineCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [TimelineCollection](./). | | [Get(int32_t index)](./get/) | Gets the [Timeline](../timeline/) by index. | | [Get(const U16String\& name)](./get/) | Gets the [Timeline](../timeline/) by [Timeline](../timeline/)'s name. | | [Get(const char16_t* name)](./get/) | Gets the [Timeline](../timeline/) by [Timeline](../timeline/)'s name. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const TimelineCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.timelines/timelinecollection/begin/_index.md b/english/cpp/aspose.cells.timelines/timelinecollection/begin/_index.md new file mode 100644 index 00000000000..ad85ab556b6 --- /dev/null +++ b/english/cpp/aspose.cells.timelines/timelinecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Timelines::TimelineCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::TimelineCollection::begin method. Returns an iterator to the beginning of the TimelineCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.timelines/timelinecollection/begin/ +--- +## TimelineCollection::begin method + + +Returns an iterator to the beginning of the [TimelineCollection](../). + +```cpp +Iterator Aspose::Cells::Timelines::TimelineCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [TimelineCollection](../). + +## See Also + +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.timelines/timelinecollection/end/_index.md b/english/cpp/aspose.cells.timelines/timelinecollection/end/_index.md new file mode 100644 index 00000000000..0796a9aed68 --- /dev/null +++ b/english/cpp/aspose.cells.timelines/timelinecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Timelines::TimelineCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::TimelineCollection::end method. Returns an iterator to the end of the TimelineCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.timelines/timelinecollection/end/ +--- +## TimelineCollection::end method + + +Returns an iterator to the end of the [TimelineCollection](../). + +```cpp +Iterator Aspose::Cells::Timelines::TimelineCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [TimelineCollection](../). + +## See Also + +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.timelines/timelinecollection/getcount/_index.md b/english/cpp/aspose.cells.timelines/timelinecollection/getcount/_index.md index 6da4049d239..6ece4e860e3 100644 --- a/english/cpp/aspose.cells.timelines/timelinecollection/getcount/_index.md +++ b/english/cpp/aspose.cells.timelines/timelinecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Timelines::TimelineCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Timelines::TimelineCollection class in C++.' +description: 'Aspose::Cells::Timelines::TimelineCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.timelines/timelinecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.timelines/timelinecollection/getcount/ ## TimelineCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Timelines::TimelineCollection::GetCount() diff --git a/english/cpp/aspose.cells.utility/_index.md b/english/cpp/aspose.cells.utility/_index.md index 0becce08cc0..4fb1410dec8 100644 --- a/english/cpp/aspose.cells.utility/_index.md +++ b/english/cpp/aspose.cells.utility/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::Utility second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::Utility namespace in C++.' type: docs -weight: 2600 +weight: 3200 url: /cpp/aspose.cells.utility/ --- diff --git a/english/cpp/aspose.cells.vba/_index.md b/english/cpp/aspose.cells.vba/_index.md index 05d5d3243b0..8e71f6771d8 100644 --- a/english/cpp/aspose.cells.vba/_index.md +++ b/english/cpp/aspose.cells.vba/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::Vba second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::Vba namespace in C++.' type: docs -weight: 2700 +weight: 3300 url: /cpp/aspose.cells.vba/ --- diff --git a/english/cpp/aspose.cells.vba/vbamodulecollection/_impl/_index.md b/english/cpp/aspose.cells.vba/vbamodulecollection/_impl/_index.md index 7250e7c914b..41fcbaf81bc 100644 --- a/english/cpp/aspose.cells.vba/vbamodulecollection/_impl/_index.md +++ b/english/cpp/aspose.cells.vba/vbamodulecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Vba::VbaModuleCollection::_impl field. The implementation object in C++.' type: docs -weight: 1300 +weight: 1500 url: /cpp/aspose.cells.vba/vbamodulecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.vba/vbamodulecollection/_index.md b/english/cpp/aspose.cells.vba/vbamodulecollection/_index.md index 86525dbe9c0..bf483986b87 100644 --- a/english/cpp/aspose.cells.vba/vbamodulecollection/_index.md +++ b/english/cpp/aspose.cells.vba/vbamodulecollection/_index.md @@ -27,10 +27,12 @@ class VbaModuleCollection | [AddDesignerStorage(const char16_t* name, const Vector \\& data)](./adddesignerstorage/) | | | [AddUserForm(const U16String\& name, const U16String\& codes, const Vector \\& designerStorage)](./adduserform/) | Inser user form into VBA Project. | | [AddUserForm(const char16_t* name, const char16_t* codes, const Vector \\& designerStorage)](./adduserform/) | Inser user form into VBA Project. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [VbaModuleCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [VbaModuleCollection](./). | | [Get(int32_t index)](./get/) | Gets [VbaModule](../vbamodule/) in the list by the index. | | [Get(const U16String\& name)](./get/) | Gets [VbaModule](../vbamodule/) in the list by the name. | | [Get(const char16_t* name)](./get/) | Gets [VbaModule](../vbamodule/) in the list by the name. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [GetDesignerStorage(const U16String\& name)](./getdesignerstorage/) | Represents the data of Designer. | | [GetDesignerStorage(const char16_t* name)](./getdesignerstorage/) | Represents the data of Designer. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | diff --git a/english/cpp/aspose.cells.vba/vbamodulecollection/begin/_index.md b/english/cpp/aspose.cells.vba/vbamodulecollection/begin/_index.md new file mode 100644 index 00000000000..1617a791b78 --- /dev/null +++ b/english/cpp/aspose.cells.vba/vbamodulecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModuleCollection::begin method. Returns an iterator to the beginning of the VbaModuleCollection in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells.vba/vbamodulecollection/begin/ +--- +## VbaModuleCollection::begin method + + +Returns an iterator to the beginning of the [VbaModuleCollection](../). + +```cpp +Iterator Aspose::Cells::Vba::VbaModuleCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [VbaModuleCollection](../). + +## See Also + +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.vba/vbamodulecollection/end/_index.md b/english/cpp/aspose.cells.vba/vbamodulecollection/end/_index.md new file mode 100644 index 00000000000..cf8a37ae8b9 --- /dev/null +++ b/english/cpp/aspose.cells.vba/vbamodulecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModuleCollection::end method. Returns an iterator to the end of the VbaModuleCollection in C++.' +type: docs +weight: 1400 +url: /cpp/aspose.cells.vba/vbamodulecollection/end/ +--- +## VbaModuleCollection::end method + + +Returns an iterator to the end of the [VbaModuleCollection](../). + +```cpp +Iterator Aspose::Cells::Vba::VbaModuleCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [VbaModuleCollection](../). + +## See Also + +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.vba/vbamodulecollection/getcount/_index.md b/english/cpp/aspose.cells.vba/vbamodulecollection/getcount/_index.md index 4e43e69a48d..929e1da7b87 100644 --- a/english/cpp/aspose.cells.vba/vbamodulecollection/getcount/_index.md +++ b/english/cpp/aspose.cells.vba/vbamodulecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Vba::VbaModuleCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Vba::VbaModuleCollection class in C++.' +description: 'Aspose::Cells::Vba::VbaModuleCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1200 url: /cpp/aspose.cells.vba/vbamodulecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.vba/vbamodulecollection/getcount/ ## VbaModuleCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Vba::VbaModuleCollection::GetCount() diff --git a/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/_impl/_index.md b/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/_impl/_index.md index 10efd0a7acc..36a36022572 100644 --- a/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/_impl/_index.md +++ b/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection::_impl field. The implementation object in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells.vba/vbaprojectreferencecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/_index.md b/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/_index.md index d02b2e4daba..8b5a047360f 100644 --- a/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/_index.md +++ b/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/_index.md @@ -26,9 +26,11 @@ class VbaProjectReferenceCollection | [AddProjectRefrernce(const char16_t* name, const char16_t* absoluteLibid, const char16_t* relativeLibid)](./addprojectrefrernce/) | Adds a reference to an external VBA project. | | [AddRegisteredReference(const U16String\& name, const U16String\& libid)](./addregisteredreference/) | Add a reference to an Automation type library. | | [AddRegisteredReference(const char16_t* name, const char16_t* libid)](./addregisteredreference/) | Add a reference to an Automation type library. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [VbaProjectReferenceCollection](./). | | [Copy(const VbaProjectReferenceCollection\& source)](./copy/) | Copies references from other VBA project. | +| [end()](./end/) | Returns an iterator to the end of the [VbaProjectReferenceCollection](./). | | [Get(int32_t i)](./get/) | Get the reference in the list by the index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const VbaProjectReferenceCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/begin/_index.md b/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/begin/_index.md new file mode 100644 index 00000000000..c45ad109390 --- /dev/null +++ b/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection::begin method. Returns an iterator to the beginning of the VbaProjectReferenceCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells.vba/vbaprojectreferencecollection/begin/ +--- +## VbaProjectReferenceCollection::begin method + + +Returns an iterator to the beginning of the [VbaProjectReferenceCollection](../). + +```cpp +Iterator Aspose::Cells::Vba::VbaProjectReferenceCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [VbaProjectReferenceCollection](../). + +## See Also + +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/end/_index.md b/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/end/_index.md new file mode 100644 index 00000000000..e9e3b8f7397 --- /dev/null +++ b/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection::end method. Returns an iterator to the end of the VbaProjectReferenceCollection in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells.vba/vbaprojectreferencecollection/end/ +--- +## VbaProjectReferenceCollection::end method + + +Returns an iterator to the end of the [VbaProjectReferenceCollection](../). + +```cpp +Iterator Aspose::Cells::Vba::VbaProjectReferenceCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [VbaProjectReferenceCollection](../). + +## See Also + +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/getcount/_index.md b/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/getcount/_index.md index 36f6aebf108..940a9ef1be5 100644 --- a/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/getcount/_index.md +++ b/english/cpp/aspose.cells.vba/vbaprojectreferencecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Vba::VbaProjectReferenceCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::Vba::VbaProjectReferenceCollection class in C++.' +description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1100 url: /cpp/aspose.cells.vba/vbaprojectreferencecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.vba/vbaprojectreferencecollection/getcount/ ## VbaProjectReferenceCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::Vba::VbaProjectReferenceCollection::GetCount() diff --git a/english/cpp/aspose.cells.webextensions/_index.md b/english/cpp/aspose.cells.webextensions/_index.md index 1abd102c1e9..01094847b81 100644 --- a/english/cpp/aspose.cells.webextensions/_index.md +++ b/english/cpp/aspose.cells.webextensions/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::WebExtensions second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::WebExtensions namespace in C++.' type: docs -weight: 2800 +weight: 3400 url: /cpp/aspose.cells.webextensions/ --- diff --git a/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/_impl/_index.md b/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/_impl/_index.md index 1f009f78275..de9e9741a0a 100644 --- a/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/_impl/_index.md +++ b/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WebExtensions::WebExtensionBindingCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.webextensions/webextensionbindingcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/_index.md b/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/_index.md index 769971cc6fa..fd384a01c14 100644 --- a/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/_index.md +++ b/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/_index.md @@ -21,8 +21,10 @@ class WebExtensionBindingCollection | Method | Description | | --- | --- | | [Add()](./add/) | Adds an a binding relationship between an Office Add-in and the data in the document. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [WebExtensionBindingCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [WebExtensionBindingCollection](./). | | [Get(int32_t index)](./get/) | Gets web extension binding relationship by the specific index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const WebExtensionBindingCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/begin/_index.md b/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/begin/_index.md new file mode 100644 index 00000000000..78bca6f8f77 --- /dev/null +++ b/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBindingCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBindingCollection::begin method. Returns an iterator to the beginning of the WebExtensionBindingCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.webextensions/webextensionbindingcollection/begin/ +--- +## WebExtensionBindingCollection::begin method + + +Returns an iterator to the beginning of the [WebExtensionBindingCollection](../). + +```cpp +Iterator Aspose::Cells::WebExtensions::WebExtensionBindingCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [WebExtensionBindingCollection](../). + +## See Also + +* Class [WebExtensionBindingCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/end/_index.md b/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/end/_index.md new file mode 100644 index 00000000000..b8fea136b0b --- /dev/null +++ b/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBindingCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBindingCollection::end method. Returns an iterator to the end of the WebExtensionBindingCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.webextensions/webextensionbindingcollection/end/ +--- +## WebExtensionBindingCollection::end method + + +Returns an iterator to the end of the [WebExtensionBindingCollection](../). + +```cpp +Iterator Aspose::Cells::WebExtensions::WebExtensionBindingCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [WebExtensionBindingCollection](../). + +## See Also + +* Class [WebExtensionBindingCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/getcount/_index.md b/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/getcount/_index.md index 1ce9b0e2a05..a6a9b29a12c 100644 --- a/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/getcount/_index.md +++ b/english/cpp/aspose.cells.webextensions/webextensionbindingcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::WebExtensions::WebExtensionBindingCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::WebExtensions::WebExtensionBindingCollection class in C++.' +description: 'Aspose::Cells::WebExtensions::WebExtensionBindingCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.webextensions/webextensionbindingcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.webextensions/webextensionbindingcollection/getcount/ ## WebExtensionBindingCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::WebExtensions::WebExtensionBindingCollection::GetCount() diff --git a/english/cpp/aspose.cells.webextensions/webextensioncollection/_impl/_index.md b/english/cpp/aspose.cells.webextensions/webextensioncollection/_impl/_index.md index c4040b256b5..f7c4e2c66da 100644 --- a/english/cpp/aspose.cells.webextensions/webextensioncollection/_impl/_index.md +++ b/english/cpp/aspose.cells.webextensions/webextensioncollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WebExtensions::WebExtensionCollection::_impl field. The implementation object in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells.webextensions/webextensioncollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.webextensions/webextensioncollection/_index.md b/english/cpp/aspose.cells.webextensions/webextensioncollection/_index.md index 09aa00f1cfc..c182f9bf194 100644 --- a/english/cpp/aspose.cells.webextensions/webextensioncollection/_index.md +++ b/english/cpp/aspose.cells.webextensions/webextensioncollection/_index.md @@ -23,8 +23,10 @@ class WebExtensionCollection | [Add()](./add/) | Adds a web extension. | | [AddWebVideoPlayer(const U16String\& url, bool autoPlay, int32_t startTime, int32_t endTime)](./addwebvideoplayer/) | Add a web video player into exel. | | [AddWebVideoPlayer(const char16_t* url, bool autoPlay, int32_t startTime, int32_t endTime)](./addwebvideoplayer/) | Add a web video player into exel. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [WebExtensionCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [WebExtensionCollection](./). | | [Get(int32_t index)](./get/) | Gets web extension by the specific index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const WebExtensionCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.webextensions/webextensioncollection/begin/_index.md b/english/cpp/aspose.cells.webextensions/webextensioncollection/begin/_index.md new file mode 100644 index 00000000000..95539367a7f --- /dev/null +++ b/english/cpp/aspose.cells.webextensions/webextensioncollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionCollection::begin method. Returns an iterator to the beginning of the WebExtensionCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.webextensions/webextensioncollection/begin/ +--- +## WebExtensionCollection::begin method + + +Returns an iterator to the beginning of the [WebExtensionCollection](../). + +```cpp +Iterator Aspose::Cells::WebExtensions::WebExtensionCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [WebExtensionCollection](../). + +## See Also + +* Class [WebExtensionCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.webextensions/webextensioncollection/end/_index.md b/english/cpp/aspose.cells.webextensions/webextensioncollection/end/_index.md new file mode 100644 index 00000000000..423455e387f --- /dev/null +++ b/english/cpp/aspose.cells.webextensions/webextensioncollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionCollection::end method. Returns an iterator to the end of the WebExtensionCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells.webextensions/webextensioncollection/end/ +--- +## WebExtensionCollection::end method + + +Returns an iterator to the end of the [WebExtensionCollection](../). + +```cpp +Iterator Aspose::Cells::WebExtensions::WebExtensionCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [WebExtensionCollection](../). + +## See Also + +* Class [WebExtensionCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.webextensions/webextensioncollection/getcount/_index.md b/english/cpp/aspose.cells.webextensions/webextensioncollection/getcount/_index.md index f683cddea36..cc856e5428a 100644 --- a/english/cpp/aspose.cells.webextensions/webextensioncollection/getcount/_index.md +++ b/english/cpp/aspose.cells.webextensions/webextensioncollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::WebExtensions::WebExtensionCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::WebExtensions::WebExtensionCollection class in C++.' +description: 'Aspose::Cells::WebExtensions::WebExtensionCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1000 url: /cpp/aspose.cells.webextensions/webextensioncollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.webextensions/webextensioncollection/getcount/ ## WebExtensionCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::WebExtensions::WebExtensionCollection::GetCount() diff --git a/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/_impl/_index.md b/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/_impl/_index.md index c0534e91642..c3303196da9 100644 --- a/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/_impl/_index.md +++ b/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells.webextensions/webextensionpropertycollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/_index.md b/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/_index.md index d53b9ce7b87..18149db9776 100644 --- a/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/_index.md +++ b/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/_index.md @@ -22,10 +22,12 @@ class WebExtensionPropertyCollection | --- | --- | | [Add(const U16String\& name, const U16String\& value)](./add/) | Adds web extension property. | | [Add(const char16_t* name, const char16_t* value)](./add/) | Adds web extension property. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [WebExtensionPropertyCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [WebExtensionPropertyCollection](./). | | [Get(int32_t index)](./get/) | Gets the property of web extension by the index. | | [Get(const U16String\& name)](./get/) | Gets the property of web extension. | | [Get(const char16_t* name)](./get/) | Gets the property of web extension. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const WebExtensionPropertyCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/begin/_index.md b/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/begin/_index.md new file mode 100644 index 00000000000..a3630062a5c --- /dev/null +++ b/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::begin method. Returns an iterator to the beginning of the WebExtensionPropertyCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.webextensions/webextensionpropertycollection/begin/ +--- +## WebExtensionPropertyCollection::begin method + + +Returns an iterator to the beginning of the [WebExtensionPropertyCollection](../). + +```cpp +Iterator Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [WebExtensionPropertyCollection](../). + +## See Also + +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/end/_index.md b/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/end/_index.md new file mode 100644 index 00000000000..ec35cd33d64 --- /dev/null +++ b/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::end method. Returns an iterator to the end of the WebExtensionPropertyCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.webextensions/webextensionpropertycollection/end/ +--- +## WebExtensionPropertyCollection::end method + + +Returns an iterator to the end of the [WebExtensionPropertyCollection](../). + +```cpp +Iterator Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [WebExtensionPropertyCollection](../). + +## See Also + +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/getcount/_index.md b/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/getcount/_index.md index da999a3066d..178893c8207 100644 --- a/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/getcount/_index.md +++ b/english/cpp/aspose.cells.webextensions/webextensionpropertycollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::WebExtensions::WebExtensionPropertyCollection class in C++.' +description: 'Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 900 url: /cpp/aspose.cells.webextensions/webextensionpropertycollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.webextensions/webextensionpropertycollection/getcount/ ## WebExtensionPropertyCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::GetCount() diff --git a/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/_impl/_index.md b/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/_impl/_index.md index 8926e5060b9..cb92b516c6c 100644 --- a/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/_impl/_index.md +++ b/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.webextensions/webextensionreferencecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/_index.md b/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/_index.md index 7d362c7d9f8..2962c33bfaf 100644 --- a/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/_index.md +++ b/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/_index.md @@ -21,8 +21,10 @@ class WebExtensionReferenceCollection | Method | Description | | --- | --- | | [Add()](./add/) | Adds an empty reference of web extension. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [WebExtensionReferenceCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [WebExtensionReferenceCollection](./). | | [Get(int32_t index)](./get/) | Gets web extension by the specific index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const WebExtensionReferenceCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/begin/_index.md b/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/begin/_index.md new file mode 100644 index 00000000000..3d1633482dc --- /dev/null +++ b/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::begin method. Returns an iterator to the beginning of the WebExtensionReferenceCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.webextensions/webextensionreferencecollection/begin/ +--- +## WebExtensionReferenceCollection::begin method + + +Returns an iterator to the beginning of the [WebExtensionReferenceCollection](../). + +```cpp +Iterator Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [WebExtensionReferenceCollection](../). + +## See Also + +* Class [WebExtensionReferenceCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/end/_index.md b/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/end/_index.md new file mode 100644 index 00000000000..426ff522f21 --- /dev/null +++ b/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::end method. Returns an iterator to the end of the WebExtensionReferenceCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.webextensions/webextensionreferencecollection/end/ +--- +## WebExtensionReferenceCollection::end method + + +Returns an iterator to the end of the [WebExtensionReferenceCollection](../). + +```cpp +Iterator Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [WebExtensionReferenceCollection](../). + +## See Also + +* Class [WebExtensionReferenceCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/getcount/_index.md b/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/getcount/_index.md index 3c4523ce27b..63290bb0b50 100644 --- a/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/getcount/_index.md +++ b/english/cpp/aspose.cells.webextensions/webextensionreferencecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::WebExtensions::WebExtensionReferenceCollection class in C++.' +description: 'Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.webextensions/webextensionreferencecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.webextensions/webextensionreferencecollection/getcount/ ## WebExtensionReferenceCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::GetCount() diff --git a/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_impl/_index.md b/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_impl/_index.md index 9ec8d14c2dd..d6e2d3f589e 100644 --- a/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_impl/_index.md +++ b/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_index.md b/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_index.md index ebd0324bcd9..b7cd3ab1b51 100644 --- a/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_index.md +++ b/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_index.md @@ -21,8 +21,10 @@ class WebExtensionTaskPaneCollection | Method | Description | | --- | --- | | [Add()](./add/) | Adds task pane. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [WebExtensionTaskPaneCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [WebExtensionTaskPaneCollection](./). | | [Get(int32_t index)](./get/) | Gets task pane by the specific index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const WebExtensionTaskPaneCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/begin/_index.md b/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/begin/_index.md new file mode 100644 index 00000000000..3921cf93660 --- /dev/null +++ b/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::begin method. Returns an iterator to the beginning of the WebExtensionTaskPaneCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells.webextensions/webextensiontaskpanecollection/begin/ +--- +## WebExtensionTaskPaneCollection::begin method + + +Returns an iterator to the beginning of the [WebExtensionTaskPaneCollection](../). + +```cpp +Iterator Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [WebExtensionTaskPaneCollection](../). + +## See Also + +* Class [WebExtensionTaskPaneCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/end/_index.md b/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/end/_index.md new file mode 100644 index 00000000000..9721b33affb --- /dev/null +++ b/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::end method. Returns an iterator to the end of the WebExtensionTaskPaneCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.webextensions/webextensiontaskpanecollection/end/ +--- +## WebExtensionTaskPaneCollection::end method + + +Returns an iterator to the end of the [WebExtensionTaskPaneCollection](../). + +```cpp +Iterator Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [WebExtensionTaskPaneCollection](../). + +## See Also + +* Class [WebExtensionTaskPaneCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/getcount/_index.md b/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/getcount/_index.md index 7dd79140b32..f1baa2c186f 100644 --- a/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/getcount/_index.md +++ b/english/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection class in C++.' +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells.webextensions/webextensiontaskpanecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.webextensions/webextensiontaskpanecollection/getcount/ ## WebExtensionTaskPaneCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::GetCount() diff --git a/english/cpp/aspose.cells/_index.md b/english/cpp/aspose.cells/_index.md index cdc288b31bb..fc83dba5fb6 100644 --- a/english/cpp/aspose.cells/_index.md +++ b/english/cpp/aspose.cells/_index.md @@ -125,6 +125,7 @@ url: /cpp/aspose.cells/ | [Object](./object/) | [Object](./object/) class. | | [OdsLoadOptions](./odsloadoptions/) | Represents the options of loading ods file. | | [OdsSaveOptions](./odssaveoptions/) | Represents the options of saving ods file. | +| [OfdSaveOptions](./ofdsaveoptions/) | Represents the options for saving a OFD(Open Fixed-layout Document) file. | | [OoxmlSaveOptions](./ooxmlsaveoptions/) | Represents the options of saving office open xml file. | | [Outline](./outline/) | Represents an outline on a worksheet. | | [PageSetup](./pagesetup/) | Encapsulates the object that represents the page setup description. The [PageSetup](./pagesetup/) object contains all page setup options. | @@ -256,6 +257,7 @@ url: /cpp/aspose.cells/ | [HtmlLinkTargetType](./htmllinktargettype/) | Represents the type of target attribute in HTML tag. | | [HtmlOfficeMathOutputType](./htmlofficemathoutputtype/) | Represents how to export OfficeMath to HTML. | | [HtmlVersion](./htmlversion/) | Indicates the version of HTML is used when saving to Html formats. | +| [HyperlinkLoadMode](./hyperlinkloadmode/) | Specifies how hyperlinks are handled when loading HTML. | | [IconSetType](./iconsettype/) | Icon set type for conditional formatting. The threshold values for triggering the different icons within a set are configurable, and the icon order is reversible. | | [LoadDataFilterOptions](./loaddatafilteroptions/) | Represents the options to filter data when loading workbook from template. | | [LoadFormat](./loadformat/) | Represents the load file format. | diff --git a/english/cpp/aspose.cells/abstractcalculationengine/_impl/_index.md b/english/cpp/aspose.cells/abstractcalculationengine/_impl/_index.md index b4bb5b6690d..4068c64f95c 100644 --- a/english/cpp/aspose.cells/abstractcalculationengine/_impl/_index.md +++ b/english/cpp/aspose.cells/abstractcalculationengine/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::AbstractCalculationEngine::_impl field. The implementation object in C++.' type: docs -weight: 600 +weight: 700 url: /cpp/aspose.cells/abstractcalculationengine/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/abstractcalculationengine/calculate/_index.md b/english/cpp/aspose.cells/abstractcalculationengine/calculate/_index.md index 9d29aab441d..0659c65d5f2 100644 --- a/english/cpp/aspose.cells/abstractcalculationengine/calculate/_index.md +++ b/english/cpp/aspose.cells/abstractcalculationengine/calculate/_index.md @@ -4,7 +4,7 @@ linktitle: Calculate second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::AbstractCalculationEngine::Calculate method. Calculates one function with given data in C++.' type: docs -weight: 100 +weight: 200 url: /cpp/aspose.cells/abstractcalculationengine/calculate/ --- ## AbstractCalculationEngine::Calculate method diff --git a/english/cpp/aspose.cells/abstractcalculationengine/getprocessbuiltinfunctions/_index.md b/english/cpp/aspose.cells/abstractcalculationengine/getprocessbuiltinfunctions/_index.md index 4b8c7c4fc98..37545a9dff1 100644 --- a/english/cpp/aspose.cells/abstractcalculationengine/getprocessbuiltinfunctions/_index.md +++ b/english/cpp/aspose.cells/abstractcalculationengine/getprocessbuiltinfunctions/_index.md @@ -4,7 +4,7 @@ linktitle: GetProcessBuiltInFunctions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::AbstractCalculationEngine::GetProcessBuiltInFunctions method. Whether built-in functions that have been supported by the built-in engine should be checked and processed by this implementation. Default is false in C++.' type: docs -weight: 400 +weight: 500 url: /cpp/aspose.cells/abstractcalculationengine/getprocessbuiltinfunctions/ --- ## AbstractCalculationEngine::GetProcessBuiltInFunctions method diff --git a/english/cpp/aspose.cells/abstractcalculationengine/isparamarraymoderequired/_index.md b/english/cpp/aspose.cells/abstractcalculationengine/isparamarraymoderequired/_index.md index 5faa1282a95..a3504e5d792 100644 --- a/english/cpp/aspose.cells/abstractcalculationengine/isparamarraymoderequired/_index.md +++ b/english/cpp/aspose.cells/abstractcalculationengine/isparamarraymoderequired/_index.md @@ -4,7 +4,7 @@ linktitle: IsParamArrayModeRequired second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::AbstractCalculationEngine::IsParamArrayModeRequired method. Indicates whether this engine needs the parameter to be calculated in array mode. Default value is false. If CalculationData.GetParamValueInArrayMode(int, int, int) is required when calculating custom functions and user has not updated the definition for them (by Workbook.UpdateCustomFunctionDefinition(CustomFunctionDefinition)), this property needs to be set as true in C++.' type: docs -weight: 300 +weight: 400 url: /cpp/aspose.cells/abstractcalculationengine/isparamarraymoderequired/ --- ## AbstractCalculationEngine::IsParamArrayModeRequired method diff --git a/english/cpp/aspose.cells/accesscacheoptions/_index.md b/english/cpp/aspose.cells/accesscacheoptions/_index.md index a677178e68d..12d1b215bc1 100644 --- a/english/cpp/aspose.cells/accesscacheoptions/_index.md +++ b/english/cpp/aspose.cells/accesscacheoptions/_index.md @@ -4,7 +4,7 @@ linktitle: AccessCacheOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::AccessCacheOptions enum. Caching options for data access. Multiple options can be combined using the "|" operator in C++.' type: docs -weight: 17700 +weight: 17800 url: /cpp/aspose.cells/accesscacheoptions/ --- ## AccessCacheOptions enum diff --git a/english/cpp/aspose.cells/autofilltype/_index.md b/english/cpp/aspose.cells/autofilltype/_index.md index b9f4756f9ce..0f893e954b9 100644 --- a/english/cpp/aspose.cells/autofilltype/_index.md +++ b/english/cpp/aspose.cells/autofilltype/_index.md @@ -4,7 +4,7 @@ linktitle: AutoFillType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::AutoFillType enum. Represents the auto fill type in C++.' type: docs -weight: 17800 +weight: 17900 url: /cpp/aspose.cells/autofilltype/ --- ## AutoFillType enum diff --git a/english/cpp/aspose.cells/autofitmergedcellstype/_index.md b/english/cpp/aspose.cells/autofitmergedcellstype/_index.md index 6eda182bd0e..bbb83793ab1 100644 --- a/english/cpp/aspose.cells/autofitmergedcellstype/_index.md +++ b/english/cpp/aspose.cells/autofitmergedcellstype/_index.md @@ -4,7 +4,7 @@ linktitle: AutoFitMergedCellsType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::AutoFitMergedCellsType enum. Represents the type of auto fitting merged cells in C++.' type: docs -weight: 17900 +weight: 18000 url: /cpp/aspose.cells/autofitmergedcellstype/ --- ## AutoFitMergedCellsType enum diff --git a/english/cpp/aspose.cells/autofitwrappedtexttype/_index.md b/english/cpp/aspose.cells/autofitwrappedtexttype/_index.md index e0dfdf0e06b..68b0e8b83d4 100644 --- a/english/cpp/aspose.cells/autofitwrappedtexttype/_index.md +++ b/english/cpp/aspose.cells/autofitwrappedtexttype/_index.md @@ -4,7 +4,7 @@ linktitle: AutoFitWrappedTextType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::AutoFitWrappedTextType enum. Represents the type of auto fitting wrapped text in C++.' type: docs -weight: 18000 +weight: 18100 url: /cpp/aspose.cells/autofitwrappedtexttype/ --- ## AutoFitWrappedTextType enum diff --git a/english/cpp/aspose.cells/backgroundtype/_index.md b/english/cpp/aspose.cells/backgroundtype/_index.md index 9a2141e9989..3f66a28d8dc 100644 --- a/english/cpp/aspose.cells/backgroundtype/_index.md +++ b/english/cpp/aspose.cells/backgroundtype/_index.md @@ -4,7 +4,7 @@ linktitle: BackgroundType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::BackgroundType enum. Enumerates cell background pattern types in C++.' type: docs -weight: 18100 +weight: 18200 url: /cpp/aspose.cells/backgroundtype/ --- ## BackgroundType enum diff --git a/english/cpp/aspose.cells/bordertype/_index.md b/english/cpp/aspose.cells/bordertype/_index.md index 3091f4b7ff0..fb2c49946c4 100644 --- a/english/cpp/aspose.cells/bordertype/_index.md +++ b/english/cpp/aspose.cells/bordertype/_index.md @@ -4,7 +4,7 @@ linktitle: BorderType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::BorderType enum. Enumerates the border line and diagonal line types in C++.' type: docs -weight: 18200 +weight: 18300 url: /cpp/aspose.cells/bordertype/ --- ## BorderType enum diff --git a/english/cpp/aspose.cells/builtinstyletype/_index.md b/english/cpp/aspose.cells/builtinstyletype/_index.md index 357ec9d3e50..8e43fe6b847 100644 --- a/english/cpp/aspose.cells/builtinstyletype/_index.md +++ b/english/cpp/aspose.cells/builtinstyletype/_index.md @@ -4,7 +4,7 @@ linktitle: BuiltinStyleType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::BuiltinStyleType enum. Represents all built-in style types in C++.' type: docs -weight: 18300 +weight: 18400 url: /cpp/aspose.cells/builtinstyletype/ --- ## BuiltinStyleType enum diff --git a/english/cpp/aspose.cells/calcmodetype/_index.md b/english/cpp/aspose.cells/calcmodetype/_index.md index d781869b9f0..45559613dd6 100644 --- a/english/cpp/aspose.cells/calcmodetype/_index.md +++ b/english/cpp/aspose.cells/calcmodetype/_index.md @@ -4,7 +4,7 @@ linktitle: CalcModeType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CalcModeType enum. Represents the mode type of calculating formulas in C++.' type: docs -weight: 18400 +weight: 18500 url: /cpp/aspose.cells/calcmodetype/ --- ## CalcModeType enum diff --git a/english/cpp/aspose.cells/calculationoptions/_impl/_index.md b/english/cpp/aspose.cells/calculationoptions/_impl/_index.md index be338deeca3..d6d4f20ba0e 100644 --- a/english/cpp/aspose.cells/calculationoptions/_impl/_index.md +++ b/english/cpp/aspose.cells/calculationoptions/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CalculationOptions::_impl field. The implementation object in C++.' type: docs -weight: 2000 +weight: 2300 url: /cpp/aspose.cells/calculationoptions/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/calculationoptions/getcalcstacksize/_index.md b/english/cpp/aspose.cells/calculationoptions/getcalcstacksize/_index.md index dbd5160b0d6..bddb98c0e45 100644 --- a/english/cpp/aspose.cells/calculationoptions/getcalcstacksize/_index.md +++ b/english/cpp/aspose.cells/calculationoptions/getcalcstacksize/_index.md @@ -4,7 +4,7 @@ linktitle: GetCalcStackSize second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CalculationOptions::GetCalcStackSize method. The stack size for calculating cells recursively. Default value is 200 in C++.' type: docs -weight: 1200 +weight: 1500 url: /cpp/aspose.cells/calculationoptions/getcalcstacksize/ --- ## CalculationOptions::GetCalcStackSize method diff --git a/english/cpp/aspose.cells/calculationoptions/getcharacterencoding/_index.md b/english/cpp/aspose.cells/calculationoptions/getcharacterencoding/_index.md index 55aa74ba044..9bd5e33c81d 100644 --- a/english/cpp/aspose.cells/calculationoptions/getcharacterencoding/_index.md +++ b/english/cpp/aspose.cells/calculationoptions/getcharacterencoding/_index.md @@ -4,7 +4,7 @@ linktitle: GetCharacterEncoding second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CalculationOptions::GetCharacterEncoding method. Specifies the encoding used for encoding/decoding characters when calculating formulas. For functions such as CHAR, CODE, the calculated result depends on the region settings and default charset of the environment. With this property user can specify the proper encoding used for those function to get the expected result in C++.' type: docs -weight: 1800 +weight: 2100 url: /cpp/aspose.cells/calculationoptions/getcharacterencoding/ --- ## CalculationOptions::GetCharacterEncoding method diff --git a/english/cpp/aspose.cells/calculationoptions/getcustomengine/_index.md b/english/cpp/aspose.cells/calculationoptions/getcustomengine/_index.md index c5d03eb82dc..8dc7d4821e9 100644 --- a/english/cpp/aspose.cells/calculationoptions/getcustomengine/_index.md +++ b/english/cpp/aspose.cells/calculationoptions/getcustomengine/_index.md @@ -4,7 +4,7 @@ linktitle: GetCustomEngine second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CalculationOptions::GetCustomEngine method. The custom formula calculation engine to extend the default calculation engine of Aspose.Cells in C++.' type: docs -weight: 1000 +weight: 1300 url: /cpp/aspose.cells/calculationoptions/getcustomengine/ --- ## CalculationOptions::GetCustomEngine method diff --git a/english/cpp/aspose.cells/calculationoptions/getlinkeddatasources/_index.md b/english/cpp/aspose.cells/calculationoptions/getlinkeddatasources/_index.md index 9b6164a35e1..d3e35293012 100644 --- a/english/cpp/aspose.cells/calculationoptions/getlinkeddatasources/_index.md +++ b/english/cpp/aspose.cells/calculationoptions/getlinkeddatasources/_index.md @@ -4,7 +4,7 @@ linktitle: GetLinkedDataSources second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CalculationOptions::GetLinkedDataSources method. Specifies the data sources for external links used in formulas in C++.' type: docs -weight: 1600 +weight: 1900 url: /cpp/aspose.cells/calculationoptions/getlinkeddatasources/ --- ## CalculationOptions::GetLinkedDataSources method diff --git a/english/cpp/aspose.cells/calculationoptions/getprecisionstrategy/_index.md b/english/cpp/aspose.cells/calculationoptions/getprecisionstrategy/_index.md index b14796da75c..46942f10962 100644 --- a/english/cpp/aspose.cells/calculationoptions/getprecisionstrategy/_index.md +++ b/english/cpp/aspose.cells/calculationoptions/getprecisionstrategy/_index.md @@ -4,7 +4,7 @@ linktitle: GetPrecisionStrategy second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CalculationOptions::GetPrecisionStrategy method. Specifies the strategy for processing precision of calculation in C++.' type: docs -weight: 1400 +weight: 1700 url: /cpp/aspose.cells/calculationoptions/getprecisionstrategy/ --- ## CalculationOptions::GetPrecisionStrategy method diff --git a/english/cpp/aspose.cells/calculationoptions/setcalcstacksize/_index.md b/english/cpp/aspose.cells/calculationoptions/setcalcstacksize/_index.md index 26dd2560403..a46493106c4 100644 --- a/english/cpp/aspose.cells/calculationoptions/setcalcstacksize/_index.md +++ b/english/cpp/aspose.cells/calculationoptions/setcalcstacksize/_index.md @@ -4,7 +4,7 @@ linktitle: SetCalcStackSize second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CalculationOptions::SetCalcStackSize method. The stack size for calculating cells recursively. Default value is 200 in C++.' type: docs -weight: 1300 +weight: 1600 url: /cpp/aspose.cells/calculationoptions/setcalcstacksize/ --- ## CalculationOptions::SetCalcStackSize method diff --git a/english/cpp/aspose.cells/calculationoptions/setcharacterencoding/_index.md b/english/cpp/aspose.cells/calculationoptions/setcharacterencoding/_index.md index 20735fa1475..b20d7ecb1aa 100644 --- a/english/cpp/aspose.cells/calculationoptions/setcharacterencoding/_index.md +++ b/english/cpp/aspose.cells/calculationoptions/setcharacterencoding/_index.md @@ -4,7 +4,7 @@ linktitle: SetCharacterEncoding second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CalculationOptions::SetCharacterEncoding method. Specifies the encoding used for encoding/decoding characters when calculating formulas. For functions such as CHAR, CODE, the calculated result depends on the region settings and default charset of the environment. With this property user can specify the proper encoding used for those function to get the expected result in C++.' type: docs -weight: 1900 +weight: 2200 url: /cpp/aspose.cells/calculationoptions/setcharacterencoding/ --- ## CalculationOptions::SetCharacterEncoding method diff --git a/english/cpp/aspose.cells/calculationoptions/setcustomengine/_index.md b/english/cpp/aspose.cells/calculationoptions/setcustomengine/_index.md index ab4745ce90d..0871f0e07c7 100644 --- a/english/cpp/aspose.cells/calculationoptions/setcustomengine/_index.md +++ b/english/cpp/aspose.cells/calculationoptions/setcustomengine/_index.md @@ -4,7 +4,7 @@ linktitle: SetCustomEngine second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CalculationOptions::SetCustomEngine method. The custom formula calculation engine to extend the default calculation engine of Aspose.Cells in C++.' type: docs -weight: 1100 +weight: 1400 url: /cpp/aspose.cells/calculationoptions/setcustomengine/ --- ## CalculationOptions::SetCustomEngine method diff --git a/english/cpp/aspose.cells/calculationoptions/setlinkeddatasources/_index.md b/english/cpp/aspose.cells/calculationoptions/setlinkeddatasources/_index.md index fd3df6d7846..0a9d07d3e57 100644 --- a/english/cpp/aspose.cells/calculationoptions/setlinkeddatasources/_index.md +++ b/english/cpp/aspose.cells/calculationoptions/setlinkeddatasources/_index.md @@ -4,7 +4,7 @@ linktitle: SetLinkedDataSources second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CalculationOptions::SetLinkedDataSources method. Specifies the data sources for external links used in formulas in C++.' type: docs -weight: 1700 +weight: 2000 url: /cpp/aspose.cells/calculationoptions/setlinkeddatasources/ --- ## CalculationOptions::SetLinkedDataSources method diff --git a/english/cpp/aspose.cells/calculationoptions/setprecisionstrategy/_index.md b/english/cpp/aspose.cells/calculationoptions/setprecisionstrategy/_index.md index 3254970510a..137195b20a0 100644 --- a/english/cpp/aspose.cells/calculationoptions/setprecisionstrategy/_index.md +++ b/english/cpp/aspose.cells/calculationoptions/setprecisionstrategy/_index.md @@ -4,7 +4,7 @@ linktitle: SetPrecisionStrategy second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CalculationOptions::SetPrecisionStrategy method. Specifies the strategy for processing precision of calculation in C++.' type: docs -weight: 1500 +weight: 1800 url: /cpp/aspose.cells/calculationoptions/setprecisionstrategy/ --- ## CalculationOptions::SetPrecisionStrategy method diff --git a/english/cpp/aspose.cells/calculationprecisionstrategy/_index.md b/english/cpp/aspose.cells/calculationprecisionstrategy/_index.md index e5b9d3c093a..3227ca2e17c 100644 --- a/english/cpp/aspose.cells/calculationprecisionstrategy/_index.md +++ b/english/cpp/aspose.cells/calculationprecisionstrategy/_index.md @@ -4,7 +4,7 @@ linktitle: CalculationPrecisionStrategy second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CalculationPrecisionStrategy enum. Enumerates strategies for handling calculation precision. Because of the precision issue of IEEE 754 Floating-Point Arithmetic, some "seemingly simple" formulas may not be calculated as the expected result. Such as formula "=-0.45+0.43+0.02", when calculating operands by ''+'' operator directly, the result is not zero. For such kind of precision issue, some special strategies may give the expected result in C++.' type: docs -weight: 18500 +weight: 18600 url: /cpp/aspose.cells/calculationprecisionstrategy/ --- ## CalculationPrecisionStrategy enum diff --git a/english/cpp/aspose.cells/cellbordertype/_index.md b/english/cpp/aspose.cells/cellbordertype/_index.md index 270df1b6ed3..44fbaf5b0a5 100644 --- a/english/cpp/aspose.cells/cellbordertype/_index.md +++ b/english/cpp/aspose.cells/cellbordertype/_index.md @@ -4,7 +4,7 @@ linktitle: CellBorderType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CellBorderType enum. Enumerates a cell''s border type in C++.' type: docs -weight: 18600 +weight: 18700 url: /cpp/aspose.cells/cellbordertype/ --- ## CellBorderType enum diff --git a/english/cpp/aspose.cells/cells/_impl/_index.md b/english/cpp/aspose.cells/cells/_impl/_index.md index 4e21040f6ca..7745c2485c6 100644 --- a/english/cpp/aspose.cells/cells/_impl/_index.md +++ b/english/cpp/aspose.cells/cells/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::_impl field. The implementation object in C++.' type: docs -weight: 14600 +weight: 15000 url: /cpp/aspose.cells/cells/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/cells/_index.md b/english/cpp/aspose.cells/cells/_index.md index def11cada31..57eb45566a3 100644 --- a/english/cpp/aspose.cells/cells/_index.md +++ b/english/cpp/aspose.cells/cells/_index.md @@ -24,6 +24,7 @@ class Cells | [ApplyColumnStyle(int32_t column, const Style\& style, const StyleFlag\& flag)](./applycolumnstyle/) | Applies formats for a whole column. | | [ApplyRowStyle(int32_t row, const Style\& style, const StyleFlag\& flag)](./applyrowstyle/) | Applies formats for a whole row. | | [ApplyStyle(const Style\& style, const StyleFlag\& flag)](./applystyle/) | Applies formats for a whole worksheet. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [Cells](./). | | [Cells(Cells_Impl* impl)](./cells/) | Constructs from an implementation object. | | [Cells(const Cells\& src)](./cells/) | Copy constructor. | | [CheckCell(int32_t row, int32_t column)](./checkcell/) | Gets the [Cell](../cell/) element or null at the specified cell row index and column index. | @@ -67,6 +68,7 @@ class Cells | [DeleteRows(int32_t rowIndex, int32_t totalRows, bool updateReference)](./deleterows/) | Deletes multiple rows in the worksheet. | | [DeleteRows(int32_t rowIndex, int32_t totalRows, const DeleteOptions\& options)](./deleterows/) | Deletes multiple rows in the worksheet. | | [Dispose()](./dispose/) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | +| [end()](./end/) | Returns an iterator to the end of the [Cells](./). | | [EndCellInColumn(int32_t columnIndex)](./endcellincolumn/) | Gets the last cell in this column. | | [EndCellInColumn(int32_t startRow, int32_t endRow, int32_t startColumn, int32_t endColumn)](./endcellincolumn/) | Gets the last cell with maximum column index in this range. | | [EndCellInRow(int32_t rowIndex)](./endcellinrow/) | Gets the last cell in this row. | diff --git a/english/cpp/aspose.cells/cells/applycolumnstyle/_index.md b/english/cpp/aspose.cells/cells/applycolumnstyle/_index.md index 54822c8c06a..657f7bc60e9 100644 --- a/english/cpp/aspose.cells/cells/applycolumnstyle/_index.md +++ b/english/cpp/aspose.cells/cells/applycolumnstyle/_index.md @@ -4,7 +4,7 @@ linktitle: ApplyColumnStyle second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::ApplyColumnStyle method. Applies formats for a whole column in C++.' type: docs -weight: 9100 +weight: 9300 url: /cpp/aspose.cells/cells/applycolumnstyle/ --- ## Cells::ApplyColumnStyle method diff --git a/english/cpp/aspose.cells/cells/applyrowstyle/_index.md b/english/cpp/aspose.cells/cells/applyrowstyle/_index.md index f92c4b9fafe..2342c994360 100644 --- a/english/cpp/aspose.cells/cells/applyrowstyle/_index.md +++ b/english/cpp/aspose.cells/cells/applyrowstyle/_index.md @@ -4,7 +4,7 @@ linktitle: ApplyRowStyle second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::ApplyRowStyle method. Applies formats for a whole row in C++.' type: docs -weight: 9200 +weight: 9400 url: /cpp/aspose.cells/cells/applyrowstyle/ --- ## Cells::ApplyRowStyle method diff --git a/english/cpp/aspose.cells/cells/applystyle/_index.md b/english/cpp/aspose.cells/cells/applystyle/_index.md index 3b5b5e7e815..8fa4f655eec 100644 --- a/english/cpp/aspose.cells/cells/applystyle/_index.md +++ b/english/cpp/aspose.cells/cells/applystyle/_index.md @@ -4,7 +4,7 @@ linktitle: ApplyStyle second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::ApplyStyle method. Applies formats for a whole worksheet in C++.' type: docs -weight: 9300 +weight: 9500 url: /cpp/aspose.cells/cells/applystyle/ --- ## Cells::ApplyStyle method diff --git a/english/cpp/aspose.cells/cells/begin/_index.md b/english/cpp/aspose.cells/cells/begin/_index.md new file mode 100644 index 00000000000..20afff9dcf2 --- /dev/null +++ b/english/cpp/aspose.cells/cells/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::begin method. Returns an iterator to the beginning of the Cells in C++.' +type: docs +weight: 14800 +url: /cpp/aspose.cells/cells/begin/ +--- +## Cells::begin method + + +Returns an iterator to the beginning of the [Cells](../). + +```cpp +Iterator Aspose::Cells::Cells::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [Cells](../). + +## See Also + +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/cells/clearcontents/_index.md b/english/cpp/aspose.cells/cells/clearcontents/_index.md index 82d4ea2f2d4..2252e531b18 100644 --- a/english/cpp/aspose.cells/cells/clearcontents/_index.md +++ b/english/cpp/aspose.cells/cells/clearcontents/_index.md @@ -4,7 +4,7 @@ linktitle: ClearContents second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::ClearContents method. Clears contents of a range in C++.' type: docs -weight: 12200 +weight: 12400 url: /cpp/aspose.cells/cells/clearcontents/ --- ## Cells::ClearContents(const CellArea\&) method diff --git a/english/cpp/aspose.cells/cells/clearformats/_index.md b/english/cpp/aspose.cells/cells/clearformats/_index.md index 1c34bb50c92..f122c600758 100644 --- a/english/cpp/aspose.cells/cells/clearformats/_index.md +++ b/english/cpp/aspose.cells/cells/clearformats/_index.md @@ -4,7 +4,7 @@ linktitle: ClearFormats second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::ClearFormats method. Clears formatting of a range in C++.' type: docs -weight: 12300 +weight: 12500 url: /cpp/aspose.cells/cells/clearformats/ --- ## Cells::ClearFormats(const CellArea\&) method diff --git a/english/cpp/aspose.cells/cells/clearmergedcells/_index.md b/english/cpp/aspose.cells/cells/clearmergedcells/_index.md index b71e8a555e6..9bcdf76a5e5 100644 --- a/english/cpp/aspose.cells/cells/clearmergedcells/_index.md +++ b/english/cpp/aspose.cells/cells/clearmergedcells/_index.md @@ -4,7 +4,7 @@ linktitle: ClearMergedCells second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::ClearMergedCells method. Clears all merged ranges in C++.' type: docs -weight: 4900 +weight: 5100 url: /cpp/aspose.cells/cells/clearmergedcells/ --- ## Cells::ClearMergedCells method diff --git a/english/cpp/aspose.cells/cells/clearrange/_index.md b/english/cpp/aspose.cells/cells/clearrange/_index.md index eef97c6f6b5..35c8a6112de 100644 --- a/english/cpp/aspose.cells/cells/clearrange/_index.md +++ b/english/cpp/aspose.cells/cells/clearrange/_index.md @@ -4,7 +4,7 @@ linktitle: ClearRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::ClearRange method. Clears contents and formatting of a range in C++.' type: docs -weight: 12100 +weight: 12300 url: /cpp/aspose.cells/cells/clearrange/ --- ## Cells::ClearRange(const CellArea\&) method diff --git a/english/cpp/aspose.cells/cells/convertstringtonumericvalue/_index.md b/english/cpp/aspose.cells/cells/convertstringtonumericvalue/_index.md index 989ba6c0453..ea58050b013 100644 --- a/english/cpp/aspose.cells/cells/convertstringtonumericvalue/_index.md +++ b/english/cpp/aspose.cells/cells/convertstringtonumericvalue/_index.md @@ -4,7 +4,7 @@ linktitle: ConvertStringToNumericValue second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::ConvertStringToNumericValue method. Converts all string data in the worksheet to numeric value if possible in C++.' type: docs -weight: 14000 +weight: 14200 url: /cpp/aspose.cells/cells/convertstringtonumericvalue/ --- ## Cells::ConvertStringToNumericValue method diff --git a/english/cpp/aspose.cells/cells/copycolumn/_index.md b/english/cpp/aspose.cells/cells/copycolumn/_index.md index f6f1a8b1308..b8d3bd3d157 100644 --- a/english/cpp/aspose.cells/cells/copycolumn/_index.md +++ b/english/cpp/aspose.cells/cells/copycolumn/_index.md @@ -4,7 +4,7 @@ linktitle: CopyColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::CopyColumn method. Copies data and formats of a whole column in C++.' type: docs -weight: 9500 +weight: 9700 url: /cpp/aspose.cells/cells/copycolumn/ --- ## Cells::CopyColumn method diff --git a/english/cpp/aspose.cells/cells/copyrow/_index.md b/english/cpp/aspose.cells/cells/copyrow/_index.md index 8fd21cc0ce4..9f1595acb58 100644 --- a/english/cpp/aspose.cells/cells/copyrow/_index.md +++ b/english/cpp/aspose.cells/cells/copyrow/_index.md @@ -4,7 +4,7 @@ linktitle: CopyRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::CopyRow method. Copies data and formats of a whole row in C++.' type: docs -weight: 9600 +weight: 9800 url: /cpp/aspose.cells/cells/copyrow/ --- ## Cells::CopyRow method diff --git a/english/cpp/aspose.cells/cells/deleteblankcolumns/_index.md b/english/cpp/aspose.cells/cells/deleteblankcolumns/_index.md index 5c4d3b60715..390c7e8a6b3 100644 --- a/english/cpp/aspose.cells/cells/deleteblankcolumns/_index.md +++ b/english/cpp/aspose.cells/cells/deleteblankcolumns/_index.md @@ -4,7 +4,7 @@ linktitle: DeleteBlankColumns second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::DeleteBlankColumns method. Delete all blank columns which do not contain any data in C++.' type: docs -weight: 11300 +weight: 11500 url: /cpp/aspose.cells/cells/deleteblankcolumns/ --- ## Cells::DeleteBlankColumns() method diff --git a/english/cpp/aspose.cells/cells/deleteblankrows/_index.md b/english/cpp/aspose.cells/cells/deleteblankrows/_index.md index 89480ae6712..97f5d78a8e1 100644 --- a/english/cpp/aspose.cells/cells/deleteblankrows/_index.md +++ b/english/cpp/aspose.cells/cells/deleteblankrows/_index.md @@ -4,7 +4,7 @@ linktitle: DeleteBlankRows second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::DeleteBlankRows method. Delete all blank rows which do not contain any data or other object in C++.' type: docs -weight: 11500 +weight: 11700 url: /cpp/aspose.cells/cells/deleteblankrows/ --- ## Cells::DeleteBlankRows() method diff --git a/english/cpp/aspose.cells/cells/deletecolumn/_index.md b/english/cpp/aspose.cells/cells/deletecolumn/_index.md index fa163e000bc..3a4a2b1105e 100644 --- a/english/cpp/aspose.cells/cells/deletecolumn/_index.md +++ b/english/cpp/aspose.cells/cells/deletecolumn/_index.md @@ -4,7 +4,7 @@ linktitle: DeleteColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::DeleteColumn method. Deletes a column in C++.' type: docs -weight: 10800 +weight: 11000 url: /cpp/aspose.cells/cells/deletecolumn/ --- ## Cells::DeleteColumn(int32_t, bool) method diff --git a/english/cpp/aspose.cells/cells/deletecolumns/_index.md b/english/cpp/aspose.cells/cells/deletecolumns/_index.md index ba0e9371f9a..b9aeace0538 100644 --- a/english/cpp/aspose.cells/cells/deletecolumns/_index.md +++ b/english/cpp/aspose.cells/cells/deletecolumns/_index.md @@ -4,7 +4,7 @@ linktitle: DeleteColumns second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::DeleteColumns method. Deletes several columns in C++.' type: docs -weight: 10900 +weight: 11100 url: /cpp/aspose.cells/cells/deletecolumns/ --- ## Cells::DeleteColumns(int32_t, int32_t, bool) method diff --git a/english/cpp/aspose.cells/cells/deleterange/_index.md b/english/cpp/aspose.cells/cells/deleterange/_index.md index 5f886238cf4..78ce9d6ecc5 100644 --- a/english/cpp/aspose.cells/cells/deleterange/_index.md +++ b/english/cpp/aspose.cells/cells/deleterange/_index.md @@ -4,7 +4,7 @@ linktitle: DeleteRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::DeleteRange method. Deletes a range of cells and shift cells according to the shift option in C++.' type: docs -weight: 13400 +weight: 13600 url: /cpp/aspose.cells/cells/deleterange/ --- ## Cells::DeleteRange method diff --git a/english/cpp/aspose.cells/cells/deleterow/_index.md b/english/cpp/aspose.cells/cells/deleterow/_index.md index 1f0746f79ea..ef3ff379bf3 100644 --- a/english/cpp/aspose.cells/cells/deleterow/_index.md +++ b/english/cpp/aspose.cells/cells/deleterow/_index.md @@ -4,7 +4,7 @@ linktitle: DeleteRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::DeleteRow method. Deletes a row in C++.' type: docs -weight: 11100 +weight: 11300 url: /cpp/aspose.cells/cells/deleterow/ --- ## Cells::DeleteRow(int32_t) method diff --git a/english/cpp/aspose.cells/cells/deleterows/_index.md b/english/cpp/aspose.cells/cells/deleterows/_index.md index 6b889a0113d..1c5da66f4c1 100644 --- a/english/cpp/aspose.cells/cells/deleterows/_index.md +++ b/english/cpp/aspose.cells/cells/deleterows/_index.md @@ -4,7 +4,7 @@ linktitle: DeleteRows second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::DeleteRows method. Deletes multiple rows in C++.' type: docs -weight: 11200 +weight: 11400 url: /cpp/aspose.cells/cells/deleterows/ --- ## Cells::DeleteRows(int32_t, int32_t) method diff --git a/english/cpp/aspose.cells/cells/end/_index.md b/english/cpp/aspose.cells/cells/end/_index.md new file mode 100644 index 00000000000..0564eaaf907 --- /dev/null +++ b/english/cpp/aspose.cells/cells/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::end method. Returns an iterator to the end of the Cells in C++.' +type: docs +weight: 14900 +url: /cpp/aspose.cells/cells/end/ +--- +## Cells::end method + + +Returns an iterator to the end of the [Cells](../). + +```cpp +Iterator Aspose::Cells::Cells::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [Cells](../). + +## See Also + +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/cells/endcellincolumn/_index.md b/english/cpp/aspose.cells/cells/endcellincolumn/_index.md index 7fce1dcbfe8..b9ee32176ae 100644 --- a/english/cpp/aspose.cells/cells/endcellincolumn/_index.md +++ b/english/cpp/aspose.cells/cells/endcellincolumn/_index.md @@ -4,7 +4,7 @@ linktitle: EndCellInColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::EndCellInColumn method. Gets the last cell in this column in C++.' type: docs -weight: 13000 +weight: 13200 url: /cpp/aspose.cells/cells/endcellincolumn/ --- ## Cells::EndCellInColumn(int32_t) method diff --git a/english/cpp/aspose.cells/cells/endcellinrow/_index.md b/english/cpp/aspose.cells/cells/endcellinrow/_index.md index de8e60739c2..8c38a546b7e 100644 --- a/english/cpp/aspose.cells/cells/endcellinrow/_index.md +++ b/english/cpp/aspose.cells/cells/endcellinrow/_index.md @@ -4,7 +4,7 @@ linktitle: EndCellInRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::EndCellInRow method. Gets the last cell in this row in C++.' type: docs -weight: 12900 +weight: 13100 url: /cpp/aspose.cells/cells/endcellinrow/ --- ## Cells::EndCellInRow(int32_t) method diff --git a/english/cpp/aspose.cells/cells/exportarray/_index.md b/english/cpp/aspose.cells/cells/exportarray/_index.md index 2428b4b24bc..8437e11dd1e 100644 --- a/english/cpp/aspose.cells/cells/exportarray/_index.md +++ b/english/cpp/aspose.cells/cells/exportarray/_index.md @@ -4,7 +4,7 @@ linktitle: ExportArray second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::ExportArray method. Exports data in the Cells collection to a two-dimension array object in C++.' type: docs -weight: 13500 +weight: 13700 url: /cpp/aspose.cells/cells/exportarray/ --- ## Cells::ExportArray method diff --git a/english/cpp/aspose.cells/cells/find/_index.md b/english/cpp/aspose.cells/cells/find/_index.md index 6ff8c487829..66bb068d0af 100644 --- a/english/cpp/aspose.cells/cells/find/_index.md +++ b/english/cpp/aspose.cells/cells/find/_index.md @@ -4,7 +4,7 @@ linktitle: Find second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::Find method. Finds the cell containing with the input object in C++.' type: docs -weight: 12800 +weight: 13000 url: /cpp/aspose.cells/cells/find/ --- ## Cells::Find(const Aspose::Cells::Object\&, const Cell\&) method diff --git a/english/cpp/aspose.cells/cells/getcelldisplaystyle/_index.md b/english/cpp/aspose.cells/cells/getcelldisplaystyle/_index.md index d3e5c845519..3572fc5f7d5 100644 --- a/english/cpp/aspose.cells/cells/getcelldisplaystyle/_index.md +++ b/english/cpp/aspose.cells/cells/getcelldisplaystyle/_index.md @@ -4,7 +4,7 @@ linktitle: GetCellDisplayStyle second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetCellDisplayStyle method. Get the display style of given cell in C++.' type: docs -weight: 14500 +weight: 14700 url: /cpp/aspose.cells/cells/getcelldisplaystyle/ --- ## Cells::GetCellDisplayStyle(int32_t, int32_t) method diff --git a/english/cpp/aspose.cells/cells/getcellstyle/_index.md b/english/cpp/aspose.cells/cells/getcellstyle/_index.md index c3ee994d879..13eada5ea16 100644 --- a/english/cpp/aspose.cells/cells/getcellstyle/_index.md +++ b/english/cpp/aspose.cells/cells/getcellstyle/_index.md @@ -4,7 +4,7 @@ linktitle: GetCellStyle second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetCellStyle method. Get the style of given cell in C++.' type: docs -weight: 14400 +weight: 14600 url: /cpp/aspose.cells/cells/getcellstyle/ --- ## Cells::GetCellStyle method diff --git a/english/cpp/aspose.cells/cells/getcellswithplaceincellpicture/_index.md b/english/cpp/aspose.cells/cells/getcellswithplaceincellpicture/_index.md index 710bb2cbc3e..c3a968b91f6 100644 --- a/english/cpp/aspose.cells/cells/getcellswithplaceincellpicture/_index.md +++ b/english/cpp/aspose.cells/cells/getcellswithplaceincellpicture/_index.md @@ -4,7 +4,7 @@ linktitle: GetCellsWithPlaceInCellPicture second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetCellsWithPlaceInCellPicture method. Gets all cells that contain embedded picture in C++.' type: docs -weight: 14300 +weight: 14500 url: /cpp/aspose.cells/cells/getcellswithplaceincellpicture/ --- ## Cells::GetCellsWithPlaceInCellPicture method diff --git a/english/cpp/aspose.cells/cells/getcolumnoriginalwidthpoint/_index.md b/english/cpp/aspose.cells/cells/getcolumnoriginalwidthpoint/_index.md index 4b13d56c93d..5f2b3226220 100644 --- a/english/cpp/aspose.cells/cells/getcolumnoriginalwidthpoint/_index.md +++ b/english/cpp/aspose.cells/cells/getcolumnoriginalwidthpoint/_index.md @@ -4,7 +4,7 @@ linktitle: GetColumnOriginalWidthPoint second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetColumnOriginalWidthPoint method. Gets original column''s height in unit of point if the column is hidden in C++.' type: docs -weight: 6000 +weight: 6200 url: /cpp/aspose.cells/cells/getcolumnoriginalwidthpoint/ --- ## Cells::GetColumnOriginalWidthPoint method diff --git a/english/cpp/aspose.cells/cells/getcolumns/_index.md b/english/cpp/aspose.cells/cells/getcolumns/_index.md index 867049587b1..0c3fa1e695b 100644 --- a/english/cpp/aspose.cells/cells/getcolumns/_index.md +++ b/english/cpp/aspose.cells/cells/getcolumns/_index.md @@ -4,7 +4,7 @@ linktitle: GetColumns second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetColumns method. Gets the collection of Column objects that represents the individual columns in this worksheet in C++.' type: docs -weight: 9000 +weight: 9200 url: /cpp/aspose.cells/cells/getcolumns/ --- ## Cells::GetColumns method diff --git a/english/cpp/aspose.cells/cells/getcolumnwidth/_index.md b/english/cpp/aspose.cells/cells/getcolumnwidth/_index.md index 8e3054085b2..1c7581d4857 100644 --- a/english/cpp/aspose.cells/cells/getcolumnwidth/_index.md +++ b/english/cpp/aspose.cells/cells/getcolumnwidth/_index.md @@ -4,7 +4,7 @@ linktitle: GetColumnWidth second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetColumnWidth method. Gets the column width in C++.' type: docs -weight: 5900 +weight: 6100 url: /cpp/aspose.cells/cells/getcolumnwidth/ --- ## Cells::GetColumnWidth(int32_t, bool, CellsUnitType) method diff --git a/english/cpp/aspose.cells/cells/getcolumnwidthinch/_index.md b/english/cpp/aspose.cells/cells/getcolumnwidthinch/_index.md index 7a7cc4022fb..82d0c9146db 100644 --- a/english/cpp/aspose.cells/cells/getcolumnwidthinch/_index.md +++ b/english/cpp/aspose.cells/cells/getcolumnwidthinch/_index.md @@ -4,7 +4,7 @@ linktitle: GetColumnWidthInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetColumnWidthInch method. Gets the width of the specified column in normal view, in units of inches in C++.' type: docs -weight: 7300 +weight: 7500 url: /cpp/aspose.cells/cells/getcolumnwidthinch/ --- ## Cells::GetColumnWidthInch method diff --git a/english/cpp/aspose.cells/cells/getcolumnwidthpixel/_index.md b/english/cpp/aspose.cells/cells/getcolumnwidthpixel/_index.md index f29381cef48..d69925e5dc4 100644 --- a/english/cpp/aspose.cells/cells/getcolumnwidthpixel/_index.md +++ b/english/cpp/aspose.cells/cells/getcolumnwidthpixel/_index.md @@ -4,7 +4,7 @@ linktitle: GetColumnWidthPixel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetColumnWidthPixel method. Gets the width of the specified column in normal view, in units of pixel in C++.' type: docs -weight: 7200 +weight: 7400 url: /cpp/aspose.cells/cells/getcolumnwidthpixel/ --- ## Cells::GetColumnWidthPixel(int32_t) method diff --git a/english/cpp/aspose.cells/cells/getdependents/_index.md b/english/cpp/aspose.cells/cells/getdependents/_index.md index 74bf8323f0d..15e378aa1f7 100644 --- a/english/cpp/aspose.cells/cells/getdependents/_index.md +++ b/english/cpp/aspose.cells/cells/getdependents/_index.md @@ -4,7 +4,7 @@ linktitle: GetDependents second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetDependents method. Get all cells which refer to the specific cell in C++.' type: docs -weight: 14100 +weight: 14300 url: /cpp/aspose.cells/cells/getdependents/ --- ## Cells::GetDependents method diff --git a/english/cpp/aspose.cells/cells/getdependentsincalculation/_index.md b/english/cpp/aspose.cells/cells/getdependentsincalculation/_index.md index 8036c9bc64d..29450003a13 100644 --- a/english/cpp/aspose.cells/cells/getdependentsincalculation/_index.md +++ b/english/cpp/aspose.cells/cells/getdependentsincalculation/_index.md @@ -4,7 +4,7 @@ linktitle: GetDependentsInCalculation second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetDependentsInCalculation method. Gets all cells whose calculated result depends on specific cell in C++.' type: docs -weight: 14200 +weight: 14400 url: /cpp/aspose.cells/cells/getdependentsincalculation/ --- ## Cells::GetDependentsInCalculation method diff --git a/english/cpp/aspose.cells/cells/getfirstcell/_index.md b/english/cpp/aspose.cells/cells/getfirstcell/_index.md index 0c9fc6f2123..4df7a03e7ff 100644 --- a/english/cpp/aspose.cells/cells/getfirstcell/_index.md +++ b/english/cpp/aspose.cells/cells/getfirstcell/_index.md @@ -4,7 +4,7 @@ linktitle: GetFirstCell second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetFirstCell method. Gets the first cell in this worksheet in C++.' type: docs -weight: 12700 +weight: 12900 url: /cpp/aspose.cells/cells/getfirstcell/ --- ## Cells::GetFirstCell method diff --git a/english/cpp/aspose.cells/cells/getfirstdatarow/_index.md b/english/cpp/aspose.cells/cells/getfirstdatarow/_index.md index d85464c4971..17a2585f9de 100644 --- a/english/cpp/aspose.cells/cells/getfirstdatarow/_index.md +++ b/english/cpp/aspose.cells/cells/getfirstdatarow/_index.md @@ -4,7 +4,7 @@ linktitle: GetFirstDataRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetFirstDataRow method. Gets the first row index of cell which contains data in the specified column in C++.' type: docs -weight: 8500 +weight: 8700 url: /cpp/aspose.cells/cells/getfirstdatarow/ --- ## Cells::GetFirstDataRow method diff --git a/english/cpp/aspose.cells/cells/getlastcell/_index.md b/english/cpp/aspose.cells/cells/getlastcell/_index.md index 15fb35e904d..253d94780d9 100644 --- a/english/cpp/aspose.cells/cells/getlastcell/_index.md +++ b/english/cpp/aspose.cells/cells/getlastcell/_index.md @@ -4,7 +4,7 @@ linktitle: GetLastCell second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetLastCell method. Gets the last cell in this worksheet in C++.' type: docs -weight: 12400 +weight: 12600 url: /cpp/aspose.cells/cells/getlastcell/ --- ## Cells::GetLastCell method diff --git a/english/cpp/aspose.cells/cells/getlastdatarow/_index.md b/english/cpp/aspose.cells/cells/getlastdatarow/_index.md index 2ad5ba3203d..9e1be87f434 100644 --- a/english/cpp/aspose.cells/cells/getlastdatarow/_index.md +++ b/english/cpp/aspose.cells/cells/getlastdatarow/_index.md @@ -4,7 +4,7 @@ linktitle: GetLastDataRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetLastDataRow method. Gets the last row index of cell which contains data in the specified column in C++.' type: docs -weight: 8400 +weight: 8600 url: /cpp/aspose.cells/cells/getlastdatarow/ --- ## Cells::GetLastDataRow method diff --git a/english/cpp/aspose.cells/cells/getmaxcolumn/_index.md b/english/cpp/aspose.cells/cells/getmaxcolumn/_index.md index 71063308c72..1ea5142ee8d 100644 --- a/english/cpp/aspose.cells/cells/getmaxcolumn/_index.md +++ b/english/cpp/aspose.cells/cells/getmaxcolumn/_index.md @@ -4,7 +4,7 @@ linktitle: GetMaxColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetMaxColumn method. Maximum column index of those cells that have been instantiated in the collection(does not include the column where style is defined for the whole column but no cell has been instantiated in it) in C++.' type: docs -weight: 7900 +weight: 8100 url: /cpp/aspose.cells/cells/getmaxcolumn/ --- ## Cells::GetMaxColumn method diff --git a/english/cpp/aspose.cells/cells/getmaxdatacolumn/_index.md b/english/cpp/aspose.cells/cells/getmaxdatacolumn/_index.md index 8901967f0ce..861767107bb 100644 --- a/english/cpp/aspose.cells/cells/getmaxdatacolumn/_index.md +++ b/english/cpp/aspose.cells/cells/getmaxdatacolumn/_index.md @@ -4,7 +4,7 @@ linktitle: GetMaxDataColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetMaxDataColumn method. Maximum column index of cell which contains data in C++.' type: docs -weight: 8300 +weight: 8500 url: /cpp/aspose.cells/cells/getmaxdatacolumn/ --- ## Cells::GetMaxDataColumn method diff --git a/english/cpp/aspose.cells/cells/getmaxdatarow/_index.md b/english/cpp/aspose.cells/cells/getmaxdatarow/_index.md index 900784d7313..ec0e2c373a1 100644 --- a/english/cpp/aspose.cells/cells/getmaxdatarow/_index.md +++ b/english/cpp/aspose.cells/cells/getmaxdatarow/_index.md @@ -4,7 +4,7 @@ linktitle: GetMaxDataRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetMaxDataRow method. Maximum row index of cell which contains data in C++.' type: docs -weight: 8100 +weight: 8300 url: /cpp/aspose.cells/cells/getmaxdatarow/ --- ## Cells::GetMaxDataRow method diff --git a/english/cpp/aspose.cells/cells/getmaxdisplayrange/_index.md b/english/cpp/aspose.cells/cells/getmaxdisplayrange/_index.md index 69aaf41a851..3a6d4b66ba8 100644 --- a/english/cpp/aspose.cells/cells/getmaxdisplayrange/_index.md +++ b/english/cpp/aspose.cells/cells/getmaxdisplayrange/_index.md @@ -4,7 +4,7 @@ linktitle: GetMaxDisplayRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetMaxDisplayRange method. Gets the max range which includes data, merged cells and shapes in C++.' type: docs -weight: 12600 +weight: 12800 url: /cpp/aspose.cells/cells/getmaxdisplayrange/ --- ## Cells::GetMaxDisplayRange method diff --git a/english/cpp/aspose.cells/cells/getmaxgroupedcolumnoutlinelevel/_index.md b/english/cpp/aspose.cells/cells/getmaxgroupedcolumnoutlinelevel/_index.md index 4ac9f51a54b..72f683f1f51 100644 --- a/english/cpp/aspose.cells/cells/getmaxgroupedcolumnoutlinelevel/_index.md +++ b/english/cpp/aspose.cells/cells/getmaxgroupedcolumnoutlinelevel/_index.md @@ -4,7 +4,7 @@ linktitle: GetMaxGroupedColumnOutlineLevel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetMaxGroupedColumnOutlineLevel method. Gets the max grouped column outline level (zero-based) in C++.' type: docs -weight: 10000 +weight: 10200 url: /cpp/aspose.cells/cells/getmaxgroupedcolumnoutlinelevel/ --- ## Cells::GetMaxGroupedColumnOutlineLevel method diff --git a/english/cpp/aspose.cells/cells/getmaxgroupedrowoutlinelevel/_index.md b/english/cpp/aspose.cells/cells/getmaxgroupedrowoutlinelevel/_index.md index 3e5194382df..6c39fb30b09 100644 --- a/english/cpp/aspose.cells/cells/getmaxgroupedrowoutlinelevel/_index.md +++ b/english/cpp/aspose.cells/cells/getmaxgroupedrowoutlinelevel/_index.md @@ -4,7 +4,7 @@ linktitle: GetMaxGroupedRowOutlineLevel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetMaxGroupedRowOutlineLevel method. Gets the max grouped row outline level (zero-based) in C++.' type: docs -weight: 10100 +weight: 10300 url: /cpp/aspose.cells/cells/getmaxgroupedrowoutlinelevel/ --- ## Cells::GetMaxGroupedRowOutlineLevel method diff --git a/english/cpp/aspose.cells/cells/getmaxrow/_index.md b/english/cpp/aspose.cells/cells/getmaxrow/_index.md index 46b54ae5ad6..31c4721a6db 100644 --- a/english/cpp/aspose.cells/cells/getmaxrow/_index.md +++ b/english/cpp/aspose.cells/cells/getmaxrow/_index.md @@ -4,7 +4,7 @@ linktitle: GetMaxRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetMaxRow method. Maximum row index of cell which contains data or style in C++.' type: docs -weight: 7700 +weight: 7900 url: /cpp/aspose.cells/cells/getmaxrow/ --- ## Cells::GetMaxRow method diff --git a/english/cpp/aspose.cells/cells/getmincolumn/_index.md b/english/cpp/aspose.cells/cells/getmincolumn/_index.md index 6f933d64189..2d47a467390 100644 --- a/english/cpp/aspose.cells/cells/getmincolumn/_index.md +++ b/english/cpp/aspose.cells/cells/getmincolumn/_index.md @@ -4,7 +4,7 @@ linktitle: GetMinColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetMinColumn method. Minimum column index of those cells that have been instantiated in the collection(does not include the column where style is defined for the whole column but no cell has been instantiated in it) in C++.' type: docs -weight: 7800 +weight: 8000 url: /cpp/aspose.cells/cells/getmincolumn/ --- ## Cells::GetMinColumn method diff --git a/english/cpp/aspose.cells/cells/getmindatacolumn/_index.md b/english/cpp/aspose.cells/cells/getmindatacolumn/_index.md index 235d1f8c307..df3018a158c 100644 --- a/english/cpp/aspose.cells/cells/getmindatacolumn/_index.md +++ b/english/cpp/aspose.cells/cells/getmindatacolumn/_index.md @@ -4,7 +4,7 @@ linktitle: GetMinDataColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetMinDataColumn method. Minimum column index of cell which contains data in C++.' type: docs -weight: 8200 +weight: 8400 url: /cpp/aspose.cells/cells/getmindatacolumn/ --- ## Cells::GetMinDataColumn method diff --git a/english/cpp/aspose.cells/cells/getmindatarow/_index.md b/english/cpp/aspose.cells/cells/getmindatarow/_index.md index d7dfa99c7b9..061091af73d 100644 --- a/english/cpp/aspose.cells/cells/getmindatarow/_index.md +++ b/english/cpp/aspose.cells/cells/getmindatarow/_index.md @@ -4,7 +4,7 @@ linktitle: GetMinDataRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetMinDataRow method. Minimum row index of cell which contains data in C++.' type: docs -weight: 8000 +weight: 8200 url: /cpp/aspose.cells/cells/getmindatarow/ --- ## Cells::GetMinDataRow method diff --git a/english/cpp/aspose.cells/cells/getminrow/_index.md b/english/cpp/aspose.cells/cells/getminrow/_index.md index 960a9be7a9b..9a65955500e 100644 --- a/english/cpp/aspose.cells/cells/getminrow/_index.md +++ b/english/cpp/aspose.cells/cells/getminrow/_index.md @@ -4,7 +4,7 @@ linktitle: GetMinRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetMinRow method. Minimum row index of cell which contains data or style in C++.' type: docs -weight: 7600 +weight: 7800 url: /cpp/aspose.cells/cells/getminrow/ --- ## Cells::GetMinRow method diff --git a/english/cpp/aspose.cells/cells/getpreservestring/_index.md b/english/cpp/aspose.cells/cells/getpreservestring/_index.md index 4e53ed4fd82..92dd23f5c4e 100644 --- a/english/cpp/aspose.cells/cells/getpreservestring/_index.md +++ b/english/cpp/aspose.cells/cells/getpreservestring/_index.md @@ -4,7 +4,7 @@ linktitle: GetPreserveString second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetPreserveString method. Gets or sets a value indicating whether all worksheet values are preserved as strings. Default is false in C++.' type: docs -weight: 4500 +weight: 4700 url: /cpp/aspose.cells/cells/getpreservestring/ --- ## Cells::GetPreserveString method diff --git a/english/cpp/aspose.cells/cells/getranges/_index.md b/english/cpp/aspose.cells/cells/getranges/_index.md index 2d99bec49f0..918254dde2c 100644 --- a/english/cpp/aspose.cells/cells/getranges/_index.md +++ b/english/cpp/aspose.cells/cells/getranges/_index.md @@ -4,7 +4,7 @@ linktitle: GetRanges second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetRanges method. Gets the collection of Range objects created at run time in C++.' type: docs -weight: 12000 +weight: 12200 url: /cpp/aspose.cells/cells/getranges/ --- ## Cells::GetRanges method diff --git a/english/cpp/aspose.cells/cells/getrowheight/_index.md b/english/cpp/aspose.cells/cells/getrowheight/_index.md index cb72bdd6afa..e3664113fa1 100644 --- a/english/cpp/aspose.cells/cells/getrowheight/_index.md +++ b/english/cpp/aspose.cells/cells/getrowheight/_index.md @@ -4,7 +4,7 @@ linktitle: GetRowHeight second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetRowHeight method. Gets row''s height in C++.' type: docs -weight: 5700 +weight: 5900 url: /cpp/aspose.cells/cells/getrowheight/ --- ## Cells::GetRowHeight(int32_t, bool, CellsUnitType) method diff --git a/english/cpp/aspose.cells/cells/getrowheightinch/_index.md b/english/cpp/aspose.cells/cells/getrowheightinch/_index.md index ed2056005f5..2f3f53b1499 100644 --- a/english/cpp/aspose.cells/cells/getrowheightinch/_index.md +++ b/english/cpp/aspose.cells/cells/getrowheightinch/_index.md @@ -4,7 +4,7 @@ linktitle: GetRowHeightInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetRowHeightInch method. Gets the height of a specified row in unit of inches in C++.' type: docs -weight: 6600 +weight: 6800 url: /cpp/aspose.cells/cells/getrowheightinch/ --- ## Cells::GetRowHeightInch method diff --git a/english/cpp/aspose.cells/cells/getrowheightpixel/_index.md b/english/cpp/aspose.cells/cells/getrowheightpixel/_index.md index 537f33d84a0..8540adc7021 100644 --- a/english/cpp/aspose.cells/cells/getrowheightpixel/_index.md +++ b/english/cpp/aspose.cells/cells/getrowheightpixel/_index.md @@ -4,7 +4,7 @@ linktitle: GetRowHeightPixel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetRowHeightPixel method. Gets the height of a specified row in unit of pixel in C++.' type: docs -weight: 6800 +weight: 7000 url: /cpp/aspose.cells/cells/getrowheightpixel/ --- ## Cells::GetRowHeightPixel method diff --git a/english/cpp/aspose.cells/cells/getroworiginalheightpoint/_index.md b/english/cpp/aspose.cells/cells/getroworiginalheightpoint/_index.md index d6c6975a1d9..287bdc22b21 100644 --- a/english/cpp/aspose.cells/cells/getroworiginalheightpoint/_index.md +++ b/english/cpp/aspose.cells/cells/getroworiginalheightpoint/_index.md @@ -4,7 +4,7 @@ linktitle: GetRowOriginalHeightPoint second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetRowOriginalHeightPoint method. Gets original row''s height in unit of point if the row is hidden in C++.' type: docs -weight: 5800 +weight: 6000 url: /cpp/aspose.cells/cells/getroworiginalheightpoint/ --- ## Cells::GetRowOriginalHeightPoint method diff --git a/english/cpp/aspose.cells/cells/getstandardheight/_index.md b/english/cpp/aspose.cells/cells/getstandardheight/_index.md index 0512756a8e0..a97877afa5a 100644 --- a/english/cpp/aspose.cells/cells/getstandardheight/_index.md +++ b/english/cpp/aspose.cells/cells/getstandardheight/_index.md @@ -4,7 +4,7 @@ linktitle: GetStandardHeight second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetStandardHeight method. Gets or sets the default row height in this worksheet, in unit of points in C++.' type: docs -weight: 3600 +weight: 3800 url: /cpp/aspose.cells/cells/getstandardheight/ --- ## Cells::GetStandardHeight method diff --git a/english/cpp/aspose.cells/cells/getstandardheightinch/_index.md b/english/cpp/aspose.cells/cells/getstandardheightinch/_index.md index 69399e4600a..4b27ed75760 100644 --- a/english/cpp/aspose.cells/cells/getstandardheightinch/_index.md +++ b/english/cpp/aspose.cells/cells/getstandardheightinch/_index.md @@ -4,7 +4,7 @@ linktitle: GetStandardHeightInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetStandardHeightInch method. Gets or sets the default row height in this worksheet, in unit of inches in C++.' type: docs -weight: 4000 +weight: 4200 url: /cpp/aspose.cells/cells/getstandardheightinch/ --- ## Cells::GetStandardHeightInch method diff --git a/english/cpp/aspose.cells/cells/getstandardheightpixels/_index.md b/english/cpp/aspose.cells/cells/getstandardheightpixels/_index.md index 44acdd90fef..a9db1ad7885 100644 --- a/english/cpp/aspose.cells/cells/getstandardheightpixels/_index.md +++ b/english/cpp/aspose.cells/cells/getstandardheightpixels/_index.md @@ -4,7 +4,7 @@ linktitle: GetStandardHeightPixels second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetStandardHeightPixels method. Gets or sets the default row height in this worksheet, in unit of pixels in C++.' type: docs -weight: 3800 +weight: 4000 url: /cpp/aspose.cells/cells/getstandardheightpixels/ --- ## Cells::GetStandardHeightPixels method diff --git a/english/cpp/aspose.cells/cells/getstandardwidth/_index.md b/english/cpp/aspose.cells/cells/getstandardwidth/_index.md index 254d726cfc3..95912aa4a7e 100644 --- a/english/cpp/aspose.cells/cells/getstandardwidth/_index.md +++ b/english/cpp/aspose.cells/cells/getstandardwidth/_index.md @@ -4,7 +4,7 @@ linktitle: GetStandardWidth second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetStandardWidth method. Gets or sets the default column width in the worksheet, in unit of characters in C++.' type: docs -weight: 3400 +weight: 3600 url: /cpp/aspose.cells/cells/getstandardwidth/ --- ## Cells::GetStandardWidth method diff --git a/english/cpp/aspose.cells/cells/getstandardwidthinch/_index.md b/english/cpp/aspose.cells/cells/getstandardwidthinch/_index.md index 959a01f1d91..bd3a619dc8b 100644 --- a/english/cpp/aspose.cells/cells/getstandardwidthinch/_index.md +++ b/english/cpp/aspose.cells/cells/getstandardwidthinch/_index.md @@ -4,7 +4,7 @@ linktitle: GetStandardWidthInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetStandardWidthInch method. Gets or sets the default column width in the worksheet, in unit of inches in C++.' type: docs -weight: 3000 +weight: 3200 url: /cpp/aspose.cells/cells/getstandardwidthinch/ --- ## Cells::GetStandardWidthInch method diff --git a/english/cpp/aspose.cells/cells/getstandardwidthpixels/_index.md b/english/cpp/aspose.cells/cells/getstandardwidthpixels/_index.md index 5878a7dc1f6..2fd046a9e64 100644 --- a/english/cpp/aspose.cells/cells/getstandardwidthpixels/_index.md +++ b/english/cpp/aspose.cells/cells/getstandardwidthpixels/_index.md @@ -4,7 +4,7 @@ linktitle: GetStandardWidthPixels second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetStandardWidthPixels method. Gets or sets the default column width in the worksheet, in unit of pixels in C++.' type: docs -weight: 3200 +weight: 3400 url: /cpp/aspose.cells/cells/getstandardwidthpixels/ --- ## Cells::GetStandardWidthPixels method diff --git a/english/cpp/aspose.cells/cells/getviewcolumnwidthpixel/_index.md b/english/cpp/aspose.cells/cells/getviewcolumnwidthpixel/_index.md index 480369082b5..e58494d1cee 100644 --- a/english/cpp/aspose.cells/cells/getviewcolumnwidthpixel/_index.md +++ b/english/cpp/aspose.cells/cells/getviewcolumnwidthpixel/_index.md @@ -4,7 +4,7 @@ linktitle: GetViewColumnWidthPixel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetViewColumnWidthPixel method. Get the width in different view type in C++.' type: docs -weight: 7400 +weight: 7600 url: /cpp/aspose.cells/cells/getviewcolumnwidthpixel/ --- ## Cells::GetViewColumnWidthPixel method diff --git a/english/cpp/aspose.cells/cells/getviewrowheight/_index.md b/english/cpp/aspose.cells/cells/getviewrowheight/_index.md index 9da57f54abf..18bcc957c6c 100644 --- a/english/cpp/aspose.cells/cells/getviewrowheight/_index.md +++ b/english/cpp/aspose.cells/cells/getviewrowheight/_index.md @@ -4,7 +4,7 @@ linktitle: GetViewRowHeight second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetViewRowHeight method. Gets the height of a specified row in C++.' type: docs -weight: 6500 +weight: 6700 url: /cpp/aspose.cells/cells/getviewrowheight/ --- ## Cells::GetViewRowHeight method diff --git a/english/cpp/aspose.cells/cells/getviewrowheightinch/_index.md b/english/cpp/aspose.cells/cells/getviewrowheightinch/_index.md index 3aecfff63ea..612d9ac7ad2 100644 --- a/english/cpp/aspose.cells/cells/getviewrowheightinch/_index.md +++ b/english/cpp/aspose.cells/cells/getviewrowheightinch/_index.md @@ -4,7 +4,7 @@ linktitle: GetViewRowHeightInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GetViewRowHeightInch method. Gets the height of a specified row in unit of inches in C++.' type: docs -weight: 6700 +weight: 6900 url: /cpp/aspose.cells/cells/getviewrowheightinch/ --- ## Cells::GetViewRowHeightInch method diff --git a/english/cpp/aspose.cells/cells/groupcolumns/_index.md b/english/cpp/aspose.cells/cells/groupcolumns/_index.md index d437c8bd913..06f387fbab1 100644 --- a/english/cpp/aspose.cells/cells/groupcolumns/_index.md +++ b/english/cpp/aspose.cells/cells/groupcolumns/_index.md @@ -4,7 +4,7 @@ linktitle: GroupColumns second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GroupColumns method. Groups columns in C++.' type: docs -weight: 10500 +weight: 10700 url: /cpp/aspose.cells/cells/groupcolumns/ --- ## Cells::GroupColumns(int32_t, int32_t) method diff --git a/english/cpp/aspose.cells/cells/grouprows/_index.md b/english/cpp/aspose.cells/cells/grouprows/_index.md index 4cc3d6222c1..dfcb040282d 100644 --- a/english/cpp/aspose.cells/cells/grouprows/_index.md +++ b/english/cpp/aspose.cells/cells/grouprows/_index.md @@ -4,7 +4,7 @@ linktitle: GroupRows second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::GroupRows method. Groups rows in C++.' type: docs -weight: 10700 +weight: 10900 url: /cpp/aspose.cells/cells/grouprows/ --- ## Cells::GroupRows(int32_t, int32_t, bool) method diff --git a/english/cpp/aspose.cells/cells/hidecolumn/_index.md b/english/cpp/aspose.cells/cells/hidecolumn/_index.md index 436b19f840e..b6e90a0aa16 100644 --- a/english/cpp/aspose.cells/cells/hidecolumn/_index.md +++ b/english/cpp/aspose.cells/cells/hidecolumn/_index.md @@ -4,7 +4,7 @@ linktitle: HideColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::HideColumn method. Hides a column in C++.' type: docs -weight: 6100 +weight: 6300 url: /cpp/aspose.cells/cells/hidecolumn/ --- ## Cells::HideColumn method diff --git a/english/cpp/aspose.cells/cells/hidecolumns/_index.md b/english/cpp/aspose.cells/cells/hidecolumns/_index.md index 6ea3f4af3ac..670046fe36f 100644 --- a/english/cpp/aspose.cells/cells/hidecolumns/_index.md +++ b/english/cpp/aspose.cells/cells/hidecolumns/_index.md @@ -4,7 +4,7 @@ linktitle: HideColumns second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::HideColumns method. Hide multiple columns in C++.' type: docs -weight: 6300 +weight: 6500 url: /cpp/aspose.cells/cells/hidecolumns/ --- ## Cells::HideColumns method diff --git a/english/cpp/aspose.cells/cells/hidegroupdetail/_index.md b/english/cpp/aspose.cells/cells/hidegroupdetail/_index.md index 751bd79a4a7..bad48786a51 100644 --- a/english/cpp/aspose.cells/cells/hidegroupdetail/_index.md +++ b/english/cpp/aspose.cells/cells/hidegroupdetail/_index.md @@ -4,7 +4,7 @@ linktitle: HideGroupDetail second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::HideGroupDetail method. Collapses the grouped rows/columns in C++.' type: docs -weight: 10300 +weight: 10500 url: /cpp/aspose.cells/cells/hidegroupdetail/ --- ## Cells::HideGroupDetail method diff --git a/english/cpp/aspose.cells/cells/hiderow/_index.md b/english/cpp/aspose.cells/cells/hiderow/_index.md index 189f94dfc8c..e8d85940e29 100644 --- a/english/cpp/aspose.cells/cells/hiderow/_index.md +++ b/english/cpp/aspose.cells/cells/hiderow/_index.md @@ -4,7 +4,7 @@ linktitle: HideRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::HideRow method. Hides a row in C++.' type: docs -weight: 5000 +weight: 5200 url: /cpp/aspose.cells/cells/hiderow/ --- ## Cells::HideRow method diff --git a/english/cpp/aspose.cells/cells/hiderows/_index.md b/english/cpp/aspose.cells/cells/hiderows/_index.md index e1bd4768dd3..d3b37f580a0 100644 --- a/english/cpp/aspose.cells/cells/hiderows/_index.md +++ b/english/cpp/aspose.cells/cells/hiderows/_index.md @@ -4,7 +4,7 @@ linktitle: HideRows second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::HideRows method. Hides multiple rows in C++.' type: docs -weight: 5200 +weight: 5400 url: /cpp/aspose.cells/cells/hiderows/ --- ## Cells::HideRows method diff --git a/english/cpp/aspose.cells/cells/importcsv/_index.md b/english/cpp/aspose.cells/cells/importcsv/_index.md index 2a1775b7fa9..9651007c25f 100644 --- a/english/cpp/aspose.cells/cells/importcsv/_index.md +++ b/english/cpp/aspose.cells/cells/importcsv/_index.md @@ -4,7 +4,7 @@ linktitle: ImportCSV second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::ImportCSV method. Import a CSV file to the cells in C++.' type: docs -weight: 4400 +weight: 4600 url: /cpp/aspose.cells/cells/importcsv/ --- ## Cells::ImportCSV(const U16String\&, const U16String\&, bool, int32_t, int32_t) method diff --git a/english/cpp/aspose.cells/cells/importformulaarray/_index.md b/english/cpp/aspose.cells/cells/importformulaarray/_index.md index a59c02c76d7..1be6b4378c2 100644 --- a/english/cpp/aspose.cells/cells/importformulaarray/_index.md +++ b/english/cpp/aspose.cells/cells/importformulaarray/_index.md @@ -4,7 +4,7 @@ linktitle: ImportFormulaArray second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::ImportFormulaArray method. Imports an array of formula into a worksheet in C++.' type: docs -weight: 4200 +weight: 4400 url: /cpp/aspose.cells/cells/importformulaarray/ --- ## Cells::ImportFormulaArray method diff --git a/english/cpp/aspose.cells/cells/insertcolumn/_index.md b/english/cpp/aspose.cells/cells/insertcolumn/_index.md index 1c3274beab1..d9fb9e29ad7 100644 --- a/english/cpp/aspose.cells/cells/insertcolumn/_index.md +++ b/english/cpp/aspose.cells/cells/insertcolumn/_index.md @@ -4,7 +4,7 @@ linktitle: InsertColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::InsertColumn method. Inserts a new column into the worksheet in C++.' type: docs -weight: 11700 +weight: 11900 url: /cpp/aspose.cells/cells/insertcolumn/ --- ## Cells::InsertColumn(int32_t, bool) method diff --git a/english/cpp/aspose.cells/cells/insertcolumns/_index.md b/english/cpp/aspose.cells/cells/insertcolumns/_index.md index a196252e5fd..3e2061aa8a8 100644 --- a/english/cpp/aspose.cells/cells/insertcolumns/_index.md +++ b/english/cpp/aspose.cells/cells/insertcolumns/_index.md @@ -4,7 +4,7 @@ linktitle: InsertColumns second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::InsertColumns method. Inserts some columns into the worksheet in C++.' type: docs -weight: 11600 +weight: 11800 url: /cpp/aspose.cells/cells/insertcolumns/ --- ## Cells::InsertColumns(int32_t, int32_t) method diff --git a/english/cpp/aspose.cells/cells/insertrange/_index.md b/english/cpp/aspose.cells/cells/insertrange/_index.md index f263da612ed..bd7591098ca 100644 --- a/english/cpp/aspose.cells/cells/insertrange/_index.md +++ b/english/cpp/aspose.cells/cells/insertrange/_index.md @@ -4,7 +4,7 @@ linktitle: InsertRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::InsertRange method. Inserts a range of cells and shift cells according to the shift option in C++.' type: docs -weight: 13300 +weight: 13500 url: /cpp/aspose.cells/cells/insertrange/ --- ## Cells::InsertRange(const CellArea\&, int32_t, ShiftType, bool) method diff --git a/english/cpp/aspose.cells/cells/insertrow/_index.md b/english/cpp/aspose.cells/cells/insertrow/_index.md index 35d334394c0..72f2c0424ba 100644 --- a/english/cpp/aspose.cells/cells/insertrow/_index.md +++ b/english/cpp/aspose.cells/cells/insertrow/_index.md @@ -4,7 +4,7 @@ linktitle: InsertRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::InsertRow method. Inserts a new row into the worksheet in C++.' type: docs -weight: 11900 +weight: 12100 url: /cpp/aspose.cells/cells/insertrow/ --- ## Cells::InsertRow method diff --git a/english/cpp/aspose.cells/cells/insertrows/_index.md b/english/cpp/aspose.cells/cells/insertrows/_index.md index 745688e9967..10abfae507d 100644 --- a/english/cpp/aspose.cells/cells/insertrows/_index.md +++ b/english/cpp/aspose.cells/cells/insertrows/_index.md @@ -4,7 +4,7 @@ linktitle: InsertRows second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::InsertRows method. Inserts multiple rows into the worksheet in C++.' type: docs -weight: 11800 +weight: 12000 url: /cpp/aspose.cells/cells/insertrows/ --- ## Cells::InsertRows(int32_t, int32_t, bool) method diff --git a/english/cpp/aspose.cells/cells/isblankcolumn/_index.md b/english/cpp/aspose.cells/cells/isblankcolumn/_index.md index c0961c2abf7..0592684cfbb 100644 --- a/english/cpp/aspose.cells/cells/isblankcolumn/_index.md +++ b/english/cpp/aspose.cells/cells/isblankcolumn/_index.md @@ -4,7 +4,7 @@ linktitle: IsBlankColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::IsBlankColumn method. Checks whether given column is blank(does not contain any data) in C++.' type: docs -weight: 11400 +weight: 11600 url: /cpp/aspose.cells/cells/isblankcolumn/ --- ## Cells::IsBlankColumn method diff --git a/english/cpp/aspose.cells/cells/isdefaultrowheightmatched/_index.md b/english/cpp/aspose.cells/cells/isdefaultrowheightmatched/_index.md index e4bee3568b3..13bff79a21d 100644 --- a/english/cpp/aspose.cells/cells/isdefaultrowheightmatched/_index.md +++ b/english/cpp/aspose.cells/cells/isdefaultrowheightmatched/_index.md @@ -4,7 +4,7 @@ linktitle: IsDefaultRowHeightMatched second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::IsDefaultRowHeightMatched method. Indicates that row height and default font height matches in C++.' type: docs -weight: 8600 +weight: 8800 url: /cpp/aspose.cells/cells/isdefaultrowheightmatched/ --- ## Cells::IsDefaultRowHeightMatched method diff --git a/english/cpp/aspose.cells/cells/isdefaultrowhidden/_index.md b/english/cpp/aspose.cells/cells/isdefaultrowhidden/_index.md index df1c6192d83..29a8e778f62 100644 --- a/english/cpp/aspose.cells/cells/isdefaultrowhidden/_index.md +++ b/english/cpp/aspose.cells/cells/isdefaultrowhidden/_index.md @@ -4,7 +4,7 @@ linktitle: IsDefaultRowHidden second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::IsDefaultRowHidden method. Indicates whether the row is default hidden in C++.' type: docs -weight: 8800 +weight: 9000 url: /cpp/aspose.cells/cells/isdefaultrowhidden/ --- ## Cells::IsDefaultRowHidden method diff --git a/english/cpp/aspose.cells/cells/isdeletingrangeenabled/_index.md b/english/cpp/aspose.cells/cells/isdeletingrangeenabled/_index.md index c0ab2bb9d2d..575553b0302 100644 --- a/english/cpp/aspose.cells/cells/isdeletingrangeenabled/_index.md +++ b/english/cpp/aspose.cells/cells/isdeletingrangeenabled/_index.md @@ -4,7 +4,7 @@ linktitle: IsDeletingRangeEnabled second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::IsDeletingRangeEnabled method. Check whether the range could be deleted in C++.' type: docs -weight: 11000 +weight: 11200 url: /cpp/aspose.cells/cells/isdeletingrangeenabled/ --- ## Cells::IsDeletingRangeEnabled method diff --git a/english/cpp/aspose.cells/cells/linktoxmlmap/_index.md b/english/cpp/aspose.cells/cells/linktoxmlmap/_index.md index 950039ea41b..5651f81d9b0 100644 --- a/english/cpp/aspose.cells/cells/linktoxmlmap/_index.md +++ b/english/cpp/aspose.cells/cells/linktoxmlmap/_index.md @@ -4,7 +4,7 @@ linktitle: LinkToXmlMap second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::LinkToXmlMap method. Link to a xml map in C++.' type: docs -weight: 12500 +weight: 12700 url: /cpp/aspose.cells/cells/linktoxmlmap/ --- ## Cells::LinkToXmlMap(const U16String\&, int32_t, int32_t, const U16String\&) method diff --git a/english/cpp/aspose.cells/cells/merge/_index.md b/english/cpp/aspose.cells/cells/merge/_index.md index e708533b183..1d40aa2db81 100644 --- a/english/cpp/aspose.cells/cells/merge/_index.md +++ b/english/cpp/aspose.cells/cells/merge/_index.md @@ -4,7 +4,7 @@ linktitle: Merge second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::Merge method. Merges a specified range of cells into a single cell in C++.' type: docs -weight: 4700 +weight: 4900 url: /cpp/aspose.cells/cells/merge/ --- ## Cells::Merge(int32_t, int32_t, int32_t, int32_t) method diff --git a/english/cpp/aspose.cells/cells/moverange/_index.md b/english/cpp/aspose.cells/cells/moverange/_index.md index 5ce11c27497..4e087247938 100644 --- a/english/cpp/aspose.cells/cells/moverange/_index.md +++ b/english/cpp/aspose.cells/cells/moverange/_index.md @@ -4,7 +4,7 @@ linktitle: MoveRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::MoveRange method. Moves the range in C++.' type: docs -weight: 13100 +weight: 13300 url: /cpp/aspose.cells/cells/moverange/ --- ## Cells::MoveRange method diff --git a/english/cpp/aspose.cells/cells/removeduplicates/_index.md b/english/cpp/aspose.cells/cells/removeduplicates/_index.md index c749fa6ad7d..be537f0a3e6 100644 --- a/english/cpp/aspose.cells/cells/removeduplicates/_index.md +++ b/english/cpp/aspose.cells/cells/removeduplicates/_index.md @@ -4,7 +4,7 @@ linktitle: RemoveDuplicates second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::RemoveDuplicates method. Removes duplicate rows in the sheet in C++.' type: docs -weight: 13900 +weight: 14100 url: /cpp/aspose.cells/cells/removeduplicates/ --- ## Cells::RemoveDuplicates() method diff --git a/english/cpp/aspose.cells/cells/removeformulas/_index.md b/english/cpp/aspose.cells/cells/removeformulas/_index.md index 8a8c92e9df2..591826fee0a 100644 --- a/english/cpp/aspose.cells/cells/removeformulas/_index.md +++ b/english/cpp/aspose.cells/cells/removeformulas/_index.md @@ -4,7 +4,7 @@ linktitle: RemoveFormulas second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::RemoveFormulas method. Removes all formula and replaces with the value of the formula in C++.' type: docs -weight: 13800 +weight: 14000 url: /cpp/aspose.cells/cells/removeformulas/ --- ## Cells::RemoveFormulas method diff --git a/english/cpp/aspose.cells/cells/retrievesubtotalsetting/_index.md b/english/cpp/aspose.cells/cells/retrievesubtotalsetting/_index.md index f924e50bd0c..321276c117a 100644 --- a/english/cpp/aspose.cells/cells/retrievesubtotalsetting/_index.md +++ b/english/cpp/aspose.cells/cells/retrievesubtotalsetting/_index.md @@ -4,7 +4,7 @@ linktitle: RetrieveSubtotalSetting second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::RetrieveSubtotalSetting method. Retrieves subtotals setting of the range in C++.' type: docs -weight: 13600 +weight: 13800 url: /cpp/aspose.cells/cells/retrievesubtotalsetting/ --- ## Cells::RetrieveSubtotalSetting method diff --git a/english/cpp/aspose.cells/cells/setcolumnwidth/_index.md b/english/cpp/aspose.cells/cells/setcolumnwidth/_index.md index 02db1eb017e..73a4c060393 100644 --- a/english/cpp/aspose.cells/cells/setcolumnwidth/_index.md +++ b/english/cpp/aspose.cells/cells/setcolumnwidth/_index.md @@ -4,7 +4,7 @@ linktitle: SetColumnWidth second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetColumnWidth method. Sets the width of the specified column in normal view in C++.' type: docs -weight: 7100 +weight: 7300 url: /cpp/aspose.cells/cells/setcolumnwidth/ --- ## Cells::SetColumnWidth method diff --git a/english/cpp/aspose.cells/cells/setcolumnwidthinch/_index.md b/english/cpp/aspose.cells/cells/setcolumnwidthinch/_index.md index 0584064ea3a..619d4ebe890 100644 --- a/english/cpp/aspose.cells/cells/setcolumnwidthinch/_index.md +++ b/english/cpp/aspose.cells/cells/setcolumnwidthinch/_index.md @@ -4,7 +4,7 @@ linktitle: SetColumnWidthInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetColumnWidthInch method. Sets column width in unit of inches in normal view in C++.' type: docs -weight: 7000 +weight: 7200 url: /cpp/aspose.cells/cells/setcolumnwidthinch/ --- ## Cells::SetColumnWidthInch method diff --git a/english/cpp/aspose.cells/cells/setcolumnwidthpixel/_index.md b/english/cpp/aspose.cells/cells/setcolumnwidthpixel/_index.md index 4c59fb861b8..7d0e85bae6b 100644 --- a/english/cpp/aspose.cells/cells/setcolumnwidthpixel/_index.md +++ b/english/cpp/aspose.cells/cells/setcolumnwidthpixel/_index.md @@ -4,7 +4,7 @@ linktitle: SetColumnWidthPixel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetColumnWidthPixel method. Sets column width in unit of pixels in normal view in C++.' type: docs -weight: 6900 +weight: 7100 url: /cpp/aspose.cells/cells/setcolumnwidthpixel/ --- ## Cells::SetColumnWidthPixel method diff --git a/english/cpp/aspose.cells/cells/setisdefaultrowheightmatched/_index.md b/english/cpp/aspose.cells/cells/setisdefaultrowheightmatched/_index.md index b845511e62c..a4cbb3736bc 100644 --- a/english/cpp/aspose.cells/cells/setisdefaultrowheightmatched/_index.md +++ b/english/cpp/aspose.cells/cells/setisdefaultrowheightmatched/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsDefaultRowHeightMatched second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetIsDefaultRowHeightMatched method. Indicates that row height and default font height matches in C++.' type: docs -weight: 8700 +weight: 8900 url: /cpp/aspose.cells/cells/setisdefaultrowheightmatched/ --- ## Cells::SetIsDefaultRowHeightMatched method diff --git a/english/cpp/aspose.cells/cells/setisdefaultrowhidden/_index.md b/english/cpp/aspose.cells/cells/setisdefaultrowhidden/_index.md index 4511d773a3b..7f026e7ab5e 100644 --- a/english/cpp/aspose.cells/cells/setisdefaultrowhidden/_index.md +++ b/english/cpp/aspose.cells/cells/setisdefaultrowhidden/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsDefaultRowHidden second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetIsDefaultRowHidden method. Indicates whether the row is default hidden in C++.' type: docs -weight: 8900 +weight: 9100 url: /cpp/aspose.cells/cells/setisdefaultrowhidden/ --- ## Cells::SetIsDefaultRowHidden method diff --git a/english/cpp/aspose.cells/cells/setpreservestring/_index.md b/english/cpp/aspose.cells/cells/setpreservestring/_index.md index dcb898fe8db..becf6594669 100644 --- a/english/cpp/aspose.cells/cells/setpreservestring/_index.md +++ b/english/cpp/aspose.cells/cells/setpreservestring/_index.md @@ -4,7 +4,7 @@ linktitle: SetPreserveString second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetPreserveString method. Gets or sets a value indicating whether all worksheet values are preserved as strings. Default is false in C++.' type: docs -weight: 4600 +weight: 4800 url: /cpp/aspose.cells/cells/setpreservestring/ --- ## Cells::SetPreserveString method diff --git a/english/cpp/aspose.cells/cells/setrowheight/_index.md b/english/cpp/aspose.cells/cells/setrowheight/_index.md index c3d1bce6429..f77cbaceb04 100644 --- a/english/cpp/aspose.cells/cells/setrowheight/_index.md +++ b/english/cpp/aspose.cells/cells/setrowheight/_index.md @@ -4,7 +4,7 @@ linktitle: SetRowHeight second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetRowHeight method. Sets the height of the specified row in C++.' type: docs -weight: 5600 +weight: 5800 url: /cpp/aspose.cells/cells/setrowheight/ --- ## Cells::SetRowHeight method diff --git a/english/cpp/aspose.cells/cells/setrowheightinch/_index.md b/english/cpp/aspose.cells/cells/setrowheightinch/_index.md index ed1edb6ce3f..30ad273ca83 100644 --- a/english/cpp/aspose.cells/cells/setrowheightinch/_index.md +++ b/english/cpp/aspose.cells/cells/setrowheightinch/_index.md @@ -4,7 +4,7 @@ linktitle: SetRowHeightInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetRowHeightInch method. Sets row height in unit of inches in C++.' type: docs -weight: 5500 +weight: 5700 url: /cpp/aspose.cells/cells/setrowheightinch/ --- ## Cells::SetRowHeightInch method diff --git a/english/cpp/aspose.cells/cells/setrowheightpixel/_index.md b/english/cpp/aspose.cells/cells/setrowheightpixel/_index.md index 359915b2e9b..e59c574176e 100644 --- a/english/cpp/aspose.cells/cells/setrowheightpixel/_index.md +++ b/english/cpp/aspose.cells/cells/setrowheightpixel/_index.md @@ -4,7 +4,7 @@ linktitle: SetRowHeightPixel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetRowHeightPixel method. Sets row height in unit of pixels in C++.' type: docs -weight: 5400 +weight: 5600 url: /cpp/aspose.cells/cells/setrowheightpixel/ --- ## Cells::SetRowHeightPixel method diff --git a/english/cpp/aspose.cells/cells/setstandardheight/_index.md b/english/cpp/aspose.cells/cells/setstandardheight/_index.md index 6b1c5b79d91..5fd77f6b920 100644 --- a/english/cpp/aspose.cells/cells/setstandardheight/_index.md +++ b/english/cpp/aspose.cells/cells/setstandardheight/_index.md @@ -4,7 +4,7 @@ linktitle: SetStandardHeight second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetStandardHeight method. Gets or sets the default row height in this worksheet, in unit of points in C++.' type: docs -weight: 3700 +weight: 3900 url: /cpp/aspose.cells/cells/setstandardheight/ --- ## Cells::SetStandardHeight method diff --git a/english/cpp/aspose.cells/cells/setstandardheightinch/_index.md b/english/cpp/aspose.cells/cells/setstandardheightinch/_index.md index 2b251b43b2b..3f4a1389a21 100644 --- a/english/cpp/aspose.cells/cells/setstandardheightinch/_index.md +++ b/english/cpp/aspose.cells/cells/setstandardheightinch/_index.md @@ -4,7 +4,7 @@ linktitle: SetStandardHeightInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetStandardHeightInch method. Gets or sets the default row height in this worksheet, in unit of inches in C++.' type: docs -weight: 4100 +weight: 4300 url: /cpp/aspose.cells/cells/setstandardheightinch/ --- ## Cells::SetStandardHeightInch method diff --git a/english/cpp/aspose.cells/cells/setstandardheightpixels/_index.md b/english/cpp/aspose.cells/cells/setstandardheightpixels/_index.md index 2e2b93fb1d9..f7ed3511dc4 100644 --- a/english/cpp/aspose.cells/cells/setstandardheightpixels/_index.md +++ b/english/cpp/aspose.cells/cells/setstandardheightpixels/_index.md @@ -4,7 +4,7 @@ linktitle: SetStandardHeightPixels second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetStandardHeightPixels method. Gets or sets the default row height in this worksheet, in unit of pixels in C++.' type: docs -weight: 3900 +weight: 4100 url: /cpp/aspose.cells/cells/setstandardheightpixels/ --- ## Cells::SetStandardHeightPixels method diff --git a/english/cpp/aspose.cells/cells/setstandardwidth/_index.md b/english/cpp/aspose.cells/cells/setstandardwidth/_index.md index 614f6fab60f..75356b6f26f 100644 --- a/english/cpp/aspose.cells/cells/setstandardwidth/_index.md +++ b/english/cpp/aspose.cells/cells/setstandardwidth/_index.md @@ -4,7 +4,7 @@ linktitle: SetStandardWidth second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetStandardWidth method. Gets or sets the default column width in the worksheet, in unit of characters in C++.' type: docs -weight: 3500 +weight: 3700 url: /cpp/aspose.cells/cells/setstandardwidth/ --- ## Cells::SetStandardWidth method diff --git a/english/cpp/aspose.cells/cells/setstandardwidthinch/_index.md b/english/cpp/aspose.cells/cells/setstandardwidthinch/_index.md index 2dcaf1c2ab4..d5aceb976f1 100644 --- a/english/cpp/aspose.cells/cells/setstandardwidthinch/_index.md +++ b/english/cpp/aspose.cells/cells/setstandardwidthinch/_index.md @@ -4,7 +4,7 @@ linktitle: SetStandardWidthInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetStandardWidthInch method. Gets or sets the default column width in the worksheet, in unit of inches in C++.' type: docs -weight: 3100 +weight: 3300 url: /cpp/aspose.cells/cells/setstandardwidthinch/ --- ## Cells::SetStandardWidthInch method diff --git a/english/cpp/aspose.cells/cells/setstandardwidthpixels/_index.md b/english/cpp/aspose.cells/cells/setstandardwidthpixels/_index.md index 8ab1cbfdd4f..c569d9242e9 100644 --- a/english/cpp/aspose.cells/cells/setstandardwidthpixels/_index.md +++ b/english/cpp/aspose.cells/cells/setstandardwidthpixels/_index.md @@ -4,7 +4,7 @@ linktitle: SetStandardWidthPixels second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetStandardWidthPixels method. Gets or sets the default column width in the worksheet, in unit of pixels in C++.' type: docs -weight: 3300 +weight: 3500 url: /cpp/aspose.cells/cells/setstandardwidthpixels/ --- ## Cells::SetStandardWidthPixels method diff --git a/english/cpp/aspose.cells/cells/setviewcolumnwidthpixel/_index.md b/english/cpp/aspose.cells/cells/setviewcolumnwidthpixel/_index.md index 3ce8087417e..bcfb39a0015 100644 --- a/english/cpp/aspose.cells/cells/setviewcolumnwidthpixel/_index.md +++ b/english/cpp/aspose.cells/cells/setviewcolumnwidthpixel/_index.md @@ -4,7 +4,7 @@ linktitle: SetViewColumnWidthPixel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::SetViewColumnWidthPixel method. Sets the width of the column in different view in C++.' type: docs -weight: 7500 +weight: 7700 url: /cpp/aspose.cells/cells/setviewcolumnwidthpixel/ --- ## Cells::SetViewColumnWidthPixel method diff --git a/english/cpp/aspose.cells/cells/showgroupdetail/_index.md b/english/cpp/aspose.cells/cells/showgroupdetail/_index.md index def48c3bf8b..8c8efa99107 100644 --- a/english/cpp/aspose.cells/cells/showgroupdetail/_index.md +++ b/english/cpp/aspose.cells/cells/showgroupdetail/_index.md @@ -4,7 +4,7 @@ linktitle: ShowGroupDetail second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::ShowGroupDetail method. Expands the grouped rows/columns in C++.' type: docs -weight: 10200 +weight: 10400 url: /cpp/aspose.cells/cells/showgroupdetail/ --- ## Cells::ShowGroupDetail method diff --git a/english/cpp/aspose.cells/cells/subtotal/_index.md b/english/cpp/aspose.cells/cells/subtotal/_index.md index 4bb90d2b0ad..f4f0db6187c 100644 --- a/english/cpp/aspose.cells/cells/subtotal/_index.md +++ b/english/cpp/aspose.cells/cells/subtotal/_index.md @@ -4,7 +4,7 @@ linktitle: Subtotal second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::Subtotal method. Creates subtotals for the range in C++.' type: docs -weight: 13700 +weight: 13900 url: /cpp/aspose.cells/cells/subtotal/ --- ## Cells::Subtotal(const CellArea\&, int32_t, ConsolidationFunction, const Vector \\&) method diff --git a/english/cpp/aspose.cells/cells/texttocolumns/_index.md b/english/cpp/aspose.cells/cells/texttocolumns/_index.md index 3158f79606a..08756d3ba7f 100644 --- a/english/cpp/aspose.cells/cells/texttocolumns/_index.md +++ b/english/cpp/aspose.cells/cells/texttocolumns/_index.md @@ -4,7 +4,7 @@ linktitle: TextToColumns second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::TextToColumns method. Splits content in specified column into multiple columns in C++.' type: docs -weight: 4300 +weight: 4500 url: /cpp/aspose.cells/cells/texttocolumns/ --- ## Cells::TextToColumns method diff --git a/english/cpp/aspose.cells/cells/ungroupcolumns/_index.md b/english/cpp/aspose.cells/cells/ungroupcolumns/_index.md index e0ae217917d..143892393f5 100644 --- a/english/cpp/aspose.cells/cells/ungroupcolumns/_index.md +++ b/english/cpp/aspose.cells/cells/ungroupcolumns/_index.md @@ -4,7 +4,7 @@ linktitle: UngroupColumns second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::UngroupColumns method. Ungroups columns in C++.' type: docs -weight: 10400 +weight: 10600 url: /cpp/aspose.cells/cells/ungroupcolumns/ --- ## Cells::UngroupColumns method diff --git a/english/cpp/aspose.cells/cells/ungrouprows/_index.md b/english/cpp/aspose.cells/cells/ungrouprows/_index.md index e6d2b9f47d3..7b9f4e04c2a 100644 --- a/english/cpp/aspose.cells/cells/ungrouprows/_index.md +++ b/english/cpp/aspose.cells/cells/ungrouprows/_index.md @@ -4,7 +4,7 @@ linktitle: UngroupRows second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::UngroupRows method. Ungroups rows in C++.' type: docs -weight: 10600 +weight: 10800 url: /cpp/aspose.cells/cells/ungrouprows/ --- ## Cells::UngroupRows(int32_t, int32_t, bool) method diff --git a/english/cpp/aspose.cells/cells/unhidecolumn/_index.md b/english/cpp/aspose.cells/cells/unhidecolumn/_index.md index 64b2a107e75..c7e0aa505eb 100644 --- a/english/cpp/aspose.cells/cells/unhidecolumn/_index.md +++ b/english/cpp/aspose.cells/cells/unhidecolumn/_index.md @@ -4,7 +4,7 @@ linktitle: UnhideColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::UnhideColumn method. Unhides a column in C++.' type: docs -weight: 6200 +weight: 6400 url: /cpp/aspose.cells/cells/unhidecolumn/ --- ## Cells::UnhideColumn method diff --git a/english/cpp/aspose.cells/cells/unhidecolumns/_index.md b/english/cpp/aspose.cells/cells/unhidecolumns/_index.md index b5fedc655e3..309200e1ab5 100644 --- a/english/cpp/aspose.cells/cells/unhidecolumns/_index.md +++ b/english/cpp/aspose.cells/cells/unhidecolumns/_index.md @@ -4,7 +4,7 @@ linktitle: UnhideColumns second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::UnhideColumns method. Unhide multiple columns in C++.' type: docs -weight: 6400 +weight: 6600 url: /cpp/aspose.cells/cells/unhidecolumns/ --- ## Cells::UnhideColumns method diff --git a/english/cpp/aspose.cells/cells/unhiderow/_index.md b/english/cpp/aspose.cells/cells/unhiderow/_index.md index f654aecefff..ac0c64f3a56 100644 --- a/english/cpp/aspose.cells/cells/unhiderow/_index.md +++ b/english/cpp/aspose.cells/cells/unhiderow/_index.md @@ -4,7 +4,7 @@ linktitle: UnhideRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::UnhideRow method. Unhides a row in C++.' type: docs -weight: 5100 +weight: 5300 url: /cpp/aspose.cells/cells/unhiderow/ --- ## Cells::UnhideRow method diff --git a/english/cpp/aspose.cells/cells/unhiderows/_index.md b/english/cpp/aspose.cells/cells/unhiderows/_index.md index 881e9c17af9..991a6d8e1d1 100644 --- a/english/cpp/aspose.cells/cells/unhiderows/_index.md +++ b/english/cpp/aspose.cells/cells/unhiderows/_index.md @@ -4,7 +4,7 @@ linktitle: UnhideRows second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::UnhideRows method. Unhides the hidden rows in C++.' type: docs -weight: 5300 +weight: 5500 url: /cpp/aspose.cells/cells/unhiderows/ --- ## Cells::UnhideRows method diff --git a/english/cpp/aspose.cells/cells/unmerge/_index.md b/english/cpp/aspose.cells/cells/unmerge/_index.md index 8062f44a90c..74dcf3e580b 100644 --- a/english/cpp/aspose.cells/cells/unmerge/_index.md +++ b/english/cpp/aspose.cells/cells/unmerge/_index.md @@ -4,7 +4,7 @@ linktitle: UnMerge second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Cells::UnMerge method. Unmerges a specified range of merged cells in C++.' type: docs -weight: 4800 +weight: 5000 url: /cpp/aspose.cells/cells/unmerge/ --- ## Cells::UnMerge method diff --git a/english/cpp/aspose.cells/cellshelper/createsafesheetname/_index.md b/english/cpp/aspose.cells/cellshelper/createsafesheetname/_index.md index b271e388130..bdacdf81c43 100644 --- a/english/cpp/aspose.cells/cellshelper/createsafesheetname/_index.md +++ b/english/cpp/aspose.cells/cellshelper/createsafesheetname/_index.md @@ -4,7 +4,7 @@ linktitle: CreateSafeSheetName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CellsHelper::CreateSafeSheetName method. Checks given sheet name and create a valid one when needed. If given sheet name conforms to the rules of excel sheet name, then return it. Otherwise string will be truncated if length exceeds the limit and invalid characters will be replaced with '' '', then return the rebuilt string value in C++.' type: docs -weight: 2300 +weight: 2500 url: /cpp/aspose.cells/cellshelper/createsafesheetname/ --- ## CellsHelper::CreateSafeSheetName(const U16String\&) method diff --git a/english/cpp/aspose.cells/cellshelper/iscloudplatform/_index.md b/english/cpp/aspose.cells/cellshelper/iscloudplatform/_index.md index 19fa3b24132..20e1e6860f2 100644 --- a/english/cpp/aspose.cells/cellshelper/iscloudplatform/_index.md +++ b/english/cpp/aspose.cells/cellshelper/iscloudplatform/_index.md @@ -4,7 +4,7 @@ linktitle: IsCloudPlatform second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CellsHelper::IsCloudPlatform method. Please set this property True when running on a cloud platform, such as: Azure, AWSLambda, etc, in C++.' type: docs -weight: 2500 +weight: 2700 url: /cpp/aspose.cells/cellshelper/iscloudplatform/ --- ## CellsHelper::IsCloudPlatform method diff --git a/english/cpp/aspose.cells/cellshelper/needquoteinformula/_index.md b/english/cpp/aspose.cells/cellshelper/needquoteinformula/_index.md index 50cd7c81407..697c2080721 100644 --- a/english/cpp/aspose.cells/cellshelper/needquoteinformula/_index.md +++ b/english/cpp/aspose.cells/cellshelper/needquoteinformula/_index.md @@ -4,7 +4,7 @@ linktitle: NeedQuoteInFormula second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CellsHelper::NeedQuoteInFormula method. Indicates whether the name of the sheet should be enclosed in single quotes in C++.' type: docs -weight: 2400 +weight: 2600 url: /cpp/aspose.cells/cellshelper/needquoteinformula/ --- ## CellsHelper::NeedQuoteInFormula(const U16String\&) method diff --git a/english/cpp/aspose.cells/cellshelper/setiscloudplatform/_index.md b/english/cpp/aspose.cells/cellshelper/setiscloudplatform/_index.md index 3a3c2637e51..35b99f41fa2 100644 --- a/english/cpp/aspose.cells/cellshelper/setiscloudplatform/_index.md +++ b/english/cpp/aspose.cells/cellshelper/setiscloudplatform/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsCloudPlatform second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CellsHelper::SetIsCloudPlatform method. Please set this property True when running on a cloud platform, such as: Azure, AWSLambda, etc, in C++.' type: docs -weight: 2600 +weight: 2800 url: /cpp/aspose.cells/cellshelper/setiscloudplatform/ --- ## CellsHelper::SetIsCloudPlatform method diff --git a/english/cpp/aspose.cells/cellsunittype/_index.md b/english/cpp/aspose.cells/cellsunittype/_index.md index e2b984c5c99..1c29c9d5328 100644 --- a/english/cpp/aspose.cells/cellsunittype/_index.md +++ b/english/cpp/aspose.cells/cellsunittype/_index.md @@ -4,7 +4,7 @@ linktitle: CellsUnitType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CellsUnitType enum. Specifies the unit of measurement in C++.' type: docs -weight: 18700 +weight: 18800 url: /cpp/aspose.cells/cellsunittype/ --- ## CellsUnitType enum diff --git a/english/cpp/aspose.cells/cellvalueformatstrategy/_index.md b/english/cpp/aspose.cells/cellvalueformatstrategy/_index.md index 44b7f54a271..9e30c47af5f 100644 --- a/english/cpp/aspose.cells/cellvalueformatstrategy/_index.md +++ b/english/cpp/aspose.cells/cellvalueformatstrategy/_index.md @@ -4,7 +4,7 @@ linktitle: CellValueFormatStrategy second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CellValueFormatStrategy enum. Specifies how to apply style for the value of the cell in C++.' type: docs -weight: 18800 +weight: 18900 url: /cpp/aspose.cells/cellvalueformatstrategy/ --- ## CellValueFormatStrategy enum diff --git a/english/cpp/aspose.cells/cellvaluetype/_index.md b/english/cpp/aspose.cells/cellvaluetype/_index.md index 4e61bc83007..a518705e238 100644 --- a/english/cpp/aspose.cells/cellvaluetype/_index.md +++ b/english/cpp/aspose.cells/cellvaluetype/_index.md @@ -4,7 +4,7 @@ linktitle: CellValueType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CellValueType enum. Specifies a cell value type in C++.' type: docs -weight: 18900 +weight: 19000 url: /cpp/aspose.cells/cellvaluetype/ --- ## CellValueType enum diff --git a/english/cpp/aspose.cells/cellwatchcollection/_impl/_index.md b/english/cpp/aspose.cells/cellwatchcollection/_impl/_index.md index 1e688d3ebfe..dd0ee5ae70f 100644 --- a/english/cpp/aspose.cells/cellwatchcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/cellwatchcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CellWatchCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells/cellwatchcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/cellwatchcollection/_index.md b/english/cpp/aspose.cells/cellwatchcollection/_index.md index 50af0cb569c..1990853f8ac 100644 --- a/english/cpp/aspose.cells/cellwatchcollection/_index.md +++ b/english/cpp/aspose.cells/cellwatchcollection/_index.md @@ -23,13 +23,15 @@ class CellWatchCollection | [Add(int32_t row, int32_t column)](./add/) | Adds [Aspose.Cells.CellWatch](../cellwatch/) with a row and a column. | | [Add(const U16String\& cellName)](./add/) | Adds [Aspose.Cells.CellWatch](../cellwatch/) with the name of the cell. | | [Add(const char16_t* cellName)](./add/) | Adds [Aspose.Cells.CellWatch](../cellwatch/) with the name of the cell. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [CellWatchCollection](./). | | [CellWatchCollection()](./cellwatchcollection/) | Default constructor. | | [CellWatchCollection(CellWatchCollection_Impl* impl)](./cellwatchcollection/) | Constructs from an implementation object. | | [CellWatchCollection(const CellWatchCollection\& src)](./cellwatchcollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [CellWatchCollection](./). | | [Get(int32_t index)](./get/) | Gets and sets [CellWatch](../cellwatch/) by index. | | [Get(const U16String\& cellName)](./get/) | Gets and sets [CellWatch](../cellwatch/) by the name of the cell. | | [Get(const char16_t* cellName)](./get/) | Gets and sets [CellWatch](../cellwatch/) by the name of the cell. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const CellWatchCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/cellwatchcollection/begin/_index.md b/english/cpp/aspose.cells/cellwatchcollection/begin/_index.md new file mode 100644 index 00000000000..7eeef6a45bb --- /dev/null +++ b/english/cpp/aspose.cells/cellwatchcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CellWatchCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatchCollection::begin method. Returns an iterator to the beginning of the CellWatchCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells/cellwatchcollection/begin/ +--- +## CellWatchCollection::begin method + + +Returns an iterator to the beginning of the [CellWatchCollection](../). + +```cpp +Iterator Aspose::Cells::CellWatchCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [CellWatchCollection](../). + +## See Also + +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/cellwatchcollection/end/_index.md b/english/cpp/aspose.cells/cellwatchcollection/end/_index.md new file mode 100644 index 00000000000..13724a5331f --- /dev/null +++ b/english/cpp/aspose.cells/cellwatchcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CellWatchCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatchCollection::end method. Returns an iterator to the end of the CellWatchCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/cellwatchcollection/end/ +--- +## CellWatchCollection::end method + + +Returns an iterator to the end of the [CellWatchCollection](../). + +```cpp +Iterator Aspose::Cells::CellWatchCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [CellWatchCollection](../). + +## See Also + +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/cellwatchcollection/getcount/_index.md b/english/cpp/aspose.cells/cellwatchcollection/getcount/_index.md index ac011dee75b..acd5710418c 100644 --- a/english/cpp/aspose.cells/cellwatchcollection/getcount/_index.md +++ b/english/cpp/aspose.cells/cellwatchcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::CellWatchCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::CellWatchCollection class in C++.' +description: 'Aspose::Cells::CellWatchCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells/cellwatchcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/cellwatchcollection/getcount/ ## CellWatchCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::CellWatchCollection::GetCount() diff --git a/english/cpp/aspose.cells/color/_index.md b/english/cpp/aspose.cells/color/_index.md index 298d2c7bfa9..c67dcced36d 100644 --- a/english/cpp/aspose.cells/color/_index.md +++ b/english/cpp/aspose.cells/color/_index.md @@ -4,7 +4,7 @@ linktitle: Color second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Color struct. Represents an ARGB (alpha, red, green, blue) color in C++.' type: docs -weight: 28700 +weight: 28900 url: /cpp/aspose.cells/color/ --- ## Color struct diff --git a/english/cpp/aspose.cells/colortype/_index.md b/english/cpp/aspose.cells/colortype/_index.md index 0d4f11b971e..217bba430e9 100644 --- a/english/cpp/aspose.cells/colortype/_index.md +++ b/english/cpp/aspose.cells/colortype/_index.md @@ -4,7 +4,7 @@ linktitle: ColorType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ColorType enum. Represents all color type in C++.' type: docs -weight: 19000 +weight: 19100 url: /cpp/aspose.cells/colortype/ --- ## ColorType enum diff --git a/english/cpp/aspose.cells/columncollection/_impl/_index.md b/english/cpp/aspose.cells/columncollection/_impl/_index.md index 269765b7fbd..333f43feecf 100644 --- a/english/cpp/aspose.cells/columncollection/_impl/_index.md +++ b/english/cpp/aspose.cells/columncollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ColumnCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells/columncollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/columncollection/_index.md b/english/cpp/aspose.cells/columncollection/_index.md index 0f61e731bd7..f9e84aa2891 100644 --- a/english/cpp/aspose.cells/columncollection/_index.md +++ b/english/cpp/aspose.cells/columncollection/_index.md @@ -20,11 +20,13 @@ class ColumnCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ColumnCollection](./). | | [ColumnCollection(ColumnCollection_Impl* impl)](./columncollection/) | Constructs from an implementation object. | | [ColumnCollection(const ColumnCollection\& src)](./columncollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [ColumnCollection](./). | | [Get(int32_t columnIndex)](./get/) | Gets a [Column](../column/) object by column index. The [Column](../column/) object of given column index will be instantiated if it does not exist before. | | [GetColumnByIndex(int32_t index)](./getcolumnbyindex/) | Gets the [Column](../column/) object by the position in the list. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const ColumnCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/columncollection/begin/_index.md b/english/cpp/aspose.cells/columncollection/begin/_index.md new file mode 100644 index 00000000000..5b7b063f4f0 --- /dev/null +++ b/english/cpp/aspose.cells/columncollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ColumnCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColumnCollection::begin method. Returns an iterator to the beginning of the ColumnCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells/columncollection/begin/ +--- +## ColumnCollection::begin method + + +Returns an iterator to the beginning of the [ColumnCollection](../). + +```cpp +Iterator Aspose::Cells::ColumnCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ColumnCollection](../). + +## See Also + +* Class [ColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/columncollection/end/_index.md b/english/cpp/aspose.cells/columncollection/end/_index.md new file mode 100644 index 00000000000..39b29d40436 --- /dev/null +++ b/english/cpp/aspose.cells/columncollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ColumnCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColumnCollection::end method. Returns an iterator to the end of the ColumnCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/columncollection/end/ +--- +## ColumnCollection::end method + + +Returns an iterator to the end of the [ColumnCollection](../). + +```cpp +Iterator Aspose::Cells::ColumnCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ColumnCollection](../). + +## See Also + +* Class [ColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/columncollection/getcount/_index.md b/english/cpp/aspose.cells/columncollection/getcount/_index.md index 1f3c60868da..6eb7e4beea3 100644 --- a/english/cpp/aspose.cells/columncollection/getcount/_index.md +++ b/english/cpp/aspose.cells/columncollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::ColumnCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::ColumnCollection class in C++.' +description: 'Aspose::Cells::ColumnCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells/columncollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/columncollection/getcount/ ## ColumnCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::ColumnCollection::GetCount() diff --git a/english/cpp/aspose.cells/commentcollection/_impl/_index.md b/english/cpp/aspose.cells/commentcollection/_impl/_index.md index a958c368183..8aab1407a79 100644 --- a/english/cpp/aspose.cells/commentcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/commentcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CommentCollection::_impl field. The implementation object in C++.' type: docs -weight: 1300 +weight: 1500 url: /cpp/aspose.cells/commentcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/commentcollection/_index.md b/english/cpp/aspose.cells/commentcollection/_index.md index 03613aaa4f0..9f0a7e03546 100644 --- a/english/cpp/aspose.cells/commentcollection/_index.md +++ b/english/cpp/aspose.cells/commentcollection/_index.md @@ -27,14 +27,16 @@ class CommentCollection | [AddThreadedComment(int32_t row, int32_t column, const char16_t* text, const ThreadedCommentAuthor\& author)](./addthreadedcomment/) | Adds a threaded comment. | | [AddThreadedComment(const U16String\& cellName, const U16String\& text, const ThreadedCommentAuthor\& author)](./addthreadedcomment/) | Adds a threaded comment. | | [AddThreadedComment(const char16_t* cellName, const char16_t* text, const ThreadedCommentAuthor\& author)](./addthreadedcomment/) | Adds a threaded comment. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [CommentCollection](./). | | [Clear()](./clear/) | Removes all comments;. | | [CommentCollection(CommentCollection_Impl* impl)](./commentcollection/) | Constructs from an implementation object. | | [CommentCollection(const CommentCollection\& src)](./commentcollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [CommentCollection](./). | | [Get(int32_t index)](./get/) | Gets the [Comment](../comment/) element at the specified index. | | [Get(const U16String\& cellName)](./get/) | Gets the [Comment](../comment/) element at the specified cell. | | [Get(const char16_t* cellName)](./get/) | Gets the [Comment](../comment/) element at the specified cell. | | [Get(int32_t row, int32_t column)](./get/) | Gets the [Comment](../comment/) element at the specified row index and column index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [GetThreadedComments(int32_t row, int32_t column)](./getthreadedcomments/) | Gets the threaded comments by row and column index. | | [GetThreadedComments(const U16String\& cellName)](./getthreadedcomments/) | Gets the threaded comments by cell name. | | [GetThreadedComments(const char16_t* cellName)](./getthreadedcomments/) | Gets the threaded comments by cell name. | diff --git a/english/cpp/aspose.cells/commentcollection/begin/_index.md b/english/cpp/aspose.cells/commentcollection/begin/_index.md new file mode 100644 index 00000000000..b08915ddcf9 --- /dev/null +++ b/english/cpp/aspose.cells/commentcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CommentCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CommentCollection::begin method. Returns an iterator to the beginning of the CommentCollection in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells/commentcollection/begin/ +--- +## CommentCollection::begin method + + +Returns an iterator to the beginning of the [CommentCollection](../). + +```cpp +Iterator Aspose::Cells::CommentCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [CommentCollection](../). + +## See Also + +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/commentcollection/end/_index.md b/english/cpp/aspose.cells/commentcollection/end/_index.md new file mode 100644 index 00000000000..a81cac5d7f6 --- /dev/null +++ b/english/cpp/aspose.cells/commentcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CommentCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CommentCollection::end method. Returns an iterator to the end of the CommentCollection in C++.' +type: docs +weight: 1400 +url: /cpp/aspose.cells/commentcollection/end/ +--- +## CommentCollection::end method + + +Returns an iterator to the end of the [CommentCollection](../). + +```cpp +Iterator Aspose::Cells::CommentCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [CommentCollection](../). + +## See Also + +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/commentcollection/getcount/_index.md b/english/cpp/aspose.cells/commentcollection/getcount/_index.md index 9b0bbca5481..f96eff70435 100644 --- a/english/cpp/aspose.cells/commentcollection/getcount/_index.md +++ b/english/cpp/aspose.cells/commentcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::CommentCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::CommentCollection class in C++.' +description: 'Aspose::Cells::CommentCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1200 url: /cpp/aspose.cells/commentcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/commentcollection/getcount/ ## CommentCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::CommentCollection::GetCount() diff --git a/english/cpp/aspose.cells/conditionalformattingcollection/_impl/_index.md b/english/cpp/aspose.cells/conditionalformattingcollection/_impl/_index.md index 27dd2847c2a..b41f54af8d4 100644 --- a/english/cpp/aspose.cells/conditionalformattingcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/conditionalformattingcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ConditionalFormattingCollection::_impl field. The implementation object in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells/conditionalformattingcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/conditionalformattingcollection/_index.md b/english/cpp/aspose.cells/conditionalformattingcollection/_index.md index 50560ec8c5a..b01539e02ec 100644 --- a/english/cpp/aspose.cells/conditionalformattingcollection/_index.md +++ b/english/cpp/aspose.cells/conditionalformattingcollection/_index.md @@ -21,11 +21,13 @@ class ConditionalFormattingCollection | Method | Description | | --- | --- | | [Add()](./add/) | Adds a FormatConditions to the collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ConditionalFormattingCollection](./). | | [ConditionalFormattingCollection(ConditionalFormattingCollection_Impl* impl)](./conditionalformattingcollection/) | Constructs from an implementation object. | | [ConditionalFormattingCollection(const ConditionalFormattingCollection\& src)](./conditionalformattingcollection/) | Copy constructor. | | [Copy(const ConditionalFormattingCollection\& cfs)](./copy/) | Copies conditional formatting. | +| [end()](./end/) | Returns an iterator to the end of the [ConditionalFormattingCollection](./). | | [Get(int32_t index)](./get/) | Gets the FormatConditions element at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const ConditionalFormattingCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/conditionalformattingcollection/begin/_index.md b/english/cpp/aspose.cells/conditionalformattingcollection/begin/_index.md new file mode 100644 index 00000000000..09c1df1f718 --- /dev/null +++ b/english/cpp/aspose.cells/conditionalformattingcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ConditionalFormattingCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingCollection::begin method. Returns an iterator to the beginning of the ConditionalFormattingCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells/conditionalformattingcollection/begin/ +--- +## ConditionalFormattingCollection::begin method + + +Returns an iterator to the beginning of the [ConditionalFormattingCollection](../). + +```cpp +Iterator Aspose::Cells::ConditionalFormattingCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ConditionalFormattingCollection](../). + +## See Also + +* Class [ConditionalFormattingCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/conditionalformattingcollection/end/_index.md b/english/cpp/aspose.cells/conditionalformattingcollection/end/_index.md new file mode 100644 index 00000000000..58663966c10 --- /dev/null +++ b/english/cpp/aspose.cells/conditionalformattingcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ConditionalFormattingCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingCollection::end method. Returns an iterator to the end of the ConditionalFormattingCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells/conditionalformattingcollection/end/ +--- +## ConditionalFormattingCollection::end method + + +Returns an iterator to the end of the [ConditionalFormattingCollection](../). + +```cpp +Iterator Aspose::Cells::ConditionalFormattingCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ConditionalFormattingCollection](../). + +## See Also + +* Class [ConditionalFormattingCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/conditionalformattingcollection/getcount/_index.md b/english/cpp/aspose.cells/conditionalformattingcollection/getcount/_index.md index 186aa132e61..f4cc9109640 100644 --- a/english/cpp/aspose.cells/conditionalformattingcollection/getcount/_index.md +++ b/english/cpp/aspose.cells/conditionalformattingcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::ConditionalFormattingCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::ConditionalFormattingCollection class in C++.' +description: 'Aspose::Cells::ConditionalFormattingCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1000 url: /cpp/aspose.cells/conditionalformattingcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/conditionalformattingcollection/getcount/ ## ConditionalFormattingCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::ConditionalFormattingCollection::GetCount() diff --git a/english/cpp/aspose.cells/conditionalformattingiconcollection/_impl/_index.md b/english/cpp/aspose.cells/conditionalformattingiconcollection/_impl/_index.md index 9f13cb35328..6335aef1645 100644 --- a/english/cpp/aspose.cells/conditionalformattingiconcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/conditionalformattingiconcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ConditionalFormattingIconCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells/conditionalformattingiconcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/conditionalformattingiconcollection/_index.md b/english/cpp/aspose.cells/conditionalformattingiconcollection/_index.md index a66133dd09e..7ada5d91fde 100644 --- a/english/cpp/aspose.cells/conditionalformattingiconcollection/_index.md +++ b/english/cpp/aspose.cells/conditionalformattingiconcollection/_index.md @@ -22,10 +22,12 @@ class ConditionalFormattingIconCollection | --- | --- | | [Add(IconSetType type, int32_t index)](./add/) | Adds [ConditionalFormattingIcon](../conditionalformattingicon/) object. | | [Add(const ConditionalFormattingIcon\& cficon)](./add/) | **(Deprecated)** Adds [ConditionalFormattingIcon](../conditionalformattingicon/) object. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ConditionalFormattingIconCollection](./). | | [ConditionalFormattingIconCollection(ConditionalFormattingIconCollection_Impl* impl)](./conditionalformattingiconcollection/) | Constructs from an implementation object. | | [ConditionalFormattingIconCollection(const ConditionalFormattingIconCollection\& src)](./conditionalformattingiconcollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [ConditionalFormattingIconCollection](./). | | [Get(int32_t index)](./get/) | Gets the [ConditionalFormattingIcon](../conditionalformattingicon/) element at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const ConditionalFormattingIconCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/conditionalformattingiconcollection/begin/_index.md b/english/cpp/aspose.cells/conditionalformattingiconcollection/begin/_index.md new file mode 100644 index 00000000000..54a48a39058 --- /dev/null +++ b/english/cpp/aspose.cells/conditionalformattingiconcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ConditionalFormattingIconCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIconCollection::begin method. Returns an iterator to the beginning of the ConditionalFormattingIconCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells/conditionalformattingiconcollection/begin/ +--- +## ConditionalFormattingIconCollection::begin method + + +Returns an iterator to the beginning of the [ConditionalFormattingIconCollection](../). + +```cpp +Iterator Aspose::Cells::ConditionalFormattingIconCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ConditionalFormattingIconCollection](../). + +## See Also + +* Class [ConditionalFormattingIconCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/conditionalformattingiconcollection/end/_index.md b/english/cpp/aspose.cells/conditionalformattingiconcollection/end/_index.md new file mode 100644 index 00000000000..c88f6b94235 --- /dev/null +++ b/english/cpp/aspose.cells/conditionalformattingiconcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ConditionalFormattingIconCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIconCollection::end method. Returns an iterator to the end of the ConditionalFormattingIconCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/conditionalformattingiconcollection/end/ +--- +## ConditionalFormattingIconCollection::end method + + +Returns an iterator to the end of the [ConditionalFormattingIconCollection](../). + +```cpp +Iterator Aspose::Cells::ConditionalFormattingIconCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ConditionalFormattingIconCollection](../). + +## See Also + +* Class [ConditionalFormattingIconCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/conditionalformattingiconcollection/getcount/_index.md b/english/cpp/aspose.cells/conditionalformattingiconcollection/getcount/_index.md index 7f91bc30650..e20aa4fc379 100644 --- a/english/cpp/aspose.cells/conditionalformattingiconcollection/getcount/_index.md +++ b/english/cpp/aspose.cells/conditionalformattingiconcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::ConditionalFormattingIconCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::ConditionalFormattingIconCollection class in C++.' +description: 'Aspose::Cells::ConditionalFormattingIconCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells/conditionalformattingiconcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/conditionalformattingiconcollection/getcount/ ## ConditionalFormattingIconCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::ConditionalFormattingIconCollection::GetCount() diff --git a/english/cpp/aspose.cells/conditionalformattingvaluecollection/_impl/_index.md b/english/cpp/aspose.cells/conditionalformattingvaluecollection/_impl/_index.md index 2edda9f9b47..3468f76f053 100644 --- a/english/cpp/aspose.cells/conditionalformattingvaluecollection/_impl/_index.md +++ b/english/cpp/aspose.cells/conditionalformattingvaluecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ConditionalFormattingValueCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells/conditionalformattingvaluecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/conditionalformattingvaluecollection/_index.md b/english/cpp/aspose.cells/conditionalformattingvaluecollection/_index.md index 18aa00d32f8..e94ddf31c25 100644 --- a/english/cpp/aspose.cells/conditionalformattingvaluecollection/_index.md +++ b/english/cpp/aspose.cells/conditionalformattingvaluecollection/_index.md @@ -22,10 +22,12 @@ class ConditionalFormattingValueCollection | --- | --- | | [Add(FormatConditionValueType type, const U16String\& value)](./add/) | Adds [ConditionalFormattingValue](../conditionalformattingvalue/) object. | | [Add(FormatConditionValueType type, const char16_t* value)](./add/) | Adds [ConditionalFormattingValue](../conditionalformattingvalue/) object. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ConditionalFormattingValueCollection](./). | | [ConditionalFormattingValueCollection(ConditionalFormattingValueCollection_Impl* impl)](./conditionalformattingvaluecollection/) | Constructs from an implementation object. | | [ConditionalFormattingValueCollection(const ConditionalFormattingValueCollection\& src)](./conditionalformattingvaluecollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [ConditionalFormattingValueCollection](./). | | [Get(int32_t index)](./get/) | Get the CFValueObject element at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const ConditionalFormattingValueCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/conditionalformattingvaluecollection/begin/_index.md b/english/cpp/aspose.cells/conditionalformattingvaluecollection/begin/_index.md new file mode 100644 index 00000000000..d1b3b3349a2 --- /dev/null +++ b/english/cpp/aspose.cells/conditionalformattingvaluecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ConditionalFormattingValueCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValueCollection::begin method. Returns an iterator to the beginning of the ConditionalFormattingValueCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells/conditionalformattingvaluecollection/begin/ +--- +## ConditionalFormattingValueCollection::begin method + + +Returns an iterator to the beginning of the [ConditionalFormattingValueCollection](../). + +```cpp +Iterator Aspose::Cells::ConditionalFormattingValueCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ConditionalFormattingValueCollection](../). + +## See Also + +* Class [ConditionalFormattingValueCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/conditionalformattingvaluecollection/end/_index.md b/english/cpp/aspose.cells/conditionalformattingvaluecollection/end/_index.md new file mode 100644 index 00000000000..7789d788c52 --- /dev/null +++ b/english/cpp/aspose.cells/conditionalformattingvaluecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ConditionalFormattingValueCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValueCollection::end method. Returns an iterator to the end of the ConditionalFormattingValueCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/conditionalformattingvaluecollection/end/ +--- +## ConditionalFormattingValueCollection::end method + + +Returns an iterator to the end of the [ConditionalFormattingValueCollection](../). + +```cpp +Iterator Aspose::Cells::ConditionalFormattingValueCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ConditionalFormattingValueCollection](../). + +## See Also + +* Class [ConditionalFormattingValueCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/conditionalformattingvaluecollection/getcount/_index.md b/english/cpp/aspose.cells/conditionalformattingvaluecollection/getcount/_index.md index f4ab465dd4e..09a342474c7 100644 --- a/english/cpp/aspose.cells/conditionalformattingvaluecollection/getcount/_index.md +++ b/english/cpp/aspose.cells/conditionalformattingvaluecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::ConditionalFormattingValueCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::ConditionalFormattingValueCollection class in C++.' +description: 'Aspose::Cells::ConditionalFormattingValueCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells/conditionalformattingvaluecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/conditionalformattingvaluecollection/getcount/ ## ConditionalFormattingValueCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::ConditionalFormattingValueCollection::GetCount() diff --git a/english/cpp/aspose.cells/consolidationfunction/_index.md b/english/cpp/aspose.cells/consolidationfunction/_index.md index da14d646c7b..0090259f455 100644 --- a/english/cpp/aspose.cells/consolidationfunction/_index.md +++ b/english/cpp/aspose.cells/consolidationfunction/_index.md @@ -4,7 +4,7 @@ linktitle: ConsolidationFunction second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ConsolidationFunction enum. Represents consolidation function in C++.' type: docs -weight: 19100 +weight: 19200 url: /cpp/aspose.cells/consolidationfunction/ --- ## ConsolidationFunction enum diff --git a/english/cpp/aspose.cells/contentdisposition/_index.md b/english/cpp/aspose.cells/contentdisposition/_index.md index a26affb6076..2cd876c6d8a 100644 --- a/english/cpp/aspose.cells/contentdisposition/_index.md +++ b/english/cpp/aspose.cells/contentdisposition/_index.md @@ -4,7 +4,7 @@ linktitle: ContentDisposition second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ContentDisposition enum. The content disposition type in C++.' type: docs -weight: 19200 +weight: 19300 url: /cpp/aspose.cells/contentdisposition/ --- ## ContentDisposition enum diff --git a/english/cpp/aspose.cells/copyformattype/_index.md b/english/cpp/aspose.cells/copyformattype/_index.md index fbf00844e2c..413fe40d904 100644 --- a/english/cpp/aspose.cells/copyformattype/_index.md +++ b/english/cpp/aspose.cells/copyformattype/_index.md @@ -4,7 +4,7 @@ linktitle: CopyFormatType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CopyFormatType enum. Represents the type of copying format when inserting rows in C++.' type: docs -weight: 19300 +weight: 19400 url: /cpp/aspose.cells/copyformattype/ --- ## CopyFormatType enum diff --git a/english/cpp/aspose.cells/countrycode/_index.md b/english/cpp/aspose.cells/countrycode/_index.md index 6bf6f09145d..4d401edf516 100644 --- a/english/cpp/aspose.cells/countrycode/_index.md +++ b/english/cpp/aspose.cells/countrycode/_index.md @@ -4,7 +4,7 @@ linktitle: CountryCode second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CountryCode enum. Represents Excel country identifiers in C++.' type: docs -weight: 19400 +weight: 19500 url: /cpp/aspose.cells/countrycode/ --- ## CountryCode enum diff --git a/english/cpp/aspose.cells/customfiltercollection/_impl/_index.md b/english/cpp/aspose.cells/customfiltercollection/_impl/_index.md index 684ffe9c211..3ffbab839ea 100644 --- a/english/cpp/aspose.cells/customfiltercollection/_impl/_index.md +++ b/english/cpp/aspose.cells/customfiltercollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::CustomFilterCollection::_impl field. The implementation object in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells/customfiltercollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/customfiltercollection/_index.md b/english/cpp/aspose.cells/customfiltercollection/_index.md index 3996918893c..faac144e19b 100644 --- a/english/cpp/aspose.cells/customfiltercollection/_index.md +++ b/english/cpp/aspose.cells/customfiltercollection/_index.md @@ -20,13 +20,15 @@ class CustomFilterCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [CustomFilterCollection](./). | | [CustomFilterCollection()](./customfiltercollection/) | Constructs new instance. | | [CustomFilterCollection(CustomFilterCollection_Impl* impl)](./customfiltercollection/) | Constructs from an implementation object. | | [CustomFilterCollection(const Aspose::Cells::Object\& obj)](./customfiltercollection/) | Constructs from an [Object](../object/) convertible to this. | | [CustomFilterCollection(const CustomFilterCollection\& src)](./customfiltercollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [CustomFilterCollection](./). | | [Get(int32_t index)](./get/) | Gets the custom filter in the specific index. | | [GetAnd()](./getand/) | Indicates whether the two criteria have an "and" relationship. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const CustomFilterCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/customfiltercollection/begin/_index.md b/english/cpp/aspose.cells/customfiltercollection/begin/_index.md new file mode 100644 index 00000000000..3790e8d9719 --- /dev/null +++ b/english/cpp/aspose.cells/customfiltercollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CustomFilterCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilterCollection::begin method. Returns an iterator to the beginning of the CustomFilterCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells/customfiltercollection/begin/ +--- +## CustomFilterCollection::begin method + + +Returns an iterator to the beginning of the [CustomFilterCollection](../). + +```cpp +Iterator Aspose::Cells::CustomFilterCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [CustomFilterCollection](../). + +## See Also + +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/customfiltercollection/end/_index.md b/english/cpp/aspose.cells/customfiltercollection/end/_index.md new file mode 100644 index 00000000000..3af9b696bc9 --- /dev/null +++ b/english/cpp/aspose.cells/customfiltercollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CustomFilterCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilterCollection::end method. Returns an iterator to the end of the CustomFilterCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells/customfiltercollection/end/ +--- +## CustomFilterCollection::end method + + +Returns an iterator to the end of the [CustomFilterCollection](../). + +```cpp +Iterator Aspose::Cells::CustomFilterCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [CustomFilterCollection](../). + +## See Also + +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/customfiltercollection/getcount/_index.md b/english/cpp/aspose.cells/customfiltercollection/getcount/_index.md index da3e02ffb03..874d0429167 100644 --- a/english/cpp/aspose.cells/customfiltercollection/getcount/_index.md +++ b/english/cpp/aspose.cells/customfiltercollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::CustomFilterCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::CustomFilterCollection class in C++.' +description: 'Aspose::Cells::CustomFilterCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1000 url: /cpp/aspose.cells/customfiltercollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/customfiltercollection/getcount/ ## CustomFilterCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::CustomFilterCollection::GetCount() diff --git a/english/cpp/aspose.cells/databaraxisposition/_index.md b/english/cpp/aspose.cells/databaraxisposition/_index.md index d0b7e4ee053..a21b8db5ca2 100644 --- a/english/cpp/aspose.cells/databaraxisposition/_index.md +++ b/english/cpp/aspose.cells/databaraxisposition/_index.md @@ -4,7 +4,7 @@ linktitle: DataBarAxisPosition second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DataBarAxisPosition enum. Specifies the axis position for a range of cells with conditional formatting as data bars in C++.' type: docs -weight: 19500 +weight: 19600 url: /cpp/aspose.cells/databaraxisposition/ --- ## DataBarAxisPosition enum diff --git a/english/cpp/aspose.cells/databarbordertype/_index.md b/english/cpp/aspose.cells/databarbordertype/_index.md index 201ec2e7745..7c64c479b6a 100644 --- a/english/cpp/aspose.cells/databarbordertype/_index.md +++ b/english/cpp/aspose.cells/databarbordertype/_index.md @@ -4,7 +4,7 @@ linktitle: DataBarBorderType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DataBarBorderType enum. Specifies the border type of a data bar in C++.' type: docs -weight: 19600 +weight: 19700 url: /cpp/aspose.cells/databarbordertype/ --- ## DataBarBorderType enum diff --git a/english/cpp/aspose.cells/databarfilltype/_index.md b/english/cpp/aspose.cells/databarfilltype/_index.md index 5c21917b4af..1b1d722e84d 100644 --- a/english/cpp/aspose.cells/databarfilltype/_index.md +++ b/english/cpp/aspose.cells/databarfilltype/_index.md @@ -4,7 +4,7 @@ linktitle: DataBarFillType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DataBarFillType enum. Specifies how a data bar is filled with color in C++.' type: docs -weight: 19700 +weight: 19800 url: /cpp/aspose.cells/databarfilltype/ --- ## DataBarFillType enum diff --git a/english/cpp/aspose.cells/databarnegativecolortype/_index.md b/english/cpp/aspose.cells/databarnegativecolortype/_index.md index dc38ffe4eb5..88a428e9d18 100644 --- a/english/cpp/aspose.cells/databarnegativecolortype/_index.md +++ b/english/cpp/aspose.cells/databarnegativecolortype/_index.md @@ -4,7 +4,7 @@ linktitle: DataBarNegativeColorType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DataBarNegativeColorType enum. Specifies whether to use the same border and fill color as positive data bars in C++.' type: docs -weight: 19800 +weight: 19900 url: /cpp/aspose.cells/databarnegativecolortype/ --- ## DataBarNegativeColorType enum diff --git a/english/cpp/aspose.cells/datasorterkeycollection/_impl/_index.md b/english/cpp/aspose.cells/datasorterkeycollection/_impl/_index.md index 4e4e167bb64..a47578d04c7 100644 --- a/english/cpp/aspose.cells/datasorterkeycollection/_impl/_index.md +++ b/english/cpp/aspose.cells/datasorterkeycollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DataSorterKeyCollection::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 1000 url: /cpp/aspose.cells/datasorterkeycollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/datasorterkeycollection/_index.md b/english/cpp/aspose.cells/datasorterkeycollection/_index.md index b912688a323..f857288eff1 100644 --- a/english/cpp/aspose.cells/datasorterkeycollection/_index.md +++ b/english/cpp/aspose.cells/datasorterkeycollection/_index.md @@ -20,11 +20,13 @@ class DataSorterKeyCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [DataSorterKeyCollection](./). | | [DataSorterKeyCollection()](./datasorterkeycollection/) | Default constructor. | | [DataSorterKeyCollection(DataSorterKeyCollection_Impl* impl)](./datasorterkeycollection/) | Constructs from an implementation object. | | [DataSorterKeyCollection(const DataSorterKeyCollection\& src)](./datasorterkeycollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [DataSorterKeyCollection](./). | | [Get(int32_t index)](./get/) | Gets and sets [DataSorterKey](../datasorterkey/) by index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const DataSorterKeyCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/datasorterkeycollection/begin/_index.md b/english/cpp/aspose.cells/datasorterkeycollection/begin/_index.md new file mode 100644 index 00000000000..3a3926d2114 --- /dev/null +++ b/english/cpp/aspose.cells/datasorterkeycollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataSorterKeyCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKeyCollection::begin method. Returns an iterator to the beginning of the DataSorterKeyCollection in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells/datasorterkeycollection/begin/ +--- +## DataSorterKeyCollection::begin method + + +Returns an iterator to the beginning of the [DataSorterKeyCollection](../). + +```cpp +Iterator Aspose::Cells::DataSorterKeyCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [DataSorterKeyCollection](../). + +## See Also + +* Class [DataSorterKeyCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/datasorterkeycollection/end/_index.md b/english/cpp/aspose.cells/datasorterkeycollection/end/_index.md new file mode 100644 index 00000000000..79cd4f13e9c --- /dev/null +++ b/english/cpp/aspose.cells/datasorterkeycollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataSorterKeyCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKeyCollection::end method. Returns an iterator to the end of the DataSorterKeyCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells/datasorterkeycollection/end/ +--- +## DataSorterKeyCollection::end method + + +Returns an iterator to the end of the [DataSorterKeyCollection](../). + +```cpp +Iterator Aspose::Cells::DataSorterKeyCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [DataSorterKeyCollection](../). + +## See Also + +* Class [DataSorterKeyCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/datasorterkeycollection/getcount/_index.md b/english/cpp/aspose.cells/datasorterkeycollection/getcount/_index.md index ea0f1c76acc..ea9dabeaaf7 100644 --- a/english/cpp/aspose.cells/datasorterkeycollection/getcount/_index.md +++ b/english/cpp/aspose.cells/datasorterkeycollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::DataSorterKeyCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::DataSorterKeyCollection class in C++.' +description: 'Aspose::Cells::DataSorterKeyCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 700 url: /cpp/aspose.cells/datasorterkeycollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/datasorterkeycollection/getcount/ ## DataSorterKeyCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::DataSorterKeyCollection::GetCount() diff --git a/english/cpp/aspose.cells/date/_index.md b/english/cpp/aspose.cells/date/_index.md index 02cf528c4c7..cfd5b96cfdd 100644 --- a/english/cpp/aspose.cells/date/_index.md +++ b/english/cpp/aspose.cells/date/_index.md @@ -4,7 +4,7 @@ linktitle: Date second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Date struct. Represents a date and time in C++.' type: docs -weight: 28800 +weight: 29000 url: /cpp/aspose.cells/date/ --- ## Date struct diff --git a/english/cpp/aspose.cells/datekind/_index.md b/english/cpp/aspose.cells/datekind/_index.md index 9118e5125f8..d607943720b 100644 --- a/english/cpp/aspose.cells/datekind/_index.md +++ b/english/cpp/aspose.cells/datekind/_index.md @@ -4,7 +4,7 @@ linktitle: DateKind second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DateKind enum. Specifies whether a Date object represents a local time, a Coordinated UTC Time (UTC), or is not specified as either local time or UTC in C++.' type: docs -weight: 20000 +weight: 20100 url: /cpp/aspose.cells/datekind/ --- ## DateKind enum diff --git a/english/cpp/aspose.cells/datetimegroupingtype/_index.md b/english/cpp/aspose.cells/datetimegroupingtype/_index.md index aa706b8d450..bb862faaa41 100644 --- a/english/cpp/aspose.cells/datetimegroupingtype/_index.md +++ b/english/cpp/aspose.cells/datetimegroupingtype/_index.md @@ -4,7 +4,7 @@ linktitle: DateTimeGroupingType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DateTimeGroupingType enum. Specifies how to group dateTime values in C++.' type: docs -weight: 19900 +weight: 20200 url: /cpp/aspose.cells/datetimegroupingtype/ --- ## DateTimeGroupingType enum diff --git a/english/cpp/aspose.cells/defaulteditlanguage/_index.md b/english/cpp/aspose.cells/defaulteditlanguage/_index.md index 5d1bed7bfc8..95d9a29a3e4 100644 --- a/english/cpp/aspose.cells/defaulteditlanguage/_index.md +++ b/english/cpp/aspose.cells/defaulteditlanguage/_index.md @@ -4,7 +4,7 @@ linktitle: DefaultEditLanguage second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DefaultEditLanguage enum. Represents the default edit language in C++.' type: docs -weight: 20000 +weight: 20300 url: /cpp/aspose.cells/defaulteditlanguage/ --- ## DefaultEditLanguage enum diff --git a/english/cpp/aspose.cells/directorytype/_index.md b/english/cpp/aspose.cells/directorytype/_index.md index c567269d85c..657fbc74a42 100644 --- a/english/cpp/aspose.cells/directorytype/_index.md +++ b/english/cpp/aspose.cells/directorytype/_index.md @@ -4,7 +4,7 @@ linktitle: DirectoryType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DirectoryType enum. Represents the directory type of the file name in C++.' type: docs -weight: 20100 +weight: 20400 url: /cpp/aspose.cells/directorytype/ --- ## DirectoryType enum diff --git a/english/cpp/aspose.cells/displaydrawingobjects/_index.md b/english/cpp/aspose.cells/displaydrawingobjects/_index.md index 5aa7fb36530..727780bc886 100644 --- a/english/cpp/aspose.cells/displaydrawingobjects/_index.md +++ b/english/cpp/aspose.cells/displaydrawingobjects/_index.md @@ -4,7 +4,7 @@ linktitle: DisplayDrawingObjects second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DisplayDrawingObjects enum. Represents whether and how to show objects in the workbook in C++.' type: docs -weight: 20200 +weight: 20500 url: /cpp/aspose.cells/displaydrawingobjects/ --- ## DisplayDrawingObjects enum diff --git a/english/cpp/aspose.cells/duration/_index.md b/english/cpp/aspose.cells/duration/_index.md index 510b7856f9c..d79aff46d2e 100644 --- a/english/cpp/aspose.cells/duration/_index.md +++ b/english/cpp/aspose.cells/duration/_index.md @@ -4,7 +4,7 @@ linktitle: Duration second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Duration struct. Represents a time interval with a resolution of 100 nanoseconds (tick) in C++.' type: docs -weight: 28900 +weight: 29100 url: /cpp/aspose.cells/duration/ --- ## Duration struct diff --git a/english/cpp/aspose.cells/dxfcollection/_impl/_index.md b/english/cpp/aspose.cells/dxfcollection/_impl/_index.md index 9f52c1b7375..40d41477e1b 100644 --- a/english/cpp/aspose.cells/dxfcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/dxfcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DxfCollection::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 1000 url: /cpp/aspose.cells/dxfcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/dxfcollection/_index.md b/english/cpp/aspose.cells/dxfcollection/_index.md index ef2775fe47b..dc93db4061d 100644 --- a/english/cpp/aspose.cells/dxfcollection/_index.md +++ b/english/cpp/aspose.cells/dxfcollection/_index.md @@ -20,10 +20,12 @@ class DxfCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [DxfCollection](./). | | [DxfCollection(DxfCollection_Impl* impl)](./dxfcollection/) | Constructs from an implementation object. | | [DxfCollection(const DxfCollection\& src)](./dxfcollection/) | Copy constructor. | +| [end()](./end/) | Returns an iterator to the end of the [DxfCollection](./). | | [Get(int32_t index)](./get/) | Gets the element at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const DxfCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/dxfcollection/begin/_index.md b/english/cpp/aspose.cells/dxfcollection/begin/_index.md new file mode 100644 index 00000000000..fc9f6f1a372 --- /dev/null +++ b/english/cpp/aspose.cells/dxfcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DxfCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DxfCollection::begin method. Returns an iterator to the beginning of the DxfCollection in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells/dxfcollection/begin/ +--- +## DxfCollection::begin method + + +Returns an iterator to the beginning of the [DxfCollection](../). + +```cpp +Iterator Aspose::Cells::DxfCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [DxfCollection](../). + +## See Also + +* Class [DxfCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/dxfcollection/end/_index.md b/english/cpp/aspose.cells/dxfcollection/end/_index.md new file mode 100644 index 00000000000..6e859c52ff6 --- /dev/null +++ b/english/cpp/aspose.cells/dxfcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DxfCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DxfCollection::end method. Returns an iterator to the end of the DxfCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells/dxfcollection/end/ +--- +## DxfCollection::end method + + +Returns an iterator to the end of the [DxfCollection](../). + +```cpp +Iterator Aspose::Cells::DxfCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [DxfCollection](../). + +## See Also + +* Class [DxfCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/dxfcollection/getcount/_index.md b/english/cpp/aspose.cells/dxfcollection/getcount/_index.md index cbe4871541b..912f481eb80 100644 --- a/english/cpp/aspose.cells/dxfcollection/getcount/_index.md +++ b/english/cpp/aspose.cells/dxfcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::DxfCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::DxfCollection class in C++.' +description: 'Aspose::Cells::DxfCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 700 url: /cpp/aspose.cells/dxfcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/dxfcollection/getcount/ ## DxfCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::DxfCollection::GetCount() diff --git a/english/cpp/aspose.cells/dynamicfiltertype/_index.md b/english/cpp/aspose.cells/dynamicfiltertype/_index.md index 01cefbc116e..200fcf0e70f 100644 --- a/english/cpp/aspose.cells/dynamicfiltertype/_index.md +++ b/english/cpp/aspose.cells/dynamicfiltertype/_index.md @@ -4,7 +4,7 @@ linktitle: DynamicFilterType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DynamicFilterType enum. Dynamic filter type in C++.' type: docs -weight: 20300 +weight: 20600 url: /cpp/aspose.cells/dynamicfiltertype/ --- ## DynamicFilterType enum diff --git a/english/cpp/aspose.cells/ebookloadoptions/_index.md b/english/cpp/aspose.cells/ebookloadoptions/_index.md index 33e5a60a3c7..66e28e75f2e 100644 --- a/english/cpp/aspose.cells/ebookloadoptions/_index.md +++ b/english/cpp/aspose.cells/ebookloadoptions/_index.md @@ -41,6 +41,7 @@ class EbookLoadOptions : public Aspose::Cells::HtmlLoadOptions | [GetEncoding()](../abstracttextloadoptions/getencoding/) | Gets and sets the default encoding. Only applies for csv file. | | [GetFontConfigs()](../loadoptions/getfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | | [GetHasFormula()](../htmlloadoptions/gethasformula/) | Indicates whether the text is formula if it starts with "=". | +| [GetHyperlinkLoadMode()](../htmlloadoptions/gethyperlinkloadmode/) | Specifies how hyperlinks are loaded when loading HTML. | | [GetIgnoreNotPrinted()](../loadoptions/getignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | | [GetIgnoreUselessShapes()](../loadoptions/getignoreuselessshapes/) | Indicates whether ignoring useless shapes. | | [GetInterruptMonitor()](../loadoptions/getinterruptmonitor/) | Gets and sets the interrupt monitor. | @@ -90,6 +91,7 @@ class EbookLoadOptions : public Aspose::Cells::HtmlLoadOptions | [SetEncoding(EncodingType value)](../abstracttextloadoptions/setencoding/) | Gets and sets the default encoding. Only applies for csv file. | | [SetFontConfigs(const IndividualFontConfigs\& value)](../loadoptions/setfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | | [SetHasFormula(bool value)](../htmlloadoptions/sethasformula/) | Indicates whether the text is formula if it starts with "=". | +| [SetHyperlinkLoadMode(HyperlinkLoadMode value)](../htmlloadoptions/sethyperlinkloadmode/) | Specifies how hyperlinks are loaded when loading HTML. | | [SetIgnoreNotPrinted(bool value)](../loadoptions/setignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | | [SetIgnoreUselessShapes(bool value)](../loadoptions/setignoreuselessshapes/) | Indicates whether ignoring useless shapes. | | [SetInterruptMonitor(AbstractInterruptMonitor* value)](../loadoptions/setinterruptmonitor/) | Gets and sets the interrupt monitor. | diff --git a/english/cpp/aspose.cells/emfrendersetting/_index.md b/english/cpp/aspose.cells/emfrendersetting/_index.md index 74126059825..788075a4050 100644 --- a/english/cpp/aspose.cells/emfrendersetting/_index.md +++ b/english/cpp/aspose.cells/emfrendersetting/_index.md @@ -4,7 +4,7 @@ linktitle: EmfRenderSetting second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::EmfRenderSetting enum. Setting for rendering Emf metafile in C++.' type: docs -weight: 20400 +weight: 20700 url: /cpp/aspose.cells/emfrendersetting/ --- ## EmfRenderSetting enum diff --git a/english/cpp/aspose.cells/encodingtype/_index.md b/english/cpp/aspose.cells/encodingtype/_index.md index 77810357506..642297f952e 100644 --- a/english/cpp/aspose.cells/encodingtype/_index.md +++ b/english/cpp/aspose.cells/encodingtype/_index.md @@ -4,7 +4,7 @@ linktitle: EncodingType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::EncodingType enum. Enums supported encoding types in C++.' type: docs -weight: 20500 +weight: 20800 url: /cpp/aspose.cells/encodingtype/ --- ## EncodingType enum diff --git a/english/cpp/aspose.cells/encryptiontype/_index.md b/english/cpp/aspose.cells/encryptiontype/_index.md index 4d0437cdaab..484e9805536 100644 --- a/english/cpp/aspose.cells/encryptiontype/_index.md +++ b/english/cpp/aspose.cells/encryptiontype/_index.md @@ -4,7 +4,7 @@ linktitle: EncryptionType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::EncryptionType enum. Encryption Type. Only used by excel2003. We will encrypt 2007/2010 workbook using SHA AES the same as Excel does, and this EncryptionType will be ignored in C++.' type: docs -weight: 20600 +weight: 20900 url: /cpp/aspose.cells/encryptiontype/ --- ## EncryptionType enum diff --git a/english/cpp/aspose.cells/errorcellvaluetype/_index.md b/english/cpp/aspose.cells/errorcellvaluetype/_index.md index ca9f823a1be..3bdff55c1d3 100644 --- a/english/cpp/aspose.cells/errorcellvaluetype/_index.md +++ b/english/cpp/aspose.cells/errorcellvaluetype/_index.md @@ -4,7 +4,7 @@ linktitle: ErrorCellValueType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ErrorCellValueType enum. Represents a cell value which contains an error in C++.' type: docs -weight: 20900 +weight: 21000 url: /cpp/aspose.cells/errorcellvaluetype/ --- ## ErrorCellValueType enum @@ -23,7 +23,7 @@ enum class ErrorCellValueType | Value | 1 |
Represents the value of a cell containing a #VALUE! error. | | Ref | 3 |
Represents the value of a cell containing a #REF! error. | | Name | 4 |
Represents the value of a cell containing a #NAME? error. | -| NA | 6 |
Represents the value of a cell containing a #NAME? error. | +| NA | 6 |
Represents the value of a cell containing a #N/A error. | | Blocked | 10 |
Represents the value of a cell containing a #BLOCKED! error. | | Busy | 14 |
Represents the value of a cell containing a #BUSY! error. | | Calc | 13 |
Represents the value of a cell containing a #CALC! error. | diff --git a/english/cpp/aspose.cells/errorcheckoptioncollection/_impl/_index.md b/english/cpp/aspose.cells/errorcheckoptioncollection/_impl/_index.md index 7eaa13061ac..bf92370ebe7 100644 --- a/english/cpp/aspose.cells/errorcheckoptioncollection/_impl/_index.md +++ b/english/cpp/aspose.cells/errorcheckoptioncollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ErrorCheckOptionCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells/errorcheckoptioncollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/errorcheckoptioncollection/_index.md b/english/cpp/aspose.cells/errorcheckoptioncollection/_index.md index 425f4ba263a..0254845495c 100644 --- a/english/cpp/aspose.cells/errorcheckoptioncollection/_index.md +++ b/english/cpp/aspose.cells/errorcheckoptioncollection/_index.md @@ -21,10 +21,12 @@ class ErrorCheckOptionCollection | Method | Description | | --- | --- | | [Add()](./add/) | Add an error check option. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ErrorCheckOptionCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [ErrorCheckOptionCollection](./). | | [ErrorCheckOptionCollection(ErrorCheckOptionCollection_Impl* impl)](./errorcheckoptioncollection/) | Constructs from an implementation object. | | [ErrorCheckOptionCollection(const ErrorCheckOptionCollection\& src)](./errorcheckoptioncollection/) | Copy constructor. | | [Get(int32_t index)](./get/) | Gets [ErrorCheckOption](../errorcheckoption/) object by the given index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const ErrorCheckOptionCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/errorcheckoptioncollection/begin/_index.md b/english/cpp/aspose.cells/errorcheckoptioncollection/begin/_index.md new file mode 100644 index 00000000000..d92388064b3 --- /dev/null +++ b/english/cpp/aspose.cells/errorcheckoptioncollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ErrorCheckOptionCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOptionCollection::begin method. Returns an iterator to the beginning of the ErrorCheckOptionCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells/errorcheckoptioncollection/begin/ +--- +## ErrorCheckOptionCollection::begin method + + +Returns an iterator to the beginning of the [ErrorCheckOptionCollection](../). + +```cpp +Iterator Aspose::Cells::ErrorCheckOptionCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ErrorCheckOptionCollection](../). + +## See Also + +* Class [ErrorCheckOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/errorcheckoptioncollection/end/_index.md b/english/cpp/aspose.cells/errorcheckoptioncollection/end/_index.md new file mode 100644 index 00000000000..fb8afd807de --- /dev/null +++ b/english/cpp/aspose.cells/errorcheckoptioncollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ErrorCheckOptionCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOptionCollection::end method. Returns an iterator to the end of the ErrorCheckOptionCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/errorcheckoptioncollection/end/ +--- +## ErrorCheckOptionCollection::end method + + +Returns an iterator to the end of the [ErrorCheckOptionCollection](../). + +```cpp +Iterator Aspose::Cells::ErrorCheckOptionCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ErrorCheckOptionCollection](../). + +## See Also + +* Class [ErrorCheckOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/errorcheckoptioncollection/getcount/_index.md b/english/cpp/aspose.cells/errorcheckoptioncollection/getcount/_index.md index 6978ba59c65..4548c904c20 100644 --- a/english/cpp/aspose.cells/errorcheckoptioncollection/getcount/_index.md +++ b/english/cpp/aspose.cells/errorcheckoptioncollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::ErrorCheckOptionCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::ErrorCheckOptionCollection class in C++.' +description: 'Aspose::Cells::ErrorCheckOptionCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells/errorcheckoptioncollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/errorcheckoptioncollection/getcount/ ## ErrorCheckOptionCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::ErrorCheckOptionCollection::GetCount() diff --git a/english/cpp/aspose.cells/errorchecktype/_index.md b/english/cpp/aspose.cells/errorchecktype/_index.md index d62f600c6cf..791ffb36ace 100644 --- a/english/cpp/aspose.cells/errorchecktype/_index.md +++ b/english/cpp/aspose.cells/errorchecktype/_index.md @@ -4,7 +4,7 @@ linktitle: ErrorCheckType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ErrorCheckType enum. Represents all error check type in C++.' type: docs -weight: 20800 +weight: 21100 url: /cpp/aspose.cells/errorchecktype/ --- ## ErrorCheckType enum diff --git a/english/cpp/aspose.cells/exceptiontype/_index.md b/english/cpp/aspose.cells/exceptiontype/_index.md index 19ad0cd247b..95d4df2ba0b 100644 --- a/english/cpp/aspose.cells/exceptiontype/_index.md +++ b/english/cpp/aspose.cells/exceptiontype/_index.md @@ -4,7 +4,7 @@ linktitle: ExceptionType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExceptionType enum. Represents custom exception type code in C++.' type: docs -weight: 20900 +weight: 21200 url: /cpp/aspose.cells/exceptiontype/ --- ## ExceptionType enum diff --git a/english/cpp/aspose.cells/externallinkcollection/_impl/_index.md b/english/cpp/aspose.cells/externallinkcollection/_impl/_index.md index 5453f6635db..4113aa18c99 100644 --- a/english/cpp/aspose.cells/externallinkcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/externallinkcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalLinkCollection::_impl field. The implementation object in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells/externallinkcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/externallinkcollection/_index.md b/english/cpp/aspose.cells/externallinkcollection/_index.md index ba6abecc55c..5f148e59589 100644 --- a/english/cpp/aspose.cells/externallinkcollection/_index.md +++ b/english/cpp/aspose.cells/externallinkcollection/_index.md @@ -24,8 +24,10 @@ class ExternalLinkCollection | [Add(const char16_t* fileName, const Vector \\& sheetNames)](./add/) | Adds an external link. | | [Add(DirectoryType directoryType, const U16String\& fileName, const Vector \\& sheetNames)](./add/) | Add an external link . | | [Add(DirectoryType directoryType, const char16_t* fileName, const Vector \\& sheetNames)](./add/) | Add an external link . | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ExternalLinkCollection](./). | | [Clear()](./clear/) | Removes all external links. | | [Clear(bool updateReferencesAsLocal)](./clear/) | Removes all external links. | +| [end()](./end/) | Returns an iterator to the end of the [ExternalLinkCollection](./). | | [ExternalLinkCollection(ExternalLinkCollection_Impl* impl)](./externallinkcollection/) | Constructs from an implementation object. | | [ExternalLinkCollection(const ExternalLinkCollection\& src)](./externallinkcollection/) | Copy constructor. | | [Get(int32_t index)](./get/) | Gets the [ExternalLink](../externallink/) element at the specified index. | diff --git a/english/cpp/aspose.cells/externallinkcollection/begin/_index.md b/english/cpp/aspose.cells/externallinkcollection/begin/_index.md new file mode 100644 index 00000000000..1a93b4b84df --- /dev/null +++ b/english/cpp/aspose.cells/externallinkcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ExternalLinkCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkCollection::begin method. Returns an iterator to the beginning of the ExternalLinkCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells/externallinkcollection/begin/ +--- +## ExternalLinkCollection::begin method + + +Returns an iterator to the beginning of the [ExternalLinkCollection](../). + +```cpp +Iterator Aspose::Cells::ExternalLinkCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ExternalLinkCollection](../). + +## See Also + +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/externallinkcollection/end/_index.md b/english/cpp/aspose.cells/externallinkcollection/end/_index.md new file mode 100644 index 00000000000..3a0aec38b8e --- /dev/null +++ b/english/cpp/aspose.cells/externallinkcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ExternalLinkCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkCollection::end method. Returns an iterator to the end of the ExternalLinkCollection in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells/externallinkcollection/end/ +--- +## ExternalLinkCollection::end method + + +Returns an iterator to the end of the [ExternalLinkCollection](../). + +```cpp +Iterator Aspose::Cells::ExternalLinkCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ExternalLinkCollection](../). + +## See Also + +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/externallinktype/_index.md b/english/cpp/aspose.cells/externallinktype/_index.md index 954c1bffeb9..931b652d5ed 100644 --- a/english/cpp/aspose.cells/externallinktype/_index.md +++ b/english/cpp/aspose.cells/externallinktype/_index.md @@ -4,7 +4,7 @@ linktitle: ExternalLinkType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ExternalLinkType enum. Represents the type of external link in C++.' type: docs -weight: 21000 +weight: 21300 url: /cpp/aspose.cells/externallinktype/ --- ## ExternalLinkType enum diff --git a/english/cpp/aspose.cells/fileformattype/_index.md b/english/cpp/aspose.cells/fileformattype/_index.md index bf4ab074cf3..e7e55fcbcfe 100644 --- a/english/cpp/aspose.cells/fileformattype/_index.md +++ b/english/cpp/aspose.cells/fileformattype/_index.md @@ -4,7 +4,7 @@ linktitle: FileFormatType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::FileFormatType enum. Represents the file format types in C++.' type: docs -weight: 21100 +weight: 21400 url: /cpp/aspose.cells/fileformattype/ --- ## FileFormatType enum @@ -99,6 +99,8 @@ enum class FileFormatType | Chm | 784 |
CHM. | | Oxps | 776 |
OXPS (Open XML Paper Specification) format. | | GZip | 35615 |
Rrepesents GZip file. | +| Otg | 1025 |
Represents an OTG file. | +| Odb | 1026 |
Represents an Odb file. | ## See Also diff --git a/english/cpp/aspose.cells/filtercategory/_index.md b/english/cpp/aspose.cells/filtercategory/_index.md index 0a8e143c525..58afe500d9e 100644 --- a/english/cpp/aspose.cells/filtercategory/_index.md +++ b/english/cpp/aspose.cells/filtercategory/_index.md @@ -4,7 +4,7 @@ linktitle: FilterCategory second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::FilterCategory enum. Represents the category of the filter in C++.' type: docs -weight: 21200 +weight: 21500 url: /cpp/aspose.cells/filtercategory/ --- ## FilterCategory enum diff --git a/english/cpp/aspose.cells/filtercolumncollection/_impl/_index.md b/english/cpp/aspose.cells/filtercolumncollection/_impl/_index.md index 4d98b42476f..89dd1d09e19 100644 --- a/english/cpp/aspose.cells/filtercolumncollection/_impl/_index.md +++ b/english/cpp/aspose.cells/filtercolumncollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::FilterColumnCollection::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells/filtercolumncollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/filtercolumncollection/_index.md b/english/cpp/aspose.cells/filtercolumncollection/_index.md index 07a35c7c18e..a507c9f7d85 100644 --- a/english/cpp/aspose.cells/filtercolumncollection/_index.md +++ b/english/cpp/aspose.cells/filtercolumncollection/_index.md @@ -20,11 +20,13 @@ class FilterColumnCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [FilterColumnCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [FilterColumnCollection](./). | | [FilterColumnCollection(FilterColumnCollection_Impl* impl)](./filtercolumncollection/) | Constructs from an implementation object. | | [FilterColumnCollection(const FilterColumnCollection\& src)](./filtercolumncollection/) | Copy constructor. | | [Get(int32_t fieldIndex)](./get/) | Gets [FilterColumn](../filtercolumn/) object at the special field. | | [GetByIndex(int32_t index)](./getbyindex/) | Returns a single Filter object from a collection. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const FilterColumnCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/filtercolumncollection/begin/_index.md b/english/cpp/aspose.cells/filtercolumncollection/begin/_index.md new file mode 100644 index 00000000000..42460ce8f13 --- /dev/null +++ b/english/cpp/aspose.cells/filtercolumncollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FilterColumnCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumnCollection::begin method. Returns an iterator to the beginning of the FilterColumnCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/filtercolumncollection/begin/ +--- +## FilterColumnCollection::begin method + + +Returns an iterator to the beginning of the [FilterColumnCollection](../). + +```cpp +Iterator Aspose::Cells::FilterColumnCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [FilterColumnCollection](../). + +## See Also + +* Class [FilterColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/filtercolumncollection/end/_index.md b/english/cpp/aspose.cells/filtercolumncollection/end/_index.md new file mode 100644 index 00000000000..c8b4394fb48 --- /dev/null +++ b/english/cpp/aspose.cells/filtercolumncollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FilterColumnCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumnCollection::end method. Returns an iterator to the end of the FilterColumnCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells/filtercolumncollection/end/ +--- +## FilterColumnCollection::end method + + +Returns an iterator to the end of the [FilterColumnCollection](../). + +```cpp +Iterator Aspose::Cells::FilterColumnCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [FilterColumnCollection](../). + +## See Also + +* Class [FilterColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/filtercolumncollection/getcount/_index.md b/english/cpp/aspose.cells/filtercolumncollection/getcount/_index.md index 59f5de35778..2c8e0d53f6d 100644 --- a/english/cpp/aspose.cells/filtercolumncollection/getcount/_index.md +++ b/english/cpp/aspose.cells/filtercolumncollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::FilterColumnCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::FilterColumnCollection class in C++.' +description: 'Aspose::Cells::FilterColumnCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 900 url: /cpp/aspose.cells/filtercolumncollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/filtercolumncollection/getcount/ ## FilterColumnCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::FilterColumnCollection::GetCount() diff --git a/english/cpp/aspose.cells/filteroperatortype/_index.md b/english/cpp/aspose.cells/filteroperatortype/_index.md index 34c6a765f93..4008510a95a 100644 --- a/english/cpp/aspose.cells/filteroperatortype/_index.md +++ b/english/cpp/aspose.cells/filteroperatortype/_index.md @@ -4,7 +4,7 @@ linktitle: FilterOperatorType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::FilterOperatorType enum. Custom Filter operator type in C++.' type: docs -weight: 21300 +weight: 21600 url: /cpp/aspose.cells/filteroperatortype/ --- ## FilterOperatorType enum diff --git a/english/cpp/aspose.cells/filtertype/_index.md b/english/cpp/aspose.cells/filtertype/_index.md index e9c2cb9bf5d..c26713d794a 100644 --- a/english/cpp/aspose.cells/filtertype/_index.md +++ b/english/cpp/aspose.cells/filtertype/_index.md @@ -4,7 +4,7 @@ linktitle: FilterType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::FilterType enum. The filter type in C++.' type: docs -weight: 21400 +weight: 21700 url: /cpp/aspose.cells/filtertype/ --- ## FilterType enum diff --git a/english/cpp/aspose.cells/fontfileformattype/_index.md b/english/cpp/aspose.cells/fontfileformattype/_index.md index a497c75d4cf..d538e85a090 100644 --- a/english/cpp/aspose.cells/fontfileformattype/_index.md +++ b/english/cpp/aspose.cells/fontfileformattype/_index.md @@ -4,7 +4,7 @@ linktitle: FontFileFormatType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::FontFileFormatType enum. Represents font format type in C++.' type: docs -weight: 21500 +weight: 21800 url: /cpp/aspose.cells/fontfileformattype/ --- ## FontFileFormatType enum diff --git a/english/cpp/aspose.cells/fontschemetype/_index.md b/english/cpp/aspose.cells/fontschemetype/_index.md index 506bb998d51..a113ddfc648 100644 --- a/english/cpp/aspose.cells/fontschemetype/_index.md +++ b/english/cpp/aspose.cells/fontschemetype/_index.md @@ -4,7 +4,7 @@ linktitle: FontSchemeType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::FontSchemeType enum. Represents the scheme type of the font in C++.' type: docs -weight: 21600 +weight: 21900 url: /cpp/aspose.cells/fontschemetype/ --- ## FontSchemeType enum diff --git a/english/cpp/aspose.cells/fontsourcetype/_index.md b/english/cpp/aspose.cells/fontsourcetype/_index.md index 0ef6abacc85..bee4ccdf3f3 100644 --- a/english/cpp/aspose.cells/fontsourcetype/_index.md +++ b/english/cpp/aspose.cells/fontsourcetype/_index.md @@ -4,7 +4,7 @@ linktitle: FontSourceType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::FontSourceType enum. Specifies the type of a font source in C++.' type: docs -weight: 21700 +weight: 22000 url: /cpp/aspose.cells/fontsourcetype/ --- ## FontSourceType enum diff --git a/english/cpp/aspose.cells/fontunderlinetype/_index.md b/english/cpp/aspose.cells/fontunderlinetype/_index.md index ace9275550e..32ba5568ddb 100644 --- a/english/cpp/aspose.cells/fontunderlinetype/_index.md +++ b/english/cpp/aspose.cells/fontunderlinetype/_index.md @@ -4,7 +4,7 @@ linktitle: FontUnderlineType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::FontUnderlineType enum. Enumerates the font underline types in C++.' type: docs -weight: 21800 +weight: 22100 url: /cpp/aspose.cells/fontunderlinetype/ --- ## FontUnderlineType enum diff --git a/english/cpp/aspose.cells/formatconditiontype/_index.md b/english/cpp/aspose.cells/formatconditiontype/_index.md index 66f7f12371c..9b062d7ed23 100644 --- a/english/cpp/aspose.cells/formatconditiontype/_index.md +++ b/english/cpp/aspose.cells/formatconditiontype/_index.md @@ -4,7 +4,7 @@ linktitle: FormatConditionType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::FormatConditionType enum. Conditional format rule type in C++.' type: docs -weight: 21900 +weight: 22200 url: /cpp/aspose.cells/formatconditiontype/ --- ## FormatConditionType enum diff --git a/english/cpp/aspose.cells/formatconditionvaluetype/_index.md b/english/cpp/aspose.cells/formatconditionvaluetype/_index.md index b4214469f62..53257246365 100644 --- a/english/cpp/aspose.cells/formatconditionvaluetype/_index.md +++ b/english/cpp/aspose.cells/formatconditionvaluetype/_index.md @@ -4,7 +4,7 @@ linktitle: FormatConditionValueType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::FormatConditionValueType enum. Condition value type in C++.' type: docs -weight: 22000 +weight: 22300 url: /cpp/aspose.cells/formatconditionvaluetype/ --- ## FormatConditionValueType enum diff --git a/english/cpp/aspose.cells/gridlinetype/_index.md b/english/cpp/aspose.cells/gridlinetype/_index.md index cddd4b87be5..7e2c8fce87e 100644 --- a/english/cpp/aspose.cells/gridlinetype/_index.md +++ b/english/cpp/aspose.cells/gridlinetype/_index.md @@ -4,7 +4,7 @@ linktitle: GridlineType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::GridlineType enum. Enumerates grid line Type in C++.' type: docs -weight: 22100 +weight: 22400 url: /cpp/aspose.cells/gridlinetype/ --- ## GridlineType enum diff --git a/english/cpp/aspose.cells/headerfootercommandtype/_index.md b/english/cpp/aspose.cells/headerfootercommandtype/_index.md index adaf3430139..17c9b032216 100644 --- a/english/cpp/aspose.cells/headerfootercommandtype/_index.md +++ b/english/cpp/aspose.cells/headerfootercommandtype/_index.md @@ -4,7 +4,7 @@ linktitle: HeaderFooterCommandType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::HeaderFooterCommandType enum. Represents the command type of header and footer in C++.' type: docs -weight: 22200 +weight: 22500 url: /cpp/aspose.cells/headerfootercommandtype/ --- ## HeaderFooterCommandType enum diff --git a/english/cpp/aspose.cells/horizontalpagebreakcollection/_impl/_index.md b/english/cpp/aspose.cells/horizontalpagebreakcollection/_impl/_index.md index 8eeda26e09d..f4410a76735 100644 --- a/english/cpp/aspose.cells/horizontalpagebreakcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/horizontalpagebreakcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::HorizontalPageBreakCollection::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells/horizontalpagebreakcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/horizontalpagebreakcollection/_index.md b/english/cpp/aspose.cells/horizontalpagebreakcollection/_index.md index ffc3521ea47..a025f8728b7 100644 --- a/english/cpp/aspose.cells/horizontalpagebreakcollection/_index.md +++ b/english/cpp/aspose.cells/horizontalpagebreakcollection/_index.md @@ -25,10 +25,12 @@ class HorizontalPageBreakCollection | [Add(int32_t row, int32_t column)](./add/) | Adds a horizontal page break to the collection. | | [Add(const U16String\& cellName)](./add/) | Adds a horizontal page break to the collection. | | [Add(const char16_t* cellName)](./add/) | Adds a horizontal page break to the collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [HorizontalPageBreakCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [HorizontalPageBreakCollection](./). | | [Get(int32_t index)](./get/) | Gets the [HorizontalPageBreak](../horizontalpagebreak/) element at the specified index. | | [Get(const U16String\& cellName)](./get/) | Gets the [HorizontalPageBreak](../horizontalpagebreak/) element with the specified cell name. | | [Get(const char16_t* cellName)](./get/) | Gets the [HorizontalPageBreak](../horizontalpagebreak/) element with the specified cell name. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [HorizontalPageBreakCollection(HorizontalPageBreakCollection_Impl* impl)](./horizontalpagebreakcollection/) | Constructs from an implementation object. | | [HorizontalPageBreakCollection(const HorizontalPageBreakCollection\& src)](./horizontalpagebreakcollection/) | Copy constructor. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | diff --git a/english/cpp/aspose.cells/horizontalpagebreakcollection/begin/_index.md b/english/cpp/aspose.cells/horizontalpagebreakcollection/begin/_index.md new file mode 100644 index 00000000000..a2b95562fd9 --- /dev/null +++ b/english/cpp/aspose.cells/horizontalpagebreakcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HorizontalPageBreakCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreakCollection::begin method. Returns an iterator to the beginning of the HorizontalPageBreakCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/horizontalpagebreakcollection/begin/ +--- +## HorizontalPageBreakCollection::begin method + + +Returns an iterator to the beginning of the [HorizontalPageBreakCollection](../). + +```cpp +Iterator Aspose::Cells::HorizontalPageBreakCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [HorizontalPageBreakCollection](../). + +## See Also + +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/horizontalpagebreakcollection/end/_index.md b/english/cpp/aspose.cells/horizontalpagebreakcollection/end/_index.md new file mode 100644 index 00000000000..ccc8bf6e6d2 --- /dev/null +++ b/english/cpp/aspose.cells/horizontalpagebreakcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HorizontalPageBreakCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreakCollection::end method. Returns an iterator to the end of the HorizontalPageBreakCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells/horizontalpagebreakcollection/end/ +--- +## HorizontalPageBreakCollection::end method + + +Returns an iterator to the end of the [HorizontalPageBreakCollection](../). + +```cpp +Iterator Aspose::Cells::HorizontalPageBreakCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [HorizontalPageBreakCollection](../). + +## See Also + +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/horizontalpagebreakcollection/getcount/_index.md b/english/cpp/aspose.cells/horizontalpagebreakcollection/getcount/_index.md index 2ceb943c62a..6b291433213 100644 --- a/english/cpp/aspose.cells/horizontalpagebreakcollection/getcount/_index.md +++ b/english/cpp/aspose.cells/horizontalpagebreakcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::HorizontalPageBreakCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::HorizontalPageBreakCollection class in C++.' +description: 'Aspose::Cells::HorizontalPageBreakCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 900 url: /cpp/aspose.cells/horizontalpagebreakcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/horizontalpagebreakcollection/getcount/ ## HorizontalPageBreakCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::HorizontalPageBreakCollection::GetCount() diff --git a/english/cpp/aspose.cells/htmlcrosstype/_index.md b/english/cpp/aspose.cells/htmlcrosstype/_index.md index c3614c0ff84..eb755813ce1 100644 --- a/english/cpp/aspose.cells/htmlcrosstype/_index.md +++ b/english/cpp/aspose.cells/htmlcrosstype/_index.md @@ -4,7 +4,7 @@ linktitle: HtmlCrossType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::HtmlCrossType enum. Represents five types of html cross string in C++.' type: docs -weight: 22300 +weight: 22600 url: /cpp/aspose.cells/htmlcrosstype/ --- ## HtmlCrossType enum diff --git a/english/cpp/aspose.cells/htmlexportdataoptions/_index.md b/english/cpp/aspose.cells/htmlexportdataoptions/_index.md index e804b4014dd..c5cdeb4cf40 100644 --- a/english/cpp/aspose.cells/htmlexportdataoptions/_index.md +++ b/english/cpp/aspose.cells/htmlexportdataoptions/_index.md @@ -4,7 +4,7 @@ linktitle: HtmlExportDataOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::HtmlExportDataOptions enum. Represents the options for exporting html data in C++.' type: docs -weight: 22400 +weight: 22700 url: /cpp/aspose.cells/htmlexportdataoptions/ --- ## HtmlExportDataOptions enum diff --git a/english/cpp/aspose.cells/htmlhiddencoldisplaytype/_index.md b/english/cpp/aspose.cells/htmlhiddencoldisplaytype/_index.md index 0dc7b8d03ee..525273c0e4f 100644 --- a/english/cpp/aspose.cells/htmlhiddencoldisplaytype/_index.md +++ b/english/cpp/aspose.cells/htmlhiddencoldisplaytype/_index.md @@ -4,7 +4,7 @@ linktitle: HtmlHiddenColDisplayType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::HtmlHiddenColDisplayType enum. Represents two types of showing the hidden columns in html in C++.' type: docs -weight: 22500 +weight: 22800 url: /cpp/aspose.cells/htmlhiddencoldisplaytype/ --- ## HtmlHiddenColDisplayType enum diff --git a/english/cpp/aspose.cells/htmlhiddenrowdisplaytype/_index.md b/english/cpp/aspose.cells/htmlhiddenrowdisplaytype/_index.md index c4948bf01ad..4bfb792a26b 100644 --- a/english/cpp/aspose.cells/htmlhiddenrowdisplaytype/_index.md +++ b/english/cpp/aspose.cells/htmlhiddenrowdisplaytype/_index.md @@ -4,7 +4,7 @@ linktitle: HtmlHiddenRowDisplayType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::HtmlHiddenRowDisplayType enum. Represents two types of showing the hidden rows in html in C++.' type: docs -weight: 22600 +weight: 22900 url: /cpp/aspose.cells/htmlhiddenrowdisplaytype/ --- ## HtmlHiddenRowDisplayType enum diff --git a/english/cpp/aspose.cells/htmllinktargettype/_index.md b/english/cpp/aspose.cells/htmllinktargettype/_index.md index 3a703b39323..5aa48697a02 100644 --- a/english/cpp/aspose.cells/htmllinktargettype/_index.md +++ b/english/cpp/aspose.cells/htmllinktargettype/_index.md @@ -4,7 +4,7 @@ linktitle: HtmlLinkTargetType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::HtmlLinkTargetType enum. Represents the type of target attribute in HTML tag in C++.' type: docs -weight: 22700 +weight: 23000 url: /cpp/aspose.cells/htmllinktargettype/ --- ## HtmlLinkTargetType enum diff --git a/english/cpp/aspose.cells/htmlloadoptions/_impl/_index.md b/english/cpp/aspose.cells/htmlloadoptions/_impl/_index.md index e0a6ce347f4..e942e1bb1fa 100644 --- a/english/cpp/aspose.cells/htmlloadoptions/_impl/_index.md +++ b/english/cpp/aspose.cells/htmlloadoptions/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::HtmlLoadOptions::_impl field. The implementation object in C++.' type: docs -weight: 2200 +weight: 2400 url: /cpp/aspose.cells/htmlloadoptions/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/htmlloadoptions/_index.md b/english/cpp/aspose.cells/htmlloadoptions/_index.md index 384f9558f8c..db09c7a5d16 100644 --- a/english/cpp/aspose.cells/htmlloadoptions/_index.md +++ b/english/cpp/aspose.cells/htmlloadoptions/_index.md @@ -36,6 +36,7 @@ class HtmlLoadOptions : public Aspose::Cells::AbstractTextLoadOptions | [GetEncoding()](../abstracttextloadoptions/getencoding/) | Gets and sets the default encoding. Only applies for csv file. | | [GetFontConfigs()](../loadoptions/getfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | | [GetHasFormula()](./gethasformula/) | Indicates whether the text is formula if it starts with "=". | +| [GetHyperlinkLoadMode()](./gethyperlinkloadmode/) | Specifies how hyperlinks are loaded when loading HTML. | | [GetIgnoreNotPrinted()](../loadoptions/getignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | | [GetIgnoreUselessShapes()](../loadoptions/getignoreuselessshapes/) | Indicates whether ignoring useless shapes. | | [GetInterruptMonitor()](../loadoptions/getinterruptmonitor/) | Gets and sets the interrupt monitor. | @@ -84,6 +85,7 @@ class HtmlLoadOptions : public Aspose::Cells::AbstractTextLoadOptions | [SetEncoding(EncodingType value)](../abstracttextloadoptions/setencoding/) | Gets and sets the default encoding. Only applies for csv file. | | [SetFontConfigs(const IndividualFontConfigs\& value)](../loadoptions/setfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | | [SetHasFormula(bool value)](./sethasformula/) | Indicates whether the text is formula if it starts with "=". | +| [SetHyperlinkLoadMode(HyperlinkLoadMode value)](./sethyperlinkloadmode/) | Specifies how hyperlinks are loaded when loading HTML. | | [SetIgnoreNotPrinted(bool value)](../loadoptions/setignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | | [SetIgnoreUselessShapes(bool value)](../loadoptions/setignoreuselessshapes/) | Indicates whether ignoring useless shapes. | | [SetInterruptMonitor(AbstractInterruptMonitor* value)](../loadoptions/setinterruptmonitor/) | Gets and sets the interrupt monitor. | diff --git a/english/cpp/aspose.cells/htmlloadoptions/gethyperlinkloadmode/_index.md b/english/cpp/aspose.cells/htmlloadoptions/gethyperlinkloadmode/_index.md new file mode 100644 index 00000000000..8c91d5444ee --- /dev/null +++ b/english/cpp/aspose.cells/htmlloadoptions/gethyperlinkloadmode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::GetHyperlinkLoadMode method +linktitle: GetHyperlinkLoadMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::GetHyperlinkLoadMode method. Specifies how hyperlinks are loaded when loading HTML in C++.' +type: docs +weight: 2200 +url: /cpp/aspose.cells/htmlloadoptions/gethyperlinkloadmode/ +--- +## HtmlLoadOptions::GetHyperlinkLoadMode method + + +Specifies how hyperlinks are loaded when loading HTML. + +```cpp +HyperlinkLoadMode Aspose::Cells::HtmlLoadOptions::GetHyperlinkLoadMode() +``` + +## See Also + +* Enum [HyperlinkLoadMode](../../hyperlinkloadmode/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/htmlloadoptions/sethyperlinkloadmode/_index.md b/english/cpp/aspose.cells/htmlloadoptions/sethyperlinkloadmode/_index.md new file mode 100644 index 00000000000..8f0272e639a --- /dev/null +++ b/english/cpp/aspose.cells/htmlloadoptions/sethyperlinkloadmode/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::SetHyperlinkLoadMode method +linktitle: SetHyperlinkLoadMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::SetHyperlinkLoadMode method. Specifies how hyperlinks are loaded when loading HTML in C++.' +type: docs +weight: 2300 +url: /cpp/aspose.cells/htmlloadoptions/sethyperlinkloadmode/ +--- +## HtmlLoadOptions::SetHyperlinkLoadMode method + + +Specifies how hyperlinks are loaded when loading HTML. + +```cpp +void Aspose::Cells::HtmlLoadOptions::SetHyperlinkLoadMode(HyperlinkLoadMode value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [HyperlinkLoadMode](../../hyperlinkloadmode/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/htmlofficemathoutputtype/_index.md b/english/cpp/aspose.cells/htmlofficemathoutputtype/_index.md index 902243c0473..3756d022587 100644 --- a/english/cpp/aspose.cells/htmlofficemathoutputtype/_index.md +++ b/english/cpp/aspose.cells/htmlofficemathoutputtype/_index.md @@ -4,7 +4,7 @@ linktitle: HtmlOfficeMathOutputType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::HtmlOfficeMathOutputType enum. Represents how to export OfficeMath to HTML in C++.' type: docs -weight: 22800 +weight: 23100 url: /cpp/aspose.cells/htmlofficemathoutputtype/ --- ## HtmlOfficeMathOutputType enum diff --git a/english/cpp/aspose.cells/htmltableloadoptioncollection/_impl/_index.md b/english/cpp/aspose.cells/htmltableloadoptioncollection/_impl/_index.md index 63327896b99..46174e414be 100644 --- a/english/cpp/aspose.cells/htmltableloadoptioncollection/_impl/_index.md +++ b/english/cpp/aspose.cells/htmltableloadoptioncollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::HtmlTableLoadOptionCollection::_impl field. The implementation object in C++.' type: docs -weight: 1100 +weight: 1400 url: /cpp/aspose.cells/htmltableloadoptioncollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/htmltableloadoptioncollection/_index.md b/english/cpp/aspose.cells/htmltableloadoptioncollection/_index.md index d123dc43911..a4d3d4ba357 100644 --- a/english/cpp/aspose.cells/htmltableloadoptioncollection/_index.md +++ b/english/cpp/aspose.cells/htmltableloadoptioncollection/_index.md @@ -31,8 +31,10 @@ class HtmlTableLoadOptionCollection | [Add(const U16String\& tableId, int32_t targetSheetIndex, int32_t originalSheetIndex)](./add/) | Add a [HtmlTableLoadOption](../htmltableloadoption/) to the list. | | [Add(const char16_t* tableId, int32_t targetSheetIndex, int32_t originalSheetIndex)](./add/) | Add a [HtmlTableLoadOption](../htmltableloadoption/) to the list. | | [AddTableLoadOption(const HtmlTableLoadOption\& item)](./addtableloadoption/) | Adds one [HtmlTableLoadOption](../htmltableloadoption/) into this collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [HtmlTableLoadOptionCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [HtmlTableLoadOptionCollection](./). | | [Get(int32_t index)](./get/) | Gets the [HtmlTableLoadOption](../htmltableloadoption/) element at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [GetTableToListObject()](./gettabletolistobject/) | Indicates whether generate list objects from imported tables. The default value is false. | | [HtmlTableLoadOptionCollection()](./htmltableloadoptioncollection/) | Default constructor. | | [HtmlTableLoadOptionCollection(HtmlTableLoadOptionCollection_Impl* impl)](./htmltableloadoptioncollection/) | Constructs from an implementation object. | diff --git a/english/cpp/aspose.cells/htmltableloadoptioncollection/begin/_index.md b/english/cpp/aspose.cells/htmltableloadoptioncollection/begin/_index.md new file mode 100644 index 00000000000..52cae8163ae --- /dev/null +++ b/english/cpp/aspose.cells/htmltableloadoptioncollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlTableLoadOptionCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOptionCollection::begin method. Returns an iterator to the beginning of the HtmlTableLoadOptionCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells/htmltableloadoptioncollection/begin/ +--- +## HtmlTableLoadOptionCollection::begin method + + +Returns an iterator to the beginning of the [HtmlTableLoadOptionCollection](../). + +```cpp +Iterator Aspose::Cells::HtmlTableLoadOptionCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [HtmlTableLoadOptionCollection](../). + +## See Also + +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/htmltableloadoptioncollection/end/_index.md b/english/cpp/aspose.cells/htmltableloadoptioncollection/end/_index.md new file mode 100644 index 00000000000..d95e74757e5 --- /dev/null +++ b/english/cpp/aspose.cells/htmltableloadoptioncollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlTableLoadOptionCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOptionCollection::end method. Returns an iterator to the end of the HtmlTableLoadOptionCollection in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells/htmltableloadoptioncollection/end/ +--- +## HtmlTableLoadOptionCollection::end method + + +Returns an iterator to the end of the [HtmlTableLoadOptionCollection](../). + +```cpp +Iterator Aspose::Cells::HtmlTableLoadOptionCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [HtmlTableLoadOptionCollection](../). + +## See Also + +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/htmltableloadoptioncollection/getcount/_index.md b/english/cpp/aspose.cells/htmltableloadoptioncollection/getcount/_index.md index 0ccafc763da..974747e75c7 100644 --- a/english/cpp/aspose.cells/htmltableloadoptioncollection/getcount/_index.md +++ b/english/cpp/aspose.cells/htmltableloadoptioncollection/getcount/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::HtmlTableLoadOptionCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::HtmlTableLoadOptionCollection class in C++.' +description: 'Aspose::Cells::HtmlTableLoadOptionCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs -weight: 1000 +weight: 1100 url: /cpp/aspose.cells/htmltableloadoptioncollection/getcount/ --- ## HtmlTableLoadOptionCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::HtmlTableLoadOptionCollection::GetCount() diff --git a/english/cpp/aspose.cells/htmlversion/_index.md b/english/cpp/aspose.cells/htmlversion/_index.md index 9a911f88c0d..343f2625a9b 100644 --- a/english/cpp/aspose.cells/htmlversion/_index.md +++ b/english/cpp/aspose.cells/htmlversion/_index.md @@ -4,7 +4,7 @@ linktitle: HtmlVersion second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::HtmlVersion enum. Indicates the version of HTML is used when saving to Html formats in C++.' type: docs -weight: 22900 +weight: 23200 url: /cpp/aspose.cells/htmlversion/ --- ## HtmlVersion enum diff --git a/english/cpp/aspose.cells/hyperlinkcollection/_impl/_index.md b/english/cpp/aspose.cells/hyperlinkcollection/_impl/_index.md index b561d3cd70c..438cb714b52 100644 --- a/english/cpp/aspose.cells/hyperlinkcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/hyperlinkcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::HyperlinkCollection::_impl field. The implementation object in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells/hyperlinkcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/hyperlinkcollection/_index.md b/english/cpp/aspose.cells/hyperlinkcollection/_index.md index f2ec64157c6..3be333100a3 100644 --- a/english/cpp/aspose.cells/hyperlinkcollection/_index.md +++ b/english/cpp/aspose.cells/hyperlinkcollection/_index.md @@ -26,9 +26,11 @@ class HyperlinkCollection | [Add(const char16_t* cellName, int32_t totalRows, int32_t totalColumns, const char16_t* address)](./add/) | Adds a hyperlink to a specified cell or a range of cells. | | [Add(const U16String\& startCellName, const U16String\& endCellName, const U16String\& address, const U16String\& textToDisplay, const U16String\& screenTip)](./add/) | Adds a hyperlink to a specified cell or a range of cells. | | [Add(const char16_t* startCellName, const char16_t* endCellName, const char16_t* address, const char16_t* textToDisplay, const char16_t* screenTip)](./add/) | Adds a hyperlink to a specified cell or a range of cells. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [HyperlinkCollection](./). | | [Clear()](./clear/) | Clears all hyperlinks. | +| [end()](./end/) | Returns an iterator to the end of the [HyperlinkCollection](./). | | [Get(int32_t index)](./get/) | Gets the [Hyperlink](../hyperlink/) element at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [HyperlinkCollection(HyperlinkCollection_Impl* impl)](./hyperlinkcollection/) | Constructs from an implementation object. | | [HyperlinkCollection(const HyperlinkCollection\& src)](./hyperlinkcollection/) | Copy constructor. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | diff --git a/english/cpp/aspose.cells/hyperlinkcollection/begin/_index.md b/english/cpp/aspose.cells/hyperlinkcollection/begin/_index.md new file mode 100644 index 00000000000..36db4bc161a --- /dev/null +++ b/english/cpp/aspose.cells/hyperlinkcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HyperlinkCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HyperlinkCollection::begin method. Returns an iterator to the beginning of the HyperlinkCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells/hyperlinkcollection/begin/ +--- +## HyperlinkCollection::begin method + + +Returns an iterator to the beginning of the [HyperlinkCollection](../). + +```cpp +Iterator Aspose::Cells::HyperlinkCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [HyperlinkCollection](../). + +## See Also + +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/hyperlinkcollection/end/_index.md b/english/cpp/aspose.cells/hyperlinkcollection/end/_index.md new file mode 100644 index 00000000000..9228e299eae --- /dev/null +++ b/english/cpp/aspose.cells/hyperlinkcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HyperlinkCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HyperlinkCollection::end method. Returns an iterator to the end of the HyperlinkCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells/hyperlinkcollection/end/ +--- +## HyperlinkCollection::end method + + +Returns an iterator to the end of the [HyperlinkCollection](../). + +```cpp +Iterator Aspose::Cells::HyperlinkCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [HyperlinkCollection](../). + +## See Also + +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/hyperlinkcollection/getcount/_index.md b/english/cpp/aspose.cells/hyperlinkcollection/getcount/_index.md index cb8e4e2c227..da2b17d0b5b 100644 --- a/english/cpp/aspose.cells/hyperlinkcollection/getcount/_index.md +++ b/english/cpp/aspose.cells/hyperlinkcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::HyperlinkCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::HyperlinkCollection class in C++.' +description: 'Aspose::Cells::HyperlinkCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1000 url: /cpp/aspose.cells/hyperlinkcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/hyperlinkcollection/getcount/ ## HyperlinkCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::HyperlinkCollection::GetCount() diff --git a/english/cpp/aspose.cells/hyperlinkloadmode/_index.md b/english/cpp/aspose.cells/hyperlinkloadmode/_index.md new file mode 100644 index 00000000000..0866673287e --- /dev/null +++ b/english/cpp/aspose.cells/hyperlinkloadmode/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::HyperlinkLoadMode enum +linktitle: HyperlinkLoadMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HyperlinkLoadMode enum. Specifies how hyperlinks are handled when loading HTML in C++.' +type: docs +weight: 23300 +url: /cpp/aspose.cells/hyperlinkloadmode/ +--- +## HyperlinkLoadMode enum + + +Specifies how hyperlinks are handled when loading HTML. + +```cpp +enum class HyperlinkLoadMode +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Normal | 0 |
Only the first hyperlink in a cell is loaded, subsequent ones are ignored. | +| AllowMultiple | 1 |
All hyperlinks in a cell are added to Worksheet.Hyperlinks. Note that MS Excel itself supports only one hyperlink per cell, so this option may produce files that Excel cannot fully render. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/english/cpp/aspose.cells/iconsettype/_index.md b/english/cpp/aspose.cells/iconsettype/_index.md index f6edce0ac28..62e60f5fb63 100644 --- a/english/cpp/aspose.cells/iconsettype/_index.md +++ b/english/cpp/aspose.cells/iconsettype/_index.md @@ -4,7 +4,7 @@ linktitle: IconSetType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::IconSetType enum. Icon set type for conditional formatting. The threshold values for triggering the different icons within a set are configurable, and the icon order is reversible in C++.' type: docs -weight: 23000 +weight: 23400 url: /cpp/aspose.cells/iconsettype/ --- ## IconSetType enum diff --git a/english/cpp/aspose.cells/ifilepathprovider/_index.md b/english/cpp/aspose.cells/ifilepathprovider/_index.md index 85ec4a7b766..71199eb40d7 100644 --- a/english/cpp/aspose.cells/ifilepathprovider/_index.md +++ b/english/cpp/aspose.cells/ifilepathprovider/_index.md @@ -20,7 +20,7 @@ class IFilePathProvider | Method | Description | | --- | --- | -| virtual [GetFullName(const U16String\& sheetName)](./getfullname/) | Gets the full path of the file by [Worksheet](../worksheet/) name when exporting [Worksheet](../worksheet/) to html separately. So the references among the Worksheets can be exported correctly. | +| virtual [GetFullName(const U16String\& sheetName)](./getfullname/) | Gets the full path of the file by [Worksheet](../worksheet/) name when exporting [Worksheet](../worksheet/) to HTML separately. So the references among the Worksheets can be exported correctly. | ## See Also * Namespace [Aspose::Cells](../) diff --git a/english/cpp/aspose.cells/ifilepathprovider/getfullname/_index.md b/english/cpp/aspose.cells/ifilepathprovider/getfullname/_index.md index cee9f995e32..d82cbef5826 100644 --- a/english/cpp/aspose.cells/ifilepathprovider/getfullname/_index.md +++ b/english/cpp/aspose.cells/ifilepathprovider/getfullname/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::IFilePathProvider::GetFullName method linktitle: GetFullName second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::IFilePathProvider::GetFullName method. Gets the full path of the file by Worksheet name when exporting Worksheet to html separately. So the references among the Worksheets can be exported correctly in C++.' +description: 'Aspose::Cells::IFilePathProvider::GetFullName method. Gets the full path of the file by Worksheet name when exporting Worksheet to HTML separately. So the references among the Worksheets can be exported correctly in C++.' type: docs weight: 100 url: /cpp/aspose.cells/ifilepathprovider/getfullname/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/ifilepathprovider/getfullname/ ## IFilePathProvider::GetFullName method -Gets the full path of the file by [Worksheet](../../worksheet/) name when exporting [Worksheet](../../worksheet/) to html separately. So the references among the Worksheets can be exported correctly. +Gets the full path of the file by [Worksheet](../../worksheet/) name when exporting [Worksheet](../../worksheet/) to HTML separately. So the references among the Worksheets can be exported correctly. ```cpp virtual U16String Aspose::Cells::IFilePathProvider::GetFullName(const U16String &sheetName)=0 diff --git a/english/cpp/aspose.cells/importtableoptions/_impl/_index.md b/english/cpp/aspose.cells/importtableoptions/_impl/_index.md index 25fb5250e85..4c9728d80a0 100644 --- a/english/cpp/aspose.cells/importtableoptions/_impl/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ImportTableOptions::_impl field. The implementation object in C++.' type: docs -weight: 3600 +weight: 3800 url: /cpp/aspose.cells/importtableoptions/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/importtableoptions/getcheckmergedcells/_index.md b/english/cpp/aspose.cells/importtableoptions/getcheckmergedcells/_index.md index d1e54fe71d7..27a66f6b6e6 100644 --- a/english/cpp/aspose.cells/importtableoptions/getcheckmergedcells/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/getcheckmergedcells/_index.md @@ -4,7 +4,7 @@ linktitle: GetCheckMergedCells second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ImportTableOptions::GetCheckMergedCells method. Indicates whether checking merged cells in C++.' type: docs -weight: 3400 +weight: 3600 url: /cpp/aspose.cells/importtableoptions/getcheckmergedcells/ --- ## ImportTableOptions::GetCheckMergedCells method diff --git a/english/cpp/aspose.cells/importtableoptions/getcolumnindexes/_index.md b/english/cpp/aspose.cells/importtableoptions/getcolumnindexes/_index.md index 4ef190b29da..421c4a4155c 100644 --- a/english/cpp/aspose.cells/importtableoptions/getcolumnindexes/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/getcolumnindexes/_index.md @@ -4,7 +4,7 @@ linktitle: GetColumnIndexes second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ImportTableOptions::GetColumnIndexes method. Gets or sets the columns(0-based) to import from data source. null means all columns should be imported in C++.' type: docs -weight: 2800 +weight: 3000 url: /cpp/aspose.cells/importtableoptions/getcolumnindexes/ --- ## ImportTableOptions::GetColumnIndexes method diff --git a/english/cpp/aspose.cells/importtableoptions/getdefaultvalues/_index.md b/english/cpp/aspose.cells/importtableoptions/getdefaultvalues/_index.md index 4b3865da099..85658a615d5 100644 --- a/english/cpp/aspose.cells/importtableoptions/getdefaultvalues/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/getdefaultvalues/_index.md @@ -4,7 +4,7 @@ linktitle: GetDefaultValues second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ImportTableOptions::GetDefaultValues method. Default value for the value in the table is null in C++.' type: docs -weight: 3000 +weight: 3200 url: /cpp/aspose.cells/importtableoptions/getdefaultvalues/ --- ## ImportTableOptions::GetDefaultValues method diff --git a/english/cpp/aspose.cells/importtableoptions/getisformulas/_index.md b/english/cpp/aspose.cells/importtableoptions/getisformulas/_index.md index db75197aa48..aa0d6d46268 100644 --- a/english/cpp/aspose.cells/importtableoptions/getisformulas/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/getisformulas/_index.md @@ -4,7 +4,7 @@ linktitle: GetIsFormulas second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ImportTableOptions::GetIsFormulas method. Indicates whether the data are formulas in C++.' type: docs -weight: 2200 +weight: 2400 url: /cpp/aspose.cells/importtableoptions/getisformulas/ --- ## ImportTableOptions::GetIsFormulas method diff --git a/english/cpp/aspose.cells/importtableoptions/gettotalcolumns/_index.md b/english/cpp/aspose.cells/importtableoptions/gettotalcolumns/_index.md index 9c3bde201cc..4b833aafd78 100644 --- a/english/cpp/aspose.cells/importtableoptions/gettotalcolumns/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/gettotalcolumns/_index.md @@ -4,7 +4,7 @@ linktitle: GetTotalColumns second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ImportTableOptions::GetTotalColumns method. Gets or sets total column count to import from data source. -1 means all rows of given data source in C++.' type: docs -weight: 2600 +weight: 2800 url: /cpp/aspose.cells/importtableoptions/gettotalcolumns/ --- ## ImportTableOptions::GetTotalColumns method diff --git a/english/cpp/aspose.cells/importtableoptions/gettotalrows/_index.md b/english/cpp/aspose.cells/importtableoptions/gettotalrows/_index.md index 8f1b8a42ea4..5eb293af95c 100644 --- a/english/cpp/aspose.cells/importtableoptions/gettotalrows/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/gettotalrows/_index.md @@ -4,7 +4,7 @@ linktitle: GetTotalRows second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ImportTableOptions::GetTotalRows method. Gets or sets total row count to import from data source. -1 means all rows of given data source in C++.' type: docs -weight: 2400 +weight: 2600 url: /cpp/aspose.cells/importtableoptions/gettotalrows/ --- ## ImportTableOptions::GetTotalRows method diff --git a/english/cpp/aspose.cells/importtableoptions/ishtmlstring/_index.md b/english/cpp/aspose.cells/importtableoptions/ishtmlstring/_index.md index 847c2577e1b..16e2d833e98 100644 --- a/english/cpp/aspose.cells/importtableoptions/ishtmlstring/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/ishtmlstring/_index.md @@ -4,7 +4,7 @@ linktitle: IsHtmlString second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ImportTableOptions::IsHtmlString method. Indicates whether the value contains html tags in C++.' type: docs -weight: 3200 +weight: 3400 url: /cpp/aspose.cells/importtableoptions/ishtmlstring/ --- ## ImportTableOptions::IsHtmlString method diff --git a/english/cpp/aspose.cells/importtableoptions/setcheckmergedcells/_index.md b/english/cpp/aspose.cells/importtableoptions/setcheckmergedcells/_index.md index 5bdfa84e78b..cb8c4db7781 100644 --- a/english/cpp/aspose.cells/importtableoptions/setcheckmergedcells/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/setcheckmergedcells/_index.md @@ -4,7 +4,7 @@ linktitle: SetCheckMergedCells second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ImportTableOptions::SetCheckMergedCells method. Indicates whether checking merged cells in C++.' type: docs -weight: 3500 +weight: 3700 url: /cpp/aspose.cells/importtableoptions/setcheckmergedcells/ --- ## ImportTableOptions::SetCheckMergedCells method diff --git a/english/cpp/aspose.cells/importtableoptions/setcolumnindexes/_index.md b/english/cpp/aspose.cells/importtableoptions/setcolumnindexes/_index.md index a0dfd76ff4b..4b78afe5f9b 100644 --- a/english/cpp/aspose.cells/importtableoptions/setcolumnindexes/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/setcolumnindexes/_index.md @@ -4,7 +4,7 @@ linktitle: SetColumnIndexes second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ImportTableOptions::SetColumnIndexes method. Gets or sets the columns(0-based) to import from data source. null means all columns should be imported in C++.' type: docs -weight: 2900 +weight: 3100 url: /cpp/aspose.cells/importtableoptions/setcolumnindexes/ --- ## ImportTableOptions::SetColumnIndexes method diff --git a/english/cpp/aspose.cells/importtableoptions/setdefaultvalues/_index.md b/english/cpp/aspose.cells/importtableoptions/setdefaultvalues/_index.md index deccea1428d..ff920e699f8 100644 --- a/english/cpp/aspose.cells/importtableoptions/setdefaultvalues/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/setdefaultvalues/_index.md @@ -4,7 +4,7 @@ linktitle: SetDefaultValues second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ImportTableOptions::SetDefaultValues method. Default value for the value in the table is null in C++.' type: docs -weight: 3100 +weight: 3300 url: /cpp/aspose.cells/importtableoptions/setdefaultvalues/ --- ## ImportTableOptions::SetDefaultValues method diff --git a/english/cpp/aspose.cells/importtableoptions/setisformulas/_index.md b/english/cpp/aspose.cells/importtableoptions/setisformulas/_index.md index 50ac246bb86..d363d117a33 100644 --- a/english/cpp/aspose.cells/importtableoptions/setisformulas/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/setisformulas/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsFormulas second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ImportTableOptions::SetIsFormulas method. Indicates whether the data are formulas in C++.' type: docs -weight: 2300 +weight: 2500 url: /cpp/aspose.cells/importtableoptions/setisformulas/ --- ## ImportTableOptions::SetIsFormulas method diff --git a/english/cpp/aspose.cells/importtableoptions/setishtmlstring/_index.md b/english/cpp/aspose.cells/importtableoptions/setishtmlstring/_index.md index 1125442491f..74bfdd8a253 100644 --- a/english/cpp/aspose.cells/importtableoptions/setishtmlstring/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/setishtmlstring/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsHtmlString second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ImportTableOptions::SetIsHtmlString method. Indicates whether the value contains html tags in C++.' type: docs -weight: 3300 +weight: 3500 url: /cpp/aspose.cells/importtableoptions/setishtmlstring/ --- ## ImportTableOptions::SetIsHtmlString method diff --git a/english/cpp/aspose.cells/importtableoptions/settotalcolumns/_index.md b/english/cpp/aspose.cells/importtableoptions/settotalcolumns/_index.md index 8b3a0fa2874..ae96c0dc6e4 100644 --- a/english/cpp/aspose.cells/importtableoptions/settotalcolumns/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/settotalcolumns/_index.md @@ -4,7 +4,7 @@ linktitle: SetTotalColumns second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ImportTableOptions::SetTotalColumns method. Gets or sets total column count to import from data source. -1 means all rows of given data source in C++.' type: docs -weight: 2700 +weight: 2900 url: /cpp/aspose.cells/importtableoptions/settotalcolumns/ --- ## ImportTableOptions::SetTotalColumns method diff --git a/english/cpp/aspose.cells/importtableoptions/settotalrows/_index.md b/english/cpp/aspose.cells/importtableoptions/settotalrows/_index.md index 290adb495fb..1fb11bbe1fa 100644 --- a/english/cpp/aspose.cells/importtableoptions/settotalrows/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/settotalrows/_index.md @@ -4,7 +4,7 @@ linktitle: SetTotalRows second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ImportTableOptions::SetTotalRows method. Gets or sets total row count to import from data source. -1 means all rows of given data source in C++.' type: docs -weight: 2500 +weight: 2700 url: /cpp/aspose.cells/importtableoptions/settotalrows/ --- ## ImportTableOptions::SetTotalRows method diff --git a/english/cpp/aspose.cells/jsonloadoptions/_index.md b/english/cpp/aspose.cells/jsonloadoptions/_index.md index a92d9c11065..acf9cb71972 100644 --- a/english/cpp/aspose.cells/jsonloadoptions/_index.md +++ b/english/cpp/aspose.cells/jsonloadoptions/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::JsonLoadOptions class linktitle: JsonLoadOptions second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::JsonLoadOptions class. Represents the options of loading json files in C++.' +description: 'Aspose::Cells::JsonLoadOptions class. Represents the options of loading JSON files in C++.' type: docs weight: 9500 url: /cpp/aspose.cells/jsonloadoptions/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/jsonloadoptions/ ## JsonLoadOptions class -Represents the options of loading json files. +Represents the options of loading JSON files. ```cpp class JsonLoadOptions : public Aspose::Cells::LoadOptions diff --git a/english/cpp/aspose.cells/loaddatafilteroptions/_index.md b/english/cpp/aspose.cells/loaddatafilteroptions/_index.md index 0247fc1968d..b081fec0df5 100644 --- a/english/cpp/aspose.cells/loaddatafilteroptions/_index.md +++ b/english/cpp/aspose.cells/loaddatafilteroptions/_index.md @@ -4,7 +4,7 @@ linktitle: LoadDataFilterOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::LoadDataFilterOptions enum. Represents the options to filter data when loading workbook from template in C++.' type: docs -weight: 23100 +weight: 23500 url: /cpp/aspose.cells/loaddatafilteroptions/ --- ## LoadDataFilterOptions enum diff --git a/english/cpp/aspose.cells/loadformat/_index.md b/english/cpp/aspose.cells/loadformat/_index.md index 762fbd98dcd..91ffc4cdad4 100644 --- a/english/cpp/aspose.cells/loadformat/_index.md +++ b/english/cpp/aspose.cells/loadformat/_index.md @@ -4,7 +4,7 @@ linktitle: LoadFormat second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::LoadFormat enum. Represents the load file format in C++.' type: docs -weight: 23200 +weight: 23600 url: /cpp/aspose.cells/loadformat/ --- ## LoadFormat enum diff --git a/english/cpp/aspose.cells/lookattype/_index.md b/english/cpp/aspose.cells/lookattype/_index.md index 698e2cf256e..dd12bee4216 100644 --- a/english/cpp/aspose.cells/lookattype/_index.md +++ b/english/cpp/aspose.cells/lookattype/_index.md @@ -4,7 +4,7 @@ linktitle: LookAtType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::LookAtType enum. Represents look at type in C++.' type: docs -weight: 23300 +weight: 23700 url: /cpp/aspose.cells/lookattype/ --- ## LookAtType enum diff --git a/english/cpp/aspose.cells/lookintype/_index.md b/english/cpp/aspose.cells/lookintype/_index.md index 7015f21ffdb..ab861a9e610 100644 --- a/english/cpp/aspose.cells/lookintype/_index.md +++ b/english/cpp/aspose.cells/lookintype/_index.md @@ -4,7 +4,7 @@ linktitle: LookInType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::LookInType enum. Represents look in type in C++.' type: docs -weight: 23400 +weight: 23800 url: /cpp/aspose.cells/lookintype/ --- ## LookInType enum diff --git a/english/cpp/aspose.cells/memoryfontsource/_index.md b/english/cpp/aspose.cells/memoryfontsource/_index.md index a4147c886fb..8e9640a5404 100644 --- a/english/cpp/aspose.cells/memoryfontsource/_index.md +++ b/english/cpp/aspose.cells/memoryfontsource/_index.md @@ -4,7 +4,7 @@ linktitle: MemoryFontSource second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::MemoryFontSource class. Represents the single TrueType font file stored in memory in C++.' type: docs -weight: 10300 +weight: 10400 url: /cpp/aspose.cells/memoryfontsource/ --- ## MemoryFontSource class diff --git a/english/cpp/aspose.cells/memorysetting/_index.md b/english/cpp/aspose.cells/memorysetting/_index.md index 6d43d522f13..5de8c484339 100644 --- a/english/cpp/aspose.cells/memorysetting/_index.md +++ b/english/cpp/aspose.cells/memorysetting/_index.md @@ -4,7 +4,7 @@ linktitle: MemorySetting second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::MemorySetting enum. Memory usage modes for cells data model in C++.' type: docs -weight: 23500 +weight: 23900 url: /cpp/aspose.cells/memorysetting/ --- ## MemorySetting enum diff --git a/english/cpp/aspose.cells/mergedcellsshrinktype/_index.md b/english/cpp/aspose.cells/mergedcellsshrinktype/_index.md index be0c815bb5d..33c3b377dfe 100644 --- a/english/cpp/aspose.cells/mergedcellsshrinktype/_index.md +++ b/english/cpp/aspose.cells/mergedcellsshrinktype/_index.md @@ -4,7 +4,7 @@ linktitle: MergedCellsShrinkType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::MergedCellsShrinkType enum. Represents the strategy to shrink merged cells for operations such as deleting blank rows/columns in C++.' type: docs -weight: 23600 +weight: 24000 url: /cpp/aspose.cells/mergedcellsshrinktype/ --- ## MergedCellsShrinkType enum diff --git a/english/cpp/aspose.cells/mergeemptytdtype/_index.md b/english/cpp/aspose.cells/mergeemptytdtype/_index.md index 073e3737b9f..90131c4def3 100644 --- a/english/cpp/aspose.cells/mergeemptytdtype/_index.md +++ b/english/cpp/aspose.cells/mergeemptytdtype/_index.md @@ -4,7 +4,7 @@ linktitle: MergeEmptyTdType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::MergeEmptyTdType enum. Represents the merge type for an empty TD element when exporting a file to HTML in C++.' type: docs -weight: 23700 +weight: 24100 url: /cpp/aspose.cells/mergeemptytdtype/ --- ## MergeEmptyTdType enum diff --git a/english/cpp/aspose.cells/multiplefiltercollection/_impl/_index.md b/english/cpp/aspose.cells/multiplefiltercollection/_impl/_index.md index 0dd124b059f..322769e3876 100644 --- a/english/cpp/aspose.cells/multiplefiltercollection/_impl/_index.md +++ b/english/cpp/aspose.cells/multiplefiltercollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::MultipleFilterCollection::_impl field. The implementation object in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells/multiplefiltercollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/multiplefiltercollection/_index.md b/english/cpp/aspose.cells/multiplefiltercollection/_index.md index 7cabdbbdab5..fc9cdaaf4ea 100644 --- a/english/cpp/aspose.cells/multiplefiltercollection/_index.md +++ b/english/cpp/aspose.cells/multiplefiltercollection/_index.md @@ -24,8 +24,10 @@ class MultipleFilterCollection | [Add(const char16_t* filter)](./add/) | Adds a label filter criteria. | | [Add(DateTimeGroupingType type, int32_t year, int32_t month, int32_t day)](./add/) | Adds a date filter criteria value. | | [Add(DateTimeGroupingType type, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second)](./add/) | Adds a date time filter criteria value. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [MultipleFilterCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [MultipleFilterCollection](./). | | [Get(int32_t index)](./get/) | Gets [DateTimeGroupItem](../datetimegroupitem/) or a string value. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [GetMatchBlank()](./getmatchblank/) | Indicates whether to filter by blank. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | [MultipleFilterCollection()](./multiplefiltercollection/) | Constructs one new instance. | diff --git a/english/cpp/aspose.cells/multiplefiltercollection/begin/_index.md b/english/cpp/aspose.cells/multiplefiltercollection/begin/_index.md new file mode 100644 index 00000000000..decb3ffd2c5 --- /dev/null +++ b/english/cpp/aspose.cells/multiplefiltercollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::MultipleFilterCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::MultipleFilterCollection::begin method. Returns an iterator to the beginning of the MultipleFilterCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells/multiplefiltercollection/begin/ +--- +## MultipleFilterCollection::begin method + + +Returns an iterator to the beginning of the [MultipleFilterCollection](../). + +```cpp +Iterator Aspose::Cells::MultipleFilterCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [MultipleFilterCollection](../). + +## See Also + +* Class [MultipleFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/multiplefiltercollection/end/_index.md b/english/cpp/aspose.cells/multiplefiltercollection/end/_index.md new file mode 100644 index 00000000000..49b97635962 --- /dev/null +++ b/english/cpp/aspose.cells/multiplefiltercollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::MultipleFilterCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::MultipleFilterCollection::end method. Returns an iterator to the end of the MultipleFilterCollection in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells/multiplefiltercollection/end/ +--- +## MultipleFilterCollection::end method + + +Returns an iterator to the end of the [MultipleFilterCollection](../). + +```cpp +Iterator Aspose::Cells::MultipleFilterCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [MultipleFilterCollection](../). + +## See Also + +* Class [MultipleFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/multiplefiltercollection/getcount/_index.md b/english/cpp/aspose.cells/multiplefiltercollection/getcount/_index.md index 20d32838da0..1a6ff435e95 100644 --- a/english/cpp/aspose.cells/multiplefiltercollection/getcount/_index.md +++ b/english/cpp/aspose.cells/multiplefiltercollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::MultipleFilterCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::MultipleFilterCollection class in C++.' +description: 'Aspose::Cells::MultipleFilterCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1100 url: /cpp/aspose.cells/multiplefiltercollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/multiplefiltercollection/getcount/ ## MultipleFilterCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::MultipleFilterCollection::GetCount() diff --git a/english/cpp/aspose.cells/name/_index.md b/english/cpp/aspose.cells/name/_index.md index 939df15aa4f..79cea5ef185 100644 --- a/english/cpp/aspose.cells/name/_index.md +++ b/english/cpp/aspose.cells/name/_index.md @@ -4,7 +4,7 @@ linktitle: Name second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Name class. Represents a defined name for a range of cells in C++.' type: docs -weight: 10500 +weight: 10600 url: /cpp/aspose.cells/name/ --- ## Name class diff --git a/english/cpp/aspose.cells/namecollection/_impl/_index.md b/english/cpp/aspose.cells/namecollection/_impl/_index.md index 31880f047a7..88379d66b21 100644 --- a/english/cpp/aspose.cells/namecollection/_impl/_index.md +++ b/english/cpp/aspose.cells/namecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::NameCollection::_impl field. The implementation object in C++.' type: docs -weight: 1500 +weight: 1700 url: /cpp/aspose.cells/namecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/namecollection/_index.md b/english/cpp/aspose.cells/namecollection/_index.md index 7f8107e826a..4e13970e685 100644 --- a/english/cpp/aspose.cells/namecollection/_index.md +++ b/english/cpp/aspose.cells/namecollection/_index.md @@ -4,7 +4,7 @@ linktitle: NameCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::NameCollection class. Represents a collection of all the Name objects in the spreadsheet in C++.' type: docs -weight: 10600 +weight: 10700 url: /cpp/aspose.cells/namecollection/ --- ## NameCollection class @@ -22,12 +22,14 @@ class NameCollection | --- | --- | | [Add(const U16String\& text)](./add/) | Defines a new name. | | [Add(const char16_t* text)](./add/) | Defines a new name. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [NameCollection](./). | | [Clear()](./clear/) | Remove all defined names which are not referenced by the formulas and data source. If the defined name is referred, we only set Name.ReferTo as null and hide them. | +| [end()](./end/) | Returns an iterator to the end of the [NameCollection](./). | | [Filter(NameScopeType type, int32_t sheetIndex)](./filter/) | Gets all defined name by scope. | | [Get(int32_t index)](./get/) | Gets the [Name](../name/) element at the specified index. | | [Get(const U16String\& text)](./get/) | Gets the [Name](../name/) element with the specified name. | | [Get(const char16_t* text)](./get/) | Gets the [Name](../name/) element with the specified name. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | [NameCollection(NameCollection_Impl* impl)](./namecollection/) | Constructs from an implementation object. | | [NameCollection(const NameCollection\& src)](./namecollection/) | Copy constructor. | diff --git a/english/cpp/aspose.cells/namecollection/begin/_index.md b/english/cpp/aspose.cells/namecollection/begin/_index.md new file mode 100644 index 00000000000..cfbca4221de --- /dev/null +++ b/english/cpp/aspose.cells/namecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::NameCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::NameCollection::begin method. Returns an iterator to the beginning of the NameCollection in C++.' +type: docs +weight: 1500 +url: /cpp/aspose.cells/namecollection/begin/ +--- +## NameCollection::begin method + + +Returns an iterator to the beginning of the [NameCollection](../). + +```cpp +Iterator Aspose::Cells::NameCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [NameCollection](../). + +## See Also + +* Class [NameCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/namecollection/end/_index.md b/english/cpp/aspose.cells/namecollection/end/_index.md new file mode 100644 index 00000000000..3d0b484c875 --- /dev/null +++ b/english/cpp/aspose.cells/namecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::NameCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::NameCollection::end method. Returns an iterator to the end of the NameCollection in C++.' +type: docs +weight: 1600 +url: /cpp/aspose.cells/namecollection/end/ +--- +## NameCollection::end method + + +Returns an iterator to the end of the [NameCollection](../). + +```cpp +Iterator Aspose::Cells::NameCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [NameCollection](../). + +## See Also + +* Class [NameCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/namecollection/getcount/_index.md b/english/cpp/aspose.cells/namecollection/getcount/_index.md index bd979f9d511..cd832c6d202 100644 --- a/english/cpp/aspose.cells/namecollection/getcount/_index.md +++ b/english/cpp/aspose.cells/namecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::NameCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::NameCollection class in C++.' +description: 'Aspose::Cells::NameCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1400 url: /cpp/aspose.cells/namecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/namecollection/getcount/ ## NameCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::NameCollection::GetCount() diff --git a/english/cpp/aspose.cells/namescopetype/_index.md b/english/cpp/aspose.cells/namescopetype/_index.md index db5b659edc1..a896dc5e124 100644 --- a/english/cpp/aspose.cells/namescopetype/_index.md +++ b/english/cpp/aspose.cells/namescopetype/_index.md @@ -4,7 +4,7 @@ linktitle: NameScopeType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::NameScopeType enum. Represents the scope type of defined names in C++.' type: docs -weight: 23800 +weight: 24200 url: /cpp/aspose.cells/namescopetype/ --- ## NameScopeType enum diff --git a/english/cpp/aspose.cells/negativebarformat/_index.md b/english/cpp/aspose.cells/negativebarformat/_index.md index 0ec93bcdf4f..eacb4e236c9 100644 --- a/english/cpp/aspose.cells/negativebarformat/_index.md +++ b/english/cpp/aspose.cells/negativebarformat/_index.md @@ -4,7 +4,7 @@ linktitle: NegativeBarFormat second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::NegativeBarFormat class. Represents the color settings of the data bars for negative values that are defined by a data bar conditional formatting rule in C++.' type: docs -weight: 10700 +weight: 10800 url: /cpp/aspose.cells/negativebarformat/ --- ## NegativeBarFormat class diff --git a/english/cpp/aspose.cells/numbercategorytype/_index.md b/english/cpp/aspose.cells/numbercategorytype/_index.md index cf3fc8ae8f9..25081ab11c7 100644 --- a/english/cpp/aspose.cells/numbercategorytype/_index.md +++ b/english/cpp/aspose.cells/numbercategorytype/_index.md @@ -4,7 +4,7 @@ linktitle: NumberCategoryType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::NumberCategoryType enum. Represents category type of cell''s number formatting in C++.' type: docs -weight: 23900 +weight: 24300 url: /cpp/aspose.cells/numbercategorytype/ --- ## NumberCategoryType enum diff --git a/english/cpp/aspose.cells/numbertype/_index.md b/english/cpp/aspose.cells/numbertype/_index.md index 46433b4c24b..ece8e68821e 100644 --- a/english/cpp/aspose.cells/numbertype/_index.md +++ b/english/cpp/aspose.cells/numbertype/_index.md @@ -4,7 +4,7 @@ linktitle: NumberType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::NumberType enum. Represents the type of the number in C++.' type: docs -weight: 24100 +weight: 24500 url: /cpp/aspose.cells/numbertype/ --- ## NumberType enum diff --git a/english/cpp/aspose.cells/object/_index.md b/english/cpp/aspose.cells/object/_index.md index abd32525a16..3aa4314115a 100644 --- a/english/cpp/aspose.cells/object/_index.md +++ b/english/cpp/aspose.cells/object/_index.md @@ -4,7 +4,7 @@ linktitle: Object second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Object class. Object class in C++.' type: docs -weight: 10800 +weight: 10900 url: /cpp/aspose.cells/object/ --- ## Object class diff --git a/english/cpp/aspose.cells/objecttype/_index.md b/english/cpp/aspose.cells/objecttype/_index.md index 19dfdb41dfb..9bcc6b984e1 100644 --- a/english/cpp/aspose.cells/objecttype/_index.md +++ b/english/cpp/aspose.cells/objecttype/_index.md @@ -4,7 +4,7 @@ linktitle: ObjectType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ObjectType enum. Represents the type of the object in C++.' type: docs -weight: 24000 +weight: 24400 url: /cpp/aspose.cells/objecttype/ --- ## ObjectType enum diff --git a/english/cpp/aspose.cells/ofdsaveoptions/_impl/_index.md b/english/cpp/aspose.cells/ofdsaveoptions/_impl/_index.md new file mode 100644 index 00000000000..36b461cf885 --- /dev/null +++ b/english/cpp/aspose.cells/ofdsaveoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::OfdSaveOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::OfdSaveOptions::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /cpp/aspose.cells/ofdsaveoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +OfdSaveOptions_Impl* Aspose::Cells::OfdSaveOptions::_impl +``` + +## See Also + +* Class [OfdSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/ofdsaveoptions/_index.md b/english/cpp/aspose.cells/ofdsaveoptions/_index.md new file mode 100644 index 00000000000..39d60c184c8 --- /dev/null +++ b/english/cpp/aspose.cells/ofdsaveoptions/_index.md @@ -0,0 +1,116 @@ +--- +title: Aspose::Cells::OfdSaveOptions class +linktitle: OfdSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::OfdSaveOptions class. Represents the options for saving a OFD(Open Fixed-layout Document) file in C++.' +type: docs +weight: 11200 +url: /cpp/aspose.cells/ofdsaveoptions/ +--- +## OfdSaveOptions class + + +Represents the options for saving a OFD(Open Fixed-layout Document) file. + +```cpp +class OfdSaveOptions : public Aspose::Cells::PaginatedSaveOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAllColumnsInOnePagePerSheet()](../paginatedsaveoptions/getallcolumnsinonepagepersheet/) | 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. | +| [GetCachedFileFolder()](../saveoptions/getcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [GetCheckExcelRestriction()](../saveoptions/getcheckexcelrestriction/) | 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, it will be truncated. | +| [GetCheckFontCompatibility()](../paginatedsaveoptions/getcheckfontcompatibility/) | Indicates whether to check font compatibility for every character in text. | +| [GetCheckWorkbookDefaultFont()](../paginatedsaveoptions/getcheckworkbookdefaultfont/) | 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. | +| [GetClearData()](../saveoptions/getcleardata/) | Make the workbook empty after saving the file. | +| [GetCreateDirectory()](../saveoptions/getcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [GetCustomRenderSettings()](../paginatedsaveoptions/getcustomrendersettings/) | Gets or sets custom settings during rendering. | +| [GetDefaultEditLanguage()](../paginatedsaveoptions/getdefaulteditlanguage/) | Gets or sets default edit language. | +| [GetDefaultFont()](../paginatedsaveoptions/getdefaultfont/) | 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. | +| [GetDrawObjectEventHandler()](../paginatedsaveoptions/getdrawobjecteventhandler/) | Implements this interface to get DrawObject and Bound when rendering. | +| [GetEmfRenderSetting()](../paginatedsaveoptions/getemfrendersetting/) | Setting for rendering Emf metafile. | +| [GetEncryptDocumentProperties()](../saveoptions/getencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [GetGridlineColor()](../paginatedsaveoptions/getgridlinecolor/) | Gets or sets gridline color. | +| [GetGridlineType()](../paginatedsaveoptions/getgridlinetype/) | Gets or sets gridline type. | +| [GetIgnoreError()](../paginatedsaveoptions/getignoreerror/) | Indicates if you need to hide the error while rendering. The error can be error in shape, image, chart rendering, etc. | +| [GetMergeAreas()](../saveoptions/getmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [GetOnePagePerSheet()](../paginatedsaveoptions/getonepagepersheet/) | 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. | +| [GetOutputBlankPageWhenNothingToPrint()](../paginatedsaveoptions/getoutputblankpagewhennothingtoprint/) | Indicates whether to output a blank page when there is nothing to print. | +| [GetPageCount()](../paginatedsaveoptions/getpagecount/) | Gets or sets the number of pages to save. | +| [GetPageIndex()](../paginatedsaveoptions/getpageindex/) | Gets or sets the 0-based index of the first page to save. | +| [GetPageSavingCallback()](../paginatedsaveoptions/getpagesavingcallback/) | Control/Indicate progress of page saving process. | +| [GetPrintingPageType()](../paginatedsaveoptions/getprintingpagetype/) | Indicates which pages will not be printed. | +| [GetRefreshChartCache()](../saveoptions/getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [GetSaveFormat()](../saveoptions/getsaveformat/) | Gets the save file format. | +| [GetSheetSet()](../paginatedsaveoptions/getsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | +| [GetSortExternalNames()](../saveoptions/getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [GetSortNames()](../saveoptions/getsortnames/) | Indicates whether sorting defined names before saving file. | +| [GetTextCrossType()](../paginatedsaveoptions/gettextcrosstype/) | Gets or sets displaying text type when the text width is larger than cell width. | +| [GetUpdateSmartArt()](../saveoptions/getupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [GetValidateMergedAreas()](../saveoptions/getvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [GetWarningCallback()](../saveoptions/getwarningcallback/) | Gets or sets warning callback. | +| [IsFontSubstitutionCharGranularity()](../paginatedsaveoptions/isfontsubstitutionchargranularity/) | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [OfdSaveOptions()](./ofdsaveoptions/) | Creates the options for saving OFD file. | +| [OfdSaveOptions(OfdSaveOptions_Impl* impl)](./ofdsaveoptions/) | Constructs from an implementation object. | +| [OfdSaveOptions(const OfdSaveOptions\& src)](./ofdsaveoptions/) | Copy constructor. | +| [OfdSaveOptions(const PaginatedSaveOptions\& src)](./ofdsaveoptions/) | Constructs from a parent object. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const OfdSaveOptions\& src)](./operator_asm/) | operator= | +| [operator=(const PaginatedSaveOptions\& src)](../paginatedsaveoptions/operator_asm/) | operator= | +| [operator=(const SaveOptions\& src)](../saveoptions/operator_asm/) | operator= | +| [PaginatedSaveOptions(PaginatedSaveOptions_Impl* impl)](../paginatedsaveoptions/paginatedsaveoptions/) | Constructs from an implementation object. | +| [PaginatedSaveOptions(const PaginatedSaveOptions\& src)](../paginatedsaveoptions/paginatedsaveoptions/) | Copy constructor. | +| [PaginatedSaveOptions(const SaveOptions\& src)](../paginatedsaveoptions/paginatedsaveoptions/) | Constructs from a parent object. | +| [SaveOptions(SaveOptions_Impl* impl)](../saveoptions/saveoptions/) | Constructs from an implementation object. | +| [SaveOptions(const SaveOptions\& src)](../saveoptions/saveoptions/) | Copy constructor. | +| [SetAllColumnsInOnePagePerSheet(bool value)](../paginatedsaveoptions/setallcolumnsinonepagepersheet/) | 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. | +| [SetCachedFileFolder(const U16String\& value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCachedFileFolder(const char16_t* value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCheckExcelRestriction(bool value)](../saveoptions/setcheckexcelrestriction/) | 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, it will be truncated. | +| [SetCheckFontCompatibility(bool value)](../paginatedsaveoptions/setcheckfontcompatibility/) | Indicates whether to check font compatibility for every character in text. | +| [SetCheckWorkbookDefaultFont(bool value)](../paginatedsaveoptions/setcheckworkbookdefaultfont/) | 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. | +| [SetClearData(bool value)](../saveoptions/setcleardata/) | Make the workbook empty after saving the file. | +| [SetCreateDirectory(bool value)](../saveoptions/setcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [SetCustomRenderSettings(const CustomRenderSettings\& value)](../paginatedsaveoptions/setcustomrendersettings/) | Gets or sets custom settings during rendering. | +| [SetDefaultEditLanguage(DefaultEditLanguage value)](../paginatedsaveoptions/setdefaulteditlanguage/) | Gets or sets default edit language. | +| [SetDefaultFont(const U16String\& value)](../paginatedsaveoptions/setdefaultfont/) | 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. | +| [SetDefaultFont(const char16_t* value)](../paginatedsaveoptions/setdefaultfont/) | 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. | +| [SetDrawObjectEventHandler(DrawObjectEventHandler* value)](../paginatedsaveoptions/setdrawobjecteventhandler/) | Implements this interface to get DrawObject and Bound when rendering. | +| [SetEmfRenderSetting(EmfRenderSetting value)](../paginatedsaveoptions/setemfrendersetting/) | Setting for rendering Emf metafile. | +| [SetEncryptDocumentProperties(bool value)](../saveoptions/setencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [SetGridlineColor(const Aspose::Cells::Color\& value)](../paginatedsaveoptions/setgridlinecolor/) | Gets or sets gridline color. | +| [SetGridlineType(GridlineType value)](../paginatedsaveoptions/setgridlinetype/) | Gets or sets gridline type. | +| [SetIgnoreError(bool value)](../paginatedsaveoptions/setignoreerror/) | Indicates if you need to hide the error while rendering. The error can be error in shape, image, chart rendering, etc. | +| [SetIsFontSubstitutionCharGranularity(bool value)](../paginatedsaveoptions/setisfontsubstitutionchargranularity/) | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. | +| [SetMergeAreas(bool value)](../saveoptions/setmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [SetOnePagePerSheet(bool value)](../paginatedsaveoptions/setonepagepersheet/) | 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. | +| [SetOutputBlankPageWhenNothingToPrint(bool value)](../paginatedsaveoptions/setoutputblankpagewhennothingtoprint/) | Indicates whether to output a blank page when there is nothing to print. | +| [SetPageCount(int32_t value)](../paginatedsaveoptions/setpagecount/) | Gets or sets the number of pages to save. | +| [SetPageIndex(int32_t value)](../paginatedsaveoptions/setpageindex/) | Gets or sets the 0-based index of the first page to save. | +| [SetPageSavingCallback(IPageSavingCallback* value)](../paginatedsaveoptions/setpagesavingcallback/) | Control/Indicate progress of page saving process. | +| [SetPrintingPageType(PrintingPageType value)](../paginatedsaveoptions/setprintingpagetype/) | Indicates which pages will not be printed. | +| [SetRefreshChartCache(bool value)](../saveoptions/setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [SetSheetSet(const SheetSet\& value)](../paginatedsaveoptions/setsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | +| [SetSortExternalNames(bool value)](../saveoptions/setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [SetSortNames(bool value)](../saveoptions/setsortnames/) | Indicates whether sorting defined names before saving file. | +| [SetTextCrossType(TextCrossType value)](../paginatedsaveoptions/settextcrosstype/) | Gets or sets displaying text type when the text width is larger than cell width. | +| [SetUpdateSmartArt(bool value)](../saveoptions/setupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [SetValidateMergedAreas(bool value)](../saveoptions/setvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [SetWarningCallback(IWarningCallback* value)](../saveoptions/setwarningcallback/) | Gets or sets warning callback. | +| [~OfdSaveOptions()](./~ofdsaveoptions/) | Destructor. | +| [~PaginatedSaveOptions()](../paginatedsaveoptions/~paginatedsaveoptions/) | Destructor. | +| [~SaveOptions()](../saveoptions/~saveoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [PaginatedSaveOptions](../paginatedsaveoptions/) +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/english/cpp/aspose.cells/ofdsaveoptions/isnull/_index.md b/english/cpp/aspose.cells/ofdsaveoptions/isnull/_index.md new file mode 100644 index 00000000000..2d7e5036a96 --- /dev/null +++ b/english/cpp/aspose.cells/ofdsaveoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::OfdSaveOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::OfdSaveOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /cpp/aspose.cells/ofdsaveoptions/isnull/ +--- +## OfdSaveOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::OfdSaveOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [OfdSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/ofdsaveoptions/ofdsaveoptions/_index.md b/english/cpp/aspose.cells/ofdsaveoptions/ofdsaveoptions/_index.md new file mode 100644 index 00000000000..789e1a6974f --- /dev/null +++ b/english/cpp/aspose.cells/ofdsaveoptions/ofdsaveoptions/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::OfdSaveOptions::OfdSaveOptions constructor +linktitle: OfdSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::OfdSaveOptions::OfdSaveOptions constructor. Creates the options for saving OFD file in C++.' +type: docs +weight: 100 +url: /cpp/aspose.cells/ofdsaveoptions/ofdsaveoptions/ +--- +## OfdSaveOptions::OfdSaveOptions() constructor + + +Creates the options for saving OFD file. + +```cpp +Aspose::Cells::OfdSaveOptions::OfdSaveOptions() +``` + +## See Also + +* Class [OfdSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## OfdSaveOptions::OfdSaveOptions(OfdSaveOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::OfdSaveOptions::OfdSaveOptions(OfdSaveOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [OfdSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## OfdSaveOptions::OfdSaveOptions(const OfdSaveOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::OfdSaveOptions::OfdSaveOptions(const OfdSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [OfdSaveOptions](../) +* Class [OfdSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## OfdSaveOptions::OfdSaveOptions(const PaginatedSaveOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::OfdSaveOptions::OfdSaveOptions(const PaginatedSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [PaginatedSaveOptions](../../paginatedsaveoptions/) +* Class [OfdSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/ofdsaveoptions/operator_asm/_index.md b/english/cpp/aspose.cells/ofdsaveoptions/operator_asm/_index.md new file mode 100644 index 00000000000..4c59f6f123e --- /dev/null +++ b/english/cpp/aspose.cells/ofdsaveoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::OfdSaveOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::OfdSaveOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /cpp/aspose.cells/ofdsaveoptions/operator_asm/ +--- +## OfdSaveOptions::operator= method + + +operator= + +```cpp +OfdSaveOptions & Aspose::Cells::OfdSaveOptions::operator=(const OfdSaveOptions &src) +``` + +## See Also + +* Class [OfdSaveOptions](../) +* Class [Vector](../../vector/) +* Class [OfdSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/ofdsaveoptions/operator_bool/_index.md b/english/cpp/aspose.cells/ofdsaveoptions/operator_bool/_index.md new file mode 100644 index 00000000000..18dca9bb8c1 --- /dev/null +++ b/english/cpp/aspose.cells/ofdsaveoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::OfdSaveOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::OfdSaveOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /cpp/aspose.cells/ofdsaveoptions/operator_bool/ +--- +## OfdSaveOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::OfdSaveOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [OfdSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/ofdsaveoptions/~ofdsaveoptions/_index.md b/english/cpp/aspose.cells/ofdsaveoptions/~ofdsaveoptions/_index.md new file mode 100644 index 00000000000..c483bef45e7 --- /dev/null +++ b/english/cpp/aspose.cells/ofdsaveoptions/~ofdsaveoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::OfdSaveOptions::~OfdSaveOptions method +linktitle: ~OfdSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::OfdSaveOptions::~OfdSaveOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /cpp/aspose.cells/ofdsaveoptions/~ofdsaveoptions/ +--- +## OfdSaveOptions::~OfdSaveOptions method + + +Destructor. + +```cpp +Aspose::Cells::OfdSaveOptions::~OfdSaveOptions() +``` + +## See Also + +* Class [OfdSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/ooxmlcompliance/_index.md b/english/cpp/aspose.cells/ooxmlcompliance/_index.md index a53672d32f3..193d684dc98 100644 --- a/english/cpp/aspose.cells/ooxmlcompliance/_index.md +++ b/english/cpp/aspose.cells/ooxmlcompliance/_index.md @@ -4,7 +4,7 @@ linktitle: OoxmlCompliance second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlCompliance enum. Allows to specify which OOXML specification will be used when saving in the Xlsx format in C++.' type: docs -weight: 24200 +weight: 24600 url: /cpp/aspose.cells/ooxmlcompliance/ --- ## OoxmlCompliance enum diff --git a/english/cpp/aspose.cells/ooxmlcompressiontype/_index.md b/english/cpp/aspose.cells/ooxmlcompressiontype/_index.md index f42853ba70a..9b164e8f65f 100644 --- a/english/cpp/aspose.cells/ooxmlcompressiontype/_index.md +++ b/english/cpp/aspose.cells/ooxmlcompressiontype/_index.md @@ -4,7 +4,7 @@ linktitle: OoxmlCompressionType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlCompressionType enum. The Ooxml compression type in C++.' type: docs -weight: 24300 +weight: 24700 url: /cpp/aspose.cells/ooxmlcompressiontype/ --- ## OoxmlCompressionType enum diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/_index.md index 050f1989e2d..4692213d8d8 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/_index.md @@ -4,7 +4,7 @@ linktitle: OoxmlSaveOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions class. Represents the options of saving office open xml file in C++.' type: docs -weight: 11200 +weight: 11300 url: /cpp/aspose.cells/ooxmlsaveoptions/ --- ## OoxmlSaveOptions class diff --git a/english/cpp/aspose.cells/operatortype/_index.md b/english/cpp/aspose.cells/operatortype/_index.md index 43fb142c40c..fd2d124693b 100644 --- a/english/cpp/aspose.cells/operatortype/_index.md +++ b/english/cpp/aspose.cells/operatortype/_index.md @@ -4,7 +4,7 @@ linktitle: OperatorType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OperatorType enum. Represents the operator type of conditional format and data validation in C++.' type: docs -weight: 24400 +weight: 24800 url: /cpp/aspose.cells/operatortype/ --- ## OperatorType enum diff --git a/english/cpp/aspose.cells/outline/_index.md b/english/cpp/aspose.cells/outline/_index.md index 8171e239d58..1f714a7e995 100644 --- a/english/cpp/aspose.cells/outline/_index.md +++ b/english/cpp/aspose.cells/outline/_index.md @@ -4,7 +4,7 @@ linktitle: Outline second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Outline class. Represents an outline on a worksheet in C++.' type: docs -weight: 11200 +weight: 11400 url: /cpp/aspose.cells/outline/ --- ## Outline class diff --git a/english/cpp/aspose.cells/pagelayoutalignmenttype/_index.md b/english/cpp/aspose.cells/pagelayoutalignmenttype/_index.md index fddb75ad1c3..035d45a158c 100644 --- a/english/cpp/aspose.cells/pagelayoutalignmenttype/_index.md +++ b/english/cpp/aspose.cells/pagelayoutalignmenttype/_index.md @@ -4,7 +4,7 @@ linktitle: PageLayoutAlignmentType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PageLayoutAlignmentType enum. Enumerates page layout alignment types in C++.' type: docs -weight: 24500 +weight: 24900 url: /cpp/aspose.cells/pagelayoutalignmenttype/ --- ## PageLayoutAlignmentType enum diff --git a/english/cpp/aspose.cells/pageorientationtype/_index.md b/english/cpp/aspose.cells/pageorientationtype/_index.md index 2b19ffe6515..9cc12af1793 100644 --- a/english/cpp/aspose.cells/pageorientationtype/_index.md +++ b/english/cpp/aspose.cells/pageorientationtype/_index.md @@ -4,7 +4,7 @@ linktitle: PageOrientationType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PageOrientationType enum. Represents print orientation constants in C++.' type: docs -weight: 24600 +weight: 25000 url: /cpp/aspose.cells/pageorientationtype/ --- ## PageOrientationType enum diff --git a/english/cpp/aspose.cells/pagesetup/_index.md b/english/cpp/aspose.cells/pagesetup/_index.md index c8322dff3a0..df9ea5e83bb 100644 --- a/english/cpp/aspose.cells/pagesetup/_index.md +++ b/english/cpp/aspose.cells/pagesetup/_index.md @@ -4,7 +4,7 @@ linktitle: PageSetup second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PageSetup class. Encapsulates the object that represents the page setup description. The PageSetup object contains all page setup options in C++.' type: docs -weight: 11300 +weight: 11500 url: /cpp/aspose.cells/pagesetup/ --- ## PageSetup class diff --git a/english/cpp/aspose.cells/paginatedsaveoptions/_index.md b/english/cpp/aspose.cells/paginatedsaveoptions/_index.md index 1302cf63dff..47e652377fb 100644 --- a/english/cpp/aspose.cells/paginatedsaveoptions/_index.md +++ b/english/cpp/aspose.cells/paginatedsaveoptions/_index.md @@ -4,7 +4,7 @@ linktitle: PaginatedSaveOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PaginatedSaveOptions class. Represents the options for pagination in C++.' type: docs -weight: 11500 +weight: 11600 url: /cpp/aspose.cells/paginatedsaveoptions/ --- ## PaginatedSaveOptions class diff --git a/english/cpp/aspose.cells/panecollection/_index.md b/english/cpp/aspose.cells/panecollection/_index.md index adaac07fb80..eb5a7c5290d 100644 --- a/english/cpp/aspose.cells/panecollection/_index.md +++ b/english/cpp/aspose.cells/panecollection/_index.md @@ -4,7 +4,7 @@ linktitle: PaneCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PaneCollection class. Represents all Pane objects shown in the specified window in C++.' type: docs -weight: 11500 +weight: 11700 url: /cpp/aspose.cells/panecollection/ --- ## PaneCollection class diff --git a/english/cpp/aspose.cells/panestatetype/_index.md b/english/cpp/aspose.cells/panestatetype/_index.md index 8eab0e19edf..c48d0d7ad4e 100644 --- a/english/cpp/aspose.cells/panestatetype/_index.md +++ b/english/cpp/aspose.cells/panestatetype/_index.md @@ -4,7 +4,7 @@ linktitle: PaneStateType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PaneStateType enum. Represents state of the sheet''s pane in C++.' type: docs -weight: 24700 +weight: 25100 url: /cpp/aspose.cells/panestatetype/ --- ## PaneStateType enum diff --git a/english/cpp/aspose.cells/papersizetype/_index.md b/english/cpp/aspose.cells/papersizetype/_index.md index d2d280cee66..35d1482297b 100644 --- a/english/cpp/aspose.cells/papersizetype/_index.md +++ b/english/cpp/aspose.cells/papersizetype/_index.md @@ -4,7 +4,7 @@ linktitle: PaperSizeType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PaperSizeType enum. Represents paper size constants in C++.' type: docs -weight: 24800 +weight: 25200 url: /cpp/aspose.cells/papersizetype/ --- ## PaperSizeType enum diff --git a/english/cpp/aspose.cells/parametertype/_index.md b/english/cpp/aspose.cells/parametertype/_index.md index 15800eaf983..ceb2aa9a99a 100644 --- a/english/cpp/aspose.cells/parametertype/_index.md +++ b/english/cpp/aspose.cells/parametertype/_index.md @@ -4,7 +4,7 @@ linktitle: ParameterType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ParameterType enum. Represents all parameters'' type or return value type of function in C++.' type: docs -weight: 24900 +weight: 25300 url: /cpp/aspose.cells/parametertype/ --- ## ParameterType enum diff --git a/english/cpp/aspose.cells/pasteoperationtype/_index.md b/english/cpp/aspose.cells/pasteoperationtype/_index.md index 08a36ba7645..86be97fab94 100644 --- a/english/cpp/aspose.cells/pasteoperationtype/_index.md +++ b/english/cpp/aspose.cells/pasteoperationtype/_index.md @@ -4,7 +4,7 @@ linktitle: PasteOperationType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PasteOperationType enum. Represents the operation type when pasting a range in C++.' type: docs -weight: 25000 +weight: 25400 url: /cpp/aspose.cells/pasteoperationtype/ --- ## PasteOperationType enum diff --git a/english/cpp/aspose.cells/pasteoptions/_impl/_index.md b/english/cpp/aspose.cells/pasteoptions/_impl/_index.md index 9c5852f5ae4..6471c0a7aab 100644 --- a/english/cpp/aspose.cells/pasteoptions/_impl/_index.md +++ b/english/cpp/aspose.cells/pasteoptions/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PasteOptions::_impl field. The implementation object in C++.' type: docs -weight: 1800 +weight: 2200 url: /cpp/aspose.cells/pasteoptions/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/pasteoptions/_index.md b/english/cpp/aspose.cells/pasteoptions/_index.md index ac46c27b483..37cc25e4f8c 100644 --- a/english/cpp/aspose.cells/pasteoptions/_index.md +++ b/english/cpp/aspose.cells/pasteoptions/_index.md @@ -4,7 +4,7 @@ linktitle: PasteOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PasteOptions class. Represents the paste special options in C++.' type: docs -weight: 11700 +weight: 11800 url: /cpp/aspose.cells/pasteoptions/ --- ## PasteOptions class diff --git a/english/cpp/aspose.cells/pasteoptions/getignorelinkstooriginalfile/_index.md b/english/cpp/aspose.cells/pasteoptions/getignorelinkstooriginalfile/_index.md index f35ba968e2b..3ef0175eca4 100644 --- a/english/cpp/aspose.cells/pasteoptions/getignorelinkstooriginalfile/_index.md +++ b/english/cpp/aspose.cells/pasteoptions/getignorelinkstooriginalfile/_index.md @@ -4,7 +4,7 @@ linktitle: GetIgnoreLinksToOriginalFile second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PasteOptions::GetIgnoreLinksToOriginalFile method. Ingore links to the original file in C++.' type: docs -weight: 1600 +weight: 2000 url: /cpp/aspose.cells/pasteoptions/getignorelinkstooriginalfile/ --- ## PasteOptions::GetIgnoreLinksToOriginalFile method diff --git a/english/cpp/aspose.cells/pasteoptions/getkeepoldtables/_index.md b/english/cpp/aspose.cells/pasteoptions/getkeepoldtables/_index.md index b298881937c..dc85062044f 100644 --- a/english/cpp/aspose.cells/pasteoptions/getkeepoldtables/_index.md +++ b/english/cpp/aspose.cells/pasteoptions/getkeepoldtables/_index.md @@ -4,7 +4,7 @@ linktitle: GetKeepOldTables second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PasteOptions::GetKeepOldTables method. Keeps the tables in the destination range in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells/pasteoptions/getkeepoldtables/ --- ## PasteOptions::GetKeepOldTables method diff --git a/english/cpp/aspose.cells/pasteoptions/getonlyvisiblecells/_index.md b/english/cpp/aspose.cells/pasteoptions/getonlyvisiblecells/_index.md index 28f958e76d3..1fdd38ed319 100644 --- a/english/cpp/aspose.cells/pasteoptions/getonlyvisiblecells/_index.md +++ b/english/cpp/aspose.cells/pasteoptions/getonlyvisiblecells/_index.md @@ -4,7 +4,7 @@ linktitle: GetOnlyVisibleCells second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PasteOptions::GetOnlyVisibleCells method. True means only copying visible cells in C++.' type: docs -weight: 1000 +weight: 1400 url: /cpp/aspose.cells/pasteoptions/getonlyvisiblecells/ --- ## PasteOptions::GetOnlyVisibleCells method diff --git a/english/cpp/aspose.cells/pasteoptions/getoperationtype/_index.md b/english/cpp/aspose.cells/pasteoptions/getoperationtype/_index.md index b7716ed6aa7..57901b8c9a7 100644 --- a/english/cpp/aspose.cells/pasteoptions/getoperationtype/_index.md +++ b/english/cpp/aspose.cells/pasteoptions/getoperationtype/_index.md @@ -4,7 +4,7 @@ linktitle: GetOperationType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PasteOptions::GetOperationType method. Gets and sets the operation type when pasting range in C++.' type: docs -weight: 1400 +weight: 1800 url: /cpp/aspose.cells/pasteoptions/getoperationtype/ --- ## PasteOptions::GetOperationType method diff --git a/english/cpp/aspose.cells/pasteoptions/gettranspose/_index.md b/english/cpp/aspose.cells/pasteoptions/gettranspose/_index.md index bb68a4cf33a..d60dd1c863e 100644 --- a/english/cpp/aspose.cells/pasteoptions/gettranspose/_index.md +++ b/english/cpp/aspose.cells/pasteoptions/gettranspose/_index.md @@ -4,7 +4,7 @@ linktitle: GetTranspose second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PasteOptions::GetTranspose method. True to transpose rows and columns when the range is pasted. The default value is False in C++.' type: docs -weight: 1200 +weight: 1600 url: /cpp/aspose.cells/pasteoptions/gettranspose/ --- ## PasteOptions::GetTranspose method diff --git a/english/cpp/aspose.cells/pasteoptions/setignorelinkstooriginalfile/_index.md b/english/cpp/aspose.cells/pasteoptions/setignorelinkstooriginalfile/_index.md index de6b485e585..dc97184cfac 100644 --- a/english/cpp/aspose.cells/pasteoptions/setignorelinkstooriginalfile/_index.md +++ b/english/cpp/aspose.cells/pasteoptions/setignorelinkstooriginalfile/_index.md @@ -4,7 +4,7 @@ linktitle: SetIgnoreLinksToOriginalFile second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PasteOptions::SetIgnoreLinksToOriginalFile method. Ingore links to the original file in C++.' type: docs -weight: 1700 +weight: 2100 url: /cpp/aspose.cells/pasteoptions/setignorelinkstooriginalfile/ --- ## PasteOptions::SetIgnoreLinksToOriginalFile method diff --git a/english/cpp/aspose.cells/pasteoptions/setkeepoldtables/_index.md b/english/cpp/aspose.cells/pasteoptions/setkeepoldtables/_index.md index ff5092c3f75..c60649ed44e 100644 --- a/english/cpp/aspose.cells/pasteoptions/setkeepoldtables/_index.md +++ b/english/cpp/aspose.cells/pasteoptions/setkeepoldtables/_index.md @@ -4,7 +4,7 @@ linktitle: SetKeepOldTables second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PasteOptions::SetKeepOldTables method. Keeps the tables in the destination range in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells/pasteoptions/setkeepoldtables/ --- ## PasteOptions::SetKeepOldTables method diff --git a/english/cpp/aspose.cells/pasteoptions/setonlyvisiblecells/_index.md b/english/cpp/aspose.cells/pasteoptions/setonlyvisiblecells/_index.md index 9856aa5fd69..96b5f70a5f8 100644 --- a/english/cpp/aspose.cells/pasteoptions/setonlyvisiblecells/_index.md +++ b/english/cpp/aspose.cells/pasteoptions/setonlyvisiblecells/_index.md @@ -4,7 +4,7 @@ linktitle: SetOnlyVisibleCells second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PasteOptions::SetOnlyVisibleCells method. True means only copying visible cells in C++.' type: docs -weight: 1100 +weight: 1500 url: /cpp/aspose.cells/pasteoptions/setonlyvisiblecells/ --- ## PasteOptions::SetOnlyVisibleCells method diff --git a/english/cpp/aspose.cells/pasteoptions/setoperationtype/_index.md b/english/cpp/aspose.cells/pasteoptions/setoperationtype/_index.md index 7bc795295a2..87571cfef06 100644 --- a/english/cpp/aspose.cells/pasteoptions/setoperationtype/_index.md +++ b/english/cpp/aspose.cells/pasteoptions/setoperationtype/_index.md @@ -4,7 +4,7 @@ linktitle: SetOperationType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PasteOptions::SetOperationType method. Gets and sets the operation type when pasting range in C++.' type: docs -weight: 1500 +weight: 1900 url: /cpp/aspose.cells/pasteoptions/setoperationtype/ --- ## PasteOptions::SetOperationType method diff --git a/english/cpp/aspose.cells/pasteoptions/settranspose/_index.md b/english/cpp/aspose.cells/pasteoptions/settranspose/_index.md index d757369e4ab..73eadd58839 100644 --- a/english/cpp/aspose.cells/pasteoptions/settranspose/_index.md +++ b/english/cpp/aspose.cells/pasteoptions/settranspose/_index.md @@ -4,7 +4,7 @@ linktitle: SetTranspose second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PasteOptions::SetTranspose method. True to transpose rows and columns when the range is pasted. The default value is False in C++.' type: docs -weight: 1300 +weight: 1700 url: /cpp/aspose.cells/pasteoptions/settranspose/ --- ## PasteOptions::SetTranspose method diff --git a/english/cpp/aspose.cells/pastetype/_index.md b/english/cpp/aspose.cells/pastetype/_index.md index dfd0b90d1f5..6026037a58d 100644 --- a/english/cpp/aspose.cells/pastetype/_index.md +++ b/english/cpp/aspose.cells/pastetype/_index.md @@ -4,7 +4,7 @@ linktitle: PasteType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PasteType enum. Represents the paste special type in C++.' type: docs -weight: 25000 +weight: 25500 url: /cpp/aspose.cells/pastetype/ --- ## PasteType enum diff --git a/english/cpp/aspose.cells/pclsaveoptions/_index.md b/english/cpp/aspose.cells/pclsaveoptions/_index.md index 1eac88977a5..1c1318e1b94 100644 --- a/english/cpp/aspose.cells/pclsaveoptions/_index.md +++ b/english/cpp/aspose.cells/pclsaveoptions/_index.md @@ -4,7 +4,7 @@ linktitle: PclSaveOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PclSaveOptions class. Represents the options for saving a Pcl file in C++.' type: docs -weight: 11800 +weight: 11900 url: /cpp/aspose.cells/pclsaveoptions/ --- ## PclSaveOptions class @@ -64,7 +64,7 @@ class PclSaveOptions : public Aspose::Cells::PaginatedSaveOptions | [PaginatedSaveOptions(PaginatedSaveOptions_Impl* impl)](../paginatedsaveoptions/paginatedsaveoptions/) | Constructs from an implementation object. | | [PaginatedSaveOptions(const PaginatedSaveOptions\& src)](../paginatedsaveoptions/paginatedsaveoptions/) | Copy constructor. | | [PaginatedSaveOptions(const SaveOptions\& src)](../paginatedsaveoptions/paginatedsaveoptions/) | Constructs from a parent object. | -| [PclSaveOptions()](./pclsaveoptions/) | Creates the options for saving pdf file. | +| [PclSaveOptions()](./pclsaveoptions/) | Creates the options for saving pcl file. | | [PclSaveOptions(PclSaveOptions_Impl* impl)](./pclsaveoptions/) | Constructs from an implementation object. | | [PclSaveOptions(const PclSaveOptions\& src)](./pclsaveoptions/) | Copy constructor. | | [PclSaveOptions(const PaginatedSaveOptions\& src)](./pclsaveoptions/) | Constructs from a parent object. | diff --git a/english/cpp/aspose.cells/pclsaveoptions/pclsaveoptions/_index.md b/english/cpp/aspose.cells/pclsaveoptions/pclsaveoptions/_index.md index ec9441a3dee..ed3159fb10f 100644 --- a/english/cpp/aspose.cells/pclsaveoptions/pclsaveoptions/_index.md +++ b/english/cpp/aspose.cells/pclsaveoptions/pclsaveoptions/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::PclSaveOptions::PclSaveOptions constructor linktitle: PclSaveOptions second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::PclSaveOptions::PclSaveOptions constructor. Creates the options for saving pdf file in C++.' +description: 'Aspose::Cells::PclSaveOptions::PclSaveOptions constructor. Creates the options for saving pcl file in C++.' type: docs weight: 100 url: /cpp/aspose.cells/pclsaveoptions/pclsaveoptions/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/pclsaveoptions/pclsaveoptions/ ## PclSaveOptions::PclSaveOptions() constructor -Creates the options for saving pdf file. +Creates the options for saving pcl file. ```cpp Aspose::Cells::PclSaveOptions::PclSaveOptions() diff --git a/english/cpp/aspose.cells/pdfsaveoptions/_index.md b/english/cpp/aspose.cells/pdfsaveoptions/_index.md index cd867ea5224..9ef7e68bb6b 100644 --- a/english/cpp/aspose.cells/pdfsaveoptions/_index.md +++ b/english/cpp/aspose.cells/pdfsaveoptions/_index.md @@ -4,7 +4,7 @@ linktitle: PdfSaveOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PdfSaveOptions class. Represents the options for saving pdf file in C++.' type: docs -weight: 11900 +weight: 12000 url: /cpp/aspose.cells/pdfsaveoptions/ --- ## PdfSaveOptions class diff --git a/english/cpp/aspose.cells/pptxsaveoptions/_index.md b/english/cpp/aspose.cells/pptxsaveoptions/_index.md index edb7ed4ab28..3df7967e8b3 100644 --- a/english/cpp/aspose.cells/pptxsaveoptions/_index.md +++ b/english/cpp/aspose.cells/pptxsaveoptions/_index.md @@ -4,7 +4,7 @@ linktitle: PptxSaveOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PptxSaveOptions class. Represents the pptx save options in C++.' type: docs -weight: 12000 +weight: 12100 url: /cpp/aspose.cells/pptxsaveoptions/ --- ## PptxSaveOptions class diff --git a/english/cpp/aspose.cells/printcommentstype/_index.md b/english/cpp/aspose.cells/printcommentstype/_index.md index c30db8df97b..dfb930eece7 100644 --- a/english/cpp/aspose.cells/printcommentstype/_index.md +++ b/english/cpp/aspose.cells/printcommentstype/_index.md @@ -4,7 +4,7 @@ linktitle: PrintCommentsType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PrintCommentsType enum. Represents the way comments are printed with the sheet in C++.' type: docs -weight: 25200 +weight: 25600 url: /cpp/aspose.cells/printcommentstype/ --- ## PrintCommentsType enum diff --git a/english/cpp/aspose.cells/printerrorstype/_index.md b/english/cpp/aspose.cells/printerrorstype/_index.md index 519f41ef971..b8ffa6519a8 100644 --- a/english/cpp/aspose.cells/printerrorstype/_index.md +++ b/english/cpp/aspose.cells/printerrorstype/_index.md @@ -4,7 +4,7 @@ linktitle: PrintErrorsType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PrintErrorsType enum. Represents print errors constants in C++.' type: docs -weight: 25300 +weight: 25700 url: /cpp/aspose.cells/printerrorstype/ --- ## PrintErrorsType enum diff --git a/english/cpp/aspose.cells/printingpagetype/_index.md b/english/cpp/aspose.cells/printingpagetype/_index.md index 52b4567489b..a3791b3f67a 100644 --- a/english/cpp/aspose.cells/printingpagetype/_index.md +++ b/english/cpp/aspose.cells/printingpagetype/_index.md @@ -4,7 +4,7 @@ linktitle: PrintingPageType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PrintingPageType enum. Indicates which pages will not be printed in C++.' type: docs -weight: 25400 +weight: 25800 url: /cpp/aspose.cells/printingpagetype/ --- ## PrintingPageType enum diff --git a/english/cpp/aspose.cells/printordertype/_index.md b/english/cpp/aspose.cells/printordertype/_index.md index 10ca2d0ce88..e4279429232 100644 --- a/english/cpp/aspose.cells/printordertype/_index.md +++ b/english/cpp/aspose.cells/printordertype/_index.md @@ -4,7 +4,7 @@ linktitle: PrintOrderType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PrintOrderType enum. Represent print order constants in C++.' type: docs -weight: 25500 +weight: 25900 url: /cpp/aspose.cells/printordertype/ --- ## PrintOrderType enum diff --git a/english/cpp/aspose.cells/printsizetype/_index.md b/english/cpp/aspose.cells/printsizetype/_index.md index 9ea3c2eb789..bc19951b316 100644 --- a/english/cpp/aspose.cells/printsizetype/_index.md +++ b/english/cpp/aspose.cells/printsizetype/_index.md @@ -4,7 +4,7 @@ linktitle: PrintSizeType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PrintSizeType enum. Represents the printed chart size in C++.' type: docs -weight: 25600 +weight: 26000 url: /cpp/aspose.cells/printsizetype/ --- ## PrintSizeType enum diff --git a/english/cpp/aspose.cells/protectedrange/_index.md b/english/cpp/aspose.cells/protectedrange/_index.md index 2af7a4ed518..eaf35936c82 100644 --- a/english/cpp/aspose.cells/protectedrange/_index.md +++ b/english/cpp/aspose.cells/protectedrange/_index.md @@ -4,7 +4,7 @@ linktitle: ProtectedRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ProtectedRange class. A specified range to be allowed to edit when the sheet protection is ON in C++.' type: docs -weight: 12000 +weight: 12200 url: /cpp/aspose.cells/protectedrange/ --- ## ProtectedRange class diff --git a/english/cpp/aspose.cells/protectedrangecollection/_impl/_index.md b/english/cpp/aspose.cells/protectedrangecollection/_impl/_index.md index 4f92535e456..40d8e8f7f7a 100644 --- a/english/cpp/aspose.cells/protectedrangecollection/_impl/_index.md +++ b/english/cpp/aspose.cells/protectedrangecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ProtectedRangeCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells/protectedrangecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/protectedrangecollection/_index.md b/english/cpp/aspose.cells/protectedrangecollection/_index.md index b8205b27822..0ddd0238de6 100644 --- a/english/cpp/aspose.cells/protectedrangecollection/_index.md +++ b/english/cpp/aspose.cells/protectedrangecollection/_index.md @@ -4,7 +4,7 @@ linktitle: ProtectedRangeCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ProtectedRangeCollection class. Encapsulates a collection of ProtectedRange objects in C++.' type: docs -weight: 12100 +weight: 12300 url: /cpp/aspose.cells/protectedrangecollection/ --- ## ProtectedRangeCollection class @@ -22,8 +22,10 @@ class ProtectedRangeCollection | --- | --- | | [Add(const U16String\& name, int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn)](./add/) | Adds a [ProtectedRange](../protectedrange/) item to the collection. | | [Add(const char16_t* name, int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn)](./add/) | Adds a [ProtectedRange](../protectedrange/) item to the collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ProtectedRangeCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [ProtectedRangeCollection](./). | | [Get(int32_t index)](./get/) | Gets the [ProtectedRange](../protectedrange/) element at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const ProtectedRangeCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/protectedrangecollection/begin/_index.md b/english/cpp/aspose.cells/protectedrangecollection/begin/_index.md new file mode 100644 index 00000000000..b3b0ac0207f --- /dev/null +++ b/english/cpp/aspose.cells/protectedrangecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ProtectedRangeCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ProtectedRangeCollection::begin method. Returns an iterator to the beginning of the ProtectedRangeCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells/protectedrangecollection/begin/ +--- +## ProtectedRangeCollection::begin method + + +Returns an iterator to the beginning of the [ProtectedRangeCollection](../). + +```cpp +Iterator Aspose::Cells::ProtectedRangeCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ProtectedRangeCollection](../). + +## See Also + +* Class [ProtectedRangeCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/protectedrangecollection/end/_index.md b/english/cpp/aspose.cells/protectedrangecollection/end/_index.md new file mode 100644 index 00000000000..e8b04da3dae --- /dev/null +++ b/english/cpp/aspose.cells/protectedrangecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ProtectedRangeCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ProtectedRangeCollection::end method. Returns an iterator to the end of the ProtectedRangeCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/protectedrangecollection/end/ +--- +## ProtectedRangeCollection::end method + + +Returns an iterator to the end of the [ProtectedRangeCollection](../). + +```cpp +Iterator Aspose::Cells::ProtectedRangeCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ProtectedRangeCollection](../). + +## See Also + +* Class [ProtectedRangeCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/protectedrangecollection/getcount/_index.md b/english/cpp/aspose.cells/protectedrangecollection/getcount/_index.md index 26b97187f36..3174e282aec 100644 --- a/english/cpp/aspose.cells/protectedrangecollection/getcount/_index.md +++ b/english/cpp/aspose.cells/protectedrangecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::ProtectedRangeCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::ProtectedRangeCollection class in C++.' +description: 'Aspose::Cells::ProtectedRangeCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells/protectedrangecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/protectedrangecollection/getcount/ ## ProtectedRangeCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::ProtectedRangeCollection::GetCount() diff --git a/english/cpp/aspose.cells/protection/_index.md b/english/cpp/aspose.cells/protection/_index.md index c66fa172a92..2c3a1c9abe9 100644 --- a/english/cpp/aspose.cells/protection/_index.md +++ b/english/cpp/aspose.cells/protection/_index.md @@ -4,7 +4,7 @@ linktitle: Protection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Protection class. Represents the various types of protection options available for a worksheet in C++.' type: docs -weight: 12200 +weight: 12400 url: /cpp/aspose.cells/protection/ --- ## Protection class diff --git a/english/cpp/aspose.cells/protectiontype/_index.md b/english/cpp/aspose.cells/protectiontype/_index.md index c8046841ad9..6da55b7ba92 100644 --- a/english/cpp/aspose.cells/protectiontype/_index.md +++ b/english/cpp/aspose.cells/protectiontype/_index.md @@ -4,7 +4,7 @@ linktitle: ProtectionType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ProtectionType enum. Represents workbook/worksheet protection type in C++.' type: docs -weight: 25700 +weight: 26100 url: /cpp/aspose.cells/protectiontype/ --- ## ProtectionType enum diff --git a/english/cpp/aspose.cells/querytable/_index.md b/english/cpp/aspose.cells/querytable/_index.md index 7d1bc03b079..36be13a9fab 100644 --- a/english/cpp/aspose.cells/querytable/_index.md +++ b/english/cpp/aspose.cells/querytable/_index.md @@ -4,7 +4,7 @@ linktitle: QueryTable second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTable class. Represents QueryTable information in C++.' type: docs -weight: 12300 +weight: 12500 url: /cpp/aspose.cells/querytable/ --- ## QueryTable class diff --git a/english/cpp/aspose.cells/querytablecollection/_impl/_index.md b/english/cpp/aspose.cells/querytablecollection/_impl/_index.md index feed522ca89..ce42fd83e0a 100644 --- a/english/cpp/aspose.cells/querytablecollection/_impl/_index.md +++ b/english/cpp/aspose.cells/querytablecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTableCollection::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 1000 url: /cpp/aspose.cells/querytablecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/querytablecollection/_index.md b/english/cpp/aspose.cells/querytablecollection/_index.md index 434f8da77c8..a857144cfcf 100644 --- a/english/cpp/aspose.cells/querytablecollection/_index.md +++ b/english/cpp/aspose.cells/querytablecollection/_index.md @@ -4,7 +4,7 @@ linktitle: QueryTableCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::QueryTableCollection class. A collection of QueryTableCollection objects that represent QueryTable collection information in C++.' type: docs -weight: 12400 +weight: 12600 url: /cpp/aspose.cells/querytablecollection/ --- ## QueryTableCollection class @@ -20,8 +20,10 @@ class QueryTableCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [QueryTableCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [QueryTableCollection](./). | | [Get(int32_t index)](./get/) | Gets the querytable by the specific index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const QueryTableCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/querytablecollection/begin/_index.md b/english/cpp/aspose.cells/querytablecollection/begin/_index.md new file mode 100644 index 00000000000..b0b9b2ca516 --- /dev/null +++ b/english/cpp/aspose.cells/querytablecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTableCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTableCollection::begin method. Returns an iterator to the beginning of the QueryTableCollection in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells/querytablecollection/begin/ +--- +## QueryTableCollection::begin method + + +Returns an iterator to the beginning of the [QueryTableCollection](../). + +```cpp +Iterator Aspose::Cells::QueryTableCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [QueryTableCollection](../). + +## See Also + +* Class [QueryTableCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/querytablecollection/end/_index.md b/english/cpp/aspose.cells/querytablecollection/end/_index.md new file mode 100644 index 00000000000..0a86663edf4 --- /dev/null +++ b/english/cpp/aspose.cells/querytablecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTableCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTableCollection::end method. Returns an iterator to the end of the QueryTableCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells/querytablecollection/end/ +--- +## QueryTableCollection::end method + + +Returns an iterator to the end of the [QueryTableCollection](../). + +```cpp +Iterator Aspose::Cells::QueryTableCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [QueryTableCollection](../). + +## See Also + +* Class [QueryTableCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/querytablecollection/getcount/_index.md b/english/cpp/aspose.cells/querytablecollection/getcount/_index.md index ae90408cef9..4f19bc1038e 100644 --- a/english/cpp/aspose.cells/querytablecollection/getcount/_index.md +++ b/english/cpp/aspose.cells/querytablecollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::QueryTableCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::QueryTableCollection class in C++.' +description: 'Aspose::Cells::QueryTableCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 700 url: /cpp/aspose.cells/querytablecollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/querytablecollection/getcount/ ## QueryTableCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::QueryTableCollection::GetCount() diff --git a/english/cpp/aspose.cells/range/_impl/_index.md b/english/cpp/aspose.cells/range/_impl/_index.md index 907de1489d7..b177874c700 100644 --- a/english/cpp/aspose.cells/range/_impl/_index.md +++ b/english/cpp/aspose.cells/range/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Range::_impl field. The implementation object in C++.' type: docs -weight: 6300 +weight: 6500 url: /cpp/aspose.cells/range/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/range/_index.md b/english/cpp/aspose.cells/range/_index.md index 72d0890655e..9f85cd36646 100644 --- a/english/cpp/aspose.cells/range/_index.md +++ b/english/cpp/aspose.cells/range/_index.md @@ -4,7 +4,7 @@ linktitle: Range second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Range class. Encapsulates the object that represents a range of cells within a spreadsheet in C++.' type: docs -weight: 12500 +weight: 12700 url: /cpp/aspose.cells/range/ --- ## Range class @@ -25,6 +25,7 @@ class Range | [ApplyStyle(const Style\& style, const StyleFlag\& flag)](./applystyle/) | Applies formats for a whole range. | | [AutoFill(const Range\& target)](./autofill/) | Automaticall fill the target range. | | [AutoFill(const Range\& target, AutoFillType autoFillType)](./autofill/) | Automaticall fill the target range. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [Range](./). | | [Clear()](./clear/) | Clears this range. | | [ClearComments()](./clearcomments/) | Clears the comments of this range. | | [ClearContents()](./clearcontents/) | Clears the contents of this range. | @@ -35,6 +36,7 @@ class Range | [CopyData(const Range\& range)](./copydata/) | Copies cell data (including formulas) from a source range. | | [CopyStyle(const Range\& range)](./copystyle/) | Copies style settings from a source range. | | [CopyValue(const Range\& range)](./copyvalue/) | Copies cell value from a source range. | +| [end()](./end/) | Returns an iterator to the end of the [Range](./). | | [Get(int32_t rowOffset, int32_t columnOffset)](./get/) | Gets [Cell](../cell/) object in this range. | | [GetAddress()](./getaddress/) | Gets address of the range. | | [GetCellOrNull(int32_t rowOffset, int32_t columnOffset)](./getcellornull/) | Gets [Cell](../cell/) object or null in this range. | diff --git a/english/cpp/aspose.cells/range/begin/_index.md b/english/cpp/aspose.cells/range/begin/_index.md new file mode 100644 index 00000000000..cc46ed2126a --- /dev/null +++ b/english/cpp/aspose.cells/range/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Range::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Range::begin method. Returns an iterator to the beginning of the Range in C++.' +type: docs +weight: 6300 +url: /cpp/aspose.cells/range/begin/ +--- +## Range::begin method + + +Returns an iterator to the beginning of the [Range](../). + +```cpp +Iterator Aspose::Cells::Range::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [Range](../). + +## See Also + +* Class [Range](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/range/end/_index.md b/english/cpp/aspose.cells/range/end/_index.md new file mode 100644 index 00000000000..478443d3a61 --- /dev/null +++ b/english/cpp/aspose.cells/range/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Range::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Range::end method. Returns an iterator to the end of the Range in C++.' +type: docs +weight: 6400 +url: /cpp/aspose.cells/range/end/ +--- +## Range::end method + + +Returns an iterator to the end of the [Range](../). + +```cpp +Iterator Aspose::Cells::Range::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [Range](../). + +## See Also + +* Class [Range](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/rangecollection/_impl/_index.md b/english/cpp/aspose.cells/rangecollection/_impl/_index.md index c903dbf1dca..1f5c3f290b4 100644 --- a/english/cpp/aspose.cells/rangecollection/_impl/_index.md +++ b/english/cpp/aspose.cells/rangecollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::RangeCollection::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells/rangecollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/rangecollection/_index.md b/english/cpp/aspose.cells/rangecollection/_index.md index 50396dd4ad5..671cc8fd63f 100644 --- a/english/cpp/aspose.cells/rangecollection/_index.md +++ b/english/cpp/aspose.cells/rangecollection/_index.md @@ -4,7 +4,7 @@ linktitle: RangeCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::RangeCollection class. Encapsulates a collection of Range objects in C++.' type: docs -weight: 12700 +weight: 12800 url: /cpp/aspose.cells/rangecollection/ --- ## RangeCollection class @@ -22,8 +22,10 @@ class RangeCollection | --- | --- | | [Add(const Range\& range)](./add/) | **(Deprecated)** Adds a [Range](../range/) item to the collection. | | [AddRange(const Range\& range)](./addrange/) | Adds a [Range](../range/) item to the collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [RangeCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [RangeCollection](./). | | [Get(int32_t index)](./get/) | Gets the [Range](../range/) element at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const RangeCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/rangecollection/begin/_index.md b/english/cpp/aspose.cells/rangecollection/begin/_index.md new file mode 100644 index 00000000000..3d625f8f25d --- /dev/null +++ b/english/cpp/aspose.cells/rangecollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::RangeCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::RangeCollection::begin method. Returns an iterator to the beginning of the RangeCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/rangecollection/begin/ +--- +## RangeCollection::begin method + + +Returns an iterator to the beginning of the [RangeCollection](../). + +```cpp +Iterator Aspose::Cells::RangeCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [RangeCollection](../). + +## See Also + +* Class [RangeCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/rangecollection/end/_index.md b/english/cpp/aspose.cells/rangecollection/end/_index.md new file mode 100644 index 00000000000..450b919cbd7 --- /dev/null +++ b/english/cpp/aspose.cells/rangecollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::RangeCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::RangeCollection::end method. Returns an iterator to the end of the RangeCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells/rangecollection/end/ +--- +## RangeCollection::end method + + +Returns an iterator to the end of the [RangeCollection](../). + +```cpp +Iterator Aspose::Cells::RangeCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [RangeCollection](../). + +## See Also + +* Class [RangeCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/rangecollection/getcount/_index.md b/english/cpp/aspose.cells/rangecollection/getcount/_index.md index 2ad13b69086..946cdb30ca7 100644 --- a/english/cpp/aspose.cells/rangecollection/getcount/_index.md +++ b/english/cpp/aspose.cells/rangecollection/getcount/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::RangeCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::RangeCollection class in C++.' +description: 'Aspose::Cells::RangeCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs -weight: 800 +weight: 900 url: /cpp/aspose.cells/rangecollection/getcount/ --- ## RangeCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::RangeCollection::GetCount() diff --git a/english/cpp/aspose.cells/referredarea/_index.md b/english/cpp/aspose.cells/referredarea/_index.md index b6f1c0a506b..673d809443e 100644 --- a/english/cpp/aspose.cells/referredarea/_index.md +++ b/english/cpp/aspose.cells/referredarea/_index.md @@ -4,7 +4,7 @@ linktitle: ReferredArea second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ReferredArea class. Represents a referred area by the formula in C++.' type: docs -weight: 12700 +weight: 12900 url: /cpp/aspose.cells/referredarea/ --- ## ReferredArea class diff --git a/english/cpp/aspose.cells/referredareacollection/_impl/_index.md b/english/cpp/aspose.cells/referredareacollection/_impl/_index.md index a5b9f057b74..03982f62a53 100644 --- a/english/cpp/aspose.cells/referredareacollection/_impl/_index.md +++ b/english/cpp/aspose.cells/referredareacollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ReferredAreaCollection::_impl field. The implementation object in C++.' type: docs -weight: 800 +weight: 1000 url: /cpp/aspose.cells/referredareacollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/referredareacollection/_index.md b/english/cpp/aspose.cells/referredareacollection/_index.md index fe4b0a0fa4b..be3bf44d236 100644 --- a/english/cpp/aspose.cells/referredareacollection/_index.md +++ b/english/cpp/aspose.cells/referredareacollection/_index.md @@ -4,7 +4,7 @@ linktitle: ReferredAreaCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ReferredAreaCollection class. Represents all referred cells and areas in C++.' type: docs -weight: 12800 +weight: 13000 url: /cpp/aspose.cells/referredareacollection/ --- ## ReferredAreaCollection class @@ -20,8 +20,10 @@ class ReferredAreaCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ReferredAreaCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [ReferredAreaCollection](./). | | [Get(int32_t index)](./get/) | | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const ReferredAreaCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/referredareacollection/begin/_index.md b/english/cpp/aspose.cells/referredareacollection/begin/_index.md new file mode 100644 index 00000000000..a0ecd6f9f09 --- /dev/null +++ b/english/cpp/aspose.cells/referredareacollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ReferredAreaCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ReferredAreaCollection::begin method. Returns an iterator to the beginning of the ReferredAreaCollection in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells/referredareacollection/begin/ +--- +## ReferredAreaCollection::begin method + + +Returns an iterator to the beginning of the [ReferredAreaCollection](../). + +```cpp +Iterator Aspose::Cells::ReferredAreaCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ReferredAreaCollection](../). + +## See Also + +* Class [ReferredAreaCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/referredareacollection/end/_index.md b/english/cpp/aspose.cells/referredareacollection/end/_index.md new file mode 100644 index 00000000000..92113e54017 --- /dev/null +++ b/english/cpp/aspose.cells/referredareacollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ReferredAreaCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ReferredAreaCollection::end method. Returns an iterator to the end of the ReferredAreaCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells/referredareacollection/end/ +--- +## ReferredAreaCollection::end method + + +Returns an iterator to the end of the [ReferredAreaCollection](../). + +```cpp +Iterator Aspose::Cells::ReferredAreaCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ReferredAreaCollection](../). + +## See Also + +* Class [ReferredAreaCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/referredareacollection/getcount/_index.md b/english/cpp/aspose.cells/referredareacollection/getcount/_index.md index 69ba17ee924..489d3f068a7 100644 --- a/english/cpp/aspose.cells/referredareacollection/getcount/_index.md +++ b/english/cpp/aspose.cells/referredareacollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::ReferredAreaCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::ReferredAreaCollection class in C++.' +description: 'Aspose::Cells::ReferredAreaCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 700 url: /cpp/aspose.cells/referredareacollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/referredareacollection/getcount/ ## ReferredAreaCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::ReferredAreaCollection::GetCount() diff --git a/english/cpp/aspose.cells/renamestrategy/_index.md b/english/cpp/aspose.cells/renamestrategy/_index.md index 973c7331370..540852dfcd6 100644 --- a/english/cpp/aspose.cells/renamestrategy/_index.md +++ b/english/cpp/aspose.cells/renamestrategy/_index.md @@ -4,7 +4,7 @@ linktitle: RenameStrategy second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::RenameStrategy enum. Strategy option for duplicate names of columns in C++.' type: docs -weight: 25800 +weight: 26200 url: /cpp/aspose.cells/renamestrategy/ --- ## RenameStrategy enum diff --git a/english/cpp/aspose.cells/replaceoptions/_index.md b/english/cpp/aspose.cells/replaceoptions/_index.md index f1b1d0dbf85..9e33425bff3 100644 --- a/english/cpp/aspose.cells/replaceoptions/_index.md +++ b/english/cpp/aspose.cells/replaceoptions/_index.md @@ -4,7 +4,7 @@ linktitle: ReplaceOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ReplaceOptions class. Represent the replace options in C++.' type: docs -weight: 12900 +weight: 13100 url: /cpp/aspose.cells/replaceoptions/ --- ## ReplaceOptions class diff --git a/english/cpp/aspose.cells/resourceloadingtype/_index.md b/english/cpp/aspose.cells/resourceloadingtype/_index.md index 7f243e85aa6..fbd26bf2ea5 100644 --- a/english/cpp/aspose.cells/resourceloadingtype/_index.md +++ b/english/cpp/aspose.cells/resourceloadingtype/_index.md @@ -4,7 +4,7 @@ linktitle: ResourceLoadingType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ResourceLoadingType enum. Represents how to loading the linked resource in C++.' type: docs -weight: 25900 +weight: 26300 url: /cpp/aspose.cells/resourceloadingtype/ --- ## ResourceLoadingType enum diff --git a/english/cpp/aspose.cells/row/_impl/_index.md b/english/cpp/aspose.cells/row/_impl/_index.md index 4b529630048..0f8195eee40 100644 --- a/english/cpp/aspose.cells/row/_impl/_index.md +++ b/english/cpp/aspose.cells/row/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Row::_impl field. The implementation object in C++.' type: docs -weight: 3200 +weight: 3400 url: /cpp/aspose.cells/row/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/row/_index.md b/english/cpp/aspose.cells/row/_index.md index 8f226df1a76..ce2fabf4fc3 100644 --- a/english/cpp/aspose.cells/row/_index.md +++ b/english/cpp/aspose.cells/row/_index.md @@ -4,7 +4,7 @@ linktitle: Row second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Row class. Represents a single row in a worksheet in C++.' type: docs -weight: 13000 +weight: 13200 url: /cpp/aspose.cells/row/ --- ## Row class @@ -21,7 +21,9 @@ class Row | Method | Description | | --- | --- | | [ApplyStyle(const Style\& style, const StyleFlag\& flag)](./applystyle/) | Applies formats for a whole row. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [Row](./). | | [CopySettings(const Row\& source, bool checkStyle)](./copysettings/) | Copy settings of row, such as style, height, visibility, ...etc. | +| [end()](./end/) | Returns an iterator to the end of the [Row](./). | | [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Checks whether this object refers to the same row with another. | | [Equals(const Row\& row)](./equals/) | Checks whether this object refers to the same row with another row object. | | [Get(int32_t column)](./get/) | Gets the cell. | diff --git a/english/cpp/aspose.cells/row/begin/_index.md b/english/cpp/aspose.cells/row/begin/_index.md new file mode 100644 index 00000000000..246e717eacd --- /dev/null +++ b/english/cpp/aspose.cells/row/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Row::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Row::begin method. Returns an iterator to the beginning of the Row in C++.' +type: docs +weight: 3200 +url: /cpp/aspose.cells/row/begin/ +--- +## Row::begin method + + +Returns an iterator to the beginning of the [Row](../). + +```cpp +Iterator Aspose::Cells::Row::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [Row](../). + +## See Also + +* Class [Row](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/row/end/_index.md b/english/cpp/aspose.cells/row/end/_index.md new file mode 100644 index 00000000000..0c398466e9a --- /dev/null +++ b/english/cpp/aspose.cells/row/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Row::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Row::end method. Returns an iterator to the end of the Row in C++.' +type: docs +weight: 3300 +url: /cpp/aspose.cells/row/end/ +--- +## Row::end method + + +Returns an iterator to the end of the [Row](../). + +```cpp +Iterator Aspose::Cells::Row::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [Row](../). + +## See Also + +* Class [Row](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/rowcollection/_impl/_index.md b/english/cpp/aspose.cells/rowcollection/_impl/_index.md index 7459d560dda..5b8656b7e15 100644 --- a/english/cpp/aspose.cells/rowcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/rowcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::RowCollection::_impl field. The implementation object in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells/rowcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/rowcollection/_index.md b/english/cpp/aspose.cells/rowcollection/_index.md index da9e7b7b0d3..28d33da018b 100644 --- a/english/cpp/aspose.cells/rowcollection/_index.md +++ b/english/cpp/aspose.cells/rowcollection/_index.md @@ -4,7 +4,7 @@ linktitle: RowCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::RowCollection class. Collects the Row objects that represent the individual rows in a worksheet in C++.' type: docs -weight: 13100 +weight: 13300 url: /cpp/aspose.cells/rowcollection/ --- ## RowCollection class @@ -20,7 +20,9 @@ class RowCollection | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the [RowCollection](./). | | [Clear()](./clear/) | Clear all rows and cells. | +| [end()](./end/) | Returns an iterator to the end of the [RowCollection](./). | | [Get(int32_t rowIndex)](./get/) | Gets a [Row](../row/) object by given row index. The [Row](../row/) object of given row index will be instantiated if it does not exist before. | | [GetCount()](./getcount/) | Gets the number of rows in this collection. | | [GetEnumerator()](./getenumerator/) | Gets an enumerator that iterates rows through this collection. | diff --git a/english/cpp/aspose.cells/rowcollection/begin/_index.md b/english/cpp/aspose.cells/rowcollection/begin/_index.md new file mode 100644 index 00000000000..5bc75fcf955 --- /dev/null +++ b/english/cpp/aspose.cells/rowcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::RowCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::RowCollection::begin method. Returns an iterator to the beginning of the RowCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells/rowcollection/begin/ +--- +## RowCollection::begin method + + +Returns an iterator to the beginning of the [RowCollection](../). + +```cpp +Iterator Aspose::Cells::RowCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [RowCollection](../). + +## See Also + +* Class [RowCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/rowcollection/end/_index.md b/english/cpp/aspose.cells/rowcollection/end/_index.md new file mode 100644 index 00000000000..8660b1c6dac --- /dev/null +++ b/english/cpp/aspose.cells/rowcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::RowCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::RowCollection::end method. Returns an iterator to the end of the RowCollection in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells/rowcollection/end/ +--- +## RowCollection::end method + + +Returns an iterator to the end of the [RowCollection](../). + +```cpp +Iterator Aspose::Cells::RowCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [RowCollection](../). + +## See Also + +* Class [RowCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/saveformat/_index.md b/english/cpp/aspose.cells/saveformat/_index.md index 0e2e4940a6d..aea64e83a5d 100644 --- a/english/cpp/aspose.cells/saveformat/_index.md +++ b/english/cpp/aspose.cells/saveformat/_index.md @@ -4,7 +4,7 @@ linktitle: SaveFormat second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::SaveFormat enum. Represents the format in which the workbook is saved in C++.' type: docs -weight: 26000 +weight: 26400 url: /cpp/aspose.cells/saveformat/ --- ## SaveFormat enum @@ -69,6 +69,7 @@ enum class SaveFormat | Epub | 772 |
Represents Epub file. | | Azw3 | 773 |
Represents Azw3 file. | | Pcl | 1025 |
PCL (Printer Command Language) | +| Ofd | 1026 |
OFD (Open Fixed-layout Document) | | Dbf | 515 |
Xbase Data file. | ## See Also diff --git a/english/cpp/aspose.cells/saveoptions/_index.md b/english/cpp/aspose.cells/saveoptions/_index.md index 72e2134bab6..8430704e0c6 100644 --- a/english/cpp/aspose.cells/saveoptions/_index.md +++ b/english/cpp/aspose.cells/saveoptions/_index.md @@ -4,7 +4,7 @@ linktitle: SaveOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::SaveOptions class. Represents all save options in C++.' type: docs -weight: 13300 +weight: 13400 url: /cpp/aspose.cells/saveoptions/ --- ## SaveOptions class diff --git a/english/cpp/aspose.cells/scenario/_index.md b/english/cpp/aspose.cells/scenario/_index.md index 741e88b0b76..efa9505f468 100644 --- a/english/cpp/aspose.cells/scenario/_index.md +++ b/english/cpp/aspose.cells/scenario/_index.md @@ -4,7 +4,7 @@ linktitle: Scenario second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Scenario class. Represents an individual scenario in C++.' type: docs -weight: 13300 +weight: 13500 url: /cpp/aspose.cells/scenario/ --- ## Scenario class diff --git a/english/cpp/aspose.cells/scenariocollection/_impl/_index.md b/english/cpp/aspose.cells/scenariocollection/_impl/_index.md index 6cabb983b45..c00ac416804 100644 --- a/english/cpp/aspose.cells/scenariocollection/_impl/_index.md +++ b/english/cpp/aspose.cells/scenariocollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ScenarioCollection::_impl field. The implementation object in C++.' type: docs -weight: 1300 +weight: 1500 url: /cpp/aspose.cells/scenariocollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/scenariocollection/_index.md b/english/cpp/aspose.cells/scenariocollection/_index.md index 6b6971e52f6..aad2dc9f250 100644 --- a/english/cpp/aspose.cells/scenariocollection/_index.md +++ b/english/cpp/aspose.cells/scenariocollection/_index.md @@ -4,7 +4,7 @@ linktitle: ScenarioCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ScenarioCollection class. Represents the list of scenarios in C++.' type: docs -weight: 13400 +weight: 13600 url: /cpp/aspose.cells/scenariocollection/ --- ## ScenarioCollection class @@ -22,9 +22,11 @@ class ScenarioCollection | --- | --- | | [Add(const U16String\& name)](./add/) | Adds a scenario. | | [Add(const char16_t* name)](./add/) | Adds a scenario. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ScenarioCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [ScenarioCollection](./). | | [Get(int32_t index)](./get/) | Gets the [Scenario](../scenario/) object by the index. | | [GetActiveIndex()](./getactiveindex/) | Gets and sets which scenario is selected. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [GetLastSelected()](./getlastselected/) | Indicates which scenario was last selected by the user to be run/shown. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | diff --git a/english/cpp/aspose.cells/scenariocollection/begin/_index.md b/english/cpp/aspose.cells/scenariocollection/begin/_index.md new file mode 100644 index 00000000000..944e0f07742 --- /dev/null +++ b/english/cpp/aspose.cells/scenariocollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ScenarioCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ScenarioCollection::begin method. Returns an iterator to the beginning of the ScenarioCollection in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells/scenariocollection/begin/ +--- +## ScenarioCollection::begin method + + +Returns an iterator to the beginning of the [ScenarioCollection](../). + +```cpp +Iterator Aspose::Cells::ScenarioCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ScenarioCollection](../). + +## See Also + +* Class [ScenarioCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/scenariocollection/end/_index.md b/english/cpp/aspose.cells/scenariocollection/end/_index.md new file mode 100644 index 00000000000..7dbd988ed2a --- /dev/null +++ b/english/cpp/aspose.cells/scenariocollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ScenarioCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ScenarioCollection::end method. Returns an iterator to the end of the ScenarioCollection in C++.' +type: docs +weight: 1400 +url: /cpp/aspose.cells/scenariocollection/end/ +--- +## ScenarioCollection::end method + + +Returns an iterator to the end of the [ScenarioCollection](../). + +```cpp +Iterator Aspose::Cells::ScenarioCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ScenarioCollection](../). + +## See Also + +* Class [ScenarioCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/scenariocollection/getcount/_index.md b/english/cpp/aspose.cells/scenariocollection/getcount/_index.md index 319669aef8c..b51a9e51787 100644 --- a/english/cpp/aspose.cells/scenariocollection/getcount/_index.md +++ b/english/cpp/aspose.cells/scenariocollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::ScenarioCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::ScenarioCollection class in C++.' +description: 'Aspose::Cells::ScenarioCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1200 url: /cpp/aspose.cells/scenariocollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/scenariocollection/getcount/ ## ScenarioCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::ScenarioCollection::GetCount() diff --git a/english/cpp/aspose.cells/scenarioinputcell/_index.md b/english/cpp/aspose.cells/scenarioinputcell/_index.md index 6b05abaf78d..a2c0ff800f8 100644 --- a/english/cpp/aspose.cells/scenarioinputcell/_index.md +++ b/english/cpp/aspose.cells/scenarioinputcell/_index.md @@ -4,7 +4,7 @@ linktitle: ScenarioInputCell second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ScenarioInputCell class. Represents input cell for the scenario in C++.' type: docs -weight: 13500 +weight: 13700 url: /cpp/aspose.cells/scenarioinputcell/ --- ## ScenarioInputCell class diff --git a/english/cpp/aspose.cells/scenarioinputcellcollection/_impl/_index.md b/english/cpp/aspose.cells/scenarioinputcellcollection/_impl/_index.md index da482c261d8..59cdb7d8d97 100644 --- a/english/cpp/aspose.cells/scenarioinputcellcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/scenarioinputcellcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ScenarioInputCellCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells/scenarioinputcellcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/scenarioinputcellcollection/_index.md b/english/cpp/aspose.cells/scenarioinputcellcollection/_index.md index 715af3ed439..fc388dc0e89 100644 --- a/english/cpp/aspose.cells/scenarioinputcellcollection/_index.md +++ b/english/cpp/aspose.cells/scenarioinputcellcollection/_index.md @@ -4,7 +4,7 @@ linktitle: ScenarioInputCellCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ScenarioInputCellCollection class. Represents the list of the scenario''s input cells in C++.' type: docs -weight: 13600 +weight: 13800 url: /cpp/aspose.cells/scenarioinputcellcollection/ --- ## ScenarioInputCellCollection class @@ -22,8 +22,10 @@ class ScenarioInputCellCollection | --- | --- | | [Add(int32_t row, int32_t column, const U16String\& value)](./add/) | Adds an input cell. | | [Add(int32_t row, int32_t column, const char16_t* value)](./add/) | Adds an input cell. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ScenarioInputCellCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [ScenarioInputCellCollection](./). | | [Get(int32_t index)](./get/) | Gets [ScenarioInputCell](../scenarioinputcell/) by index in the list. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const ScenarioInputCellCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/scenarioinputcellcollection/begin/_index.md b/english/cpp/aspose.cells/scenarioinputcellcollection/begin/_index.md new file mode 100644 index 00000000000..dd191011a91 --- /dev/null +++ b/english/cpp/aspose.cells/scenarioinputcellcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ScenarioInputCellCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ScenarioInputCellCollection::begin method. Returns an iterator to the beginning of the ScenarioInputCellCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells/scenarioinputcellcollection/begin/ +--- +## ScenarioInputCellCollection::begin method + + +Returns an iterator to the beginning of the [ScenarioInputCellCollection](../). + +```cpp +Iterator Aspose::Cells::ScenarioInputCellCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ScenarioInputCellCollection](../). + +## See Also + +* Class [ScenarioInputCellCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/scenarioinputcellcollection/end/_index.md b/english/cpp/aspose.cells/scenarioinputcellcollection/end/_index.md new file mode 100644 index 00000000000..87f7b9ebcc7 --- /dev/null +++ b/english/cpp/aspose.cells/scenarioinputcellcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ScenarioInputCellCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ScenarioInputCellCollection::end method. Returns an iterator to the end of the ScenarioInputCellCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/scenarioinputcellcollection/end/ +--- +## ScenarioInputCellCollection::end method + + +Returns an iterator to the end of the [ScenarioInputCellCollection](../). + +```cpp +Iterator Aspose::Cells::ScenarioInputCellCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ScenarioInputCellCollection](../). + +## See Also + +* Class [ScenarioInputCellCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/scenarioinputcellcollection/getcount/_index.md b/english/cpp/aspose.cells/scenarioinputcellcollection/getcount/_index.md index 83a48bf4b91..09534f278d0 100644 --- a/english/cpp/aspose.cells/scenarioinputcellcollection/getcount/_index.md +++ b/english/cpp/aspose.cells/scenarioinputcellcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::ScenarioInputCellCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::ScenarioInputCellCollection class in C++.' +description: 'Aspose::Cells::ScenarioInputCellCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells/scenarioinputcellcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/scenarioinputcellcollection/getcount/ ## ScenarioInputCellCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::ScenarioInputCellCollection::GetCount() diff --git a/english/cpp/aspose.cells/settablechartglobalizationsettings/_index.md b/english/cpp/aspose.cells/settablechartglobalizationsettings/_index.md index e31c65b6e42..27bfaee4356 100644 --- a/english/cpp/aspose.cells/settablechartglobalizationsettings/_index.md +++ b/english/cpp/aspose.cells/settablechartglobalizationsettings/_index.md @@ -4,7 +4,7 @@ linktitle: SettableChartGlobalizationSettings second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::SettableChartGlobalizationSettings class. Implementation of PivotGlobalizationSettings that supports user to set/change pre-defined texts in C++.' type: docs -weight: 13700 +weight: 13900 url: /cpp/aspose.cells/settablechartglobalizationsettings/ --- ## SettableChartGlobalizationSettings class diff --git a/english/cpp/aspose.cells/settableglobalizationsettings/_index.md b/english/cpp/aspose.cells/settableglobalizationsettings/_index.md index 437fc28ae6d..7d347fee537 100644 --- a/english/cpp/aspose.cells/settableglobalizationsettings/_index.md +++ b/english/cpp/aspose.cells/settableglobalizationsettings/_index.md @@ -4,7 +4,7 @@ linktitle: SettableGlobalizationSettings second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::SettableGlobalizationSettings class. Implementation of GlobalizationSettings that supports user to set/change pre-defined texts in C++.' type: docs -weight: 13800 +weight: 14000 url: /cpp/aspose.cells/settableglobalizationsettings/ --- ## SettableGlobalizationSettings class diff --git a/english/cpp/aspose.cells/settablepivotglobalizationsettings/_index.md b/english/cpp/aspose.cells/settablepivotglobalizationsettings/_index.md index a9650fd7eb5..cb565a23561 100644 --- a/english/cpp/aspose.cells/settablepivotglobalizationsettings/_index.md +++ b/english/cpp/aspose.cells/settablepivotglobalizationsettings/_index.md @@ -4,7 +4,7 @@ linktitle: SettablePivotGlobalizationSettings second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::SettablePivotGlobalizationSettings class. Implementation of PivotGlobalizationSettings that supports user to set/change pre-defined texts in C++.' type: docs -weight: 13900 +weight: 14100 url: /cpp/aspose.cells/settablepivotglobalizationsettings/ --- ## SettablePivotGlobalizationSettings class diff --git a/english/cpp/aspose.cells/sheettype/_index.md b/english/cpp/aspose.cells/sheettype/_index.md index d1d8a3d4707..3f1149befc4 100644 --- a/english/cpp/aspose.cells/sheettype/_index.md +++ b/english/cpp/aspose.cells/sheettype/_index.md @@ -4,7 +4,7 @@ linktitle: SheetType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::SheetType enum. Specifies the worksheet type in C++.' type: docs -weight: 26100 +weight: 26500 url: /cpp/aspose.cells/sheettype/ --- ## SheetType enum diff --git a/english/cpp/aspose.cells/shifttype/_index.md b/english/cpp/aspose.cells/shifttype/_index.md index c9a4b848f20..6c159efe494 100644 --- a/english/cpp/aspose.cells/shifttype/_index.md +++ b/english/cpp/aspose.cells/shifttype/_index.md @@ -4,7 +4,7 @@ linktitle: ShiftType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ShiftType enum. Represent the shift options when deleting a range of cells in C++.' type: docs -weight: 26200 +weight: 26600 url: /cpp/aspose.cells/shifttype/ --- ## ShiftType enum diff --git a/english/cpp/aspose.cells/significantdigitstype/_index.md b/english/cpp/aspose.cells/significantdigitstype/_index.md index b20b1e947c6..39de17bcbe1 100644 --- a/english/cpp/aspose.cells/significantdigitstype/_index.md +++ b/english/cpp/aspose.cells/significantdigitstype/_index.md @@ -4,7 +4,7 @@ linktitle: SignificantDigitsType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::SignificantDigitsType enum. Represents the type of significant digits for outputting numeric values in C++.' type: docs -weight: 26300 +weight: 26700 url: /cpp/aspose.cells/significantdigitstype/ --- ## SignificantDigitsType enum diff --git a/english/cpp/aspose.cells/sortontype/_index.md b/english/cpp/aspose.cells/sortontype/_index.md index 193f01fa39e..154179132d7 100644 --- a/english/cpp/aspose.cells/sortontype/_index.md +++ b/english/cpp/aspose.cells/sortontype/_index.md @@ -4,7 +4,7 @@ linktitle: SortOnType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::SortOnType enum. Sorted value type in C++.' type: docs -weight: 26300 +weight: 26800 url: /cpp/aspose.cells/sortontype/ --- ## SortOnType enum diff --git a/english/cpp/aspose.cells/sortorder/_index.md b/english/cpp/aspose.cells/sortorder/_index.md index a8b8bb58625..fbfc4ab74df 100644 --- a/english/cpp/aspose.cells/sortorder/_index.md +++ b/english/cpp/aspose.cells/sortorder/_index.md @@ -4,7 +4,7 @@ linktitle: SortOrder second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::SortOrder enum. Represents sort order for the data range in C++.' type: docs -weight: 26400 +weight: 26900 url: /cpp/aspose.cells/sortorder/ --- ## SortOrder enum diff --git a/english/cpp/aspose.cells/spreadsheetml2003saveoptions/_index.md b/english/cpp/aspose.cells/spreadsheetml2003saveoptions/_index.md index 9660e1122b4..0f9bed5d5bc 100644 --- a/english/cpp/aspose.cells/spreadsheetml2003saveoptions/_index.md +++ b/english/cpp/aspose.cells/spreadsheetml2003saveoptions/_index.md @@ -4,7 +4,7 @@ linktitle: SpreadsheetML2003SaveOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::SpreadsheetML2003SaveOptions class. Represents the options for saving Excel 2003 spreadml file in C++.' type: docs -weight: 14100 +weight: 14200 url: /cpp/aspose.cells/spreadsheetml2003saveoptions/ --- ## SpreadsheetML2003SaveOptions class diff --git a/english/cpp/aspose.cells/style/_impl/_index.md b/english/cpp/aspose.cells/style/_impl/_index.md index a85aed1869d..d797c9892bc 100644 --- a/english/cpp/aspose.cells/style/_impl/_index.md +++ b/english/cpp/aspose.cells/style/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Style::_impl field. The implementation object in C++.' type: docs -weight: 8100 +weight: 8500 url: /cpp/aspose.cells/style/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/style/_index.md b/english/cpp/aspose.cells/style/_index.md index e24bbde20fd..d93ced5694a 100644 --- a/english/cpp/aspose.cells/style/_index.md +++ b/english/cpp/aspose.cells/style/_index.md @@ -4,7 +4,7 @@ linktitle: Style second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Style class. Represents display style of excel document,such as font,color,alignment,border,etc. The Style object contains all style attributes (font, number format, alignment, and so on) as properties in C++.' type: docs -weight: 14100 +weight: 14300 url: /cpp/aspose.cells/style/ --- ## Style class @@ -26,6 +26,7 @@ class Style | [GetBackgroundColor()](./getbackgroundcolor/) | Gets or sets a style's background color. | | [GetBackgroundThemeColor()](./getbackgroundthemecolor/) | Gets and sets the background theme color. | | [GetBorders()](./getborders/) | Gets the [BorderCollection](../bordercollection/) of the style. | +| [GetBottomBorder()](./getbottomborder/) | Gets the bottom border. | | [GetCultureCustom()](./getculturecustom/) | Gets and sets the culture-dependent pattern string for number format. If no number format has been set for this object, null will be returned. If number format is builtin, the pattern string corresponding to the builtin number will be returned. | | [GetCustom()](./getcustom/) | Represents the custom number format string of this style object. If the custom number format is not set(For example, the number format is builtin), "" will be returned. | | [GetFont()](./getfont/) | Gets a [Font](../font/) object. | @@ -37,14 +38,17 @@ class Style | [GetHorizontalAlignment()](./gethorizontalalignment/) | Gets or sets the horizontal alignment type of the text in a cell. | | [GetIndentLevel()](./getindentlevel/) | Represents the indent level for the cell or range. Can only be an integer from 0 to 250. | | [GetInvariantCustom()](./getinvariantcustom/) | Gets the culture-independent pattern string for number format. If no number format has been set for this object, null will be returned. If number format is builtin, the pattern string corresponding to the builtin number will be returned. | +| [GetLeftBorder()](./getleftborder/) | Gets the left border. | | [GetName()](./getname/) | Gets or sets the name of the style. | | [GetNumber()](./getnumber/) | Gets or sets the display format of numbers and dates. The formatting patterns are different for different regions. | | [GetParentStyle()](./getparentstyle/) | Gets the parent style of this style. | | [GetPattern()](./getpattern/) | Gets or sets the cell background pattern type. | | [GetQuotePrefix()](./getquoteprefix/) | Indicates whether the cell's value starts with single quote mark. | +| [GetRightBorder()](./getrightborder/) | Gets the right border. | | [GetRotationAngle()](./getrotationangle/) | Represents text rotation angle. | | [GetShrinkToFit()](./getshrinktofit/) | Represents if text automatically shrinks to fit in the available column width. | | [GetTextDirection()](./gettextdirection/) | Represents text reading order. | +| [GetTopBorder()](./gettopborder/) | Gets the top border. | | [GetTwoColorGradientSetting()](./gettwocolorgradientsetting/) | Get the two-color gradient setting. | | [GetVerticalAlignment()](./getverticalalignment/) | Gets or sets the vertical alignment type of the text in a cell. | | [IsAlignmentApplied()](./isalignmentapplied/) | Indicate whether the alignment formatting should be applied. | diff --git a/english/cpp/aspose.cells/style/getbottomborder/_index.md b/english/cpp/aspose.cells/style/getbottomborder/_index.md new file mode 100644 index 00000000000..d73c32eadd5 --- /dev/null +++ b/english/cpp/aspose.cells/style/getbottomborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Style::GetBottomBorder method +linktitle: GetBottomBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Style::GetBottomBorder method. Gets the bottom border in C++.' +type: docs +weight: 8400 +url: /cpp/aspose.cells/style/getbottomborder/ +--- +## Style::GetBottomBorder method + + +Gets the bottom border. + +```cpp +Border Aspose::Cells::Style::GetBottomBorder() +``` + +## See Also + +* Class [Border](../../border/) +* Class [Style](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/style/getleftborder/_index.md b/english/cpp/aspose.cells/style/getleftborder/_index.md new file mode 100644 index 00000000000..4d77b966561 --- /dev/null +++ b/english/cpp/aspose.cells/style/getleftborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Style::GetLeftBorder method +linktitle: GetLeftBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Style::GetLeftBorder method. Gets the left border in C++.' +type: docs +weight: 8100 +url: /cpp/aspose.cells/style/getleftborder/ +--- +## Style::GetLeftBorder method + + +Gets the left border. + +```cpp +Border Aspose::Cells::Style::GetLeftBorder() +``` + +## See Also + +* Class [Border](../../border/) +* Class [Style](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/style/getrightborder/_index.md b/english/cpp/aspose.cells/style/getrightborder/_index.md new file mode 100644 index 00000000000..efee96f0c79 --- /dev/null +++ b/english/cpp/aspose.cells/style/getrightborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Style::GetRightBorder method +linktitle: GetRightBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Style::GetRightBorder method. Gets the right border in C++.' +type: docs +weight: 8200 +url: /cpp/aspose.cells/style/getrightborder/ +--- +## Style::GetRightBorder method + + +Gets the right border. + +```cpp +Border Aspose::Cells::Style::GetRightBorder() +``` + +## See Also + +* Class [Border](../../border/) +* Class [Style](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/style/gettopborder/_index.md b/english/cpp/aspose.cells/style/gettopborder/_index.md new file mode 100644 index 00000000000..adb034bff73 --- /dev/null +++ b/english/cpp/aspose.cells/style/gettopborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Style::GetTopBorder method +linktitle: GetTopBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Style::GetTopBorder method. Gets the top border in C++.' +type: docs +weight: 8300 +url: /cpp/aspose.cells/style/gettopborder/ +--- +## Style::GetTopBorder method + + +Gets the top border. + +```cpp +Border Aspose::Cells::Style::GetTopBorder() +``` + +## See Also + +* Class [Border](../../border/) +* Class [Style](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/styleflag/_index.md b/english/cpp/aspose.cells/styleflag/_index.md index 3ba2b5b9d10..b24c1d08087 100644 --- a/english/cpp/aspose.cells/styleflag/_index.md +++ b/english/cpp/aspose.cells/styleflag/_index.md @@ -4,7 +4,7 @@ linktitle: StyleFlag second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::StyleFlag class. Represents flags which indicates applied formatting properties in C++.' type: docs -weight: 14200 +weight: 14400 url: /cpp/aspose.cells/styleflag/ --- ## StyleFlag class diff --git a/english/cpp/aspose.cells/stylemodifyflag/_index.md b/english/cpp/aspose.cells/stylemodifyflag/_index.md index fc13aa972c7..a2397ae3490 100644 --- a/english/cpp/aspose.cells/stylemodifyflag/_index.md +++ b/english/cpp/aspose.cells/stylemodifyflag/_index.md @@ -4,7 +4,7 @@ linktitle: StyleModifyFlag second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::StyleModifyFlag enum. The style modified flags in C++.' type: docs -weight: 26600 +weight: 27000 url: /cpp/aspose.cells/stylemodifyflag/ --- ## StyleModifyFlag enum diff --git a/english/cpp/aspose.cells/subtotalsetting/_index.md b/english/cpp/aspose.cells/subtotalsetting/_index.md index a27511e3709..9bb568d947e 100644 --- a/english/cpp/aspose.cells/subtotalsetting/_index.md +++ b/english/cpp/aspose.cells/subtotalsetting/_index.md @@ -4,7 +4,7 @@ linktitle: SubtotalSetting second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::SubtotalSetting class. Represents the setting of the subtotal in C++.' type: docs -weight: 14300 +weight: 14500 url: /cpp/aspose.cells/subtotalsetting/ --- ## SubtotalSetting class diff --git a/english/cpp/aspose.cells/systemtimeinterruptmonitor/_index.md b/english/cpp/aspose.cells/systemtimeinterruptmonitor/_index.md index a158bb10c40..b019896dd12 100644 --- a/english/cpp/aspose.cells/systemtimeinterruptmonitor/_index.md +++ b/english/cpp/aspose.cells/systemtimeinterruptmonitor/_index.md @@ -4,7 +4,7 @@ linktitle: SystemTimeInterruptMonitor second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::SystemTimeInterruptMonitor class. Simple implementation of AbstractInterruptMonitor by checking and comparing current system time with user specified limit in C++.' type: docs -weight: 14400 +weight: 14600 url: /cpp/aspose.cells/systemtimeinterruptmonitor/ --- ## SystemTimeInterruptMonitor class diff --git a/english/cpp/aspose.cells/targetmodetype/_index.md b/english/cpp/aspose.cells/targetmodetype/_index.md index 191d03ec795..62300c4119f 100644 --- a/english/cpp/aspose.cells/targetmodetype/_index.md +++ b/english/cpp/aspose.cells/targetmodetype/_index.md @@ -4,7 +4,7 @@ linktitle: TargetModeType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::TargetModeType enum. Represents the type of target mode in C++.' type: docs -weight: 26600 +weight: 27100 url: /cpp/aspose.cells/targetmodetype/ --- ## TargetModeType enum diff --git a/english/cpp/aspose.cells/textalignmenttype/_index.md b/english/cpp/aspose.cells/textalignmenttype/_index.md index c80a3f8a2d4..9a066eb8ef5 100644 --- a/english/cpp/aspose.cells/textalignmenttype/_index.md +++ b/english/cpp/aspose.cells/textalignmenttype/_index.md @@ -4,7 +4,7 @@ linktitle: TextAlignmentType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::TextAlignmentType enum. Enumerates text alignment types in C++.' type: docs -weight: 26700 +weight: 27200 url: /cpp/aspose.cells/textalignmenttype/ --- ## TextAlignmentType enum diff --git a/english/cpp/aspose.cells/textcapstype/_index.md b/english/cpp/aspose.cells/textcapstype/_index.md index 927c6be7f1b..d7b3e09f297 100644 --- a/english/cpp/aspose.cells/textcapstype/_index.md +++ b/english/cpp/aspose.cells/textcapstype/_index.md @@ -4,7 +4,7 @@ linktitle: TextCapsType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::TextCapsType enum. This type specifies the cap types of the text in C++.' type: docs -weight: 26900 +weight: 27300 url: /cpp/aspose.cells/textcapstype/ --- ## TextCapsType enum diff --git a/english/cpp/aspose.cells/textcrosstype/_index.md b/english/cpp/aspose.cells/textcrosstype/_index.md index b5c85c4883c..8d861737927 100644 --- a/english/cpp/aspose.cells/textcrosstype/_index.md +++ b/english/cpp/aspose.cells/textcrosstype/_index.md @@ -4,7 +4,7 @@ linktitle: TextCrossType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::TextCrossType enum. Enumerates displaying text type when the text width is larger than cell width in C++.' type: docs -weight: 26900 +weight: 27400 url: /cpp/aspose.cells/textcrosstype/ --- ## TextCrossType enum diff --git a/english/cpp/aspose.cells/textdirectiontype/_index.md b/english/cpp/aspose.cells/textdirectiontype/_index.md index 99d46fb170d..5064f1d8fd9 100644 --- a/english/cpp/aspose.cells/textdirectiontype/_index.md +++ b/english/cpp/aspose.cells/textdirectiontype/_index.md @@ -4,7 +4,7 @@ linktitle: TextDirectionType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::TextDirectionType enum. Represents the direction of the text flow for this paragraph in C++.' type: docs -weight: 27000 +weight: 27500 url: /cpp/aspose.cells/textdirectiontype/ --- ## TextDirectionType enum diff --git a/english/cpp/aspose.cells/textorientationtype/_index.md b/english/cpp/aspose.cells/textorientationtype/_index.md index 8adb034927c..a71833b6401 100644 --- a/english/cpp/aspose.cells/textorientationtype/_index.md +++ b/english/cpp/aspose.cells/textorientationtype/_index.md @@ -4,7 +4,7 @@ linktitle: TextOrientationType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::TextOrientationType enum. Enumerates text orientation types in C++.' type: docs -weight: 27100 +weight: 27600 url: /cpp/aspose.cells/textorientationtype/ --- ## TextOrientationType enum diff --git a/english/cpp/aspose.cells/textstriketype/_index.md b/english/cpp/aspose.cells/textstriketype/_index.md index c88abec40a9..36f09df37fb 100644 --- a/english/cpp/aspose.cells/textstriketype/_index.md +++ b/english/cpp/aspose.cells/textstriketype/_index.md @@ -4,7 +4,7 @@ linktitle: TextStrikeType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::TextStrikeType enum. This type specifies the strike type in C++.' type: docs -weight: 27200 +weight: 27700 url: /cpp/aspose.cells/textstriketype/ --- ## TextStrikeType enum diff --git a/english/cpp/aspose.cells/themecolor/_index.md b/english/cpp/aspose.cells/themecolor/_index.md index 7e7a245b28c..a0b469079f9 100644 --- a/english/cpp/aspose.cells/themecolor/_index.md +++ b/english/cpp/aspose.cells/themecolor/_index.md @@ -4,7 +4,7 @@ linktitle: ThemeColor second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ThemeColor class. Represents a theme color in C++.' type: docs -weight: 14500 +weight: 14700 url: /cpp/aspose.cells/themecolor/ --- ## ThemeColor class diff --git a/english/cpp/aspose.cells/themecolortype/_index.md b/english/cpp/aspose.cells/themecolortype/_index.md index 3e94bf04692..4597c3fe554 100644 --- a/english/cpp/aspose.cells/themecolortype/_index.md +++ b/english/cpp/aspose.cells/themecolortype/_index.md @@ -4,7 +4,7 @@ linktitle: ThemeColorType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ThemeColorType enum. Enumerates the theme color types in C++.' type: docs -weight: 27300 +weight: 27800 url: /cpp/aspose.cells/themecolortype/ --- ## ThemeColorType enum diff --git a/english/cpp/aspose.cells/threadedcomment/_index.md b/english/cpp/aspose.cells/threadedcomment/_index.md index cb429fa3a4e..5d81afc8c95 100644 --- a/english/cpp/aspose.cells/threadedcomment/_index.md +++ b/english/cpp/aspose.cells/threadedcomment/_index.md @@ -4,7 +4,7 @@ linktitle: ThreadedComment second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ThreadedComment class. Represents the threaded comment in C++.' type: docs -weight: 14600 +weight: 14800 url: /cpp/aspose.cells/threadedcomment/ --- ## ThreadedComment class diff --git a/english/cpp/aspose.cells/threadedcommentauthor/_index.md b/english/cpp/aspose.cells/threadedcommentauthor/_index.md index d0d0337963f..e23778f3786 100644 --- a/english/cpp/aspose.cells/threadedcommentauthor/_index.md +++ b/english/cpp/aspose.cells/threadedcommentauthor/_index.md @@ -4,7 +4,7 @@ linktitle: ThreadedCommentAuthor second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ThreadedCommentAuthor class. Represents the person who creates the threaded comments in C++.' type: docs -weight: 14800 +weight: 14900 url: /cpp/aspose.cells/threadedcommentauthor/ --- ## ThreadedCommentAuthor class diff --git a/english/cpp/aspose.cells/threadedcommentauthorcollection/_impl/_index.md b/english/cpp/aspose.cells/threadedcommentauthorcollection/_impl/_index.md index ea892664fc0..86c346071c7 100644 --- a/english/cpp/aspose.cells/threadedcommentauthorcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/threadedcommentauthorcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ThreadedCommentAuthorCollection::_impl field. The implementation object in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells/threadedcommentauthorcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/threadedcommentauthorcollection/_index.md b/english/cpp/aspose.cells/threadedcommentauthorcollection/_index.md index 0fbeebd01ed..b29f5211aad 100644 --- a/english/cpp/aspose.cells/threadedcommentauthorcollection/_index.md +++ b/english/cpp/aspose.cells/threadedcommentauthorcollection/_index.md @@ -4,7 +4,7 @@ linktitle: ThreadedCommentAuthorCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ThreadedCommentAuthorCollection class. Represents all persons in C++.' type: docs -weight: 14900 +weight: 15000 url: /cpp/aspose.cells/threadedcommentauthorcollection/ --- ## ThreadedCommentAuthorCollection class @@ -22,10 +22,12 @@ class ThreadedCommentAuthorCollection | --- | --- | | [Add(const U16String\& name, const U16String\& userId, const U16String\& providerId)](./add/) | Adds one thread comment person. | | [Add(const char16_t* name, const char16_t* userId, const char16_t* providerId)](./add/) | Adds one thread comment person. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ThreadedCommentAuthorCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [ThreadedCommentAuthorCollection](./). | | [Get(int32_t index)](./get/) | Gets the person who create threaded comments. | | [Get(const U16String\& name)](./get/) | Gets the person who create threaded comments. | | [Get(const char16_t* name)](./get/) | Gets the person who create threaded comments. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [GetCurrentPerson()](./getcurrentperson/) | Gets and sets the current user. | | [IndexOf(const ThreadedCommentAuthor\& author)](./indexof/) | Gets the index of [ThreadedCommentAuthor](../threadedcommentauthor/) object. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | diff --git a/english/cpp/aspose.cells/threadedcommentauthorcollection/begin/_index.md b/english/cpp/aspose.cells/threadedcommentauthorcollection/begin/_index.md new file mode 100644 index 00000000000..21f8b398b87 --- /dev/null +++ b/english/cpp/aspose.cells/threadedcommentauthorcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ThreadedCommentAuthorCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ThreadedCommentAuthorCollection::begin method. Returns an iterator to the beginning of the ThreadedCommentAuthorCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells/threadedcommentauthorcollection/begin/ +--- +## ThreadedCommentAuthorCollection::begin method + + +Returns an iterator to the beginning of the [ThreadedCommentAuthorCollection](../). + +```cpp +Iterator Aspose::Cells::ThreadedCommentAuthorCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ThreadedCommentAuthorCollection](../). + +## See Also + +* Class [ThreadedCommentAuthorCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/threadedcommentauthorcollection/end/_index.md b/english/cpp/aspose.cells/threadedcommentauthorcollection/end/_index.md new file mode 100644 index 00000000000..f5f9f46c074 --- /dev/null +++ b/english/cpp/aspose.cells/threadedcommentauthorcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ThreadedCommentAuthorCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ThreadedCommentAuthorCollection::end method. Returns an iterator to the end of the ThreadedCommentAuthorCollection in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells/threadedcommentauthorcollection/end/ +--- +## ThreadedCommentAuthorCollection::end method + + +Returns an iterator to the end of the [ThreadedCommentAuthorCollection](../). + +```cpp +Iterator Aspose::Cells::ThreadedCommentAuthorCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ThreadedCommentAuthorCollection](../). + +## See Also + +* Class [ThreadedCommentAuthorCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/threadedcommentauthorcollection/getcount/_index.md b/english/cpp/aspose.cells/threadedcommentauthorcollection/getcount/_index.md index 74c79c21ff1..a44a3bab5c2 100644 --- a/english/cpp/aspose.cells/threadedcommentauthorcollection/getcount/_index.md +++ b/english/cpp/aspose.cells/threadedcommentauthorcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::ThreadedCommentAuthorCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::ThreadedCommentAuthorCollection class in C++.' +description: 'Aspose::Cells::ThreadedCommentAuthorCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1100 url: /cpp/aspose.cells/threadedcommentauthorcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/threadedcommentauthorcollection/getcount/ ## ThreadedCommentAuthorCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::ThreadedCommentAuthorCollection::GetCount() diff --git a/english/cpp/aspose.cells/threadedcommentcollection/_impl/_index.md b/english/cpp/aspose.cells/threadedcommentcollection/_impl/_index.md index 7d301b33898..0a1d62c3b83 100644 --- a/english/cpp/aspose.cells/threadedcommentcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/threadedcommentcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ThreadedCommentCollection::_impl field. The implementation object in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells/threadedcommentcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/threadedcommentcollection/_index.md b/english/cpp/aspose.cells/threadedcommentcollection/_index.md index be1bbea24bd..9da209ef5fc 100644 --- a/english/cpp/aspose.cells/threadedcommentcollection/_index.md +++ b/english/cpp/aspose.cells/threadedcommentcollection/_index.md @@ -4,7 +4,7 @@ linktitle: ThreadedCommentCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ThreadedCommentCollection class. Represents the list of threaded comments in C++.' type: docs -weight: 15000 +weight: 15100 url: /cpp/aspose.cells/threadedcommentcollection/ --- ## ThreadedCommentCollection class @@ -22,8 +22,10 @@ class ThreadedCommentCollection | --- | --- | | [Add(const U16String\& text, const ThreadedCommentAuthor\& author)](./add/) | Adds a threaded comment. | | [Add(const char16_t* text, const ThreadedCommentAuthor\& author)](./add/) | Adds a threaded comment. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ThreadedCommentCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [ThreadedCommentCollection](./). | | [Get(int32_t index)](./get/) | Gets the threaded comment by the specific index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const ThreadedCommentCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/threadedcommentcollection/begin/_index.md b/english/cpp/aspose.cells/threadedcommentcollection/begin/_index.md new file mode 100644 index 00000000000..2bfc344d6e5 --- /dev/null +++ b/english/cpp/aspose.cells/threadedcommentcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ThreadedCommentCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ThreadedCommentCollection::begin method. Returns an iterator to the beginning of the ThreadedCommentCollection in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells/threadedcommentcollection/begin/ +--- +## ThreadedCommentCollection::begin method + + +Returns an iterator to the beginning of the [ThreadedCommentCollection](../). + +```cpp +Iterator Aspose::Cells::ThreadedCommentCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ThreadedCommentCollection](../). + +## See Also + +* Class [ThreadedCommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/threadedcommentcollection/end/_index.md b/english/cpp/aspose.cells/threadedcommentcollection/end/_index.md new file mode 100644 index 00000000000..a4bc9b9012c --- /dev/null +++ b/english/cpp/aspose.cells/threadedcommentcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ThreadedCommentCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ThreadedCommentCollection::end method. Returns an iterator to the end of the ThreadedCommentCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/threadedcommentcollection/end/ +--- +## ThreadedCommentCollection::end method + + +Returns an iterator to the end of the [ThreadedCommentCollection](../). + +```cpp +Iterator Aspose::Cells::ThreadedCommentCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ThreadedCommentCollection](../). + +## See Also + +* Class [ThreadedCommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/threadedcommentcollection/getcount/_index.md b/english/cpp/aspose.cells/threadedcommentcollection/getcount/_index.md index 10d78815b42..dad822ce130 100644 --- a/english/cpp/aspose.cells/threadedcommentcollection/getcount/_index.md +++ b/english/cpp/aspose.cells/threadedcommentcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::ThreadedCommentCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::ThreadedCommentCollection class in C++.' +description: 'Aspose::Cells::ThreadedCommentCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 800 url: /cpp/aspose.cells/threadedcommentcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/threadedcommentcollection/getcount/ ## ThreadedCommentCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::ThreadedCommentCollection::GetCount() diff --git a/english/cpp/aspose.cells/timeperiodtype/_index.md b/english/cpp/aspose.cells/timeperiodtype/_index.md index b5b765806ad..62e169fc261 100644 --- a/english/cpp/aspose.cells/timeperiodtype/_index.md +++ b/english/cpp/aspose.cells/timeperiodtype/_index.md @@ -4,7 +4,7 @@ linktitle: TimePeriodType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::TimePeriodType enum. Used in a FormatConditionType.TimePeriod conditional formatting rule. These are dynamic time periods, which change based on the date the conditional formatting is refreshed / applied in C++.' type: docs -weight: 27400 +weight: 27900 url: /cpp/aspose.cells/timeperiodtype/ --- ## TimePeriodType enum diff --git a/english/cpp/aspose.cells/top10/_index.md b/english/cpp/aspose.cells/top10/_index.md index 1a335a35c79..e2324eca973 100644 --- a/english/cpp/aspose.cells/top10/_index.md +++ b/english/cpp/aspose.cells/top10/_index.md @@ -4,7 +4,7 @@ linktitle: Top10 second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Top10 class. 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 in C++.' type: docs -weight: 15000 +weight: 15200 url: /cpp/aspose.cells/top10/ --- ## Top10 class diff --git a/english/cpp/aspose.cells/top10filter/_index.md b/english/cpp/aspose.cells/top10filter/_index.md index 36f08c72f04..17020838b62 100644 --- a/english/cpp/aspose.cells/top10filter/_index.md +++ b/english/cpp/aspose.cells/top10filter/_index.md @@ -4,7 +4,7 @@ linktitle: Top10Filter second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Top10Filter class. Represents the top N (percent or number of items) to filter by in C++.' type: docs -weight: 15200 +weight: 15300 url: /cpp/aspose.cells/top10filter/ --- ## Top10Filter class diff --git a/english/cpp/aspose.cells/twocolorgradient/_index.md b/english/cpp/aspose.cells/twocolorgradient/_index.md index 4cebd5a1322..8613e376cc7 100644 --- a/english/cpp/aspose.cells/twocolorgradient/_index.md +++ b/english/cpp/aspose.cells/twocolorgradient/_index.md @@ -4,7 +4,7 @@ linktitle: TwoColorGradient second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::TwoColorGradient class. Represents two color gradient in C++.' type: docs -weight: 15200 +weight: 15400 url: /cpp/aspose.cells/twocolorgradient/ --- ## TwoColorGradient class diff --git a/english/cpp/aspose.cells/txtloadoptions/_index.md b/english/cpp/aspose.cells/txtloadoptions/_index.md index 85c536ad9e1..84390c72e84 100644 --- a/english/cpp/aspose.cells/txtloadoptions/_index.md +++ b/english/cpp/aspose.cells/txtloadoptions/_index.md @@ -4,7 +4,7 @@ linktitle: TxtLoadOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::TxtLoadOptions class. Represents the options for loading text file in C++.' type: docs -weight: 15400 +weight: 15500 url: /cpp/aspose.cells/txtloadoptions/ --- ## TxtLoadOptions class diff --git a/english/cpp/aspose.cells/txtloadstylestrategy/_index.md b/english/cpp/aspose.cells/txtloadstylestrategy/_index.md index 4f467f679a0..54cbad1b157 100644 --- a/english/cpp/aspose.cells/txtloadstylestrategy/_index.md +++ b/english/cpp/aspose.cells/txtloadstylestrategy/_index.md @@ -4,7 +4,7 @@ linktitle: TxtLoadStyleStrategy second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::TxtLoadStyleStrategy enum. Specifies how to apply style for parsed values when converting string value to number or datetime in C++.' type: docs -weight: 27500 +weight: 28000 url: /cpp/aspose.cells/txtloadstylestrategy/ --- ## TxtLoadStyleStrategy enum diff --git a/english/cpp/aspose.cells/txtsaveoptions/_index.md b/english/cpp/aspose.cells/txtsaveoptions/_index.md index 6b01bc6b3b7..6ba68799c87 100644 --- a/english/cpp/aspose.cells/txtsaveoptions/_index.md +++ b/english/cpp/aspose.cells/txtsaveoptions/_index.md @@ -4,7 +4,7 @@ linktitle: TxtSaveOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::TxtSaveOptions class. Represents the save options for csv/tab delimited/other text format in C++.' type: docs -weight: 15500 +weight: 15600 url: /cpp/aspose.cells/txtsaveoptions/ --- ## TxtSaveOptions class diff --git a/english/cpp/aspose.cells/txtvaluequotetype/_index.md b/english/cpp/aspose.cells/txtvaluequotetype/_index.md index 0448ca72521..9499aee72d0 100644 --- a/english/cpp/aspose.cells/txtvaluequotetype/_index.md +++ b/english/cpp/aspose.cells/txtvaluequotetype/_index.md @@ -4,7 +4,7 @@ linktitle: TxtValueQuoteType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::TxtValueQuoteType enum. Specifies the type of using quotation marks for values in text format files in C++.' type: docs -weight: 27600 +weight: 28100 url: /cpp/aspose.cells/txtvaluequotetype/ --- ## TxtValueQuoteType enum diff --git a/english/cpp/aspose.cells/u16string/_index.md b/english/cpp/aspose.cells/u16string/_index.md index bbba6e7cca8..b0d0059c961 100644 --- a/english/cpp/aspose.cells/u16string/_index.md +++ b/english/cpp/aspose.cells/u16string/_index.md @@ -4,7 +4,7 @@ linktitle: U16String second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::U16String class. Represents the char16_t array class and ends with u''\0'' in C++.' type: docs -weight: 15600 +weight: 15700 url: /cpp/aspose.cells/u16string/ --- ## U16String class diff --git a/english/cpp/aspose.cells/unionrange/_impl/_index.md b/english/cpp/aspose.cells/unionrange/_impl/_index.md index 2dcf0112fd8..a7dd3b31a24 100644 --- a/english/cpp/aspose.cells/unionrange/_impl/_index.md +++ b/english/cpp/aspose.cells/unionrange/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::UnionRange::_impl field. The implementation object in C++.' type: docs -weight: 3000 +weight: 3200 url: /cpp/aspose.cells/unionrange/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/unionrange/_index.md b/english/cpp/aspose.cells/unionrange/_index.md index 1b07801d4b5..88873609f8e 100644 --- a/english/cpp/aspose.cells/unionrange/_index.md +++ b/english/cpp/aspose.cells/unionrange/_index.md @@ -4,7 +4,7 @@ linktitle: UnionRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::UnionRange class. Represents union range in C++.' type: docs -weight: 15600 +weight: 15800 url: /cpp/aspose.cells/unionrange/ --- ## UnionRange class @@ -21,7 +21,9 @@ class UnionRange | Method | Description | | --- | --- | | [ApplyStyle(const Style\& style, const StyleFlag\& flag)](./applystyle/) | Applies formats for a whole range. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [UnionRange](./). | | [Copy(const UnionRange\& range, const PasteOptions\& options)](./copy/) | Copying the range with paste special options. | +| [end()](./end/) | Returns an iterator to the end of the [UnionRange](./). | | [GetCellCount()](./getcellcount/) | Gets all cell count in the range. | | [GetColumnCount()](./getcolumncount/) | Gets the count of rows in the range. | | [GetEnumerator()](./getenumerator/) | Gets the enumerator for cells in this [Range](../range/). | diff --git a/english/cpp/aspose.cells/unionrange/begin/_index.md b/english/cpp/aspose.cells/unionrange/begin/_index.md new file mode 100644 index 00000000000..59951ab447b --- /dev/null +++ b/english/cpp/aspose.cells/unionrange/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::UnionRange::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::UnionRange::begin method. Returns an iterator to the beginning of the UnionRange in C++.' +type: docs +weight: 3000 +url: /cpp/aspose.cells/unionrange/begin/ +--- +## UnionRange::begin method + + +Returns an iterator to the beginning of the [UnionRange](../). + +```cpp +Iterator Aspose::Cells::UnionRange::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [UnionRange](../). + +## See Also + +* Class [UnionRange](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/unionrange/end/_index.md b/english/cpp/aspose.cells/unionrange/end/_index.md new file mode 100644 index 00000000000..5deb3475940 --- /dev/null +++ b/english/cpp/aspose.cells/unionrange/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::UnionRange::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::UnionRange::end method. Returns an iterator to the end of the UnionRange in C++.' +type: docs +weight: 3100 +url: /cpp/aspose.cells/unionrange/end/ +--- +## UnionRange::end method + + +Returns an iterator to the end of the [UnionRange](../). + +```cpp +Iterator Aspose::Cells::UnionRange::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [UnionRange](../). + +## See Also + +* Class [UnionRange](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/updatelinkstype/_index.md b/english/cpp/aspose.cells/updatelinkstype/_index.md index a4c13977831..3b80c8aab9f 100644 --- a/english/cpp/aspose.cells/updatelinkstype/_index.md +++ b/english/cpp/aspose.cells/updatelinkstype/_index.md @@ -4,7 +4,7 @@ linktitle: UpdateLinksType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::UpdateLinksType enum. Represents how to update links to other workbooks when the workbook is opened in C++.' type: docs -weight: 27700 +weight: 28200 url: /cpp/aspose.cells/updatelinkstype/ --- ## UpdateLinksType enum diff --git a/english/cpp/aspose.cells/uuid/_index.md b/english/cpp/aspose.cells/uuid/_index.md index 1beade76057..a0dbe535500 100644 --- a/english/cpp/aspose.cells/uuid/_index.md +++ b/english/cpp/aspose.cells/uuid/_index.md @@ -4,7 +4,7 @@ linktitle: UUID second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::UUID typedef. Guid struct in C++.' type: docs -weight: 28300 +weight: 28800 url: /cpp/aspose.cells/uuid/ --- ## UUID typedef diff --git a/english/cpp/aspose.cells/validation/_index.md b/english/cpp/aspose.cells/validation/_index.md index ab70074333c..a2415f002ed 100644 --- a/english/cpp/aspose.cells/validation/_index.md +++ b/english/cpp/aspose.cells/validation/_index.md @@ -4,7 +4,7 @@ linktitle: Validation second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Validation class. Represents data validation.settings in C++.' type: docs -weight: 15700 +weight: 15900 url: /cpp/aspose.cells/validation/ --- ## Validation class diff --git a/english/cpp/aspose.cells/validationalerttype/_index.md b/english/cpp/aspose.cells/validationalerttype/_index.md index b1a10928450..670aee1b911 100644 --- a/english/cpp/aspose.cells/validationalerttype/_index.md +++ b/english/cpp/aspose.cells/validationalerttype/_index.md @@ -4,7 +4,7 @@ linktitle: ValidationAlertType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ValidationAlertType enum. Represents the data validation alert style in C++.' type: docs -weight: 27800 +weight: 28300 url: /cpp/aspose.cells/validationalerttype/ --- ## ValidationAlertType enum diff --git a/english/cpp/aspose.cells/validationcollection/_impl/_index.md b/english/cpp/aspose.cells/validationcollection/_impl/_index.md index 98de0a6eb13..d59136c69e2 100644 --- a/english/cpp/aspose.cells/validationcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/validationcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ValidationCollection::_impl field. The implementation object in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells/validationcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/validationcollection/_index.md b/english/cpp/aspose.cells/validationcollection/_index.md index ce0a9ccfd6b..a3d68995e97 100644 --- a/english/cpp/aspose.cells/validationcollection/_index.md +++ b/english/cpp/aspose.cells/validationcollection/_index.md @@ -4,7 +4,7 @@ linktitle: ValidationCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ValidationCollection class. Represents data validation collection in C++.' type: docs -weight: 15800 +weight: 16000 url: /cpp/aspose.cells/validationcollection/ --- ## ValidationCollection class @@ -21,8 +21,10 @@ class ValidationCollection | Method | Description | | --- | --- | | [Add(const CellArea\& ca)](./add/) | Adds a data validation to the collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [ValidationCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [ValidationCollection](./). | | [Get(int32_t index)](./get/) | Gets the [Validation](../validation/) element at the specified index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [GetValidationInCell(int32_t row, int32_t column)](./getvalidationincell/) | Gets the validation applied to given cell. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | diff --git a/english/cpp/aspose.cells/validationcollection/begin/_index.md b/english/cpp/aspose.cells/validationcollection/begin/_index.md new file mode 100644 index 00000000000..b09a42c2549 --- /dev/null +++ b/english/cpp/aspose.cells/validationcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ValidationCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ValidationCollection::begin method. Returns an iterator to the beginning of the ValidationCollection in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells/validationcollection/begin/ +--- +## ValidationCollection::begin method + + +Returns an iterator to the beginning of the [ValidationCollection](../). + +```cpp +Iterator Aspose::Cells::ValidationCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [ValidationCollection](../). + +## See Also + +* Class [ValidationCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/validationcollection/end/_index.md b/english/cpp/aspose.cells/validationcollection/end/_index.md new file mode 100644 index 00000000000..c410775789e --- /dev/null +++ b/english/cpp/aspose.cells/validationcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ValidationCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ValidationCollection::end method. Returns an iterator to the end of the ValidationCollection in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells/validationcollection/end/ +--- +## ValidationCollection::end method + + +Returns an iterator to the end of the [ValidationCollection](../). + +```cpp +Iterator Aspose::Cells::ValidationCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [ValidationCollection](../). + +## See Also + +* Class [ValidationCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/validationcollection/getcount/_index.md b/english/cpp/aspose.cells/validationcollection/getcount/_index.md index d5a208688c5..0adf201b13a 100644 --- a/english/cpp/aspose.cells/validationcollection/getcount/_index.md +++ b/english/cpp/aspose.cells/validationcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::ValidationCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::ValidationCollection class in C++.' +description: 'Aspose::Cells::ValidationCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 1100 url: /cpp/aspose.cells/validationcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/validationcollection/getcount/ ## ValidationCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::ValidationCollection::GetCount() diff --git a/english/cpp/aspose.cells/validationtype/_index.md b/english/cpp/aspose.cells/validationtype/_index.md index f33cc1b6130..a733a2bfd4d 100644 --- a/english/cpp/aspose.cells/validationtype/_index.md +++ b/english/cpp/aspose.cells/validationtype/_index.md @@ -4,7 +4,7 @@ linktitle: ValidationType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ValidationType enum. Represents data validation type in C++.' type: docs -weight: 27900 +weight: 28400 url: /cpp/aspose.cells/validationtype/ --- ## ValidationType enum diff --git a/english/cpp/aspose.cells/vector/_index.md b/english/cpp/aspose.cells/vector/_index.md index ddfd1d613f2..4f333a8a4b3 100644 --- a/english/cpp/aspose.cells/vector/_index.md +++ b/english/cpp/aspose.cells/vector/_index.md @@ -4,7 +4,7 @@ linktitle: Vector second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Vector class. Vector template class. The elements are stored contiguously in C++.' type: docs -weight: 15900 +weight: 16100 url: /cpp/aspose.cells/vector/ --- ## Vector class @@ -24,6 +24,8 @@ templateclass Vector | Method | Description | | --- | --- | +| [begin()](./begin/) | Returns an iterator to the beginning of the vector. | +| [end()](./end/) | Returns an iterator to the end of the vector. | | [GetData()](./getdata/) const | Gets the address of the element array in this vector. | | [GetLength()](./getlength/) const | Gets the length of the elements in this [Vector](./). | | [IsNull()](./isnull/) const | Checks whether the element array is nullptr. | diff --git a/english/cpp/aspose.cells/vector/begin/_index.md b/english/cpp/aspose.cells/vector/begin/_index.md new file mode 100644 index 00000000000..d1acbe20d6e --- /dev/null +++ b/english/cpp/aspose.cells/vector/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Vector::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vector::begin method. Returns an iterator to the beginning of the vector in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells/vector/begin/ +--- +## Vector::begin method + + +Returns an iterator to the beginning of the vector. + +```cpp +Iterator Aspose::Cells::Vector::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the vector. + +## See Also + +* Class [Vector](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/vector/end/_index.md b/english/cpp/aspose.cells/vector/end/_index.md new file mode 100644 index 00000000000..46f6abebf07 --- /dev/null +++ b/english/cpp/aspose.cells/vector/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Vector::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vector::end method. Returns an iterator to the end of the vector in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/vector/end/ +--- +## Vector::end method + + +Returns an iterator to the end of the vector. + +```cpp +Iterator Aspose::Cells::Vector::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the vector. + +## See Also + +* Class [Vector](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/verticalpagebreak/_index.md b/english/cpp/aspose.cells/verticalpagebreak/_index.md index cb904b5bca4..212d34fa7ec 100644 --- a/english/cpp/aspose.cells/verticalpagebreak/_index.md +++ b/english/cpp/aspose.cells/verticalpagebreak/_index.md @@ -4,7 +4,7 @@ linktitle: VerticalPageBreak second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::VerticalPageBreak class. Encapsulates the object that represents a vertical page break in C++.' type: docs -weight: 16000 +weight: 16200 url: /cpp/aspose.cells/verticalpagebreak/ --- ## VerticalPageBreak class diff --git a/english/cpp/aspose.cells/verticalpagebreakcollection/_impl/_index.md b/english/cpp/aspose.cells/verticalpagebreakcollection/_impl/_index.md index 2646b8eff30..c1c892f19b5 100644 --- a/english/cpp/aspose.cells/verticalpagebreakcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/verticalpagebreakcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::VerticalPageBreakCollection::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells/verticalpagebreakcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/verticalpagebreakcollection/_index.md b/english/cpp/aspose.cells/verticalpagebreakcollection/_index.md index 534803200e8..3aac70c107a 100644 --- a/english/cpp/aspose.cells/verticalpagebreakcollection/_index.md +++ b/english/cpp/aspose.cells/verticalpagebreakcollection/_index.md @@ -4,7 +4,7 @@ linktitle: VerticalPageBreakCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::VerticalPageBreakCollection class. Encapsulates a collection of VerticalPageBreak objects in C++.' type: docs -weight: 16100 +weight: 16300 url: /cpp/aspose.cells/verticalpagebreakcollection/ --- ## VerticalPageBreakCollection class @@ -25,10 +25,12 @@ class VerticalPageBreakCollection | [Add(int32_t row, int32_t column)](./add/) | Adds a vertical page break to the collection. | | [Add(const U16String\& cellName)](./add/) | Adds a vertical page break to the collection. | | [Add(const char16_t* cellName)](./add/) | Adds a vertical page break to the collection. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [VerticalPageBreakCollection](./). | +| [end()](./end/) | Returns an iterator to the end of the [VerticalPageBreakCollection](./). | | [Get(int32_t index)](./get/) | Gets the [VerticalPageBreak](../verticalpagebreak/) element at the specified index. | | [Get(const U16String\& cellName)](./get/) | Gets the [VerticalPageBreak](../verticalpagebreak/) element with the specified cell name. | | [Get(const char16_t* cellName)](./get/) | Gets the [VerticalPageBreak](../verticalpagebreak/) element with the specified cell name. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const VerticalPageBreakCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/verticalpagebreakcollection/begin/_index.md b/english/cpp/aspose.cells/verticalpagebreakcollection/begin/_index.md new file mode 100644 index 00000000000..f7eaa35fba7 --- /dev/null +++ b/english/cpp/aspose.cells/verticalpagebreakcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::VerticalPageBreakCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::VerticalPageBreakCollection::begin method. Returns an iterator to the beginning of the VerticalPageBreakCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/verticalpagebreakcollection/begin/ +--- +## VerticalPageBreakCollection::begin method + + +Returns an iterator to the beginning of the [VerticalPageBreakCollection](../). + +```cpp +Iterator Aspose::Cells::VerticalPageBreakCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [VerticalPageBreakCollection](../). + +## See Also + +* Class [VerticalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/verticalpagebreakcollection/end/_index.md b/english/cpp/aspose.cells/verticalpagebreakcollection/end/_index.md new file mode 100644 index 00000000000..8ce0cf556b6 --- /dev/null +++ b/english/cpp/aspose.cells/verticalpagebreakcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::VerticalPageBreakCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::VerticalPageBreakCollection::end method. Returns an iterator to the end of the VerticalPageBreakCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells/verticalpagebreakcollection/end/ +--- +## VerticalPageBreakCollection::end method + + +Returns an iterator to the end of the [VerticalPageBreakCollection](../). + +```cpp +Iterator Aspose::Cells::VerticalPageBreakCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [VerticalPageBreakCollection](../). + +## See Also + +* Class [VerticalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/verticalpagebreakcollection/getcount/_index.md b/english/cpp/aspose.cells/verticalpagebreakcollection/getcount/_index.md index feb69f49819..ad1fd02b806 100644 --- a/english/cpp/aspose.cells/verticalpagebreakcollection/getcount/_index.md +++ b/english/cpp/aspose.cells/verticalpagebreakcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::VerticalPageBreakCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::VerticalPageBreakCollection class in C++.' +description: 'Aspose::Cells::VerticalPageBreakCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 900 url: /cpp/aspose.cells/verticalpagebreakcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/verticalpagebreakcollection/getcount/ ## VerticalPageBreakCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::VerticalPageBreakCollection::GetCount() diff --git a/english/cpp/aspose.cells/viewtype/_index.md b/english/cpp/aspose.cells/viewtype/_index.md index dd70e43b7de..e1fb2522639 100644 --- a/english/cpp/aspose.cells/viewtype/_index.md +++ b/english/cpp/aspose.cells/viewtype/_index.md @@ -4,7 +4,7 @@ linktitle: ViewType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::ViewType enum. Represents the view type of the worksheet in C++.' type: docs -weight: 28000 +weight: 28500 url: /cpp/aspose.cells/viewtype/ --- ## ViewType enum diff --git a/english/cpp/aspose.cells/visibilitytype/_index.md b/english/cpp/aspose.cells/visibilitytype/_index.md index 98b346639df..537d5a46434 100644 --- a/english/cpp/aspose.cells/visibilitytype/_index.md +++ b/english/cpp/aspose.cells/visibilitytype/_index.md @@ -4,7 +4,7 @@ linktitle: VisibilityType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::VisibilityType enum. Represents the states for sheet visibility in C++.' type: docs -weight: 28100 +weight: 28600 url: /cpp/aspose.cells/visibilitytype/ --- ## VisibilityType enum diff --git a/english/cpp/aspose.cells/warninginfo/_index.md b/english/cpp/aspose.cells/warninginfo/_index.md index c0570f35673..a5d2e2ae380 100644 --- a/english/cpp/aspose.cells/warninginfo/_index.md +++ b/english/cpp/aspose.cells/warninginfo/_index.md @@ -4,7 +4,7 @@ linktitle: WarningInfo second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WarningInfo class. Warning info in C++.' type: docs -weight: 16200 +weight: 16400 url: /cpp/aspose.cells/warninginfo/ --- ## WarningInfo class diff --git a/english/cpp/aspose.cells/warningtype/_index.md b/english/cpp/aspose.cells/warningtype/_index.md index e5161784e2e..0a40d715103 100644 --- a/english/cpp/aspose.cells/warningtype/_index.md +++ b/english/cpp/aspose.cells/warningtype/_index.md @@ -4,7 +4,7 @@ linktitle: WarningType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WarningType enum. WaringType in C++.' type: docs -weight: 28200 +weight: 28700 url: /cpp/aspose.cells/warningtype/ --- ## WarningType enum diff --git a/english/cpp/aspose.cells/weekday/_index.md b/english/cpp/aspose.cells/weekday/_index.md index 5555964280b..b1fc09e888f 100644 --- a/english/cpp/aspose.cells/weekday/_index.md +++ b/english/cpp/aspose.cells/weekday/_index.md @@ -4,7 +4,7 @@ linktitle: Weekday second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Weekday enum. Specifies the day of the week in C++.' type: docs -weight: 19900 +weight: 20000 url: /cpp/aspose.cells/weekday/ --- ## Weekday enum diff --git a/english/cpp/aspose.cells/workbook/_impl/_index.md b/english/cpp/aspose.cells/workbook/_impl/_index.md index ebc5928672f..58655b2d842 100644 --- a/english/cpp/aspose.cells/workbook/_impl/_index.md +++ b/english/cpp/aspose.cells/workbook/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Workbook::_impl field. The implementation object in C++.' type: docs -weight: 8000 +weight: 8100 url: /cpp/aspose.cells/workbook/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/workbook/_index.md b/english/cpp/aspose.cells/workbook/_index.md index 995566568f9..cf1317cb3b8 100644 --- a/english/cpp/aspose.cells/workbook/_index.md +++ b/english/cpp/aspose.cells/workbook/_index.md @@ -4,7 +4,7 @@ linktitle: Workbook second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Workbook class. Represents a root object to create an Excel spreadsheet in C++.' type: docs -weight: 16300 +weight: 16500 url: /cpp/aspose.cells/workbook/ --- ## Workbook class @@ -89,6 +89,7 @@ class Workbook | [Protect(ProtectionType protectionType, const char16_t* password)](./protect/) | Protects a workbook. | | [ProtectSharedWorkbook(const U16String\& password)](./protectsharedworkbook/) | Protects a shared workbook. | | [ProtectSharedWorkbook(const char16_t* password)](./protectsharedworkbook/) | Protects a shared workbook. | +| [RefreshAll()](./refreshall/) | Refresh linked shapes, all pivot tables and charts with pivot source. | | [RefreshDynamicArrayFormulas(bool calculate)](./refreshdynamicarrayformulas/) | Refreshes dynamic array formulas(spill into new range of neighboring cells according to current data) Other formulas in the workbook will not be calculated recursively even if they were used by dynamic array formulas. | | [RefreshDynamicArrayFormulas(bool calculate, const CalculationOptions\& copts)](./refreshdynamicarrayformulas/) | Refreshes dynamic array formulas(spill into new range of neighboring cells according to current data) | | [RemoveDigitalSignature()](./removedigitalsignature/) | Removes digital signature from this spreadsheet. | @@ -142,8 +143,9 @@ class Workbook | [UpdateLinkedDataSource(const Vector \\& externalWorkbooks)](./updatelinkeddatasource/) | If this workbook contains external links to other data source, [Aspose.Cells](../) will attempt to retrieve the latest data from give sources. | | [Workbook()](./workbook/) | Initializes a new instance of the [Workbook](./) class. | | explicit [Workbook(FileFormatType fileFormatType)](./workbook/) | Initializes a new instance of the [Workbook](./) class. | -| explicit [Workbook(const U16String\& file)](./workbook/) | Initializes a new instance of the [Workbook](./) class and open a file. | -| explicit [Workbook(const char16_t* file)](./workbook/) | Initializes a new instance of the [Workbook](./) class and open a file. | +| explicit [Workbook(const LoadOptions\& loadOptions)](./workbook/) | Initializes a new empty instance of the [Workbook](./) class with options. | +| explicit [Workbook(const U16String\& file)](./workbook/) | | +| explicit [Workbook(const char16_t* file)](./workbook/) | | | explicit [Workbook(const Vector \\& stream)](./workbook/) | Initializes a new instance of the [Workbook](./) class and open a stream. | | [Workbook(const U16String\& file, const LoadOptions\& loadOptions)](./workbook/) | Initializes a new instance of the [Workbook](./) class and open a file. | | [Workbook(const char16_t* file, const LoadOptions\& loadOptions)](./workbook/) | Initializes a new instance of the [Workbook](./) class and open a file. | diff --git a/english/cpp/aspose.cells/workbook/dispose/_index.md b/english/cpp/aspose.cells/workbook/dispose/_index.md index 744466216e9..882eef9b7a9 100644 --- a/english/cpp/aspose.cells/workbook/dispose/_index.md +++ b/english/cpp/aspose.cells/workbook/dispose/_index.md @@ -4,7 +4,7 @@ linktitle: Dispose second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Workbook::Dispose method. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources in C++.' type: docs -weight: 7900 +weight: 8000 url: /cpp/aspose.cells/workbook/dispose/ --- ## Workbook::Dispose method diff --git a/english/cpp/aspose.cells/workbook/refreshall/_index.md b/english/cpp/aspose.cells/workbook/refreshall/_index.md new file mode 100644 index 00000000000..e80d9989eb6 --- /dev/null +++ b/english/cpp/aspose.cells/workbook/refreshall/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Workbook::RefreshAll method +linktitle: RefreshAll +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Workbook::RefreshAll method. Refresh linked shapes, all pivot tables and charts with pivot source in C++.' +type: docs +weight: 7900 +url: /cpp/aspose.cells/workbook/refreshall/ +--- +## Workbook::RefreshAll method + + +Refresh linked shapes, all pivot tables and charts with pivot source. + +```cpp +void Aspose::Cells::Workbook::RefreshAll() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Workbook](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/workbook/workbook/_index.md b/english/cpp/aspose.cells/workbook/workbook/_index.md index e73a2b441da..eaecea7f596 100644 --- a/english/cpp/aspose.cells/workbook/workbook/_index.md +++ b/english/cpp/aspose.cells/workbook/workbook/_index.md @@ -65,10 +65,31 @@ Workbook workbook(FileFormatType::Xlsx); * Class [Workbook](../) * Namespace [Aspose::Cells](../../) * Library [Aspose.Cells for C++](../../../) +## Workbook::Workbook(const LoadOptions\&) constructor + + +Initializes a new empty instance of the [Workbook](../) class with options. + +```cpp +Aspose::Cells::Workbook::Workbook(const LoadOptions &loadOptions) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | const LoadOptions\& | The options. | + +## See Also + +* Class [Vector](../../vector/) +* Class [LoadOptions](../../loadoptions/) +* Class [Workbook](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) ## Workbook::Workbook(const U16String\&) constructor -Initializes a new instance of the [Workbook](../) class and open a file. + ```cpp Aspose::Cells::Workbook::Workbook(const U16String &file) @@ -78,6 +99,10 @@ Aspose::Cells::Workbook::Workbook(const U16String &file) | Parameter | Type | Description | | --- | --- | --- | | file | const U16String\& | The file name. | +## Remarks + + +Initializes a new instance of the [Workbook](../) class and open a file. ## See Also @@ -89,7 +114,7 @@ Aspose::Cells::Workbook::Workbook(const U16String &file) ## Workbook::Workbook(const char16_t*) constructor -Initializes a new instance of the [Workbook](../) class and open a file. + ```cpp Aspose::Cells::Workbook::Workbook(const char16_t *file) @@ -99,6 +124,10 @@ Aspose::Cells::Workbook::Workbook(const char16_t *file) | Parameter | Type | Description | | --- | --- | --- | | file | const char16_t* | The file name. | +## Remarks + + +Initializes a new instance of the [Workbook](../) class and open a file. ## See Also diff --git a/english/cpp/aspose.cells/workbooksettings/_impl/_index.md b/english/cpp/aspose.cells/workbooksettings/_impl/_index.md index baf186e9936..a7549eab555 100644 --- a/english/cpp/aspose.cells/workbooksettings/_impl/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::_impl field. The implementation object in C++.' type: docs -weight: 12500 +weight: 13000 url: /cpp/aspose.cells/workbooksettings/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/workbooksettings/_index.md b/english/cpp/aspose.cells/workbooksettings/_index.md index 61e563c6cb2..c414671e38c 100644 --- a/english/cpp/aspose.cells/workbooksettings/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/_index.md @@ -4,7 +4,7 @@ linktitle: WorkbookSettings second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings class. Represents all settings of the workbook in C++.' type: docs -weight: 16500 +weight: 16600 url: /cpp/aspose.cells/workbooksettings/ --- ## WorkbookSettings class diff --git a/english/cpp/aspose.cells/workbooksettings/getautorecover/_index.md b/english/cpp/aspose.cells/workbooksettings/getautorecover/_index.md index d9e931e1f13..e919aea264e 100644 --- a/english/cpp/aspose.cells/workbooksettings/getautorecover/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getautorecover/_index.md @@ -4,7 +4,7 @@ linktitle: GetAutoRecover second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetAutoRecover method. Indicates whether the file is marked for auto-recovery in C++.' type: docs -weight: 9600 +weight: 9900 url: /cpp/aspose.cells/workbooksettings/getautorecover/ --- ## WorkbookSettings::GetAutoRecover method diff --git a/english/cpp/aspose.cells/workbooksettings/getbuildversion/_index.md b/english/cpp/aspose.cells/workbooksettings/getbuildversion/_index.md index 517a1c753d2..91137cd58dd 100644 --- a/english/cpp/aspose.cells/workbooksettings/getbuildversion/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getbuildversion/_index.md @@ -4,7 +4,7 @@ linktitle: GetBuildVersion second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetBuildVersion method. Specifies the incremental public release of the application in C++.' type: docs -weight: 10400 +weight: 10700 url: /cpp/aspose.cells/workbooksettings/getbuildversion/ --- ## WorkbookSettings::GetBuildVersion method diff --git a/english/cpp/aspose.cells/workbooksettings/getcheckcompatibility/_index.md b/english/cpp/aspose.cells/workbooksettings/getcheckcompatibility/_index.md index 3575a5014ad..000b667477c 100644 --- a/english/cpp/aspose.cells/workbooksettings/getcheckcompatibility/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getcheckcompatibility/_index.md @@ -4,7 +4,7 @@ linktitle: GetCheckCompatibility second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetCheckCompatibility method. Indicates whether check compatibility with earlier versions when saving workbook in C++.' type: docs -weight: 9200 +weight: 9500 url: /cpp/aspose.cells/workbooksettings/getcheckcompatibility/ --- ## WorkbookSettings::GetCheckCompatibility method diff --git a/english/cpp/aspose.cells/workbooksettings/getcheckexcelrestriction/_index.md b/english/cpp/aspose.cells/workbooksettings/getcheckexcelrestriction/_index.md index 5d4dd2a0d4c..951ed324408 100644 --- a/english/cpp/aspose.cells/workbooksettings/getcheckexcelrestriction/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getcheckexcelrestriction/_index.md @@ -4,7 +4,7 @@ linktitle: GetCheckExcelRestriction second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetCheckExcelRestriction method. 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 in C++.' type: docs -weight: 9400 +weight: 9700 url: /cpp/aspose.cells/workbooksettings/getcheckexcelrestriction/ --- ## WorkbookSettings::GetCheckExcelRestriction method diff --git a/english/cpp/aspose.cells/workbooksettings/getcompliance/_index.md b/english/cpp/aspose.cells/workbooksettings/getcompliance/_index.md index 742d2227152..b20bab86a85 100644 --- a/english/cpp/aspose.cells/workbooksettings/getcompliance/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getcompliance/_index.md @@ -4,7 +4,7 @@ linktitle: GetCompliance second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetCompliance method. Specifies the OOXML version for the output document. The default value is Ecma376_2006 in C++.' type: docs -weight: 11400 +weight: 11700 url: /cpp/aspose.cells/workbooksettings/getcompliance/ --- ## WorkbookSettings::GetCompliance method diff --git a/english/cpp/aspose.cells/workbooksettings/getdataextractload/_index.md b/english/cpp/aspose.cells/workbooksettings/getdataextractload/_index.md index fc33b7ce18f..24aff5dbe40 100644 --- a/english/cpp/aspose.cells/workbooksettings/getdataextractload/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getdataextractload/_index.md @@ -4,7 +4,7 @@ linktitle: GetDataExtractLoad second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetDataExtractLoad method. indicates whether the application last opened the workbook for data recovery in C++.' type: docs -weight: 10000 +weight: 10300 url: /cpp/aspose.cells/workbooksettings/getdataextractload/ --- ## WorkbookSettings::GetDataExtractLoad method diff --git a/english/cpp/aspose.cells/workbooksettings/getdefaultimageresolution/_index.md b/english/cpp/aspose.cells/workbooksettings/getdefaultimageresolution/_index.md index 4d92bb77a57..9a7649eba96 100644 --- a/english/cpp/aspose.cells/workbooksettings/getdefaultimageresolution/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getdefaultimageresolution/_index.md @@ -4,7 +4,7 @@ linktitle: GetDefaultImageResolution second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetDefaultImageResolution method. Gets and sets default resolution of image in C++.' type: docs -weight: 12300 +weight: 12600 url: /cpp/aspose.cells/workbooksettings/getdefaultimageresolution/ --- ## WorkbookSettings::GetDefaultImageResolution method diff --git a/english/cpp/aspose.cells/workbooksettings/getdefaultstylesettings/_index.md b/english/cpp/aspose.cells/workbooksettings/getdefaultstylesettings/_index.md index e43d1532e37..1add45bb494 100644 --- a/english/cpp/aspose.cells/workbooksettings/getdefaultstylesettings/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getdefaultstylesettings/_index.md @@ -4,7 +4,7 @@ linktitle: GetDefaultStyleSettings second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetDefaultStyleSettings method. Gets the settings for default values of style-related properties for this workbook in C++.' type: docs -weight: 6300 +weight: 6600 url: /cpp/aspose.cells/workbooksettings/getdefaultstylesettings/ --- ## WorkbookSettings::GetDefaultStyleSettings method diff --git a/english/cpp/aspose.cells/workbooksettings/getdiscardimageeditdata/_index.md b/english/cpp/aspose.cells/workbooksettings/getdiscardimageeditdata/_index.md index 84ea27818cd..c2909cb6b33 100644 --- a/english/cpp/aspose.cells/workbooksettings/getdiscardimageeditdata/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getdiscardimageeditdata/_index.md @@ -4,7 +4,7 @@ linktitle: GetDiscardImageEditData second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetDiscardImageEditData method. Indicates whether discarding editting image data in C++.' type: docs -weight: 12100 +weight: 12400 url: /cpp/aspose.cells/workbooksettings/getdiscardimageeditdata/ --- ## WorkbookSettings::GetDiscardImageEditData method diff --git a/english/cpp/aspose.cells/workbooksettings/getformulasettings/_index.md b/english/cpp/aspose.cells/workbooksettings/getformulasettings/_index.md index c05c2b3e58c..aa51d2a7150 100644 --- a/english/cpp/aspose.cells/workbooksettings/getformulasettings/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getformulasettings/_index.md @@ -4,7 +4,7 @@ linktitle: GetFormulaSettings second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetFormulaSettings method. Gets the settings for formula-related features in C++.' type: docs -weight: 11800 +weight: 12100 url: /cpp/aspose.cells/workbooksettings/getformulasettings/ --- ## WorkbookSettings::GetFormulaSettings method diff --git a/english/cpp/aspose.cells/workbooksettings/getmaxcolumn/_index.md b/english/cpp/aspose.cells/workbooksettings/getmaxcolumn/_index.md index 840ec2455be..d0d94899e76 100644 --- a/english/cpp/aspose.cells/workbooksettings/getmaxcolumn/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getmaxcolumn/_index.md @@ -4,7 +4,7 @@ linktitle: GetMaxColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetMaxColumn method. Gets the max column index, zero-based in C++.' type: docs -weight: 6200 +weight: 6400 url: /cpp/aspose.cells/workbooksettings/getmaxcolumn/ --- ## WorkbookSettings::GetMaxColumn method diff --git a/english/cpp/aspose.cells/workbooksettings/getmaxrow/_index.md b/english/cpp/aspose.cells/workbooksettings/getmaxrow/_index.md index 9672009a13c..51fd2a76c70 100644 --- a/english/cpp/aspose.cells/workbooksettings/getmaxrow/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getmaxrow/_index.md @@ -4,7 +4,7 @@ linktitle: GetMaxRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetMaxRow method. Gets the max row index, zero-based in C++.' type: docs -weight: 6100 +weight: 6300 url: /cpp/aspose.cells/workbooksettings/getmaxrow/ --- ## WorkbookSettings::GetMaxRow method diff --git a/english/cpp/aspose.cells/workbooksettings/getmaxrowsofsharedformula/_index.md b/english/cpp/aspose.cells/workbooksettings/getmaxrowsofsharedformula/_index.md index 0092faacfd5..79494d0c81e 100644 --- a/english/cpp/aspose.cells/workbooksettings/getmaxrowsofsharedformula/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getmaxrowsofsharedformula/_index.md @@ -4,7 +4,7 @@ linktitle: GetMaxRowsOfSharedFormula second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetMaxRowsOfSharedFormula method. Gets and sets the max row number of shared formula in C++.' type: docs -weight: 11200 +weight: 11500 url: /cpp/aspose.cells/workbooksettings/getmaxrowsofsharedformula/ --- ## WorkbookSettings::GetMaxRowsOfSharedFormula method diff --git a/english/cpp/aspose.cells/workbooksettings/getmemorysetting/_index.md b/english/cpp/aspose.cells/workbooksettings/getmemorysetting/_index.md index 9b675d0db99..e645eb277b2 100644 --- a/english/cpp/aspose.cells/workbooksettings/getmemorysetting/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getmemorysetting/_index.md @@ -4,7 +4,7 @@ linktitle: GetMemorySetting second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetMemorySetting method. Gets or sets the memory usage options. The new option will be taken as the default option for newly created worksheets but does not take effect for existing worksheets in C++.' type: docs -weight: 10700 +weight: 10900 url: /cpp/aspose.cells/workbooksettings/getmemorysetting/ --- ## WorkbookSettings::GetMemorySetting method diff --git a/english/cpp/aspose.cells/workbooksettings/getpapersize/_index.md b/english/cpp/aspose.cells/workbooksettings/getpapersize/_index.md index d66a45f5d93..f2814eb538c 100644 --- a/english/cpp/aspose.cells/workbooksettings/getpapersize/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getpapersize/_index.md @@ -4,7 +4,7 @@ linktitle: GetPaperSize second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetPaperSize method. Gets and sets the default print paper size in C++.' type: docs -weight: 10800 +weight: 11100 url: /cpp/aspose.cells/workbooksettings/getpapersize/ --- ## WorkbookSettings::GetPaperSize method diff --git a/english/cpp/aspose.cells/workbooksettings/getpropertiesfollowchartpoint/_index.md b/english/cpp/aspose.cells/workbooksettings/getpropertiesfollowchartpoint/_index.md index 505564e9c08..aac2ec7532f 100644 --- a/english/cpp/aspose.cells/workbooksettings/getpropertiesfollowchartpoint/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getpropertiesfollowchartpoint/_index.md @@ -4,7 +4,7 @@ linktitle: GetPropertiesFollowChartPoint second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetPropertiesFollowChartPoint method. Indicates whether datapoint properties and datalabels in all charts in this workbook follow their reference in C++.' type: docs -weight: 11900 +weight: 12200 url: /cpp/aspose.cells/workbooksettings/getpropertiesfollowchartpoint/ --- ## WorkbookSettings::GetPropertiesFollowChartPoint method diff --git a/english/cpp/aspose.cells/workbooksettings/getquoteprefixtostyle/_index.md b/english/cpp/aspose.cells/workbooksettings/getquoteprefixtostyle/_index.md index 544062f1124..affc9180244 100644 --- a/english/cpp/aspose.cells/workbooksettings/getquoteprefixtostyle/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getquoteprefixtostyle/_index.md @@ -4,7 +4,7 @@ linktitle: GetQuotePrefixToStyle second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetQuotePrefixToStyle method. Indicates whether setting Style.QuotePrefix property when entering the string value(which starts with single quote mark ) to the cell in C++.' type: docs -weight: 11600 +weight: 11900 url: /cpp/aspose.cells/workbooksettings/getquoteprefixtostyle/ --- ## WorkbookSettings::GetQuotePrefixToStyle method diff --git a/english/cpp/aspose.cells/workbooksettings/getrepairload/_index.md b/english/cpp/aspose.cells/workbooksettings/getrepairload/_index.md index e811bee2e6d..85990f7c1c2 100644 --- a/english/cpp/aspose.cells/workbooksettings/getrepairload/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getrepairload/_index.md @@ -4,7 +4,7 @@ linktitle: GetRepairLoad second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetRepairLoad method. Indicates whether the application last opened the workbook in safe or repair mode in C++.' type: docs -weight: 10200 +weight: 10500 url: /cpp/aspose.cells/workbooksettings/getrepairload/ --- ## WorkbookSettings::GetRepairLoad method diff --git a/english/cpp/aspose.cells/workbooksettings/getsmarttagoptions/_index.md b/english/cpp/aspose.cells/workbooksettings/getsmarttagoptions/_index.md index 2297bc99fd1..9c19f4a1249 100644 --- a/english/cpp/aspose.cells/workbooksettings/getsmarttagoptions/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getsmarttagoptions/_index.md @@ -4,7 +4,7 @@ linktitle: GetSmartTagOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetSmartTagOptions method. Gets the options of the smart tag in C++.' type: docs -weight: 6300 +weight: 6500 url: /cpp/aspose.cells/workbooksettings/getsmarttagoptions/ --- ## WorkbookSettings::GetSmartTagOptions method diff --git a/english/cpp/aspose.cells/workbooksettings/getupdateadjacentcellsborder/_index.md b/english/cpp/aspose.cells/workbooksettings/getupdateadjacentcellsborder/_index.md index e933c7981ba..8c9a6672f40 100644 --- a/english/cpp/aspose.cells/workbooksettings/getupdateadjacentcellsborder/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getupdateadjacentcellsborder/_index.md @@ -4,7 +4,7 @@ linktitle: GetUpdateAdjacentCellsBorder second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetUpdateAdjacentCellsBorder method. Indicates whether update adjacent cells'' border in C++.' type: docs -weight: 8800 +weight: 9100 url: /cpp/aspose.cells/workbooksettings/getupdateadjacentcellsborder/ --- ## WorkbookSettings::GetUpdateAdjacentCellsBorder method diff --git a/english/cpp/aspose.cells/workbooksettings/getupdatelinkstype/_index.md b/english/cpp/aspose.cells/workbooksettings/getupdatelinkstype/_index.md index 5d9e6141372..f4dfcc870e1 100644 --- a/english/cpp/aspose.cells/workbooksettings/getupdatelinkstype/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getupdatelinkstype/_index.md @@ -4,7 +4,7 @@ linktitle: GetUpdateLinksType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetUpdateLinksType method. Gets and sets how updates external links when the workbook is opened in C++.' type: docs -weight: 5800 +weight: 6000 url: /cpp/aspose.cells/workbooksettings/getupdatelinkstype/ --- ## WorkbookSettings::GetUpdateLinksType method diff --git a/english/cpp/aspose.cells/workbooksettings/getwarningcallback/_index.md b/english/cpp/aspose.cells/workbooksettings/getwarningcallback/_index.md index b76338b6280..c93239598b0 100644 --- a/english/cpp/aspose.cells/workbooksettings/getwarningcallback/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getwarningcallback/_index.md @@ -4,7 +4,7 @@ linktitle: GetWarningCallback second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetWarningCallback method. Gets or sets warning callback in C++.' type: docs -weight: 11100 +weight: 11400 url: /cpp/aspose.cells/workbooksettings/getwarningcallback/ --- ## WorkbookSettings::GetWarningCallback method diff --git a/english/cpp/aspose.cells/workbooksettings/getwindowheight/_index.md b/english/cpp/aspose.cells/workbooksettings/getwindowheight/_index.md index 6e7fda5be79..eb9d0222857 100644 --- a/english/cpp/aspose.cells/workbooksettings/getwindowheight/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getwindowheight/_index.md @@ -4,7 +4,7 @@ linktitle: GetWindowHeight second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetWindowHeight method. The height of the window, in unit of point in C++.' type: docs -weight: 8200 +weight: 8500 url: /cpp/aspose.cells/workbooksettings/getwindowheight/ --- ## WorkbookSettings::GetWindowHeight method diff --git a/english/cpp/aspose.cells/workbooksettings/getwindowheightcm/_index.md b/english/cpp/aspose.cells/workbooksettings/getwindowheightcm/_index.md index fb6a5d3ae7d..1f574322596 100644 --- a/english/cpp/aspose.cells/workbooksettings/getwindowheightcm/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getwindowheightcm/_index.md @@ -4,7 +4,7 @@ linktitle: GetWindowHeightCM second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetWindowHeightCM method. The height of the window, in unit of centimeter in C++.' type: docs -weight: 8600 +weight: 8900 url: /cpp/aspose.cells/workbooksettings/getwindowheightcm/ --- ## WorkbookSettings::GetWindowHeightCM method diff --git a/english/cpp/aspose.cells/workbooksettings/getwindowheightinch/_index.md b/english/cpp/aspose.cells/workbooksettings/getwindowheightinch/_index.md index be47e1cb9e7..5956f68a670 100644 --- a/english/cpp/aspose.cells/workbooksettings/getwindowheightinch/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getwindowheightinch/_index.md @@ -4,7 +4,7 @@ linktitle: GetWindowHeightInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetWindowHeightInch method. The height of the window, in unit of inch in C++.' type: docs -weight: 8400 +weight: 8700 url: /cpp/aspose.cells/workbooksettings/getwindowheightinch/ --- ## WorkbookSettings::GetWindowHeightInch method diff --git a/english/cpp/aspose.cells/workbooksettings/getwindowleft/_index.md b/english/cpp/aspose.cells/workbooksettings/getwindowleft/_index.md index 72a1a1ebc7a..6704c388a3b 100644 --- a/english/cpp/aspose.cells/workbooksettings/getwindowleft/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getwindowleft/_index.md @@ -4,7 +4,7 @@ linktitle: GetWindowLeft second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetWindowLeft method. The distance from the left edge of the client area to the left edge of the window, in unit of point in C++.' type: docs -weight: 6400 +weight: 6700 url: /cpp/aspose.cells/workbooksettings/getwindowleft/ --- ## WorkbookSettings::GetWindowLeft method diff --git a/english/cpp/aspose.cells/workbooksettings/getwindowleftcm/_index.md b/english/cpp/aspose.cells/workbooksettings/getwindowleftcm/_index.md index 4971689a1e5..8576da63f2e 100644 --- a/english/cpp/aspose.cells/workbooksettings/getwindowleftcm/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getwindowleftcm/_index.md @@ -4,7 +4,7 @@ linktitle: GetWindowLeftCM second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetWindowLeftCM method. The distance from the left edge of the client area to the left edge of the window. In unit of centimeter in C++.' type: docs -weight: 6800 +weight: 7100 url: /cpp/aspose.cells/workbooksettings/getwindowleftcm/ --- ## WorkbookSettings::GetWindowLeftCM method diff --git a/english/cpp/aspose.cells/workbooksettings/getwindowleftinch/_index.md b/english/cpp/aspose.cells/workbooksettings/getwindowleftinch/_index.md index 83c6b6fc856..040405ddeaa 100644 --- a/english/cpp/aspose.cells/workbooksettings/getwindowleftinch/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getwindowleftinch/_index.md @@ -4,7 +4,7 @@ linktitle: GetWindowLeftInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetWindowLeftInch method. The distance from the left edge of the client area to the left edge of the window. In unit of inch in C++.' type: docs -weight: 6600 +weight: 6900 url: /cpp/aspose.cells/workbooksettings/getwindowleftinch/ --- ## WorkbookSettings::GetWindowLeftInch method diff --git a/english/cpp/aspose.cells/workbooksettings/getwindowtop/_index.md b/english/cpp/aspose.cells/workbooksettings/getwindowtop/_index.md index 7e216067e0f..de82eb0cc00 100644 --- a/english/cpp/aspose.cells/workbooksettings/getwindowtop/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getwindowtop/_index.md @@ -4,7 +4,7 @@ linktitle: GetWindowTop second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetWindowTop method. The distance from the top edge of the client area to the top edge of the window, in unit of point in C++.' type: docs -weight: 7000 +weight: 7300 url: /cpp/aspose.cells/workbooksettings/getwindowtop/ --- ## WorkbookSettings::GetWindowTop method diff --git a/english/cpp/aspose.cells/workbooksettings/getwindowtopcm/_index.md b/english/cpp/aspose.cells/workbooksettings/getwindowtopcm/_index.md index 2b075310ad3..e8949f29423 100644 --- a/english/cpp/aspose.cells/workbooksettings/getwindowtopcm/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getwindowtopcm/_index.md @@ -4,7 +4,7 @@ linktitle: GetWindowTopCM second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetWindowTopCM method. The distance from the top edge of the client area to the top edge of the window, in unit of centimeter in C++.' type: docs -weight: 7400 +weight: 7700 url: /cpp/aspose.cells/workbooksettings/getwindowtopcm/ --- ## WorkbookSettings::GetWindowTopCM method diff --git a/english/cpp/aspose.cells/workbooksettings/getwindowtopinch/_index.md b/english/cpp/aspose.cells/workbooksettings/getwindowtopinch/_index.md index ab6bc407f07..576d7635d97 100644 --- a/english/cpp/aspose.cells/workbooksettings/getwindowtopinch/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getwindowtopinch/_index.md @@ -4,7 +4,7 @@ linktitle: GetWindowTopInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetWindowTopInch method. The distance from the top edge of the client area to the top edge of the window, in unit of inch in C++.' type: docs -weight: 7200 +weight: 7500 url: /cpp/aspose.cells/workbooksettings/getwindowtopinch/ --- ## WorkbookSettings::GetWindowTopInch method diff --git a/english/cpp/aspose.cells/workbooksettings/getwindowwidth/_index.md b/english/cpp/aspose.cells/workbooksettings/getwindowwidth/_index.md index 68a4162528b..3425a6f4a8e 100644 --- a/english/cpp/aspose.cells/workbooksettings/getwindowwidth/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getwindowwidth/_index.md @@ -4,7 +4,7 @@ linktitle: GetWindowWidth second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetWindowWidth method. The width of the window, in unit of point in C++.' type: docs -weight: 7600 +weight: 7900 url: /cpp/aspose.cells/workbooksettings/getwindowwidth/ --- ## WorkbookSettings::GetWindowWidth method diff --git a/english/cpp/aspose.cells/workbooksettings/getwindowwidthcm/_index.md b/english/cpp/aspose.cells/workbooksettings/getwindowwidthcm/_index.md index 59d31eb333f..9b5fc8ad269 100644 --- a/english/cpp/aspose.cells/workbooksettings/getwindowwidthcm/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getwindowwidthcm/_index.md @@ -4,7 +4,7 @@ linktitle: GetWindowWidthCM second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetWindowWidthCM method. The width of the window, in unit of centimeter in C++.' type: docs -weight: 8000 +weight: 8300 url: /cpp/aspose.cells/workbooksettings/getwindowwidthcm/ --- ## WorkbookSettings::GetWindowWidthCM method diff --git a/english/cpp/aspose.cells/workbooksettings/getwindowwidthinch/_index.md b/english/cpp/aspose.cells/workbooksettings/getwindowwidthinch/_index.md index 84df9430b12..ff9acd63514 100644 --- a/english/cpp/aspose.cells/workbooksettings/getwindowwidthinch/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getwindowwidthinch/_index.md @@ -4,7 +4,7 @@ linktitle: GetWindowWidthInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetWindowWidthInch method. The width of the window, in unit of inch in C++.' type: docs -weight: 7800 +weight: 8100 url: /cpp/aspose.cells/workbooksettings/getwindowwidthinch/ --- ## WorkbookSettings::GetWindowWidthInch method diff --git a/english/cpp/aspose.cells/workbooksettings/setbuildversion/_index.md b/english/cpp/aspose.cells/workbooksettings/setbuildversion/_index.md index 9cd790085db..613af428e85 100644 --- a/english/cpp/aspose.cells/workbooksettings/setbuildversion/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setbuildversion/_index.md @@ -4,7 +4,7 @@ linktitle: SetBuildVersion second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetBuildVersion method. Specifies the incremental public release of the application in C++.' type: docs -weight: 10500 +weight: 10800 url: /cpp/aspose.cells/workbooksettings/setbuildversion/ --- ## WorkbookSettings::SetBuildVersion(const U16String\&) method diff --git a/english/cpp/aspose.cells/workbooksettings/setcheckcompatibility/_index.md b/english/cpp/aspose.cells/workbooksettings/setcheckcompatibility/_index.md index bab5362d372..624a366fbfd 100644 --- a/english/cpp/aspose.cells/workbooksettings/setcheckcompatibility/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setcheckcompatibility/_index.md @@ -4,7 +4,7 @@ linktitle: SetCheckCompatibility second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetCheckCompatibility method. Indicates whether check compatibility with earlier versions when saving workbook in C++.' type: docs -weight: 9300 +weight: 9600 url: /cpp/aspose.cells/workbooksettings/setcheckcompatibility/ --- ## WorkbookSettings::SetCheckCompatibility method diff --git a/english/cpp/aspose.cells/workbooksettings/setcheckexcelrestriction/_index.md b/english/cpp/aspose.cells/workbooksettings/setcheckexcelrestriction/_index.md index 61975d19616..429ead01553 100644 --- a/english/cpp/aspose.cells/workbooksettings/setcheckexcelrestriction/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setcheckexcelrestriction/_index.md @@ -4,7 +4,7 @@ linktitle: SetCheckExcelRestriction second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetCheckExcelRestriction method. 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 in C++.' type: docs -weight: 9500 +weight: 9800 url: /cpp/aspose.cells/workbooksettings/setcheckexcelrestriction/ --- ## WorkbookSettings::SetCheckExcelRestriction method diff --git a/english/cpp/aspose.cells/workbooksettings/setcompliance/_index.md b/english/cpp/aspose.cells/workbooksettings/setcompliance/_index.md index 28349f0dea1..f34991fb091 100644 --- a/english/cpp/aspose.cells/workbooksettings/setcompliance/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setcompliance/_index.md @@ -4,7 +4,7 @@ linktitle: SetCompliance second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetCompliance method. Specifies the OOXML version for the output document. The default value is Ecma376_2006 in C++.' type: docs -weight: 11500 +weight: 11800 url: /cpp/aspose.cells/workbooksettings/setcompliance/ --- ## WorkbookSettings::SetCompliance method diff --git a/english/cpp/aspose.cells/workbooksettings/setcrashsave/_index.md b/english/cpp/aspose.cells/workbooksettings/setcrashsave/_index.md index 823712c42d7..a61642feda2 100644 --- a/english/cpp/aspose.cells/workbooksettings/setcrashsave/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setcrashsave/_index.md @@ -4,7 +4,7 @@ linktitle: SetCrashSave second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetCrashSave method. indicates whether the application last saved the workbook file after a crash in C++.' type: docs -weight: 10000 +weight: 10200 url: /cpp/aspose.cells/workbooksettings/setcrashsave/ --- ## WorkbookSettings::SetCrashSave method diff --git a/english/cpp/aspose.cells/workbooksettings/setdataextractload/_index.md b/english/cpp/aspose.cells/workbooksettings/setdataextractload/_index.md index d38a2c35448..1569ce54b4e 100644 --- a/english/cpp/aspose.cells/workbooksettings/setdataextractload/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setdataextractload/_index.md @@ -4,7 +4,7 @@ linktitle: SetDataExtractLoad second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetDataExtractLoad method. indicates whether the application last opened the workbook for data recovery in C++.' type: docs -weight: 10100 +weight: 10400 url: /cpp/aspose.cells/workbooksettings/setdataextractload/ --- ## WorkbookSettings::SetDataExtractLoad method diff --git a/english/cpp/aspose.cells/workbooksettings/setdefaultimageresolution/_index.md b/english/cpp/aspose.cells/workbooksettings/setdefaultimageresolution/_index.md index d79ff3a13c4..06b4f7e7529 100644 --- a/english/cpp/aspose.cells/workbooksettings/setdefaultimageresolution/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setdefaultimageresolution/_index.md @@ -4,7 +4,7 @@ linktitle: SetDefaultImageResolution second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetDefaultImageResolution method. Gets and sets default resolution of image in C++.' type: docs -weight: 12400 +weight: 12700 url: /cpp/aspose.cells/workbooksettings/setdefaultimageresolution/ --- ## WorkbookSettings::SetDefaultImageResolution method diff --git a/english/cpp/aspose.cells/workbooksettings/setdiscardimageeditdata/_index.md b/english/cpp/aspose.cells/workbooksettings/setdiscardimageeditdata/_index.md index 0a1306ab39a..5879f1a0f34 100644 --- a/english/cpp/aspose.cells/workbooksettings/setdiscardimageeditdata/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setdiscardimageeditdata/_index.md @@ -4,7 +4,7 @@ linktitle: SetDiscardImageEditData second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetDiscardImageEditData method. Indicates whether discarding editting image data in C++.' type: docs -weight: 12200 +weight: 12500 url: /cpp/aspose.cells/workbooksettings/setdiscardimageeditdata/ --- ## WorkbookSettings::SetDiscardImageEditData method diff --git a/english/cpp/aspose.cells/workbooksettings/setmaxrowsofsharedformula/_index.md b/english/cpp/aspose.cells/workbooksettings/setmaxrowsofsharedformula/_index.md index 7f9f889f4e0..8247c9b0f42 100644 --- a/english/cpp/aspose.cells/workbooksettings/setmaxrowsofsharedformula/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setmaxrowsofsharedformula/_index.md @@ -4,7 +4,7 @@ linktitle: SetMaxRowsOfSharedFormula second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetMaxRowsOfSharedFormula method. Gets and sets the max row number of shared formula in C++.' type: docs -weight: 11300 +weight: 11600 url: /cpp/aspose.cells/workbooksettings/setmaxrowsofsharedformula/ --- ## WorkbookSettings::SetMaxRowsOfSharedFormula method diff --git a/english/cpp/aspose.cells/workbooksettings/setmemorysetting/_index.md b/english/cpp/aspose.cells/workbooksettings/setmemorysetting/_index.md index 3e5361b6042..b21071be378 100644 --- a/english/cpp/aspose.cells/workbooksettings/setmemorysetting/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setmemorysetting/_index.md @@ -4,7 +4,7 @@ linktitle: SetMemorySetting second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetMemorySetting method. Gets or sets the memory usage options. The new option will be taken as the default option for newly created worksheets but does not take effect for existing worksheets in C++.' type: docs -weight: 10800 +weight: 11000 url: /cpp/aspose.cells/workbooksettings/setmemorysetting/ --- ## WorkbookSettings::SetMemorySetting method diff --git a/english/cpp/aspose.cells/workbooksettings/setpageorientationtype/_index.md b/english/cpp/aspose.cells/workbooksettings/setpageorientationtype/_index.md index 7f2d8a96849..2a2e7d54e0c 100644 --- a/english/cpp/aspose.cells/workbooksettings/setpageorientationtype/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setpageorientationtype/_index.md @@ -4,7 +4,7 @@ linktitle: SetPageOrientationType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetPageOrientationType method. Set the type of print orientation for the whole workbook in C++.' type: docs -weight: 6000 +weight: 6200 url: /cpp/aspose.cells/workbooksettings/setpageorientationtype/ --- ## WorkbookSettings::SetPageOrientationType method diff --git a/english/cpp/aspose.cells/workbooksettings/setpapersize/_index.md b/english/cpp/aspose.cells/workbooksettings/setpapersize/_index.md index e0448505ccf..eb9c7b74a15 100644 --- a/english/cpp/aspose.cells/workbooksettings/setpapersize/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setpapersize/_index.md @@ -4,7 +4,7 @@ linktitle: SetPaperSize second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetPaperSize method. Gets and sets the default print paper size in C++.' type: docs -weight: 10900 +weight: 11200 url: /cpp/aspose.cells/workbooksettings/setpapersize/ --- ## WorkbookSettings::SetPaperSize method diff --git a/english/cpp/aspose.cells/workbooksettings/setpropertiesfollowchartpoint/_index.md b/english/cpp/aspose.cells/workbooksettings/setpropertiesfollowchartpoint/_index.md index 5d0376e9ac4..d1eb490833f 100644 --- a/english/cpp/aspose.cells/workbooksettings/setpropertiesfollowchartpoint/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setpropertiesfollowchartpoint/_index.md @@ -4,7 +4,7 @@ linktitle: SetPropertiesFollowChartPoint second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetPropertiesFollowChartPoint method. Indicates whether datapoint properties and datalabels in all charts in this workbook follow their reference in C++.' type: docs -weight: 12000 +weight: 12300 url: /cpp/aspose.cells/workbooksettings/setpropertiesfollowchartpoint/ --- ## WorkbookSettings::SetPropertiesFollowChartPoint method diff --git a/english/cpp/aspose.cells/workbooksettings/setquoteprefixtostyle/_index.md b/english/cpp/aspose.cells/workbooksettings/setquoteprefixtostyle/_index.md index 2db0af2b14f..ed2bdee7a99 100644 --- a/english/cpp/aspose.cells/workbooksettings/setquoteprefixtostyle/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setquoteprefixtostyle/_index.md @@ -4,7 +4,7 @@ linktitle: SetQuotePrefixToStyle second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetQuotePrefixToStyle method. Indicates whether setting Style.QuotePrefix property when entering the string value(which starts with single quote mark ) to the cell in C++.' type: docs -weight: 11700 +weight: 12000 url: /cpp/aspose.cells/workbooksettings/setquoteprefixtostyle/ --- ## WorkbookSettings::SetQuotePrefixToStyle method diff --git a/english/cpp/aspose.cells/workbooksettings/setrepairload/_index.md b/english/cpp/aspose.cells/workbooksettings/setrepairload/_index.md index 742928f494e..3411ea7db72 100644 --- a/english/cpp/aspose.cells/workbooksettings/setrepairload/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setrepairload/_index.md @@ -4,7 +4,7 @@ linktitle: SetRepairLoad second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetRepairLoad method. Indicates whether the application last opened the workbook in safe or repair mode in C++.' type: docs -weight: 10300 +weight: 10600 url: /cpp/aspose.cells/workbooksettings/setrepairload/ --- ## WorkbookSettings::SetRepairLoad method diff --git a/english/cpp/aspose.cells/workbooksettings/setupdateadjacentcellsborder/_index.md b/english/cpp/aspose.cells/workbooksettings/setupdateadjacentcellsborder/_index.md index e1e5ac1cc70..6cf70595599 100644 --- a/english/cpp/aspose.cells/workbooksettings/setupdateadjacentcellsborder/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setupdateadjacentcellsborder/_index.md @@ -4,7 +4,7 @@ linktitle: SetUpdateAdjacentCellsBorder second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetUpdateAdjacentCellsBorder method. Indicates whether update adjacent cells'' border in C++.' type: docs -weight: 8900 +weight: 9200 url: /cpp/aspose.cells/workbooksettings/setupdateadjacentcellsborder/ --- ## WorkbookSettings::SetUpdateAdjacentCellsBorder method diff --git a/english/cpp/aspose.cells/workbooksettings/setupdatelinkstype/_index.md b/english/cpp/aspose.cells/workbooksettings/setupdatelinkstype/_index.md index 985c00b2b45..711abc6510c 100644 --- a/english/cpp/aspose.cells/workbooksettings/setupdatelinkstype/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setupdatelinkstype/_index.md @@ -4,7 +4,7 @@ linktitle: SetUpdateLinksType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetUpdateLinksType method. Gets and sets how updates external links when the workbook is opened in C++.' type: docs -weight: 5900 +weight: 6100 url: /cpp/aspose.cells/workbooksettings/setupdatelinkstype/ --- ## WorkbookSettings::SetUpdateLinksType method diff --git a/english/cpp/aspose.cells/workbooksettings/setwarningcallback/_index.md b/english/cpp/aspose.cells/workbooksettings/setwarningcallback/_index.md index d728a6d3e52..73a1a4a34db 100644 --- a/english/cpp/aspose.cells/workbooksettings/setwarningcallback/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setwarningcallback/_index.md @@ -4,7 +4,7 @@ linktitle: SetWarningCallback second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetWarningCallback method. Gets or sets warning callback in C++.' type: docs -weight: 11000 +weight: 11300 url: /cpp/aspose.cells/workbooksettings/setwarningcallback/ --- ## WorkbookSettings::SetWarningCallback method diff --git a/english/cpp/aspose.cells/workbooksettings/setwindowheight/_index.md b/english/cpp/aspose.cells/workbooksettings/setwindowheight/_index.md index 2188d376525..a831bdbe5c4 100644 --- a/english/cpp/aspose.cells/workbooksettings/setwindowheight/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setwindowheight/_index.md @@ -4,7 +4,7 @@ linktitle: SetWindowHeight second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetWindowHeight method. The height of the window, in unit of point in C++.' type: docs -weight: 8300 +weight: 8600 url: /cpp/aspose.cells/workbooksettings/setwindowheight/ --- ## WorkbookSettings::SetWindowHeight method diff --git a/english/cpp/aspose.cells/workbooksettings/setwindowheightcm/_index.md b/english/cpp/aspose.cells/workbooksettings/setwindowheightcm/_index.md index d52d6d63b41..0d3ef56137a 100644 --- a/english/cpp/aspose.cells/workbooksettings/setwindowheightcm/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setwindowheightcm/_index.md @@ -4,7 +4,7 @@ linktitle: SetWindowHeightCM second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetWindowHeightCM method. The height of the window, in unit of centimeter in C++.' type: docs -weight: 8700 +weight: 9000 url: /cpp/aspose.cells/workbooksettings/setwindowheightcm/ --- ## WorkbookSettings::SetWindowHeightCM method diff --git a/english/cpp/aspose.cells/workbooksettings/setwindowheightinch/_index.md b/english/cpp/aspose.cells/workbooksettings/setwindowheightinch/_index.md index 837f1705a14..cfacb25dad5 100644 --- a/english/cpp/aspose.cells/workbooksettings/setwindowheightinch/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setwindowheightinch/_index.md @@ -4,7 +4,7 @@ linktitle: SetWindowHeightInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetWindowHeightInch method. The height of the window, in unit of inch in C++.' type: docs -weight: 8500 +weight: 8800 url: /cpp/aspose.cells/workbooksettings/setwindowheightinch/ --- ## WorkbookSettings::SetWindowHeightInch method diff --git a/english/cpp/aspose.cells/workbooksettings/setwindowleft/_index.md b/english/cpp/aspose.cells/workbooksettings/setwindowleft/_index.md index 656af9ec782..6330e4d692d 100644 --- a/english/cpp/aspose.cells/workbooksettings/setwindowleft/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setwindowleft/_index.md @@ -4,7 +4,7 @@ linktitle: SetWindowLeft second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetWindowLeft method. The distance from the left edge of the client area to the left edge of the window, in unit of point in C++.' type: docs -weight: 6500 +weight: 6800 url: /cpp/aspose.cells/workbooksettings/setwindowleft/ --- ## WorkbookSettings::SetWindowLeft method diff --git a/english/cpp/aspose.cells/workbooksettings/setwindowleftcm/_index.md b/english/cpp/aspose.cells/workbooksettings/setwindowleftcm/_index.md index a1106720992..15e3d9acc79 100644 --- a/english/cpp/aspose.cells/workbooksettings/setwindowleftcm/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setwindowleftcm/_index.md @@ -4,7 +4,7 @@ linktitle: SetWindowLeftCM second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetWindowLeftCM method. The distance from the left edge of the client area to the left edge of the window. In unit of centimeter in C++.' type: docs -weight: 6900 +weight: 7200 url: /cpp/aspose.cells/workbooksettings/setwindowleftcm/ --- ## WorkbookSettings::SetWindowLeftCM method diff --git a/english/cpp/aspose.cells/workbooksettings/setwindowleftinch/_index.md b/english/cpp/aspose.cells/workbooksettings/setwindowleftinch/_index.md index e1f390c0373..3b29d022d32 100644 --- a/english/cpp/aspose.cells/workbooksettings/setwindowleftinch/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setwindowleftinch/_index.md @@ -4,7 +4,7 @@ linktitle: SetWindowLeftInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetWindowLeftInch method. The distance from the left edge of the client area to the left edge of the window. In unit of inch in C++.' type: docs -weight: 6700 +weight: 7000 url: /cpp/aspose.cells/workbooksettings/setwindowleftinch/ --- ## WorkbookSettings::SetWindowLeftInch method diff --git a/english/cpp/aspose.cells/workbooksettings/setwindowtop/_index.md b/english/cpp/aspose.cells/workbooksettings/setwindowtop/_index.md index d398191a0c9..df8158dca5a 100644 --- a/english/cpp/aspose.cells/workbooksettings/setwindowtop/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setwindowtop/_index.md @@ -4,7 +4,7 @@ linktitle: SetWindowTop second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetWindowTop method. The distance from the top edge of the client area to the top edge of the window, in unit of point in C++.' type: docs -weight: 7100 +weight: 7400 url: /cpp/aspose.cells/workbooksettings/setwindowtop/ --- ## WorkbookSettings::SetWindowTop method diff --git a/english/cpp/aspose.cells/workbooksettings/setwindowtopcm/_index.md b/english/cpp/aspose.cells/workbooksettings/setwindowtopcm/_index.md index 92537a284e7..589b7252ba6 100644 --- a/english/cpp/aspose.cells/workbooksettings/setwindowtopcm/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setwindowtopcm/_index.md @@ -4,7 +4,7 @@ linktitle: SetWindowTopCM second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetWindowTopCM method. The distance from the top edge of the client area to the top edge of the window, in unit of centimeter in C++.' type: docs -weight: 7500 +weight: 7800 url: /cpp/aspose.cells/workbooksettings/setwindowtopcm/ --- ## WorkbookSettings::SetWindowTopCM method diff --git a/english/cpp/aspose.cells/workbooksettings/setwindowtopinch/_index.md b/english/cpp/aspose.cells/workbooksettings/setwindowtopinch/_index.md index 3e381fd4273..4bf8c10eb93 100644 --- a/english/cpp/aspose.cells/workbooksettings/setwindowtopinch/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setwindowtopinch/_index.md @@ -4,7 +4,7 @@ linktitle: SetWindowTopInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetWindowTopInch method. The distance from the top edge of the client area to the top edge of the window, in unit of inch in C++.' type: docs -weight: 7300 +weight: 7600 url: /cpp/aspose.cells/workbooksettings/setwindowtopinch/ --- ## WorkbookSettings::SetWindowTopInch method diff --git a/english/cpp/aspose.cells/workbooksettings/setwindowwidth/_index.md b/english/cpp/aspose.cells/workbooksettings/setwindowwidth/_index.md index e20afdb0491..dc8c892b294 100644 --- a/english/cpp/aspose.cells/workbooksettings/setwindowwidth/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setwindowwidth/_index.md @@ -4,7 +4,7 @@ linktitle: SetWindowWidth second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetWindowWidth method. The width of the window, in unit of point in C++.' type: docs -weight: 7700 +weight: 8000 url: /cpp/aspose.cells/workbooksettings/setwindowwidth/ --- ## WorkbookSettings::SetWindowWidth method diff --git a/english/cpp/aspose.cells/workbooksettings/setwindowwidthcm/_index.md b/english/cpp/aspose.cells/workbooksettings/setwindowwidthcm/_index.md index a12f5832111..db0d14b0a1f 100644 --- a/english/cpp/aspose.cells/workbooksettings/setwindowwidthcm/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setwindowwidthcm/_index.md @@ -4,7 +4,7 @@ linktitle: SetWindowWidthCM second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetWindowWidthCM method. The width of the window, in unit of centimeter in C++.' type: docs -weight: 8100 +weight: 8400 url: /cpp/aspose.cells/workbooksettings/setwindowwidthcm/ --- ## WorkbookSettings::SetWindowWidthCM method diff --git a/english/cpp/aspose.cells/workbooksettings/setwindowwidthinch/_index.md b/english/cpp/aspose.cells/workbooksettings/setwindowwidthinch/_index.md index 30d00b5f020..06840f218f3 100644 --- a/english/cpp/aspose.cells/workbooksettings/setwindowwidthinch/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setwindowwidthinch/_index.md @@ -4,7 +4,7 @@ linktitle: SetWindowWidthInch second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetWindowWidthInch method. The width of the window, in unit of inch in C++.' type: docs -weight: 7900 +weight: 8200 url: /cpp/aspose.cells/workbooksettings/setwindowwidthinch/ --- ## WorkbookSettings::SetWindowWidthInch method diff --git a/english/cpp/aspose.cells/worksheet/_impl/_index.md b/english/cpp/aspose.cells/worksheet/_impl/_index.md index 8edd56f5fa3..bb108f26239 100644 --- a/english/cpp/aspose.cells/worksheet/_impl/_index.md +++ b/english/cpp/aspose.cells/worksheet/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::_impl field. The implementation object in C++.' type: docs -weight: 12500 +weight: 12700 url: /cpp/aspose.cells/worksheet/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/worksheet/_index.md b/english/cpp/aspose.cells/worksheet/_index.md index 447c92d4a34..e45691ece9a 100644 --- a/english/cpp/aspose.cells/worksheet/_index.md +++ b/english/cpp/aspose.cells/worksheet/_index.md @@ -4,7 +4,7 @@ linktitle: Worksheet second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet class. Encapsulates the object that represents a single worksheet in C++.' type: docs -weight: 16600 +weight: 16700 url: /cpp/aspose.cells/worksheet/ --- ## Worksheet class diff --git a/english/cpp/aspose.cells/worksheet/advanced_filter/_index.md b/english/cpp/aspose.cells/worksheet/advanced_filter/_index.md index d8f19ff6c6f..7eb3b96c60f 100644 --- a/english/cpp/aspose.cells/worksheet/advanced_filter/_index.md +++ b/english/cpp/aspose.cells/worksheet/advanced_filter/_index.md @@ -4,7 +4,7 @@ linktitle: Advanced_Filter second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::Advanced_Filter method. Filters data using complex criteria in C++.' type: docs -weight: 5400 +weight: 5500 url: /cpp/aspose.cells/worksheet/advanced_filter/ --- ## Worksheet::Advanced_Filter(bool, const U16String\&, const U16String\&, const U16String\&, bool) method diff --git a/english/cpp/aspose.cells/worksheet/calculatearrayformula/_index.md b/english/cpp/aspose.cells/worksheet/calculatearrayformula/_index.md index cf52f4bfb65..658d38b46ec 100644 --- a/english/cpp/aspose.cells/worksheet/calculatearrayformula/_index.md +++ b/english/cpp/aspose.cells/worksheet/calculatearrayformula/_index.md @@ -4,7 +4,7 @@ linktitle: CalculateArrayFormula second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::CalculateArrayFormula method. Calculates a formula as array formula in C++.' type: docs -weight: 12200 +weight: 12400 url: /cpp/aspose.cells/worksheet/calculatearrayformula/ --- ## Worksheet::CalculateArrayFormula(const U16String\&, const CalculationOptions\&) method diff --git a/english/cpp/aspose.cells/worksheet/calculateformula/_index.md b/english/cpp/aspose.cells/worksheet/calculateformula/_index.md index 6bf3e93d7a8..11ddca025aa 100644 --- a/english/cpp/aspose.cells/worksheet/calculateformula/_index.md +++ b/english/cpp/aspose.cells/worksheet/calculateformula/_index.md @@ -4,7 +4,7 @@ linktitle: CalculateFormula second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::CalculateFormula method. Calculates a formula in C++.' type: docs -weight: 12100 +weight: 12300 url: /cpp/aspose.cells/worksheet/calculateformula/ --- ## Worksheet::CalculateFormula(const U16String\&) method diff --git a/english/cpp/aspose.cells/worksheet/clearcomments/_index.md b/english/cpp/aspose.cells/worksheet/clearcomments/_index.md index 1cab218de2d..d01c7da6a4f 100644 --- a/english/cpp/aspose.cells/worksheet/clearcomments/_index.md +++ b/english/cpp/aspose.cells/worksheet/clearcomments/_index.md @@ -4,7 +4,7 @@ linktitle: ClearComments second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::ClearComments method. Clears all comments in designer spreadsheet in C++.' type: docs -weight: 6800 +weight: 6900 url: /cpp/aspose.cells/worksheet/clearcomments/ --- ## Worksheet::ClearComments method diff --git a/english/cpp/aspose.cells/worksheet/closeaccesscache/_index.md b/english/cpp/aspose.cells/worksheet/closeaccesscache/_index.md index d92ab6e22ee..53af97838e8 100644 --- a/english/cpp/aspose.cells/worksheet/closeaccesscache/_index.md +++ b/english/cpp/aspose.cells/worksheet/closeaccesscache/_index.md @@ -4,7 +4,7 @@ linktitle: CloseAccessCache second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::CloseAccessCache method. Closes the session that uses caches to access the data in this worksheet in C++.' type: docs -weight: 11900 +weight: 12100 url: /cpp/aspose.cells/worksheet/closeaccesscache/ --- ## Worksheet::CloseAccessCache method diff --git a/english/cpp/aspose.cells/worksheet/convertformulareferencestyle/_index.md b/english/cpp/aspose.cells/worksheet/convertformulareferencestyle/_index.md index 2df3a15572d..e0325bf5cd8 100644 --- a/english/cpp/aspose.cells/worksheet/convertformulareferencestyle/_index.md +++ b/english/cpp/aspose.cells/worksheet/convertformulareferencestyle/_index.md @@ -4,7 +4,7 @@ linktitle: ConvertFormulaReferenceStyle second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::ConvertFormulaReferenceStyle method. Converts the formula reference style in C++.' type: docs -weight: 12000 +weight: 12200 url: /cpp/aspose.cells/worksheet/convertformulareferencestyle/ --- ## Worksheet::ConvertFormulaReferenceStyle(const U16String\&, bool, int32_t, int32_t) method diff --git a/english/cpp/aspose.cells/worksheet/getactivecell/_index.md b/english/cpp/aspose.cells/worksheet/getactivecell/_index.md index 319c8ac39f8..a102b76088b 100644 --- a/english/cpp/aspose.cells/worksheet/getactivecell/_index.md +++ b/english/cpp/aspose.cells/worksheet/getactivecell/_index.md @@ -4,7 +4,7 @@ linktitle: GetActiveCell second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetActiveCell method. Gets or sets the active cell in the worksheet in C++.' type: docs -weight: 11100 +weight: 11300 url: /cpp/aspose.cells/worksheet/getactivecell/ --- ## Worksheet::GetActiveCell method diff --git a/english/cpp/aspose.cells/worksheet/getadvancedfilter/_index.md b/english/cpp/aspose.cells/worksheet/getadvancedfilter/_index.md index a585e48492d..4ae88c5fbd9 100644 --- a/english/cpp/aspose.cells/worksheet/getadvancedfilter/_index.md +++ b/english/cpp/aspose.cells/worksheet/getadvancedfilter/_index.md @@ -4,7 +4,7 @@ linktitle: GetAdvancedFilter second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetAdvancedFilter method. Gets the settings of advanced filter in C++.' type: docs -weight: 5300 +weight: 5400 url: /cpp/aspose.cells/worksheet/getadvancedfilter/ --- ## Worksheet::GetAdvancedFilter method diff --git a/english/cpp/aspose.cells/worksheet/getalloweditranges/_index.md b/english/cpp/aspose.cells/worksheet/getalloweditranges/_index.md index 095970a97a5..bc199bf0647 100644 --- a/english/cpp/aspose.cells/worksheet/getalloweditranges/_index.md +++ b/english/cpp/aspose.cells/worksheet/getalloweditranges/_index.md @@ -4,7 +4,7 @@ linktitle: GetAllowEditRanges second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetAllowEditRanges method. Gets the allow edit range collection in the worksheet in C++.' type: docs -weight: 8500 +weight: 8700 url: /cpp/aspose.cells/worksheet/getalloweditranges/ --- ## Worksheet::GetAllowEditRanges method diff --git a/english/cpp/aspose.cells/worksheet/getbackgroundimage/_index.md b/english/cpp/aspose.cells/worksheet/getbackgroundimage/_index.md index 9a14a196a6d..8f24995f808 100644 --- a/english/cpp/aspose.cells/worksheet/getbackgroundimage/_index.md +++ b/english/cpp/aspose.cells/worksheet/getbackgroundimage/_index.md @@ -4,7 +4,7 @@ linktitle: GetBackgroundImage second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetBackgroundImage method. Gets and sets worksheet background image in C++.' type: docs -weight: 10800 +weight: 11000 url: /cpp/aspose.cells/worksheet/getbackgroundimage/ --- ## Worksheet::GetBackgroundImage method diff --git a/english/cpp/aspose.cells/worksheet/getcellwatches/_index.md b/english/cpp/aspose.cells/worksheet/getcellwatches/_index.md index 416a2edda37..478e4a784c4 100644 --- a/english/cpp/aspose.cells/worksheet/getcellwatches/_index.md +++ b/english/cpp/aspose.cells/worksheet/getcellwatches/_index.md @@ -4,7 +4,7 @@ linktitle: GetCellWatches second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetCellWatches method. Gets collection of cells on this worksheet being watched in the ''watch window'' in C++.' type: docs -weight: 12300 +weight: 12500 url: /cpp/aspose.cells/worksheet/getcellwatches/ --- ## Worksheet::GetCellWatches method diff --git a/english/cpp/aspose.cells/worksheet/getcharts/_index.md b/english/cpp/aspose.cells/worksheet/getcharts/_index.md index cfc58c6c460..da4a6dc4d34 100644 --- a/english/cpp/aspose.cells/worksheet/getcharts/_index.md +++ b/english/cpp/aspose.cells/worksheet/getcharts/_index.md @@ -4,7 +4,7 @@ linktitle: GetCharts second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetCharts method. Gets a Chart collection in C++.' type: docs -weight: 7000 +weight: 7100 url: /cpp/aspose.cells/worksheet/getcharts/ --- ## Worksheet::GetCharts method diff --git a/english/cpp/aspose.cells/worksheet/getcheckboxes/_index.md b/english/cpp/aspose.cells/worksheet/getcheckboxes/_index.md index d38fdf95aa4..981fccd647f 100644 --- a/english/cpp/aspose.cells/worksheet/getcheckboxes/_index.md +++ b/english/cpp/aspose.cells/worksheet/getcheckboxes/_index.md @@ -4,7 +4,7 @@ linktitle: GetCheckBoxes second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetCheckBoxes method. Gets a CheckBox collection in C++.' type: docs -weight: 7400 +weight: 7600 url: /cpp/aspose.cells/worksheet/getcheckboxes/ --- ## Worksheet::GetCheckBoxes method diff --git a/english/cpp/aspose.cells/worksheet/getcodename/_index.md b/english/cpp/aspose.cells/worksheet/getcodename/_index.md index dc267ef3bb4..7eb3ffd489d 100644 --- a/english/cpp/aspose.cells/worksheet/getcodename/_index.md +++ b/english/cpp/aspose.cells/worksheet/getcodename/_index.md @@ -4,7 +4,7 @@ linktitle: GetCodeName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetCodeName method. Gets worksheet code name in C++.' type: docs -weight: 10600 +weight: 10800 url: /cpp/aspose.cells/worksheet/getcodename/ --- ## Worksheet::GetCodeName method diff --git a/english/cpp/aspose.cells/worksheet/getcomments/_index.md b/english/cpp/aspose.cells/worksheet/getcomments/_index.md index 316d73bbed7..145b19a10e5 100644 --- a/english/cpp/aspose.cells/worksheet/getcomments/_index.md +++ b/english/cpp/aspose.cells/worksheet/getcomments/_index.md @@ -4,7 +4,7 @@ linktitle: GetComments second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetComments method. Gets the Comment collection in C++.' type: docs -weight: 7100 +weight: 7200 url: /cpp/aspose.cells/worksheet/getcomments/ --- ## Worksheet::GetComments method diff --git a/english/cpp/aspose.cells/worksheet/getconditionalformattings/_index.md b/english/cpp/aspose.cells/worksheet/getconditionalformattings/_index.md index 8419798e15d..f03676b4bde 100644 --- a/english/cpp/aspose.cells/worksheet/getconditionalformattings/_index.md +++ b/english/cpp/aspose.cells/worksheet/getconditionalformattings/_index.md @@ -4,7 +4,7 @@ linktitle: GetConditionalFormattings second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetConditionalFormattings method. Gets the ConditionalFormattings in the worksheet in C++.' type: docs -weight: 11000 +weight: 11200 url: /cpp/aspose.cells/worksheet/getconditionalformattings/ --- ## Worksheet::GetConditionalFormattings method diff --git a/english/cpp/aspose.cells/worksheet/getcustomproperties/_index.md b/english/cpp/aspose.cells/worksheet/getcustomproperties/_index.md index befd257e481..473a47eec03 100644 --- a/english/cpp/aspose.cells/worksheet/getcustomproperties/_index.md +++ b/english/cpp/aspose.cells/worksheet/getcustomproperties/_index.md @@ -4,7 +4,7 @@ linktitle: GetCustomProperties second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetCustomProperties method. Gets an object representing the identifier information associated with a worksheet in C++.' type: docs -weight: 11300 +weight: 11500 url: /cpp/aspose.cells/worksheet/getcustomproperties/ --- ## Worksheet::GetCustomProperties method diff --git a/english/cpp/aspose.cells/worksheet/geterrorcheckoptions/_index.md b/english/cpp/aspose.cells/worksheet/geterrorcheckoptions/_index.md index 7ac8623cb23..c5f5c9ad6aa 100644 --- a/english/cpp/aspose.cells/worksheet/geterrorcheckoptions/_index.md +++ b/english/cpp/aspose.cells/worksheet/geterrorcheckoptions/_index.md @@ -4,7 +4,7 @@ linktitle: GetErrorCheckOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetErrorCheckOptions method. Gets error check setting applied on certain ranges in C++.' type: docs -weight: 8600 +weight: 8800 url: /cpp/aspose.cells/worksheet/geterrorcheckoptions/ --- ## Worksheet::GetErrorCheckOptions method diff --git a/english/cpp/aspose.cells/worksheet/getfirstvisiblecolumn/_index.md b/english/cpp/aspose.cells/worksheet/getfirstvisiblecolumn/_index.md index 112fd882aaa..333d491f292 100644 --- a/english/cpp/aspose.cells/worksheet/getfirstvisiblecolumn/_index.md +++ b/english/cpp/aspose.cells/worksheet/getfirstvisiblecolumn/_index.md @@ -4,7 +4,7 @@ linktitle: GetFirstVisibleColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetFirstVisibleColumn method. Represents first visible column index in C++.' type: docs -weight: 9000 +weight: 9200 url: /cpp/aspose.cells/worksheet/getfirstvisiblecolumn/ --- ## Worksheet::GetFirstVisibleColumn method diff --git a/english/cpp/aspose.cells/worksheet/getfirstvisiblerow/_index.md b/english/cpp/aspose.cells/worksheet/getfirstvisiblerow/_index.md index 4a0ec48fbdd..2a6afb223cd 100644 --- a/english/cpp/aspose.cells/worksheet/getfirstvisiblerow/_index.md +++ b/english/cpp/aspose.cells/worksheet/getfirstvisiblerow/_index.md @@ -4,7 +4,7 @@ linktitle: GetFirstVisibleRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetFirstVisibleRow method. Represents first visible row index in C++.' type: docs -weight: 8800 +weight: 9000 url: /cpp/aspose.cells/worksheet/getfirstvisiblerow/ --- ## Worksheet::GetFirstVisibleRow method diff --git a/english/cpp/aspose.cells/worksheet/getgridlinecolor/_index.md b/english/cpp/aspose.cells/worksheet/getgridlinecolor/_index.md index 5a5ca370e23..ee7a300684d 100644 --- a/english/cpp/aspose.cells/worksheet/getgridlinecolor/_index.md +++ b/english/cpp/aspose.cells/worksheet/getgridlinecolor/_index.md @@ -4,7 +4,7 @@ linktitle: GetGridlineColor second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetGridlineColor method. Gets and sets the color of gridline in C++.' type: docs -weight: 10400 +weight: 10600 url: /cpp/aspose.cells/worksheet/getgridlinecolor/ --- ## Worksheet::GetGridlineColor method diff --git a/english/cpp/aspose.cells/worksheet/gethasautofilter/_index.md b/english/cpp/aspose.cells/worksheet/gethasautofilter/_index.md index 65f521f1e03..e0df4e83f13 100644 --- a/english/cpp/aspose.cells/worksheet/gethasautofilter/_index.md +++ b/english/cpp/aspose.cells/worksheet/gethasautofilter/_index.md @@ -4,7 +4,7 @@ linktitle: GetHasAutofilter second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetHasAutofilter method. Indicates whether this worksheet has auto filter in C++.' type: docs -weight: 5600 +weight: 5700 url: /cpp/aspose.cells/worksheet/gethasautofilter/ --- ## Worksheet::GetHasAutofilter method diff --git a/english/cpp/aspose.cells/worksheet/getindex/_index.md b/english/cpp/aspose.cells/worksheet/getindex/_index.md index 597a6c2de35..9e754512faf 100644 --- a/english/cpp/aspose.cells/worksheet/getindex/_index.md +++ b/english/cpp/aspose.cells/worksheet/getindex/_index.md @@ -4,7 +4,7 @@ linktitle: GetIndex second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetIndex method. Gets the index of sheet in the worksheet collection in C++.' type: docs -weight: 8100 +weight: 8300 url: /cpp/aspose.cells/worksheet/getindex/ --- ## Worksheet::GetIndex method diff --git a/english/cpp/aspose.cells/worksheet/getoleobjects/_index.md b/english/cpp/aspose.cells/worksheet/getoleobjects/_index.md index 6095620a8a4..5fcde67bb87 100644 --- a/english/cpp/aspose.cells/worksheet/getoleobjects/_index.md +++ b/english/cpp/aspose.cells/worksheet/getoleobjects/_index.md @@ -4,7 +4,7 @@ linktitle: GetOleObjects second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetOleObjects method. Represents a collection of OleObject in a worksheet in C++.' type: docs -weight: 7500 +weight: 7700 url: /cpp/aspose.cells/worksheet/getoleobjects/ --- ## Worksheet::GetOleObjects method diff --git a/english/cpp/aspose.cells/worksheet/getoutline/_index.md b/english/cpp/aspose.cells/worksheet/getoutline/_index.md index abfab11fa17..f59b59cd8d4 100644 --- a/english/cpp/aspose.cells/worksheet/getoutline/_index.md +++ b/english/cpp/aspose.cells/worksheet/getoutline/_index.md @@ -4,7 +4,7 @@ linktitle: GetOutline second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetOutline method. Gets the outline on this worksheet in C++.' type: docs -weight: 8700 +weight: 8900 url: /cpp/aspose.cells/worksheet/getoutline/ --- ## Worksheet::GetOutline method diff --git a/english/cpp/aspose.cells/worksheet/getpictures/_index.md b/english/cpp/aspose.cells/worksheet/getpictures/_index.md index f9141dcb0b8..7d67255d683 100644 --- a/english/cpp/aspose.cells/worksheet/getpictures/_index.md +++ b/english/cpp/aspose.cells/worksheet/getpictures/_index.md @@ -4,7 +4,7 @@ linktitle: GetPictures second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetPictures method. Gets a Picture collection in C++.' type: docs -weight: 7200 +weight: 7300 url: /cpp/aspose.cells/worksheet/getpictures/ --- ## Worksheet::GetPictures method diff --git a/english/cpp/aspose.cells/worksheet/getprintingpagebreaks/_index.md b/english/cpp/aspose.cells/worksheet/getprintingpagebreaks/_index.md index 0d0bcec8aa9..ffbdbaf5aae 100644 --- a/english/cpp/aspose.cells/worksheet/getprintingpagebreaks/_index.md +++ b/english/cpp/aspose.cells/worksheet/getprintingpagebreaks/_index.md @@ -4,7 +4,7 @@ linktitle: GetPrintingPageBreaks second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetPrintingPageBreaks method. Gets automatic page breaks in C++.' type: docs -weight: 11400 +weight: 11600 url: /cpp/aspose.cells/worksheet/getprintingpagebreaks/ --- ## Worksheet::GetPrintingPageBreaks method diff --git a/english/cpp/aspose.cells/worksheet/getscenarios/_index.md b/english/cpp/aspose.cells/worksheet/getscenarios/_index.md index 47801e929f4..6df8245c18a 100644 --- a/english/cpp/aspose.cells/worksheet/getscenarios/_index.md +++ b/english/cpp/aspose.cells/worksheet/getscenarios/_index.md @@ -4,7 +4,7 @@ linktitle: GetScenarios second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetScenarios method. Gets the collection of Scenario in C++.' type: docs -weight: 11700 +weight: 11900 url: /cpp/aspose.cells/worksheet/getscenarios/ --- ## Worksheet::GetScenarios method diff --git a/english/cpp/aspose.cells/worksheet/getselectedareas/_index.md b/english/cpp/aspose.cells/worksheet/getselectedareas/_index.md index 5ce1ccfefff..473d539f003 100644 --- a/english/cpp/aspose.cells/worksheet/getselectedareas/_index.md +++ b/english/cpp/aspose.cells/worksheet/getselectedareas/_index.md @@ -4,7 +4,7 @@ linktitle: GetSelectedAreas second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetSelectedAreas method. Gets selected ranges of cells in the designer spreadsheet in C++.' type: docs -weight: 10100 +weight: 10300 url: /cpp/aspose.cells/worksheet/getselectedareas/ --- ## Worksheet::GetSelectedAreas method diff --git a/english/cpp/aspose.cells/worksheet/getshapes/_index.md b/english/cpp/aspose.cells/worksheet/getshapes/_index.md index c1d5b8d8f52..8300d60d390 100644 --- a/english/cpp/aspose.cells/worksheet/getshapes/_index.md +++ b/english/cpp/aspose.cells/worksheet/getshapes/_index.md @@ -4,7 +4,7 @@ linktitle: GetShapes second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetShapes method. Returns all drawing shapes in this worksheet in C++.' type: docs -weight: 7600 +weight: 7800 url: /cpp/aspose.cells/worksheet/getshapes/ --- ## Worksheet::GetShapes method diff --git a/english/cpp/aspose.cells/worksheet/getslicers/_index.md b/english/cpp/aspose.cells/worksheet/getslicers/_index.md index 0a070368c00..e5308ed5fcb 100644 --- a/english/cpp/aspose.cells/worksheet/getslicers/_index.md +++ b/english/cpp/aspose.cells/worksheet/getslicers/_index.md @@ -4,7 +4,7 @@ linktitle: GetSlicers second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetSlicers method. Get the Slicer collection in the worksheet in C++.' type: docs -weight: 7700 +weight: 7900 url: /cpp/aspose.cells/worksheet/getslicers/ --- ## Worksheet::GetSlicers method diff --git a/english/cpp/aspose.cells/worksheet/getsmarttagsetting/_index.md b/english/cpp/aspose.cells/worksheet/getsmarttagsetting/_index.md index d04fdb92b91..2038f410b1c 100644 --- a/english/cpp/aspose.cells/worksheet/getsmarttagsetting/_index.md +++ b/english/cpp/aspose.cells/worksheet/getsmarttagsetting/_index.md @@ -4,7 +4,7 @@ linktitle: GetSmartTagSetting second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetSmartTagSetting method. Gets all SmartTagCollection objects of the worksheet in C++.' type: docs -weight: 11500 +weight: 11700 url: /cpp/aspose.cells/worksheet/getsmarttagsetting/ --- ## Worksheet::GetSmartTagSetting method diff --git a/english/cpp/aspose.cells/worksheet/getsparklinegroups/_index.md b/english/cpp/aspose.cells/worksheet/getsparklinegroups/_index.md index 4990452e3ba..dd2f103cdfe 100644 --- a/english/cpp/aspose.cells/worksheet/getsparklinegroups/_index.md +++ b/english/cpp/aspose.cells/worksheet/getsparklinegroups/_index.md @@ -4,7 +4,7 @@ linktitle: GetSparklineGroups second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetSparklineGroups method. Gets the sparkline groups in the worksheet in C++.' type: docs -weight: 6900 +weight: 7000 url: /cpp/aspose.cells/worksheet/getsparklinegroups/ --- ## Worksheet::GetSparklineGroups method diff --git a/english/cpp/aspose.cells/worksheet/gettabcolor/_index.md b/english/cpp/aspose.cells/worksheet/gettabcolor/_index.md index af640aa79ce..b2a5256bb73 100644 --- a/english/cpp/aspose.cells/worksheet/gettabcolor/_index.md +++ b/english/cpp/aspose.cells/worksheet/gettabcolor/_index.md @@ -4,7 +4,7 @@ linktitle: GetTabColor second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetTabColor method. Represents worksheet tab color in C++.' type: docs -weight: 10200 +weight: 10400 url: /cpp/aspose.cells/worksheet/gettabcolor/ --- ## Worksheet::GetTabColor method diff --git a/english/cpp/aspose.cells/worksheet/gettextboxes/_index.md b/english/cpp/aspose.cells/worksheet/gettextboxes/_index.md index 0eac07a9f1e..09dff8b090e 100644 --- a/english/cpp/aspose.cells/worksheet/gettextboxes/_index.md +++ b/english/cpp/aspose.cells/worksheet/gettextboxes/_index.md @@ -4,7 +4,7 @@ linktitle: GetTextBoxes second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetTextBoxes method. Gets a TextBox collection in C++.' type: docs -weight: 7300 +weight: 7500 url: /cpp/aspose.cells/worksheet/gettextboxes/ --- ## Worksheet::GetTextBoxes method diff --git a/english/cpp/aspose.cells/worksheet/gettimelines/_index.md b/english/cpp/aspose.cells/worksheet/gettimelines/_index.md index 3fc851d5e5b..668528e0c17 100644 --- a/english/cpp/aspose.cells/worksheet/gettimelines/_index.md +++ b/english/cpp/aspose.cells/worksheet/gettimelines/_index.md @@ -4,7 +4,7 @@ linktitle: GetTimelines second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetTimelines method. Get the Timeline collection in the worksheet in C++.' type: docs -weight: 7800 +weight: 8000 url: /cpp/aspose.cells/worksheet/gettimelines/ --- ## Worksheet::GetTimelines method diff --git a/english/cpp/aspose.cells/worksheet/gettransitionentry/_index.md b/english/cpp/aspose.cells/worksheet/gettransitionentry/_index.md index 4a5fdbbec5a..ecf467cfa92 100644 --- a/english/cpp/aspose.cells/worksheet/gettransitionentry/_index.md +++ b/english/cpp/aspose.cells/worksheet/gettransitionentry/_index.md @@ -4,7 +4,7 @@ linktitle: GetTransitionEntry second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetTransitionEntry method. Indicates whether the Transition Formula Entry (Lotus compatibility) option is enabled in C++.' type: docs -weight: 5900 +weight: 6000 url: /cpp/aspose.cells/worksheet/gettransitionentry/ --- ## Worksheet::GetTransitionEntry method diff --git a/english/cpp/aspose.cells/worksheet/gettransitionevaluation/_index.md b/english/cpp/aspose.cells/worksheet/gettransitionevaluation/_index.md index 3241dbda3be..890f01aba03 100644 --- a/english/cpp/aspose.cells/worksheet/gettransitionevaluation/_index.md +++ b/english/cpp/aspose.cells/worksheet/gettransitionevaluation/_index.md @@ -4,7 +4,7 @@ linktitle: GetTransitionEvaluation second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetTransitionEvaluation method. Indicates whether the Transition Formula Evaluation (Lotus compatibility) option is enabled in C++.' type: docs -weight: 5700 +weight: 5800 url: /cpp/aspose.cells/worksheet/gettransitionevaluation/ --- ## Worksheet::GetTransitionEvaluation method diff --git a/english/cpp/aspose.cells/worksheet/getvalidations/_index.md b/english/cpp/aspose.cells/worksheet/getvalidations/_index.md index 3e37af8232c..4569e3e57e7 100644 --- a/english/cpp/aspose.cells/worksheet/getvalidations/_index.md +++ b/english/cpp/aspose.cells/worksheet/getvalidations/_index.md @@ -4,7 +4,7 @@ linktitle: GetValidations second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetValidations method. Gets the data validation setting collection in the worksheet in C++.' type: docs -weight: 8400 +weight: 8600 url: /cpp/aspose.cells/worksheet/getvalidations/ --- ## Worksheet::GetValidations method diff --git a/english/cpp/aspose.cells/worksheet/getviewtype/_index.md b/english/cpp/aspose.cells/worksheet/getviewtype/_index.md index 44209d46470..1710595f4b3 100644 --- a/english/cpp/aspose.cells/worksheet/getviewtype/_index.md +++ b/english/cpp/aspose.cells/worksheet/getviewtype/_index.md @@ -4,7 +4,7 @@ linktitle: GetViewType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetViewType method. Gets and sets the view type in C++.' type: docs -weight: 9500 +weight: 9700 url: /cpp/aspose.cells/worksheet/getviewtype/ --- ## Worksheet::GetViewType method diff --git a/english/cpp/aspose.cells/worksheet/getvisibilitytype/_index.md b/english/cpp/aspose.cells/worksheet/getvisibilitytype/_index.md index b9f245003b4..8f0ec53afd3 100644 --- a/english/cpp/aspose.cells/worksheet/getvisibilitytype/_index.md +++ b/english/cpp/aspose.cells/worksheet/getvisibilitytype/_index.md @@ -4,7 +4,7 @@ linktitle: GetVisibilityType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetVisibilityType method. Indicates the visible state for this sheet in C++.' type: docs -weight: 6100 +weight: 6200 url: /cpp/aspose.cells/worksheet/getvisibilitytype/ --- ## Worksheet::GetVisibilityType method diff --git a/english/cpp/aspose.cells/worksheet/getzoom/_index.md b/english/cpp/aspose.cells/worksheet/getzoom/_index.md index 70960c5372e..5c6de90c798 100644 --- a/english/cpp/aspose.cells/worksheet/getzoom/_index.md +++ b/english/cpp/aspose.cells/worksheet/getzoom/_index.md @@ -4,7 +4,7 @@ linktitle: GetZoom second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::GetZoom method. Represents the scaling factor in percentage. It should be between 10 and 400 in C++.' type: docs -weight: 9300 +weight: 9500 url: /cpp/aspose.cells/worksheet/getzoom/ --- ## Worksheet::GetZoom method diff --git a/english/cpp/aspose.cells/worksheet/ispagebreakpreview/_index.md b/english/cpp/aspose.cells/worksheet/ispagebreakpreview/_index.md index 7ed20260a16..165f5951c0a 100644 --- a/english/cpp/aspose.cells/worksheet/ispagebreakpreview/_index.md +++ b/english/cpp/aspose.cells/worksheet/ispagebreakpreview/_index.md @@ -4,7 +4,7 @@ linktitle: IsPageBreakPreview second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::IsPageBreakPreview method. Indicates whether the specified worksheet is shown in normal view or page break preview in C++.' type: docs -weight: 9700 +weight: 9900 url: /cpp/aspose.cells/worksheet/ispagebreakpreview/ --- ## Worksheet::IsPageBreakPreview method diff --git a/english/cpp/aspose.cells/worksheet/isprotected/_index.md b/english/cpp/aspose.cells/worksheet/isprotected/_index.md index 09354098f2c..7f95142e70e 100644 --- a/english/cpp/aspose.cells/worksheet/isprotected/_index.md +++ b/english/cpp/aspose.cells/worksheet/isprotected/_index.md @@ -4,7 +4,7 @@ linktitle: IsProtected second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::IsProtected method. Indicates if the worksheet is protected in C++.' type: docs -weight: 8300 +weight: 8500 url: /cpp/aspose.cells/worksheet/isprotected/ --- ## Worksheet::IsProtected method diff --git a/english/cpp/aspose.cells/worksheet/isrulervisible/_index.md b/english/cpp/aspose.cells/worksheet/isrulervisible/_index.md index 856bcfc5d33..18a1a2ff63e 100644 --- a/english/cpp/aspose.cells/worksheet/isrulervisible/_index.md +++ b/english/cpp/aspose.cells/worksheet/isrulervisible/_index.md @@ -4,7 +4,7 @@ linktitle: IsRulerVisible second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::IsRulerVisible method. Indicates whether the ruler is visible. This property is only applied for page break preview in C++.' type: docs -weight: 10000 +weight: 10100 url: /cpp/aspose.cells/worksheet/isrulervisible/ --- ## Worksheet::IsRulerVisible method diff --git a/english/cpp/aspose.cells/worksheet/isvisible/_index.md b/english/cpp/aspose.cells/worksheet/isvisible/_index.md index 5365bfb05e2..454f0a6c7b1 100644 --- a/english/cpp/aspose.cells/worksheet/isvisible/_index.md +++ b/english/cpp/aspose.cells/worksheet/isvisible/_index.md @@ -4,7 +4,7 @@ linktitle: IsVisible second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::IsVisible method. Represents if the worksheet is visible in C++.' type: docs -weight: 6400 +weight: 6500 url: /cpp/aspose.cells/worksheet/isvisible/ --- ## Worksheet::IsVisible method diff --git a/english/cpp/aspose.cells/worksheet/moveto/_index.md b/english/cpp/aspose.cells/worksheet/moveto/_index.md index 12276096df3..94a66ad1454 100644 --- a/english/cpp/aspose.cells/worksheet/moveto/_index.md +++ b/english/cpp/aspose.cells/worksheet/moveto/_index.md @@ -4,7 +4,7 @@ linktitle: MoveTo second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::MoveTo method. Moves the sheet to another location in the spreadsheet in C++.' type: docs -weight: 8200 +weight: 8400 url: /cpp/aspose.cells/worksheet/moveto/ --- ## Worksheet::MoveTo method diff --git a/english/cpp/aspose.cells/worksheet/protect/_index.md b/english/cpp/aspose.cells/worksheet/protect/_index.md index 977c040bc8e..d2a0aa0fec1 100644 --- a/english/cpp/aspose.cells/worksheet/protect/_index.md +++ b/english/cpp/aspose.cells/worksheet/protect/_index.md @@ -4,7 +4,7 @@ linktitle: Protect second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::Protect method. Protects worksheet in C++.' type: docs -weight: 7900 +weight: 8100 url: /cpp/aspose.cells/worksheet/protect/ --- ## Worksheet::Protect(ProtectionType) method diff --git a/english/cpp/aspose.cells/worksheet/refreshpivottables/_index.md b/english/cpp/aspose.cells/worksheet/refreshpivottables/_index.md index efbf531c97f..f4c04e67766 100644 --- a/english/cpp/aspose.cells/worksheet/refreshpivottables/_index.md +++ b/english/cpp/aspose.cells/worksheet/refreshpivottables/_index.md @@ -4,7 +4,7 @@ linktitle: RefreshPivotTables second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::RefreshPivotTables method. Refreshes all the PivotTables in this Worksheet in C++.' type: docs -weight: 12400 +weight: 12600 url: /cpp/aspose.cells/worksheet/refreshpivottables/ --- ## Worksheet::RefreshPivotTables() method diff --git a/english/cpp/aspose.cells/worksheet/removealldrawingobjects/_index.md b/english/cpp/aspose.cells/worksheet/removealldrawingobjects/_index.md index e58113663df..58cabd4471b 100644 --- a/english/cpp/aspose.cells/worksheet/removealldrawingobjects/_index.md +++ b/english/cpp/aspose.cells/worksheet/removealldrawingobjects/_index.md @@ -4,7 +4,7 @@ linktitle: RemoveAllDrawingObjects second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::RemoveAllDrawingObjects method. Removes all drawing objects in this worksheet in C++.' type: docs -weight: 6700 +weight: 6800 url: /cpp/aspose.cells/worksheet/removealldrawingobjects/ --- ## Worksheet::RemoveAllDrawingObjects method diff --git a/english/cpp/aspose.cells/worksheet/removeautofilter/_index.md b/english/cpp/aspose.cells/worksheet/removeautofilter/_index.md index ee5657b6aa8..71bbb86ab0a 100644 --- a/english/cpp/aspose.cells/worksheet/removeautofilter/_index.md +++ b/english/cpp/aspose.cells/worksheet/removeautofilter/_index.md @@ -4,7 +4,7 @@ linktitle: RemoveAutoFilter second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::RemoveAutoFilter method. Removes the auto filter of the worksheet in C++.' type: docs -weight: 5500 +weight: 5600 url: /cpp/aspose.cells/worksheet/removeautofilter/ --- ## Worksheet::RemoveAutoFilter method diff --git a/english/cpp/aspose.cells/worksheet/replace/_index.md b/english/cpp/aspose.cells/worksheet/replace/_index.md index 9ff8f179fbe..8458a3e63ea 100644 --- a/english/cpp/aspose.cells/worksheet/replace/_index.md +++ b/english/cpp/aspose.cells/worksheet/replace/_index.md @@ -4,7 +4,7 @@ linktitle: Replace second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::Replace method. Replaces all cells'' text with a new string in C++.' type: docs -weight: 9200 +weight: 9400 url: /cpp/aspose.cells/worksheet/replace/ --- ## Worksheet::Replace(const U16String\&, const U16String\&) method diff --git a/english/cpp/aspose.cells/worksheet/selectrange/_index.md b/english/cpp/aspose.cells/worksheet/selectrange/_index.md index 247f4083850..07b328c6a3c 100644 --- a/english/cpp/aspose.cells/worksheet/selectrange/_index.md +++ b/english/cpp/aspose.cells/worksheet/selectrange/_index.md @@ -4,7 +4,7 @@ linktitle: SelectRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SelectRange method. Selects a range in C++.' type: docs -weight: 6600 +weight: 6700 url: /cpp/aspose.cells/worksheet/selectrange/ --- ## Worksheet::SelectRange method diff --git a/english/cpp/aspose.cells/worksheet/setactivecell/_index.md b/english/cpp/aspose.cells/worksheet/setactivecell/_index.md index d2130170644..5820a7754d1 100644 --- a/english/cpp/aspose.cells/worksheet/setactivecell/_index.md +++ b/english/cpp/aspose.cells/worksheet/setactivecell/_index.md @@ -4,7 +4,7 @@ linktitle: SetActiveCell second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SetActiveCell method. Gets or sets the active cell in the worksheet in C++.' type: docs -weight: 11200 +weight: 11400 url: /cpp/aspose.cells/worksheet/setactivecell/ --- ## Worksheet::SetActiveCell(const U16String\&) method diff --git a/english/cpp/aspose.cells/worksheet/setbackgroundimage/_index.md b/english/cpp/aspose.cells/worksheet/setbackgroundimage/_index.md index 9b108808b3e..0b370e13341 100644 --- a/english/cpp/aspose.cells/worksheet/setbackgroundimage/_index.md +++ b/english/cpp/aspose.cells/worksheet/setbackgroundimage/_index.md @@ -4,7 +4,7 @@ linktitle: SetBackgroundImage second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SetBackgroundImage method. Gets and sets worksheet background image in C++.' type: docs -weight: 10900 +weight: 11100 url: /cpp/aspose.cells/worksheet/setbackgroundimage/ --- ## Worksheet::SetBackgroundImage method diff --git a/english/cpp/aspose.cells/worksheet/setcodename/_index.md b/english/cpp/aspose.cells/worksheet/setcodename/_index.md index c7634c4a04a..ab181585846 100644 --- a/english/cpp/aspose.cells/worksheet/setcodename/_index.md +++ b/english/cpp/aspose.cells/worksheet/setcodename/_index.md @@ -4,7 +4,7 @@ linktitle: SetCodeName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SetCodeName method. Gets worksheet code name in C++.' type: docs -weight: 10700 +weight: 10900 url: /cpp/aspose.cells/worksheet/setcodename/ --- ## Worksheet::SetCodeName(const U16String\&) method diff --git a/english/cpp/aspose.cells/worksheet/setfirstvisiblecolumn/_index.md b/english/cpp/aspose.cells/worksheet/setfirstvisiblecolumn/_index.md index 7983f58b5f8..502d83dfa0b 100644 --- a/english/cpp/aspose.cells/worksheet/setfirstvisiblecolumn/_index.md +++ b/english/cpp/aspose.cells/worksheet/setfirstvisiblecolumn/_index.md @@ -4,7 +4,7 @@ linktitle: SetFirstVisibleColumn second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SetFirstVisibleColumn method. Represents first visible column index in C++.' type: docs -weight: 9100 +weight: 9300 url: /cpp/aspose.cells/worksheet/setfirstvisiblecolumn/ --- ## Worksheet::SetFirstVisibleColumn method diff --git a/english/cpp/aspose.cells/worksheet/setfirstvisiblerow/_index.md b/english/cpp/aspose.cells/worksheet/setfirstvisiblerow/_index.md index 25e3eac2105..4eb4ae631e0 100644 --- a/english/cpp/aspose.cells/worksheet/setfirstvisiblerow/_index.md +++ b/english/cpp/aspose.cells/worksheet/setfirstvisiblerow/_index.md @@ -4,7 +4,7 @@ linktitle: SetFirstVisibleRow second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SetFirstVisibleRow method. Represents first visible row index in C++.' type: docs -weight: 8900 +weight: 9100 url: /cpp/aspose.cells/worksheet/setfirstvisiblerow/ --- ## Worksheet::SetFirstVisibleRow method diff --git a/english/cpp/aspose.cells/worksheet/setgridlinecolor/_index.md b/english/cpp/aspose.cells/worksheet/setgridlinecolor/_index.md index 6bd5e25b3c0..544ddacc4e8 100644 --- a/english/cpp/aspose.cells/worksheet/setgridlinecolor/_index.md +++ b/english/cpp/aspose.cells/worksheet/setgridlinecolor/_index.md @@ -4,7 +4,7 @@ linktitle: SetGridlineColor second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SetGridlineColor method. Gets and sets the color of gridline in C++.' type: docs -weight: 10500 +weight: 10700 url: /cpp/aspose.cells/worksheet/setgridlinecolor/ --- ## Worksheet::SetGridlineColor method diff --git a/english/cpp/aspose.cells/worksheet/setisrulervisible/_index.md b/english/cpp/aspose.cells/worksheet/setisrulervisible/_index.md index d0b1eec1815..9b991f49445 100644 --- a/english/cpp/aspose.cells/worksheet/setisrulervisible/_index.md +++ b/english/cpp/aspose.cells/worksheet/setisrulervisible/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsRulerVisible second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SetIsRulerVisible method. Indicates whether the ruler is visible. This property is only applied for page break preview in C++.' type: docs -weight: 10000 +weight: 10200 url: /cpp/aspose.cells/worksheet/setisrulervisible/ --- ## Worksheet::SetIsRulerVisible method diff --git a/english/cpp/aspose.cells/worksheet/setisvisible/_index.md b/english/cpp/aspose.cells/worksheet/setisvisible/_index.md index 345b9b60eb6..ab3634184bb 100644 --- a/english/cpp/aspose.cells/worksheet/setisvisible/_index.md +++ b/english/cpp/aspose.cells/worksheet/setisvisible/_index.md @@ -4,7 +4,7 @@ linktitle: SetIsVisible second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SetIsVisible method. Represents if the worksheet is visible in C++.' type: docs -weight: 6500 +weight: 6600 url: /cpp/aspose.cells/worksheet/setisvisible/ --- ## Worksheet::SetIsVisible method diff --git a/english/cpp/aspose.cells/worksheet/settabcolor/_index.md b/english/cpp/aspose.cells/worksheet/settabcolor/_index.md index caf8b2ede41..cdb90d9c35f 100644 --- a/english/cpp/aspose.cells/worksheet/settabcolor/_index.md +++ b/english/cpp/aspose.cells/worksheet/settabcolor/_index.md @@ -4,7 +4,7 @@ linktitle: SetTabColor second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SetTabColor method. Represents worksheet tab color in C++.' type: docs -weight: 10300 +weight: 10500 url: /cpp/aspose.cells/worksheet/settabcolor/ --- ## Worksheet::SetTabColor method diff --git a/english/cpp/aspose.cells/worksheet/settransitionentry/_index.md b/english/cpp/aspose.cells/worksheet/settransitionentry/_index.md index 29693a2f393..bb8f8d3e3dd 100644 --- a/english/cpp/aspose.cells/worksheet/settransitionentry/_index.md +++ b/english/cpp/aspose.cells/worksheet/settransitionentry/_index.md @@ -4,7 +4,7 @@ linktitle: SetTransitionEntry second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SetTransitionEntry method. Indicates whether the Transition Formula Entry (Lotus compatibility) option is enabled in C++.' type: docs -weight: 6000 +weight: 6100 url: /cpp/aspose.cells/worksheet/settransitionentry/ --- ## Worksheet::SetTransitionEntry method diff --git a/english/cpp/aspose.cells/worksheet/settransitionevaluation/_index.md b/english/cpp/aspose.cells/worksheet/settransitionevaluation/_index.md index 8c3bc62b3a3..458d0281d4c 100644 --- a/english/cpp/aspose.cells/worksheet/settransitionevaluation/_index.md +++ b/english/cpp/aspose.cells/worksheet/settransitionevaluation/_index.md @@ -4,7 +4,7 @@ linktitle: SetTransitionEvaluation second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SetTransitionEvaluation method. Indicates whether the Transition Formula Evaluation (Lotus compatibility) option is enabled in C++.' type: docs -weight: 5800 +weight: 5900 url: /cpp/aspose.cells/worksheet/settransitionevaluation/ --- ## Worksheet::SetTransitionEvaluation method diff --git a/english/cpp/aspose.cells/worksheet/setviewtype/_index.md b/english/cpp/aspose.cells/worksheet/setviewtype/_index.md index ab8860ec943..e621e9d0edb 100644 --- a/english/cpp/aspose.cells/worksheet/setviewtype/_index.md +++ b/english/cpp/aspose.cells/worksheet/setviewtype/_index.md @@ -4,7 +4,7 @@ linktitle: SetViewType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SetViewType method. Gets and sets the view type in C++.' type: docs -weight: 9600 +weight: 9800 url: /cpp/aspose.cells/worksheet/setviewtype/ --- ## Worksheet::SetViewType method diff --git a/english/cpp/aspose.cells/worksheet/setvisibilitytype/_index.md b/english/cpp/aspose.cells/worksheet/setvisibilitytype/_index.md index bbc79a46960..039a3da9235 100644 --- a/english/cpp/aspose.cells/worksheet/setvisibilitytype/_index.md +++ b/english/cpp/aspose.cells/worksheet/setvisibilitytype/_index.md @@ -4,7 +4,7 @@ linktitle: SetVisibilityType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SetVisibilityType method. Indicates the visible state for this sheet in C++.' type: docs -weight: 6200 +weight: 6300 url: /cpp/aspose.cells/worksheet/setvisibilitytype/ --- ## Worksheet::SetVisibilityType method diff --git a/english/cpp/aspose.cells/worksheet/setvisible/_index.md b/english/cpp/aspose.cells/worksheet/setvisible/_index.md index 10d8dd696af..3265b725574 100644 --- a/english/cpp/aspose.cells/worksheet/setvisible/_index.md +++ b/english/cpp/aspose.cells/worksheet/setvisible/_index.md @@ -4,7 +4,7 @@ linktitle: SetVisible second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SetVisible method. Sets the visible options in C++.' type: docs -weight: 6300 +weight: 6400 url: /cpp/aspose.cells/worksheet/setvisible/ --- ## Worksheet::SetVisible method diff --git a/english/cpp/aspose.cells/worksheet/setzoom/_index.md b/english/cpp/aspose.cells/worksheet/setzoom/_index.md index 85796200f72..4e756006fab 100644 --- a/english/cpp/aspose.cells/worksheet/setzoom/_index.md +++ b/english/cpp/aspose.cells/worksheet/setzoom/_index.md @@ -4,7 +4,7 @@ linktitle: SetZoom second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::SetZoom method. Represents the scaling factor in percentage. It should be between 10 and 400 in C++.' type: docs -weight: 9400 +weight: 9600 url: /cpp/aspose.cells/worksheet/setzoom/ --- ## Worksheet::SetZoom method diff --git a/english/cpp/aspose.cells/worksheet/startaccesscache/_index.md b/english/cpp/aspose.cells/worksheet/startaccesscache/_index.md index 13ce950115f..759de3b1f10 100644 --- a/english/cpp/aspose.cells/worksheet/startaccesscache/_index.md +++ b/english/cpp/aspose.cells/worksheet/startaccesscache/_index.md @@ -4,7 +4,7 @@ linktitle: StartAccessCache second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::StartAccessCache method. Starts the session that uses caches to access the data in this worksheet in C++.' type: docs -weight: 11800 +weight: 12000 url: /cpp/aspose.cells/worksheet/startaccesscache/ --- ## Worksheet::StartAccessCache method diff --git a/english/cpp/aspose.cells/worksheet/tostring/_index.md b/english/cpp/aspose.cells/worksheet/tostring/_index.md index 3c8c564adce..2141310a588 100644 --- a/english/cpp/aspose.cells/worksheet/tostring/_index.md +++ b/english/cpp/aspose.cells/worksheet/tostring/_index.md @@ -4,7 +4,7 @@ linktitle: ToString second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::ToString method. Returns a string represents the current Worksheet object in C++.' type: docs -weight: 11600 +weight: 11800 url: /cpp/aspose.cells/worksheet/tostring/ --- ## Worksheet::ToString method diff --git a/english/cpp/aspose.cells/worksheet/unprotect/_index.md b/english/cpp/aspose.cells/worksheet/unprotect/_index.md index 006207eeedd..220262c768e 100644 --- a/english/cpp/aspose.cells/worksheet/unprotect/_index.md +++ b/english/cpp/aspose.cells/worksheet/unprotect/_index.md @@ -4,7 +4,7 @@ linktitle: Unprotect second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Worksheet::Unprotect method. Unprotects worksheet in C++.' type: docs -weight: 8000 +weight: 8200 url: /cpp/aspose.cells/worksheet/unprotect/ --- ## Worksheet::Unprotect() method diff --git a/english/cpp/aspose.cells/worksheetcollection/_impl/_index.md b/english/cpp/aspose.cells/worksheetcollection/_impl/_index.md index fb85f550125..700748ef741 100644 --- a/english/cpp/aspose.cells/worksheetcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/worksheetcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorksheetCollection::_impl field. The implementation object in C++.' type: docs -weight: 4600 +weight: 4800 url: /cpp/aspose.cells/worksheetcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/worksheetcollection/_index.md b/english/cpp/aspose.cells/worksheetcollection/_index.md index 0326af6a2f3..d55f859f3fe 100644 --- a/english/cpp/aspose.cells/worksheetcollection/_index.md +++ b/english/cpp/aspose.cells/worksheetcollection/_index.md @@ -4,7 +4,7 @@ linktitle: WorksheetCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorksheetCollection class. Encapsulates a collection of Worksheet objects in C++.' type: docs -weight: 16600 +weight: 16800 url: /cpp/aspose.cells/worksheetcollection/ --- ## WorksheetCollection class @@ -28,19 +28,21 @@ class WorksheetCollection | [AddCopy(const char16_t* sheetName)](./addcopy/) | Adds a worksheet to the collection and copies data from an existed worksheet. | | [AddCopy(int32_t sheetIndex)](./addcopy/) | Adds a worksheet to the collection and copies data from an existed worksheet. | | [AddCopy(const Vector \\& source, const Vector \\& destSheetNames)](./addcopy/) | Copy a group of worksheets. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [WorksheetCollection](./). | | [Clear()](./clear/) | Clear all worksheets. | | [ClearPivottables()](./clearpivottables/) | Clears pivot tables from the spreadsheet. | | [CreateRange(const U16String\& address, int32_t sheetIndex)](./createrange/) | Creates a [Range](../range/) object from an address of the range. | | [CreateRange(const char16_t* address, int32_t sheetIndex)](./createrange/) | Creates a [Range](../range/) object from an address of the range. | | [CreateUnionRange(const U16String\& address, int32_t sheetIndex)](./createunionrange/) | Creates a [Range](../range/) object from an address of the range. | | [CreateUnionRange(const char16_t* address, int32_t sheetIndex)](./createunionrange/) | Creates a [Range](../range/) object from an address of the range. | +| [end()](./end/) | Returns an iterator to the end of the [WorksheetCollection](./). | | [Get(int32_t index)](./get/) | Gets the [Worksheet](../worksheet/) element at the specified index. | | [Get(const U16String\& sheetName)](./get/) | Gets the [Worksheet](../worksheet/) element with the specified name. | | [Get(const char16_t* sheetName)](./get/) | Gets the [Worksheet](../worksheet/) element with the specified name. | | [GetActiveSheetIndex()](./getactivesheetindex/) | Represents the index of active worksheet when the spreadsheet is opened. | | [GetActiveSheetName()](./getactivesheetname/) | Represents the name of active worksheet when the spreadsheet is opened. | | [GetBuiltInDocumentProperties()](./getbuiltindocumentproperties/) | Returns a DocumentProperty collection that represents all the built-in document properties of the spreadsheet. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [GetCustomDocumentProperties()](./getcustomdocumentproperties/) | Returns a DocumentProperty collection that represents all the custom document properties of the spreadsheet. | | [GetDxfs()](./getdxfs/) | Gets the master differential formatting records. | | [GetExternalLinks()](./getexternallinks/) | Represents external links in a workbook. | @@ -68,7 +70,7 @@ class WorksheetCollection | [IsRefreshAllConnections()](./isrefreshallconnections/) | Indicates whether refresh all connections on opening file in MS Excel. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const WorksheetCollection\& src)](./operator_asm/) | operator= | -| [RefreshAll()](./refreshall/) | Refresh all pivot tables and charts with pivot source. | +| [RefreshAll()](./refreshall/) | **(Deprecated)** Refresh all pivot tables and charts with pivot source. | | [RefreshPivotTables()](./refreshpivottables/) | Refreshes all the PivotTables in the Excel file. | | [RefreshPivotTables(const PivotTableRefreshOption\& option)](./refreshpivottables/) | Refreshes all the PivotTables in the Excel file. | | [RegisterAddInFunction(const U16String\& addInFile, const U16String\& functionName, bool lib)](./registeraddinfunction/) | Adds addin function into the workbook. | diff --git a/english/cpp/aspose.cells/worksheetcollection/begin/_index.md b/english/cpp/aspose.cells/worksheetcollection/begin/_index.md new file mode 100644 index 00000000000..de925ae5390 --- /dev/null +++ b/english/cpp/aspose.cells/worksheetcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WorksheetCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WorksheetCollection::begin method. Returns an iterator to the beginning of the WorksheetCollection in C++.' +type: docs +weight: 4600 +url: /cpp/aspose.cells/worksheetcollection/begin/ +--- +## WorksheetCollection::begin method + + +Returns an iterator to the beginning of the [WorksheetCollection](../). + +```cpp +Iterator Aspose::Cells::WorksheetCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [WorksheetCollection](../). + +## See Also + +* Class [WorksheetCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/worksheetcollection/end/_index.md b/english/cpp/aspose.cells/worksheetcollection/end/_index.md new file mode 100644 index 00000000000..2053951779a --- /dev/null +++ b/english/cpp/aspose.cells/worksheetcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WorksheetCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WorksheetCollection::end method. Returns an iterator to the end of the WorksheetCollection in C++.' +type: docs +weight: 4700 +url: /cpp/aspose.cells/worksheetcollection/end/ +--- +## WorksheetCollection::end method + + +Returns an iterator to the end of the [WorksheetCollection](../). + +```cpp +Iterator Aspose::Cells::WorksheetCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [WorksheetCollection](../). + +## See Also + +* Class [WorksheetCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/worksheetcollection/getcount/_index.md b/english/cpp/aspose.cells/worksheetcollection/getcount/_index.md index 67ce2528527..6068c8e458d 100644 --- a/english/cpp/aspose.cells/worksheetcollection/getcount/_index.md +++ b/english/cpp/aspose.cells/worksheetcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::WorksheetCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::WorksheetCollection class in C++.' +description: 'Aspose::Cells::WorksheetCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 4500 url: /cpp/aspose.cells/worksheetcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/worksheetcollection/getcount/ ## WorksheetCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::WorksheetCollection::GetCount() diff --git a/english/cpp/aspose.cells/worksheetcollection/refreshall/_index.md b/english/cpp/aspose.cells/worksheetcollection/refreshall/_index.md index 02a069142ce..95e72355735 100644 --- a/english/cpp/aspose.cells/worksheetcollection/refreshall/_index.md +++ b/english/cpp/aspose.cells/worksheetcollection/refreshall/_index.md @@ -12,10 +12,20 @@ url: /cpp/aspose.cells/worksheetcollection/refreshall/ Refresh all pivot tables and charts with pivot source. + +>Deprecated +> +>Use Workbook.RefreshAll() method instead. ```cpp void Aspose::Cells::WorksheetCollection::RefreshAll() ``` +## Remarks + + +NOTE: This member is now obsolete. Instead, please use [Workbook.RefreshAll()](../../workbook/refreshall/) method. This method will be removed 12 months later since April 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + ## See Also * Class [Vector](../../vector/) diff --git a/english/cpp/aspose.cells/writeprotection/_index.md b/english/cpp/aspose.cells/writeprotection/_index.md index 5d41beda0fc..1ac72fc1ef3 100644 --- a/english/cpp/aspose.cells/writeprotection/_index.md +++ b/english/cpp/aspose.cells/writeprotection/_index.md @@ -4,7 +4,7 @@ linktitle: WriteProtection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WriteProtection class. Specifies write protection settings for a workbook in C++.' type: docs -weight: 16700 +weight: 16900 url: /cpp/aspose.cells/writeprotection/ --- ## WriteProtection class diff --git a/english/cpp/aspose.cells/xlsbsaveoptions/_index.md b/english/cpp/aspose.cells/xlsbsaveoptions/_index.md index a719aea9176..07a80288481 100644 --- a/english/cpp/aspose.cells/xlsbsaveoptions/_index.md +++ b/english/cpp/aspose.cells/xlsbsaveoptions/_index.md @@ -4,7 +4,7 @@ linktitle: XlsbSaveOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::XlsbSaveOptions class. Represents the options for saving xlsb file in C++.' type: docs -weight: 16900 +weight: 17000 url: /cpp/aspose.cells/xlsbsaveoptions/ --- ## XlsbSaveOptions class diff --git a/english/cpp/aspose.cells/xlssaveoptions/_index.md b/english/cpp/aspose.cells/xlssaveoptions/_index.md index a5d1b2a7841..d51742cdeb9 100644 --- a/english/cpp/aspose.cells/xlssaveoptions/_index.md +++ b/english/cpp/aspose.cells/xlssaveoptions/_index.md @@ -4,7 +4,7 @@ linktitle: XlsSaveOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::XlsSaveOptions class. Represents the save options for the Excel 97-2003 file format: xls and xlt in C++.' type: docs -weight: 17000 +weight: 17100 url: /cpp/aspose.cells/xlssaveoptions/ --- ## XlsSaveOptions class diff --git a/english/cpp/aspose.cells/xmldatabinding/_index.md b/english/cpp/aspose.cells/xmldatabinding/_index.md index 7115d7e8cc5..9a2c261d89e 100644 --- a/english/cpp/aspose.cells/xmldatabinding/_index.md +++ b/english/cpp/aspose.cells/xmldatabinding/_index.md @@ -4,7 +4,7 @@ linktitle: XmlDataBinding second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::XmlDataBinding class. Represents Xml Data Binding information in C++.' type: docs -weight: 17100 +weight: 17200 url: /cpp/aspose.cells/xmldatabinding/ --- ## XmlDataBinding class diff --git a/english/cpp/aspose.cells/xmlloadoptions/_index.md b/english/cpp/aspose.cells/xmlloadoptions/_index.md index 4be33b8d61c..4df214f6d63 100644 --- a/english/cpp/aspose.cells/xmlloadoptions/_index.md +++ b/english/cpp/aspose.cells/xmlloadoptions/_index.md @@ -4,7 +4,7 @@ linktitle: XmlLoadOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::XmlLoadOptions class. Represents the options of loading xml in C++.' type: docs -weight: 17200 +weight: 17300 url: /cpp/aspose.cells/xmlloadoptions/ --- ## XmlLoadOptions class diff --git a/english/cpp/aspose.cells/xmlmap/_index.md b/english/cpp/aspose.cells/xmlmap/_index.md index ea999e332f3..47433a30f2c 100644 --- a/english/cpp/aspose.cells/xmlmap/_index.md +++ b/english/cpp/aspose.cells/xmlmap/_index.md @@ -4,7 +4,7 @@ linktitle: XmlMap second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::XmlMap class. Represents Xml map information in C++.' type: docs -weight: 17300 +weight: 17400 url: /cpp/aspose.cells/xmlmap/ --- ## XmlMap class diff --git a/english/cpp/aspose.cells/xmlmapcollection/_impl/_index.md b/english/cpp/aspose.cells/xmlmapcollection/_impl/_index.md index 1344e2b985b..d4cdc9a9e53 100644 --- a/english/cpp/aspose.cells/xmlmapcollection/_impl/_index.md +++ b/english/cpp/aspose.cells/xmlmapcollection/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::XmlMapCollection::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells/xmlmapcollection/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/xmlmapcollection/_index.md b/english/cpp/aspose.cells/xmlmapcollection/_index.md index c88e3845060..570fc938ee4 100644 --- a/english/cpp/aspose.cells/xmlmapcollection/_index.md +++ b/english/cpp/aspose.cells/xmlmapcollection/_index.md @@ -4,7 +4,7 @@ linktitle: XmlMapCollection second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::XmlMapCollection class. A collection of XmlMap objects that represent XmlMap information in C++.' type: docs -weight: 17400 +weight: 17500 url: /cpp/aspose.cells/xmlmapcollection/ --- ## XmlMapCollection class @@ -22,9 +22,11 @@ class XmlMapCollection | --- | --- | | [Add(const U16String\& url)](./add/) | Add a [XmlMap](../xmlmap/) by the url/path of a xml/xsd file. | | [Add(const char16_t* url)](./add/) | Add a [XmlMap](../xmlmap/) by the url/path of a xml/xsd file. | +| [begin()](./begin/) | Returns an iterator to the beginning of the [XmlMapCollection](./). | | [Clear()](./clear/) | Removes all XmlMaps. | +| [end()](./end/) | Returns an iterator to the end of the [XmlMapCollection](./). | | [Get(int32_t index)](./get/) | Gets the xml map by the specific index. | -| [GetCount()](./getcount/) | | +| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const XmlMapCollection\& src)](./operator_asm/) | operator= | diff --git a/english/cpp/aspose.cells/xmlmapcollection/begin/_index.md b/english/cpp/aspose.cells/xmlmapcollection/begin/_index.md new file mode 100644 index 00000000000..99b2c73f97a --- /dev/null +++ b/english/cpp/aspose.cells/xmlmapcollection/begin/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::XmlMapCollection::begin method +linktitle: begin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::XmlMapCollection::begin method. Returns an iterator to the beginning of the XmlMapCollection in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/xmlmapcollection/begin/ +--- +## XmlMapCollection::begin method + + +Returns an iterator to the beginning of the [XmlMapCollection](../). + +```cpp +Iterator Aspose::Cells::XmlMapCollection::begin() +``` + + +## ReturnValue + +An **Iterator** pointing to the first element of the [XmlMapCollection](../). + +## See Also + +* Class [XmlMapCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/xmlmapcollection/end/_index.md b/english/cpp/aspose.cells/xmlmapcollection/end/_index.md new file mode 100644 index 00000000000..d59c180778a --- /dev/null +++ b/english/cpp/aspose.cells/xmlmapcollection/end/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::XmlMapCollection::end method +linktitle: end +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::XmlMapCollection::end method. Returns an iterator to the end of the XmlMapCollection in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells/xmlmapcollection/end/ +--- +## XmlMapCollection::end method + + +Returns an iterator to the end of the [XmlMapCollection](../). + +```cpp +Iterator Aspose::Cells::XmlMapCollection::end() +``` + + +## ReturnValue + +An **Iterator** pointing past the last element of the [XmlMapCollection](../). + +## See Also + +* Class [XmlMapCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/xmlmapcollection/getcount/_index.md b/english/cpp/aspose.cells/xmlmapcollection/getcount/_index.md index c222dedd8af..7b325de3173 100644 --- a/english/cpp/aspose.cells/xmlmapcollection/getcount/_index.md +++ b/english/cpp/aspose.cells/xmlmapcollection/getcount/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::XmlMapCollection::GetCount method linktitle: GetCount second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetCount method of Aspose::Cells::XmlMapCollection class in C++.' +description: 'Aspose::Cells::XmlMapCollection::GetCount method. Gets the number of elements contained in the instance in C++.' type: docs weight: 900 url: /cpp/aspose.cells/xmlmapcollection/getcount/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/xmlmapcollection/getcount/ ## XmlMapCollection::GetCount method - +Gets the number of elements contained in the instance. ```cpp int32_t Aspose::Cells::XmlMapCollection::GetCount() diff --git a/english/cpp/aspose.cells/xmlsaveoptions/_index.md b/english/cpp/aspose.cells/xmlsaveoptions/_index.md index be83c204456..1207ddb3b2a 100644 --- a/english/cpp/aspose.cells/xmlsaveoptions/_index.md +++ b/english/cpp/aspose.cells/xmlsaveoptions/_index.md @@ -4,7 +4,7 @@ linktitle: XmlSaveOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::XmlSaveOptions class. Represents the options of saving the workbook as an xml file in C++.' type: docs -weight: 17500 +weight: 17600 url: /cpp/aspose.cells/xmlsaveoptions/ --- ## XmlSaveOptions class diff --git a/english/cpp/aspose.cells/xpssaveoptions/_index.md b/english/cpp/aspose.cells/xpssaveoptions/_index.md index 5df8016bbd2..c247aac6bd4 100644 --- a/english/cpp/aspose.cells/xpssaveoptions/_index.md +++ b/english/cpp/aspose.cells/xpssaveoptions/_index.md @@ -4,7 +4,7 @@ linktitle: XpsSaveOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::XpsSaveOptions class. Represents the additional options when saving the file as the Xps in C++.' type: docs -weight: 17600 +weight: 17700 url: /cpp/aspose.cells/xpssaveoptions/ --- ## XpsSaveOptions class diff --git a/english/go-cpp/Axis/GetDisplayUnitLabel/_index.md b/english/go-cpp/Axis/GetDisplayUnitLabel/_index.md index 2cb2cf222ee..920da00ecd6 100644 --- a/english/go-cpp/Axis/GetDisplayUnitLabel/_index.md +++ b/english/go-cpp/Axis/GetDisplayUnitLabel/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/axis/getdisplayunitlabel/ ## GetDisplayUnitLabel function -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. +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. ```go diff --git a/english/go-cpp/Axis/_index.md b/english/go-cpp/Axis/_index.md index 2cf87438179..e262ceb2e81 100644 --- a/english/go-cpp/Axis/_index.md +++ b/english/go-cpp/Axis/_index.md @@ -76,7 +76,7 @@ type Axis struct { |[SetDisplayUnit](./setdisplayunit/) | Represents the unit label for the specified axis. | |[GetCustomDisplayUnit](./getcustomdisplayunit/) | Specifies a custom value for the display unit. | |[SetCustomDisplayUnit](./setcustomdisplayunit/) | Specifies a custom value for the display unit. | -|[GetDisplayUnitLabel](./getdisplayunitlabel/) | 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. | +|[GetDisplayUnitLabel](./getdisplayunitlabel/) | 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. | |[IsDisplayUnitLabelShown](./isdisplayunitlabelshown/) | Represents if the display unit label is shown on the specified axis. | |[SetIsDisplayUnitLabelShown](./setisdisplayunitlabelshown/) | Represents if the display unit label is shown on the specified axis. | |[GetTitle](./gettitle/) | Gets the title of this axis in the chart. | diff --git a/english/go-cpp/AxisBins/GetCount/_index.md b/english/go-cpp/AxisBins/GetCount/_index.md index 45a8cde1624..3a141d2effe 100644 --- a/english/go-cpp/AxisBins/GetCount/_index.md +++ b/english/go-cpp/AxisBins/GetCount/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/axisbins/getcount/ ## GetCount function -Gets or set the count of axis bins +Gets or sets the count of axis bins ```go diff --git a/english/go-cpp/AxisBins/GetOverflow/_index.md b/english/go-cpp/AxisBins/GetOverflow/_index.md index fe91fa22c9d..d97dd480055 100644 --- a/english/go-cpp/AxisBins/GetOverflow/_index.md +++ b/english/go-cpp/AxisBins/GetOverflow/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/axisbins/getoverflow/ ## GetOverflow function -Gets or set the overflow of axis bins +Gets or sets the overflow of axis bins ```go diff --git a/english/go-cpp/AxisBins/GetUnderflow/_index.md b/english/go-cpp/AxisBins/GetUnderflow/_index.md index 5efdff47cbf..d6ce3662db7 100644 --- a/english/go-cpp/AxisBins/GetUnderflow/_index.md +++ b/english/go-cpp/AxisBins/GetUnderflow/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/axisbins/getunderflow/ ## GetUnderflow function -Gets or set the underflow of axis bins +Gets or sets the underflow of axis bins ```go diff --git a/english/go-cpp/AxisBins/GetWidth/_index.md b/english/go-cpp/AxisBins/GetWidth/_index.md index 05fbf682fb0..a1a2c3a4d52 100644 --- a/english/go-cpp/AxisBins/GetWidth/_index.md +++ b/english/go-cpp/AxisBins/GetWidth/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/axisbins/getwidth/ ## GetWidth function -Gets or sets the width of axis bin +Gets or sets the width of the axis bin. ```go diff --git a/english/go-cpp/AxisBins/IsByCategory/_index.md b/english/go-cpp/AxisBins/IsByCategory/_index.md index bb8684c9c5c..a6249c40336 100644 --- a/english/go-cpp/AxisBins/IsByCategory/_index.md +++ b/english/go-cpp/AxisBins/IsByCategory/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/axisbins/isbycategory/ ## IsByCategory function -Indicates whether grouping data by category +Indicates whether grouping data by category is enabled. ```go diff --git a/english/go-cpp/AxisBins/SetCount/_index.md b/english/go-cpp/AxisBins/SetCount/_index.md index 3b4801755b4..160245ac8ff 100644 --- a/english/go-cpp/AxisBins/SetCount/_index.md +++ b/english/go-cpp/AxisBins/SetCount/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/axisbins/setcount/ ## SetCount function -Gets or set the count of axis bins +Gets or sets the count of axis bins ```go diff --git a/english/go-cpp/AxisBins/SetIsByCategory/_index.md b/english/go-cpp/AxisBins/SetIsByCategory/_index.md index 9d92eefdbdb..cbcf9a49762 100644 --- a/english/go-cpp/AxisBins/SetIsByCategory/_index.md +++ b/english/go-cpp/AxisBins/SetIsByCategory/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/axisbins/setisbycategory/ ## SetIsByCategory function -Indicates whether grouping data by category +Indicates whether grouping data by category is enabled. ```go diff --git a/english/go-cpp/AxisBins/SetOverflow/_index.md b/english/go-cpp/AxisBins/SetOverflow/_index.md index 21a478a04f5..0ef309c149c 100644 --- a/english/go-cpp/AxisBins/SetOverflow/_index.md +++ b/english/go-cpp/AxisBins/SetOverflow/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/axisbins/setoverflow/ ## SetOverflow function -Gets or set the overflow of axis bins +Gets or sets the overflow of axis bins ```go diff --git a/english/go-cpp/AxisBins/SetUnderflow/_index.md b/english/go-cpp/AxisBins/SetUnderflow/_index.md index abc267cb78e..bc72db7015c 100644 --- a/english/go-cpp/AxisBins/SetUnderflow/_index.md +++ b/english/go-cpp/AxisBins/SetUnderflow/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/axisbins/setunderflow/ ## SetUnderflow function -Gets or set the underflow of axis bins +Gets or sets the underflow of axis bins ```go diff --git a/english/go-cpp/AxisBins/SetWidth/_index.md b/english/go-cpp/AxisBins/SetWidth/_index.md index e7f36ac15b9..75f6f793f0c 100644 --- a/english/go-cpp/AxisBins/SetWidth/_index.md +++ b/english/go-cpp/AxisBins/SetWidth/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/axisbins/setwidth/ ## SetWidth function -Gets or sets the width of axis bin +Gets or sets the width of the axis bin. ```go diff --git a/english/go-cpp/AxisBins/_index.md b/english/go-cpp/AxisBins/_index.md index 49d8ebd8614..ec4038bcf91 100644 --- a/english/go-cpp/AxisBins/_index.md +++ b/english/go-cpp/AxisBins/_index.md @@ -29,15 +29,15 @@ type AxisBins struct { | Method | Description | | --- | --- | |[IsNull](./isnull/) | Checks whether the implementation object is nullptr. | -|[IsByCategory](./isbycategory/) | Indicates whether grouping data by category | -|[SetIsByCategory](./setisbycategory/) | Indicates whether grouping data by category | +|[IsByCategory](./isbycategory/) | Indicates whether grouping data by category is enabled. | +|[SetIsByCategory](./setisbycategory/) | Indicates whether grouping data by category is enabled. | |[IsAutomatic](./isautomatic/) | Indicates whether the axis bins are automatic. | |[SetIsAutomatic](./setisautomatic/) | Indicates whether the axis bins are automatic. | -|[GetWidth](./getwidth/) | Gets or sets the width of axis bin | -|[SetWidth](./setwidth/) | Gets or sets the width of axis bin | -|[GetCount](./getcount/) | Gets or set the count of axis bins | -|[SetCount](./setcount/) | Gets or set the count of axis bins | -|[GetOverflow](./getoverflow/) | Gets or set the overflow of axis bins | -|[SetOverflow](./setoverflow/) | Gets or set the overflow of axis bins | -|[GetUnderflow](./getunderflow/) | Gets or set the underflow of axis bins | -|[SetUnderflow](./setunderflow/) | Gets or set the underflow of axis bins | +|[GetWidth](./getwidth/) | Gets or sets the width of the axis bin. | +|[SetWidth](./setwidth/) | Gets or sets the width of the axis bin. | +|[GetCount](./getcount/) | Gets or sets the count of axis bins | +|[SetCount](./setcount/) | Gets or sets the count of axis bins | +|[GetOverflow](./getoverflow/) | Gets or sets the overflow of axis bins | +|[SetOverflow](./setoverflow/) | Gets or sets the overflow of axis bins | +|[GetUnderflow](./getunderflow/) | Gets or sets the underflow of axis bins | +|[SetUnderflow](./setunderflow/) | Gets or sets the underflow of axis bins | diff --git a/english/go-cpp/Cells/CopyColumns_Cells_Int_Int_Int/_index.md b/english/go-cpp/Cells/CopyColumns_Cells_Int_Int_Int/_index.md index 9289d71a8ff..164b1b54c57 100644 --- a/english/go-cpp/Cells/CopyColumns_Cells_Int_Int_Int/_index.md +++ b/english/go-cpp/Cells/CopyColumns_Cells_Int_Int_Int/_index.md @@ -10,11 +10,11 @@ url: /go-cpp/cells/copycolumns_cells_int_int_int/ ## CopyColumns_Cells_Int_Int_Int function -Copies data and formats of a whole column. +Copies data and formats of whole columns. ```go -func (instance *Cells) CopyColumns_Cells_Int_Int_Int(sourcecells0 *Cells, sourcecolumnindex int32, destinationcolumnindex int32, columnnumber int32) error +func (instance *Cells) CopyColumns_Cells_Int_Int_Int(sourcecells *Cells, sourcecolumnindex int32, destinationcolumnindex int32, columnnumber int32) error ``` diff --git a/english/go-cpp/Cells/CopyColumns_Cells_Int_Int_Int_PasteOptions/_index.md b/english/go-cpp/Cells/CopyColumns_Cells_Int_Int_Int_PasteOptions/_index.md index d37463a6e7f..946289a3186 100644 --- a/english/go-cpp/Cells/CopyColumns_Cells_Int_Int_Int_PasteOptions/_index.md +++ b/english/go-cpp/Cells/CopyColumns_Cells_Int_Int_Int_PasteOptions/_index.md @@ -14,7 +14,7 @@ Copies data and formats of a whole column. ```go -func (instance *Cells) CopyColumns_Cells_Int_Int_Int_PasteOptions(sourcecells0 *Cells, sourcecolumnindex int32, destinationcolumnindex int32, columnnumber int32, pasteoptions *PasteOptions) error +func (instance *Cells) CopyColumns_Cells_Int_Int_Int_PasteOptions(sourcecells *Cells, sourcecolumnindex int32, destinationcolumnindex int32, columnnumber int32, pasteoptions *PasteOptions) error ``` diff --git a/english/go-cpp/Cells/CopyRows_Cells_Int_Int_Int_CopyOptions/_index.md b/english/go-cpp/Cells/CopyRows_Cells_Int_Int_Int_CopyOptions/_index.md index 01b9dd6ab89..551ef98edca 100644 --- a/english/go-cpp/Cells/CopyRows_Cells_Int_Int_Int_CopyOptions/_index.md +++ b/english/go-cpp/Cells/CopyRows_Cells_Int_Int_Int_CopyOptions/_index.md @@ -14,7 +14,7 @@ Copies data and formats of some whole rows. ```go -func (instance *Cells) CopyRows_Cells_Int_Int_Int_CopyOptions(sourcecells0 *Cells, sourcerowindex int32, destinationrowindex int32, rownumber int32, copyoptions *CopyOptions) error +func (instance *Cells) CopyRows_Cells_Int_Int_Int_CopyOptions(sourcecells *Cells, sourcerowindex int32, destinationrowindex int32, rownumber int32, copyoptions *CopyOptions) error ``` diff --git a/english/go-cpp/Cells/_index.md b/english/go-cpp/Cells/_index.md index 534a89f35bc..e70bc25a827 100644 --- a/english/go-cpp/Cells/_index.md +++ b/english/go-cpp/Cells/_index.md @@ -127,7 +127,7 @@ type Cells struct { |[ApplyStyle](./applystyle/) | Applies formats for a whole worksheet. | |[CopyColumns_Cells_Int_Int_Int_PasteOptions](./copycolumns_cells_int_int_int_pasteoptions/) | Copies data and formats of a whole column. | |[CopyColumn](./copycolumn/) | Copies data and formats of a whole column. | -|[CopyColumns_Cells_Int_Int_Int](./copycolumns_cells_int_int_int/) | Copies data and formats of a whole column. | +|[CopyColumns_Cells_Int_Int_Int](./copycolumns_cells_int_int_int/) | Copies data and formats of whole columns. | |[CopyColumns_Cells_Int_Int_Int_Int](./copycolumns_cells_int_int_int_int/) | Copies data and formats of the whole columns. | |[CopyRow](./copyrow/) | Copies data and formats of a whole row. | |[CopyRows_Cells_Int_Int_Int](./copyrows_cells_int_int_int/) | Copies data and formats of some whole rows. | diff --git a/english/go-cpp/ChartArea/GetBackgroundMode/_index.md b/english/go-cpp/ChartArea/GetBackgroundMode/_index.md deleted file mode 100644 index cb4ee209b28..00000000000 --- a/english/go-cpp/ChartArea/GetBackgroundMode/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: GetBackgroundMode Method -linktitle: GetBackgroundMode -second_title: Aspose.Cells for Go via C++ API Reference -description: 'GetBackgroundMode method. Encapsulates the function that represents getbackgroundmode in Go.' -type: docs -weight: 200 -url: /go-cpp/chartarea/getbackgroundmode/ ---- - -## GetBackgroundMode function - -Gets and sets the display mode of the background - -```go - -func (instance *ChartArea) GetBackgroundMode() (BackgroundMode, error) - -``` - -## Remarks - - -## See Also - -* Class [ChartArea](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/ChartArea/SetBackgroundMode/_index.md b/english/go-cpp/ChartArea/SetBackgroundMode/_index.md deleted file mode 100644 index 6c5d9a9cc0b..00000000000 --- a/english/go-cpp/ChartArea/SetBackgroundMode/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: SetBackgroundMode Method -linktitle: SetBackgroundMode -second_title: Aspose.Cells for Go via C++ API Reference -description: 'SetBackgroundMode method. Encapsulates the function that represents setbackgroundmode in Go.' -type: docs -weight: 200 -url: /go-cpp/chartarea/setbackgroundmode/ ---- - -## SetBackgroundMode function - -Gets and sets the display mode of the background - -```go - -func (instance *ChartArea) SetBackgroundMode(value BackgroundMode) error - -``` - -## Remarks - - -## See Also - -* Class [ChartArea](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/ChartArea/_index.md b/english/go-cpp/ChartArea/_index.md index f973dda1e24..782a1766803 100644 --- a/english/go-cpp/ChartArea/_index.md +++ b/english/go-cpp/ChartArea/_index.md @@ -41,8 +41,6 @@ type ChartArea struct { |[GetFont](./getfont/) | Gets a Font object of the specified chartarea object. | |[IsInnerMode](./isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | |[SetIsInnerMode](./setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | -|[GetBackgroundMode](./getbackgroundmode/) | Gets and sets the display mode of the background | -|[SetBackgroundMode](./setbackgroundmode/) | Gets and sets the display mode of the background | |[GetShadow](./getshadow/) | True if the frame has a shadow. | |[SetShadow](./setshadow/) | True if the frame has a shadow. | |[GetShapeProperties](./getshapeproperties/) | Gets the ShapeProperties object. | diff --git a/english/go-cpp/ChartCalculateOptions/_index.md b/english/go-cpp/ChartCalculateOptions/_index.md index a8e74d19ee3..8eb1f659ed9 100644 --- a/english/go-cpp/ChartCalculateOptions/_index.md +++ b/english/go-cpp/ChartCalculateOptions/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/chartcalculateoptions/ ## ChartCalculateOptions class -Represents the options for calculating chart. +Represents the options for calculating the chart. ```go diff --git a/english/go-cpp/ChartColorPaletteType/_index.md b/english/go-cpp/ChartColorPaletteType/_index.md index 118430d15e2..61db694c602 100644 --- a/english/go-cpp/ChartColorPaletteType/_index.md +++ b/english/go-cpp/ChartColorPaletteType/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/chartcolorpalettetype/ ## ChartColorPaletteType Enum -Enumerates all Monochromatic Palettes used in Excel chart. +Enumerates all Monochromatic Palettes used in an Excel chart. ```go diff --git a/english/go-cpp/ChartFrame/GetBackgroundMode/_index.md b/english/go-cpp/ChartFrame/GetBackgroundMode/_index.md deleted file mode 100644 index 8139b57177d..00000000000 --- a/english/go-cpp/ChartFrame/GetBackgroundMode/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: GetBackgroundMode Method -linktitle: GetBackgroundMode -second_title: Aspose.Cells for Go via C++ API Reference -description: 'GetBackgroundMode method. Encapsulates the function that represents getbackgroundmode in Go.' -type: docs -weight: 200 -url: /go-cpp/chartframe/getbackgroundmode/ ---- - -## GetBackgroundMode function - -Gets and sets the display mode of the background - -```go - -func (instance *ChartFrame) GetBackgroundMode() (BackgroundMode, error) - -``` - -## Remarks - - -## See Also - -* Class [ChartFrame](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/ChartFrame/SetBackgroundMode/_index.md b/english/go-cpp/ChartFrame/SetBackgroundMode/_index.md deleted file mode 100644 index 9fb5383d0e7..00000000000 --- a/english/go-cpp/ChartFrame/SetBackgroundMode/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: SetBackgroundMode Method -linktitle: SetBackgroundMode -second_title: Aspose.Cells for Go via C++ API Reference -description: 'SetBackgroundMode method. Encapsulates the function that represents setbackgroundmode in Go.' -type: docs -weight: 200 -url: /go-cpp/chartframe/setbackgroundmode/ ---- - -## SetBackgroundMode function - -Gets and sets the display mode of the background - -```go - -func (instance *ChartFrame) SetBackgroundMode(value BackgroundMode) error - -``` - -## Remarks - - -## See Also - -* Class [ChartFrame](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/ChartFrame/_index.md b/english/go-cpp/ChartFrame/_index.md index 3fe995ce9b0..a7c6418b3c5 100644 --- a/english/go-cpp/ChartFrame/_index.md +++ b/english/go-cpp/ChartFrame/_index.md @@ -31,8 +31,6 @@ type ChartFrame struct { |[IsNull](./isnull/) | Checks whether the implementation object is nullptr. | |[IsInnerMode](./isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | |[SetIsInnerMode](./setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | -|[GetBackgroundMode](./getbackgroundmode/) | Gets and sets the display mode of the background | -|[SetBackgroundMode](./setbackgroundmode/) | Gets and sets the display mode of the background | |[GetShadow](./getshadow/) | True if the frame has a shadow. | |[SetShadow](./setshadow/) | True if the frame has a shadow. | |[GetShapeProperties](./getshapeproperties/) | Gets the ShapeProperties object. | diff --git a/english/go-cpp/ChartPoint/GetOnCategoryAxisPointXPx/_index.md b/english/go-cpp/ChartPoint/GetOnCategoryAxisPointXPx/_index.md index 62e3f5b83e2..b1ce689a42c 100644 --- a/english/go-cpp/ChartPoint/GetOnCategoryAxisPointXPx/_index.md +++ b/english/go-cpp/ChartPoint/GetOnCategoryAxisPointXPx/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/chartpoint/getoncategoryaxispointxpx/ ## GetOnCategoryAxisPointXPx function -Gets x-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart. +Gets x-coordinate of the point on category axis after calls Chart.Calculate() method.Only applies to Area chart. ```go diff --git a/english/go-cpp/ChartPoint/_index.md b/english/go-cpp/ChartPoint/_index.md index ed7f44af351..3740267cca8 100644 --- a/english/go-cpp/ChartPoint/_index.md +++ b/english/go-cpp/ChartPoint/_index.md @@ -74,5 +74,5 @@ type ChartPoint struct { |[GetBottomPointXPx](./getbottompointxpx/) | Gets x-coordinate of the bottom point of shape after calls Chart.Calculate() method.Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid | |[GetBottomPointYPx](./getbottompointypx/) | Gets y-coordinate of the bottom point of shape after calls Chart.Calculate() method.Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid | |[GetOnCategoryAxisPointCount](./getoncategoryaxispointcount/) | Gets the number of the points on category axis after calls Chart.Calculate() method. Only applies to area chart. | -|[GetOnCategoryAxisPointXPx](./getoncategoryaxispointxpx/) | Gets x-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart. | +|[GetOnCategoryAxisPointXPx](./getoncategoryaxispointxpx/) | Gets x-coordinate of the point on category axis after calls Chart.Calculate() method.Only applies to Area chart. | |[GetOnCategoryAxisPointYPx](./getoncategoryaxispointypx/) | Gets y-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart. | diff --git a/english/go-cpp/ChartTextDirectionType/_index.md b/english/go-cpp/ChartTextDirectionType/_index.md index f0f1f630a40..40ae535ccc8 100644 --- a/english/go-cpp/ChartTextDirectionType/_index.md +++ b/english/go-cpp/ChartTextDirectionType/_index.md @@ -25,6 +25,6 @@ type ChartTextDirectionType int32 | --- | --- | |[Horizontal](./horizontal/) | Horizontal direction type. | |[Vertical](./vertical/) | Vertical direction type. | -|[Rotate90](./rotate90/) | Rotate 90 angle. | -|[Rotate270](./rotate270/) | Rotate 270 angle. | +|[Rotate90](./rotate90/) | Rotate 90-degree angle. | +|[Rotate270](./rotate270/) | Rotate 270-degree angle. | |[Stacked](./stacked/) | Stacked text. | diff --git a/english/go-cpp/ChartTextFrame/GetBackgroundMode/_index.md b/english/go-cpp/ChartTextFrame/GetBackgroundMode/_index.md deleted file mode 100644 index 6f2b566569d..00000000000 --- a/english/go-cpp/ChartTextFrame/GetBackgroundMode/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: GetBackgroundMode Method -linktitle: GetBackgroundMode -second_title: Aspose.Cells for Go via C++ API Reference -description: 'GetBackgroundMode method. Encapsulates the function that represents getbackgroundmode in Go.' -type: docs -weight: 200 -url: /go-cpp/charttextframe/getbackgroundmode/ ---- - -## GetBackgroundMode function - -Gets and sets the display mode of the background - -```go - -func (instance *ChartTextFrame) GetBackgroundMode() (BackgroundMode, error) - -``` - -## Remarks - - -## See Also - -* Class [ChartTextFrame](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/ChartTextFrame/GetRotationAngle/_index.md b/english/go-cpp/ChartTextFrame/GetRotationAngle/_index.md index 67b20edd8a5..da27b66cf16 100644 --- a/english/go-cpp/ChartTextFrame/GetRotationAngle/_index.md +++ b/english/go-cpp/ChartTextFrame/GetRotationAngle/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/charttextframe/getrotationangle/ ## GetRotationAngle function -Represents text rotation angle. +Represents the text rotation angle. ```go diff --git a/english/go-cpp/ChartTextFrame/IsDeleted/_index.md b/english/go-cpp/ChartTextFrame/IsDeleted/_index.md index ca67aed90e9..c0f6a21592a 100644 --- a/english/go-cpp/ChartTextFrame/IsDeleted/_index.md +++ b/english/go-cpp/ChartTextFrame/IsDeleted/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/charttextframe/isdeleted/ ## IsDeleted function -Indicates whether this data labels is deleted. +Indicates whether this data labels are deleted. ```go diff --git a/english/go-cpp/ChartTextFrame/SetBackgroundMode/_index.md b/english/go-cpp/ChartTextFrame/SetBackgroundMode/_index.md deleted file mode 100644 index a1b1aac1d12..00000000000 --- a/english/go-cpp/ChartTextFrame/SetBackgroundMode/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: SetBackgroundMode Method -linktitle: SetBackgroundMode -second_title: Aspose.Cells for Go via C++ API Reference -description: 'SetBackgroundMode method. Encapsulates the function that represents setbackgroundmode in Go.' -type: docs -weight: 200 -url: /go-cpp/charttextframe/setbackgroundmode/ ---- - -## SetBackgroundMode function - -Gets and sets the display mode of the background - -```go - -func (instance *ChartTextFrame) SetBackgroundMode(value BackgroundMode) error - -``` - -## Remarks - - -## See Also - -* Class [ChartTextFrame](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/ChartTextFrame/SetIsDeleted/_index.md b/english/go-cpp/ChartTextFrame/SetIsDeleted/_index.md index 97e6a723b6e..879dae244cc 100644 --- a/english/go-cpp/ChartTextFrame/SetIsDeleted/_index.md +++ b/english/go-cpp/ChartTextFrame/SetIsDeleted/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/charttextframe/setisdeleted/ ## SetIsDeleted function -Indicates whether this data labels is deleted. +Indicates whether this data labels are deleted. ```go diff --git a/english/go-cpp/ChartTextFrame/SetRotationAngle/_index.md b/english/go-cpp/ChartTextFrame/SetRotationAngle/_index.md index 60d27854458..5696aee4e13 100644 --- a/english/go-cpp/ChartTextFrame/SetRotationAngle/_index.md +++ b/english/go-cpp/ChartTextFrame/SetRotationAngle/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/charttextframe/setrotationangle/ ## SetRotationAngle function -Represents text rotation angle. +Represents the text rotation angle. ```go diff --git a/english/go-cpp/ChartTextFrame/_index.md b/english/go-cpp/ChartTextFrame/_index.md index 995917ad794..1fa05174e73 100644 --- a/english/go-cpp/ChartTextFrame/_index.md +++ b/english/go-cpp/ChartTextFrame/_index.md @@ -30,14 +30,14 @@ type ChartTextFrame struct { | Method | Description | | --- | --- | |[IsNull](./isnull/) | Checks whether the implementation object is nullptr. | -|[IsDeleted](./isdeleted/) | Indicates whether this data labels is deleted. | -|[SetIsDeleted](./setisdeleted/) | Indicates whether this data labels is deleted. | +|[IsDeleted](./isdeleted/) | Indicates whether this data labels are deleted. | +|[SetIsDeleted](./setisdeleted/) | Indicates whether this data labels are deleted. | |[GetTextHorizontalAlignment](./gettexthorizontalalignment/) | Gets and sets the text horizontal alignment. | |[SetTextHorizontalAlignment](./settexthorizontalalignment/) | Gets and sets the text horizontal alignment. | |[GetTextVerticalAlignment](./gettextverticalalignment/) | Gets or sets the text vertical alignment of text. | |[SetTextVerticalAlignment](./settextverticalalignment/) | Gets or sets the text vertical alignment of text. | -|[GetRotationAngle](./getrotationangle/) | Represents text rotation angle. | -|[SetRotationAngle](./setrotationangle/) | Represents text rotation angle. | +|[GetRotationAngle](./getrotationangle/) | Represents the text rotation angle. | +|[SetRotationAngle](./setrotationangle/) | Represents the text rotation angle. | |[IsAutomaticRotation](./isautomaticrotation/) | Indicates whether the text of the chart is automatically rotated. | |[Characters](./characters/) | Returns a Characters object that represents a range of characters within the text. | |[GetReadingOrder](./getreadingorder/) | Represents text reading order. | @@ -56,8 +56,6 @@ type ChartTextFrame struct { |[SetIsTextWrapped](./setistextwrapped/) | Gets or sets a value indicating whether the text is wrapped. | |[IsInnerMode](./isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | |[SetIsInnerMode](./setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | -|[GetBackgroundMode](./getbackgroundmode/) | Gets and sets the display mode of the background | -|[SetBackgroundMode](./setbackgroundmode/) | Gets and sets the display mode of the background | |[GetShadow](./getshadow/) | True if the frame has a shadow. | |[SetShadow](./setshadow/) | True if the frame has a shadow. | |[GetShapeProperties](./getshapeproperties/) | Gets the ShapeProperties object. | diff --git a/english/go-cpp/ControlMousePointerType/_index.md b/english/go-cpp/ControlMousePointerType/_index.md index 3627feeb0dd..7bf76521c4b 100644 --- a/english/go-cpp/ControlMousePointerType/_index.md +++ b/english/go-cpp/ControlMousePointerType/_index.md @@ -33,8 +33,8 @@ type ControlMousePointerType int32 |[SizeWE](./sizewe/) | Double arrow pointing west and east. | |[UpArrow](./uparrow/) | Up arrow. | |[HourGlass](./hourglass/) | Hourglass. | -|[NoDrop](./nodrop/) | "Not” symbol (circle with a diagonal line) on top of the object being dragged. | +|[NoDrop](./nodrop/) | "Not" symbol (circle with a diagonal line) on top of the object being dragged. | |[AppStarting](./appstarting/) | Arrow with an hourglass. | |[Help](./help/) | Arrow with a question mark. | -|[SizeAll](./sizeall/) | "Size-all” cursor (arrows pointing north, south, east, and west). | +|[SizeAll](./sizeall/) | "Size-all" cursor (arrows pointing north, south, east, and west). | |[Custom](./custom/) | Uses the icon specified by the MouseIcon property. | diff --git a/english/go-cpp/CopyOptions/GetUpdateInvalidReferencesToTargetSheet/_index.md b/english/go-cpp/CopyOptions/GetUpdateInvalidReferencesToTargetSheet/_index.md new file mode 100644 index 00000000000..9fecaa0d44c --- /dev/null +++ b/english/go-cpp/CopyOptions/GetUpdateInvalidReferencesToTargetSheet/_index.md @@ -0,0 +1,27 @@ +--- +title: GetUpdateInvalidReferencesToTargetSheet Method +linktitle: GetUpdateInvalidReferencesToTargetSheet +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetUpdateInvalidReferencesToTargetSheet method. Encapsulates the function that represents getupdateinvalidreferencestotargetsheet in Go.' +type: docs +weight: 200 +url: /go-cpp/copyoptions/getupdateinvalidreferencestotargetsheet/ +--- + +## GetUpdateInvalidReferencesToTargetSheet function + +Indicates whether to refer to target worksheet if the referred worksheet is not copied. + +```go + +func (instance *CopyOptions) GetUpdateInvalidReferencesToTargetSheet() (bool, error) + +``` + +## Remarks + + +## See Also + +* Class [CopyOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/CopyOptions/SetUpdateInvalidReferencesToTargetSheet/_index.md b/english/go-cpp/CopyOptions/SetUpdateInvalidReferencesToTargetSheet/_index.md new file mode 100644 index 00000000000..1e6d483f784 --- /dev/null +++ b/english/go-cpp/CopyOptions/SetUpdateInvalidReferencesToTargetSheet/_index.md @@ -0,0 +1,27 @@ +--- +title: SetUpdateInvalidReferencesToTargetSheet Method +linktitle: SetUpdateInvalidReferencesToTargetSheet +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetUpdateInvalidReferencesToTargetSheet method. Encapsulates the function that represents setupdateinvalidreferencestotargetsheet in Go.' +type: docs +weight: 200 +url: /go-cpp/copyoptions/setupdateinvalidreferencestotargetsheet/ +--- + +## SetUpdateInvalidReferencesToTargetSheet function + +Indicates whether to refer to target worksheet if the referred worksheet is not copied. + +```go + +func (instance *CopyOptions) SetUpdateInvalidReferencesToTargetSheet(value bool) error + +``` + +## Remarks + + +## See Also + +* Class [CopyOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/CopyOptions/_index.md b/english/go-cpp/CopyOptions/_index.md index fbd8c0f7028..1387381e209 100644 --- a/english/go-cpp/CopyOptions/_index.md +++ b/english/go-cpp/CopyOptions/_index.md @@ -44,3 +44,5 @@ type CopyOptions struct { |[SetReferToSheetWithSameName](./setrefertosheetwithsamename/) | In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one,the copied formulas should refer to source workbook.However, for some situations user may need the copied formulas refer to worksheets with the same namein the same workbook, such as when those worksheets have been copied before this copy operation,then this property should be kept as true. | |[GetReferToDestinationSheet](./getrefertodestinationsheet/) | When copying the range in the same file and the chart refers to the source sheet,False means the copied chart's data source will not be changed.True means the copied chart's data source refers to the destination sheet. | |[SetReferToDestinationSheet](./setrefertodestinationsheet/) | When copying the range in the same file and the chart refers to the source sheet,False means the copied chart's data source will not be changed.True means the copied chart's data source refers to the destination sheet. | +|[GetUpdateInvalidReferencesToTargetSheet](./getupdateinvalidreferencestotargetsheet/) | Indicates whether to refer to target worksheet if the referred worksheet is not copied. | +|[SetUpdateInvalidReferencesToTargetSheet](./setupdateinvalidreferencestotargetsheet/) | Indicates whether to refer to target worksheet if the referred worksheet is not copied. | diff --git a/english/go-cpp/DataLabels/GetRotationAngle/_index.md b/english/go-cpp/DataLabels/GetRotationAngle/_index.md index 7e3a73bedc2..9433678e910 100644 --- a/english/go-cpp/DataLabels/GetRotationAngle/_index.md +++ b/english/go-cpp/DataLabels/GetRotationAngle/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/datalabels/getrotationangle/ ## GetRotationAngle function -Represents text rotation angle. +Represents the text rotation angle. ```go diff --git a/english/go-cpp/DataLabels/IsDeleted/_index.md b/english/go-cpp/DataLabels/IsDeleted/_index.md index 768940e6de7..e8cddba3989 100644 --- a/english/go-cpp/DataLabels/IsDeleted/_index.md +++ b/english/go-cpp/DataLabels/IsDeleted/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/datalabels/isdeleted/ ## IsDeleted function -Indicates whether this data labels is deleted. +Indicates whether this data labels are deleted. ```go diff --git a/english/go-cpp/DataLabels/IsNeverOverlap/_index.md b/english/go-cpp/DataLabels/IsNeverOverlap/_index.md index f8717b44d35..d658baa29e1 100644 --- a/english/go-cpp/DataLabels/IsNeverOverlap/_index.md +++ b/english/go-cpp/DataLabels/IsNeverOverlap/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/datalabels/isneveroverlap/ ## IsNeverOverlap function -Indicates whether the datalabels display never overlap. (For Pie chart) +Indicates whether datalabels never overlap when performing Pie Chart to image.Note: this property is only meaningful when Pie Chart to image. ```go diff --git a/english/go-cpp/DataLabels/SetIsDeleted/_index.md b/english/go-cpp/DataLabels/SetIsDeleted/_index.md index e8f55207692..8df8761b46f 100644 --- a/english/go-cpp/DataLabels/SetIsDeleted/_index.md +++ b/english/go-cpp/DataLabels/SetIsDeleted/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/datalabels/setisdeleted/ ## SetIsDeleted function -Indicates whether this data labels is deleted. +Indicates whether this data labels are deleted. ```go diff --git a/english/go-cpp/DataLabels/SetIsNeverOverlap/_index.md b/english/go-cpp/DataLabels/SetIsNeverOverlap/_index.md index c83cbd26f6c..c066bf3c63d 100644 --- a/english/go-cpp/DataLabels/SetIsNeverOverlap/_index.md +++ b/english/go-cpp/DataLabels/SetIsNeverOverlap/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/datalabels/setisneveroverlap/ ## SetIsNeverOverlap function -Indicates whether the datalabels display never overlap. (For Pie chart) +Indicates whether datalabels never overlap when performing Pie Chart to image.Note: this property is only meaningful when Pie Chart to image. ```go diff --git a/english/go-cpp/DataLabels/SetRotationAngle/_index.md b/english/go-cpp/DataLabels/SetRotationAngle/_index.md index 1e0c14686f8..91285df0c0c 100644 --- a/english/go-cpp/DataLabels/SetRotationAngle/_index.md +++ b/english/go-cpp/DataLabels/SetRotationAngle/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/datalabels/setrotationangle/ ## SetRotationAngle function -Represents text rotation angle. +Represents the text rotation angle. ```go diff --git a/english/go-cpp/DataLabels/_index.md b/english/go-cpp/DataLabels/_index.md index 243609d74b1..668df4ab11c 100644 --- a/english/go-cpp/DataLabels/_index.md +++ b/english/go-cpp/DataLabels/_index.md @@ -70,8 +70,8 @@ type DataLabels struct { |[SetSeparatorValue](./setseparatorvalue/) | Gets or sets the separator value used for the data labels on a chart. | |[GetPosition](./getposition/) | Represents the position of the data label. | |[SetPosition](./setposition/) | Represents the position of the data label. | -|[IsNeverOverlap](./isneveroverlap/) | Indicates whether the datalabels display never overlap. (For Pie chart) | -|[SetIsNeverOverlap](./setisneveroverlap/) | Indicates whether the datalabels display never overlap. (For Pie chart) | +|[IsNeverOverlap](./isneveroverlap/) | Indicates whether datalabels never overlap when performing Pie Chart to image.Note: this property is only meaningful when Pie Chart to image. | +|[SetIsNeverOverlap](./setisneveroverlap/) | Indicates whether datalabels never overlap when performing Pie Chart to image.Note: this property is only meaningful when Pie Chart to image. | |[GetShapeType](./getshapetype/) | Gets or sets shape type of data label. | |[SetShapeType](./setshapetype/) | Gets or sets shape type of data label. | |[IsInnerMode](./isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | @@ -106,14 +106,14 @@ type DataLabels struct { |[GetHeightPixel](./getheightpixel/) | Gets or sets the height of frame in units of Pixel. | |[SetHeightPixel](./setheightpixel/) | Gets or sets the height of frame in units of Pixel. | |[SetPositionAuto](./setpositionauto/) | Set position of the frame to automatic | -|[IsDeleted](./isdeleted/) | Indicates whether this data labels is deleted. | -|[SetIsDeleted](./setisdeleted/) | Indicates whether this data labels is deleted. | +|[IsDeleted](./isdeleted/) | Indicates whether this data labels are deleted. | +|[SetIsDeleted](./setisdeleted/) | Indicates whether this data labels are deleted. | |[GetTextHorizontalAlignment](./gettexthorizontalalignment/) | Gets and sets the text horizontal alignment. | |[SetTextHorizontalAlignment](./settexthorizontalalignment/) | Gets and sets the text horizontal alignment. | |[GetTextVerticalAlignment](./gettextverticalalignment/) | Gets or sets the text vertical alignment of text. | |[SetTextVerticalAlignment](./settextverticalalignment/) | Gets or sets the text vertical alignment of text. | -|[GetRotationAngle](./getrotationangle/) | Represents text rotation angle. | -|[SetRotationAngle](./setrotationangle/) | Represents text rotation angle. | +|[GetRotationAngle](./getrotationangle/) | Represents the text rotation angle. | +|[SetRotationAngle](./setrotationangle/) | Represents the text rotation angle. | |[IsAutomaticRotation](./isautomaticrotation/) | Indicates whether the text of the chart is automatically rotated. | |[Characters](./characters/) | Returns a Characters object that represents a range of characters within the text. | |[GetReadingOrder](./getreadingorder/) | Represents text reading order. | diff --git a/english/go-cpp/Date/_index.md b/english/go-cpp/Date/_index.md index 1a7ee8e1056..a15b67073be 100644 --- a/english/go-cpp/Date/_index.md +++ b/english/go-cpp/Date/_index.md @@ -23,10 +23,11 @@ type Date int32 | Field | Description | | --- | --- | -|[year](./year/) | | -|[month](./month/) | | -|[day](./day/) | | -|[hour](./hour/) | | -|[minute](./minute/) | | -|[second](./second/) | | -|[millisecond](./millisecond/) | | +|[year](./year/) | Year component (1-9999). | +|[month](./month/) | Month component (1-12). | +|[day](./day/) | Day component (1-31). | +|[hour](./hour/) | Hour component (0-23). | +|[minute](./minute/) | Minute component (0-59). | +|[second](./second/) | Second component (0-59). | +|[millisecond](./millisecond/) | Millisecond component (0-999). | +|[dateKind](./datekind/) | Specifies whether the time is local, UTC, or unspecified. Default value is Unspecified. | diff --git a/english/go-cpp/DateKind/_index.md b/english/go-cpp/DateKind/_index.md new file mode 100644 index 00000000000..79e2e9fa491 --- /dev/null +++ b/english/go-cpp/DateKind/_index.md @@ -0,0 +1,27 @@ +--- +title: DateKind Enum +linktitle: DateKind +second_title: Aspose.Cells for Go via C++ API Reference +description: 'DateKind enum. Encapsulates the object that represents datekind in Go.' +type: docs +weight: 200 +url: /go-cpp/datekind/ +--- + +## DateKind Enum + +Specifies whether a Date object represents a local time, a Coordinated UTC Time (UTC), or is not specified as either local time or UTC. + +```go + +type DateKind int32 + + +``` + +## Fields + +| Field | Description | +| --- | --- | +|[Unspecified](./unspecified/) | The time represented is not specified as either local time or Coordinated Universal Time (UTC). | +|[Utc](./utc/) | The time represented is UTC. | diff --git a/english/go-cpp/DbfSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/DbfSaveOptions/GetRefreshChartCache/_index.md index 7f8a2880d19..f99872de0bc 100644 --- a/english/go-cpp/DbfSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/DbfSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/dbfsaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/DbfSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/DbfSaveOptions/SetRefreshChartCache/_index.md index 6dfa571db9e..c0f3fd71336 100644 --- a/english/go-cpp/DbfSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/DbfSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/dbfsaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/DbfSaveOptions/_index.md b/english/go-cpp/DbfSaveOptions/_index.md index 31be9d51f54..0e17a4bb8ba 100644 --- a/english/go-cpp/DbfSaveOptions/_index.md +++ b/english/go-cpp/DbfSaveOptions/_index.md @@ -48,8 +48,8 @@ type DbfSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/DifSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/DifSaveOptions/GetRefreshChartCache/_index.md index 7969b5b3233..9eacb8d6ac2 100644 --- a/english/go-cpp/DifSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/DifSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/difsaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/DifSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/DifSaveOptions/SetRefreshChartCache/_index.md index f8bc28c6504..e70b1d4f4bc 100644 --- a/english/go-cpp/DifSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/DifSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/difsaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/DifSaveOptions/_index.md b/english/go-cpp/DifSaveOptions/_index.md index 2ad4d1bdb3b..7dc7087dcb3 100644 --- a/english/go-cpp/DifSaveOptions/_index.md +++ b/english/go-cpp/DifSaveOptions/_index.md @@ -46,8 +46,8 @@ type DifSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/DisplayUnitLabel/GetBackgroundMode/_index.md b/english/go-cpp/DisplayUnitLabel/GetBackgroundMode/_index.md deleted file mode 100644 index 11722a1ec10..00000000000 --- a/english/go-cpp/DisplayUnitLabel/GetBackgroundMode/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: GetBackgroundMode Method -linktitle: GetBackgroundMode -second_title: Aspose.Cells for Go via C++ API Reference -description: 'GetBackgroundMode method. Encapsulates the function that represents getbackgroundmode in Go.' -type: docs -weight: 200 -url: /go-cpp/displayunitlabel/getbackgroundmode/ ---- - -## GetBackgroundMode function - -Gets and sets the display mode of the background - -```go - -func (instance *DisplayUnitLabel) GetBackgroundMode() (BackgroundMode, error) - -``` - -## Remarks - - -## See Also - -* Class [DisplayUnitLabel](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/DisplayUnitLabel/GetRotationAngle/_index.md b/english/go-cpp/DisplayUnitLabel/GetRotationAngle/_index.md index ed14ee81f14..5f571c0220a 100644 --- a/english/go-cpp/DisplayUnitLabel/GetRotationAngle/_index.md +++ b/english/go-cpp/DisplayUnitLabel/GetRotationAngle/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/displayunitlabel/getrotationangle/ ## GetRotationAngle function -Represents text rotation angle. +Represents the text rotation angle. ```go diff --git a/english/go-cpp/DisplayUnitLabel/IsDeleted/_index.md b/english/go-cpp/DisplayUnitLabel/IsDeleted/_index.md index 416ee44228c..a2238841eb8 100644 --- a/english/go-cpp/DisplayUnitLabel/IsDeleted/_index.md +++ b/english/go-cpp/DisplayUnitLabel/IsDeleted/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/displayunitlabel/isdeleted/ ## IsDeleted function -Indicates whether this data labels is deleted. +Indicates whether this data labels are deleted. ```go diff --git a/english/go-cpp/DisplayUnitLabel/SetBackgroundMode/_index.md b/english/go-cpp/DisplayUnitLabel/SetBackgroundMode/_index.md deleted file mode 100644 index cf990486f6a..00000000000 --- a/english/go-cpp/DisplayUnitLabel/SetBackgroundMode/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: SetBackgroundMode Method -linktitle: SetBackgroundMode -second_title: Aspose.Cells for Go via C++ API Reference -description: 'SetBackgroundMode method. Encapsulates the function that represents setbackgroundmode in Go.' -type: docs -weight: 200 -url: /go-cpp/displayunitlabel/setbackgroundmode/ ---- - -## SetBackgroundMode function - -Gets and sets the display mode of the background - -```go - -func (instance *DisplayUnitLabel) SetBackgroundMode(value BackgroundMode) error - -``` - -## Remarks - - -## See Also - -* Class [DisplayUnitLabel](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/DisplayUnitLabel/SetIsDeleted/_index.md b/english/go-cpp/DisplayUnitLabel/SetIsDeleted/_index.md index 9fb998d919c..a0d32b9f565 100644 --- a/english/go-cpp/DisplayUnitLabel/SetIsDeleted/_index.md +++ b/english/go-cpp/DisplayUnitLabel/SetIsDeleted/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/displayunitlabel/setisdeleted/ ## SetIsDeleted function -Indicates whether this data labels is deleted. +Indicates whether this data labels are deleted. ```go diff --git a/english/go-cpp/DisplayUnitLabel/SetRotationAngle/_index.md b/english/go-cpp/DisplayUnitLabel/SetRotationAngle/_index.md index 2986e62724f..21b0283625b 100644 --- a/english/go-cpp/DisplayUnitLabel/SetRotationAngle/_index.md +++ b/english/go-cpp/DisplayUnitLabel/SetRotationAngle/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/displayunitlabel/setrotationangle/ ## SetRotationAngle function -Represents text rotation angle. +Represents the text rotation angle. ```go diff --git a/english/go-cpp/DisplayUnitLabel/_index.md b/english/go-cpp/DisplayUnitLabel/_index.md index b9a33646bde..c7e7febfa1b 100644 --- a/english/go-cpp/DisplayUnitLabel/_index.md +++ b/english/go-cpp/DisplayUnitLabel/_index.md @@ -37,8 +37,6 @@ type DisplayUnitLabel struct { |[SetAutoScaleFont](./setautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | |[IsInnerMode](./isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | |[SetIsInnerMode](./setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | -|[GetBackgroundMode](./getbackgroundmode/) | Gets and sets the display mode of the background | -|[SetBackgroundMode](./setbackgroundmode/) | Gets and sets the display mode of the background | |[GetShadow](./getshadow/) | True if the frame has a shadow. | |[SetShadow](./setshadow/) | True if the frame has a shadow. | |[GetShapeProperties](./getshapeproperties/) | Gets the ShapeProperties object. | @@ -69,14 +67,14 @@ type DisplayUnitLabel struct { |[GetHeightPixel](./getheightpixel/) | Gets or sets the height of frame in units of Pixel. | |[SetHeightPixel](./setheightpixel/) | Gets or sets the height of frame in units of Pixel. | |[SetPositionAuto](./setpositionauto/) | Set position of the frame to automatic | -|[IsDeleted](./isdeleted/) | Indicates whether this data labels is deleted. | -|[SetIsDeleted](./setisdeleted/) | Indicates whether this data labels is deleted. | +|[IsDeleted](./isdeleted/) | Indicates whether this data labels are deleted. | +|[SetIsDeleted](./setisdeleted/) | Indicates whether this data labels are deleted. | |[GetTextHorizontalAlignment](./gettexthorizontalalignment/) | Gets and sets the text horizontal alignment. | |[SetTextHorizontalAlignment](./settexthorizontalalignment/) | Gets and sets the text horizontal alignment. | |[GetTextVerticalAlignment](./gettextverticalalignment/) | Gets or sets the text vertical alignment of text. | |[SetTextVerticalAlignment](./settextverticalalignment/) | Gets or sets the text vertical alignment of text. | -|[GetRotationAngle](./getrotationangle/) | Represents text rotation angle. | -|[SetRotationAngle](./setrotationangle/) | Represents text rotation angle. | +|[GetRotationAngle](./getrotationangle/) | Represents the text rotation angle. | +|[SetRotationAngle](./setrotationangle/) | Represents the text rotation angle. | |[IsAutomaticRotation](./isautomaticrotation/) | Indicates whether the text of the chart is automatically rotated. | |[Characters](./characters/) | Returns a Characters object that represents a range of characters within the text. | |[GetReadingOrder](./getreadingorder/) | Represents text reading order. | diff --git a/english/go-cpp/DocxSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/DocxSaveOptions/GetRefreshChartCache/_index.md index c81cfb0c604..a6f3a57e886 100644 --- a/english/go-cpp/DocxSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/DocxSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/docxsaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/DocxSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/DocxSaveOptions/SetRefreshChartCache/_index.md index 87bb52bdb11..9f6a0573c38 100644 --- a/english/go-cpp/DocxSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/DocxSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/docxsaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/DocxSaveOptions/_index.md b/english/go-cpp/DocxSaveOptions/_index.md index 0c44d387cfe..0b07f27d3fa 100644 --- a/english/go-cpp/DocxSaveOptions/_index.md +++ b/english/go-cpp/DocxSaveOptions/_index.md @@ -95,8 +95,8 @@ type DocxSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/Duration/_index.md b/english/go-cpp/Duration/_index.md new file mode 100644 index 00000000000..d5f4b615c11 --- /dev/null +++ b/english/go-cpp/Duration/_index.md @@ -0,0 +1,26 @@ +--- +title: Duration Struct +linktitle: Duration +second_title: Aspose.Cells for Go via C++ API Reference +description: 'Duration struct. Encapsulates the object that represents duration in Go.' +type: docs +weight: 200 +url: /go-cpp/duration/ +--- + +## Duration Struct + +Represents a time interval with a resolution of 100 nanoseconds (tick). + +```go + +type Duration int32 + + +``` + +## Fields + +| Field | Description | +| --- | --- | +|[value](./value/) | Internal representation of the time interval in ticks.1 tick = 100 nanoseconds. | diff --git a/english/go-cpp/EbookLoadOptions/GetParagrahLayoutMode/_index.md b/english/go-cpp/EbookLoadOptions/GetParagrahLayoutMode/_index.md new file mode 100644 index 00000000000..5ec9df2fab0 --- /dev/null +++ b/english/go-cpp/EbookLoadOptions/GetParagrahLayoutMode/_index.md @@ -0,0 +1,27 @@ +--- +title: GetParagrahLayoutMode Method +linktitle: GetParagrahLayoutMode +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetParagrahLayoutMode method. Encapsulates the function that represents getparagrahlayoutmode in Go.' +type: docs +weight: 200 +url: /go-cpp/ebookloadoptions/getparagrahlayoutmode/ +--- + +## GetParagrahLayoutMode function + +Specifies how HTML <p> elements are rendered when loading HTML.The default value is HtmlParagraphLayoutMode.Normal. + +```go + +func (instance *EbookLoadOptions) GetParagrahLayoutMode() (HtmlParagraphLayoutMode, error) + +``` + +## Remarks + + +## See Also + +* Class [EbookLoadOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/EbookLoadOptions/SetParagrahLayoutMode/_index.md b/english/go-cpp/EbookLoadOptions/SetParagrahLayoutMode/_index.md new file mode 100644 index 00000000000..7d4c64fd19d --- /dev/null +++ b/english/go-cpp/EbookLoadOptions/SetParagrahLayoutMode/_index.md @@ -0,0 +1,27 @@ +--- +title: SetParagrahLayoutMode Method +linktitle: SetParagrahLayoutMode +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetParagrahLayoutMode method. Encapsulates the function that represents setparagrahlayoutmode in Go.' +type: docs +weight: 200 +url: /go-cpp/ebookloadoptions/setparagrahlayoutmode/ +--- + +## SetParagrahLayoutMode function + +Specifies how HTML <p> elements are rendered when loading HTML.The default value is HtmlParagraphLayoutMode.Normal. + +```go + +func (instance *EbookLoadOptions) SetParagrahLayoutMode(value HtmlParagraphLayoutMode) error + +``` + +## Remarks + + +## See Also + +* Class [EbookLoadOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/EbookLoadOptions/_index.md b/english/go-cpp/EbookLoadOptions/_index.md index c77e0549bb4..855f1284cae 100644 --- a/english/go-cpp/EbookLoadOptions/_index.md +++ b/english/go-cpp/EbookLoadOptions/_index.md @@ -56,6 +56,8 @@ type EbookLoadOptions struct { |[GetTableLoadOptions](./gettableloadoptions/) | Get the HtmlTableLoadOptionCollection instance | |[GetDetectLaTeX](./getdetectlatex/) | Indicates whether to detect LaTeX formula in the HTML file.The default value is false. | |[SetDetectLaTeX](./setdetectlatex/) | Indicates whether to detect LaTeX formula in the HTML file.The default value is false. | +|[GetParagrahLayoutMode](./getparagrahlayoutmode/) | Specifies how HTML <p> elements are rendered when loading HTML.The default value is HtmlParagraphLayoutMode.Normal. | +|[SetParagrahLayoutMode](./setparagrahlayoutmode/) | Specifies how HTML <p> elements are rendered when loading HTML.The default value is HtmlParagraphLayoutMode.Normal. | |[GetLoadFormat](./getloadformat/) | Gets the load format. | |[GetPassword](./getpassword/) | Gets and set the password of the workbook. | |[SetPassword](./setpassword/) | Gets and set the password of the workbook. | diff --git a/english/go-cpp/EbookSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/EbookSaveOptions/GetRefreshChartCache/_index.md index fdd8692b7db..e18524f8b1c 100644 --- a/english/go-cpp/EbookSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/EbookSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/ebooksaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/EbookSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/EbookSaveOptions/SetRefreshChartCache/_index.md index 7962d2cf26a..bf395a31a41 100644 --- a/english/go-cpp/EbookSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/EbookSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/ebooksaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/EbookSaveOptions/_index.md b/english/go-cpp/EbookSaveOptions/_index.md index 5a296c0558b..5adc869b85f 100644 --- a/english/go-cpp/EbookSaveOptions/_index.md +++ b/english/go-cpp/EbookSaveOptions/_index.md @@ -184,8 +184,8 @@ type EbookSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/ErrorCellValueType/_index.md b/english/go-cpp/ErrorCellValueType/_index.md index 21cf40fa8a5..03eaf5e4f4c 100644 --- a/english/go-cpp/ErrorCellValueType/_index.md +++ b/english/go-cpp/ErrorCellValueType/_index.md @@ -23,11 +23,14 @@ type ErrorCellValueType int32 | Field | Description | | --- | --- | +|[Value](./value/) | Represents the value of a cell containing a #VALUE! error. | +|[Ref](./ref/) | Represents the value of a cell containing a #REF! error. | +|[Name](./name/) | Represents the value of a cell containing a #NAME? error. | +|[NA](./na/) | Represents the value of a cell containing a #NAME? error. | |[Blocked](./blocked/) | Represents the value of a cell containing a #BLOCKED! error. | |[Busy](./busy/) | Represents the value of a cell containing a #BUSY! error. | |[Calc](./calc/) | Represents the value of a cell containing a #CALC! error. | |[Connect](./connect/) | Represents the value of a cell containing a #CONNECT! error. | -|[Name](./name/) | Represents the value of a cell containing a #NAME? error. | |[Field](./field/) | Represents the value of a cell containing a #FIELD! error. | |[Spill](./spill/) | Represents the value of a cell containing a #SPILL! error. | |[Unknown](./unknown/) | Represents the value of a cell containing a #UNKNOWN! error. | diff --git a/english/go-cpp/FormatCondition/GetTimePeriod/_index.md b/english/go-cpp/FormatCondition/GetTimePeriod/_index.md index 3ce5ee65f17..668ccc01406 100644 --- a/english/go-cpp/FormatCondition/GetTimePeriod/_index.md +++ b/english/go-cpp/FormatCondition/GetTimePeriod/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/formatcondition/gettimeperiod/ ## GetTimePeriod function -The applicable time period in a "date occurring…" conditional formatting rule.Valid only for type = timePeriod.The default value is TimePeriodType.Today. +The applicable time period in a "date occurrin" conditional formatting rule.Valid only for type is timePeriod.The default value is TimePeriodType.Today. ```go diff --git a/english/go-cpp/FormatCondition/SetTimePeriod/_index.md b/english/go-cpp/FormatCondition/SetTimePeriod/_index.md index d1fb472f738..21976ef40a3 100644 --- a/english/go-cpp/FormatCondition/SetTimePeriod/_index.md +++ b/english/go-cpp/FormatCondition/SetTimePeriod/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/formatcondition/settimeperiod/ ## SetTimePeriod function -The applicable time period in a "date occurring…" conditional formatting rule.Valid only for type = timePeriod.The default value is TimePeriodType.Today. +The applicable time period in a "date occurrin" conditional formatting rule.Valid only for type is timePeriod.The default value is TimePeriodType.Today. ```go diff --git a/english/go-cpp/FormatCondition/_index.md b/english/go-cpp/FormatCondition/_index.md index 2512e964bd7..1f861ab67fd 100644 --- a/english/go-cpp/FormatCondition/_index.md +++ b/english/go-cpp/FormatCondition/_index.md @@ -59,5 +59,5 @@ type FormatCondition struct { |[GetAboveAverage](./getaboveaverage/) | Get the conditional formatting's "AboveAverage" instance.The default instance's rule highlights cells that areabove the average for all values in the range.Valid only for type = AboveAverage. | |[GetText](./gettext/) | The text value in a "text contains" conditional formatting rule.Valid only for type = containsText, notContainsText, beginsWith and endsWith.The default value is null. | |[SetText](./settext/) | The text value in a "text contains" conditional formatting rule.Valid only for type = containsText, notContainsText, beginsWith and endsWith.The default value is null. | -|[GetTimePeriod](./gettimeperiod/) | The applicable time period in a "date occurring…" conditional formatting rule.Valid only for type = timePeriod.The default value is TimePeriodType.Today. | -|[SetTimePeriod](./settimeperiod/) | The applicable time period in a "date occurring…" conditional formatting rule.Valid only for type = timePeriod.The default value is TimePeriodType.Today. | +|[GetTimePeriod](./gettimeperiod/) | The applicable time period in a "date occurrin" conditional formatting rule.Valid only for type is timePeriod.The default value is TimePeriodType.Today. | +|[SetTimePeriod](./settimeperiod/) | The applicable time period in a "date occurrin" conditional formatting rule.Valid only for type is timePeriod.The default value is TimePeriodType.Today. | diff --git a/english/go-cpp/HtmlLoadOptions/GetParagrahLayoutMode/_index.md b/english/go-cpp/HtmlLoadOptions/GetParagrahLayoutMode/_index.md new file mode 100644 index 00000000000..ed297f5f4b8 --- /dev/null +++ b/english/go-cpp/HtmlLoadOptions/GetParagrahLayoutMode/_index.md @@ -0,0 +1,27 @@ +--- +title: GetParagrahLayoutMode Method +linktitle: GetParagrahLayoutMode +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetParagrahLayoutMode method. Encapsulates the function that represents getparagrahlayoutmode in Go.' +type: docs +weight: 200 +url: /go-cpp/htmlloadoptions/getparagrahlayoutmode/ +--- + +## GetParagrahLayoutMode function + +Specifies how HTML <p> elements are rendered when loading HTML.The default value is HtmlParagraphLayoutMode.Normal. + +```go + +func (instance *HtmlLoadOptions) GetParagrahLayoutMode() (HtmlParagraphLayoutMode, error) + +``` + +## Remarks + + +## See Also + +* Class [HtmlLoadOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/HtmlLoadOptions/SetParagrahLayoutMode/_index.md b/english/go-cpp/HtmlLoadOptions/SetParagrahLayoutMode/_index.md new file mode 100644 index 00000000000..d6031fee5ad --- /dev/null +++ b/english/go-cpp/HtmlLoadOptions/SetParagrahLayoutMode/_index.md @@ -0,0 +1,27 @@ +--- +title: SetParagrahLayoutMode Method +linktitle: SetParagrahLayoutMode +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetParagrahLayoutMode method. Encapsulates the function that represents setparagrahlayoutmode in Go.' +type: docs +weight: 200 +url: /go-cpp/htmlloadoptions/setparagrahlayoutmode/ +--- + +## SetParagrahLayoutMode function + +Specifies how HTML <p> elements are rendered when loading HTML.The default value is HtmlParagraphLayoutMode.Normal. + +```go + +func (instance *HtmlLoadOptions) SetParagrahLayoutMode(value HtmlParagraphLayoutMode) error + +``` + +## Remarks + + +## See Also + +* Class [HtmlLoadOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/HtmlLoadOptions/_index.md b/english/go-cpp/HtmlLoadOptions/_index.md index a67a006362f..b0156ee7967 100644 --- a/english/go-cpp/HtmlLoadOptions/_index.md +++ b/english/go-cpp/HtmlLoadOptions/_index.md @@ -46,6 +46,8 @@ type HtmlLoadOptions struct { |[GetTableLoadOptions](./gettableloadoptions/) | Get the HtmlTableLoadOptionCollection instance | |[GetDetectLaTeX](./getdetectlatex/) | Indicates whether to detect LaTeX formula in the HTML file.The default value is false. | |[SetDetectLaTeX](./setdetectlatex/) | Indicates whether to detect LaTeX formula in the HTML file.The default value is false. | +|[GetParagrahLayoutMode](./getparagrahlayoutmode/) | Specifies how HTML <p> elements are rendered when loading HTML.The default value is HtmlParagraphLayoutMode.Normal. | +|[SetParagrahLayoutMode](./setparagrahlayoutmode/) | Specifies how HTML <p> elements are rendered when loading HTML.The default value is HtmlParagraphLayoutMode.Normal. | |[GetEncoding](./getencoding/) | Gets and sets the default encoding. Only applies for csv file. | |[SetEncoding](./setencoding/) | Gets and sets the default encoding. Only applies for csv file. | |[GetLoadStyleStrategy](./getloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | diff --git a/english/go-cpp/HtmlParagraphLayoutMode/_index.md b/english/go-cpp/HtmlParagraphLayoutMode/_index.md new file mode 100644 index 00000000000..605f00d281f --- /dev/null +++ b/english/go-cpp/HtmlParagraphLayoutMode/_index.md @@ -0,0 +1,27 @@ +--- +title: HtmlParagraphLayoutMode Enum +linktitle: HtmlParagraphLayoutMode +second_title: Aspose.Cells for Go via C++ API Reference +description: 'HtmlParagraphLayoutMode enum. Encapsulates the object that represents htmlparagraphlayoutmode in Go.' +type: docs +weight: 200 +url: /go-cpp/htmlparagraphlayoutmode/ +--- + +## HtmlParagraphLayoutMode Enum + +Specifies how HTML <p> elements are rendered when loading HTML. + +```go + +type HtmlParagraphLayoutMode int32 + + +``` + +## Fields + +| Field | Description | +| --- | --- | +|[Normal](./normal/) | Treat <p> inside <td> as inline content in a single cell. | +|[AsRow](./asrow/) | Starts a new row for each <p> element. | diff --git a/english/go-cpp/HtmlSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/HtmlSaveOptions/GetRefreshChartCache/_index.md index 86c65d153dd..96bb2b76ff1 100644 --- a/english/go-cpp/HtmlSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/HtmlSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/htmlsaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/HtmlSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/HtmlSaveOptions/SetRefreshChartCache/_index.md index 3920caee395..231341e7907 100644 --- a/english/go-cpp/HtmlSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/HtmlSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/htmlsaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/HtmlSaveOptions/_index.md b/english/go-cpp/HtmlSaveOptions/_index.md index 17d07243fe0..ece95abc486 100644 --- a/english/go-cpp/HtmlSaveOptions/_index.md +++ b/english/go-cpp/HtmlSaveOptions/_index.md @@ -184,8 +184,8 @@ type HtmlSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/ImageSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/ImageSaveOptions/GetRefreshChartCache/_index.md index 05a7039262b..bd0d1eeac07 100644 --- a/english/go-cpp/ImageSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/ImageSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/imagesaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/ImageSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/ImageSaveOptions/SetRefreshChartCache/_index.md index 3c6d3895bda..642dd445541 100644 --- a/english/go-cpp/ImageSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/ImageSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/imagesaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/ImageSaveOptions/_index.md b/english/go-cpp/ImageSaveOptions/_index.md index e02aa251990..cc185076224 100644 --- a/english/go-cpp/ImageSaveOptions/_index.md +++ b/english/go-cpp/ImageSaveOptions/_index.md @@ -48,8 +48,8 @@ type ImageSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/JsonSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/JsonSaveOptions/GetRefreshChartCache/_index.md index 36305b218a9..63c4277daa9 100644 --- a/english/go-cpp/JsonSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/JsonSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/jsonsaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/JsonSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/JsonSaveOptions/SetRefreshChartCache/_index.md index 0cf40477209..abf8535d14f 100644 --- a/english/go-cpp/JsonSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/JsonSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/jsonsaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/JsonSaveOptions/_index.md b/english/go-cpp/JsonSaveOptions/_index.md index e7dfd591a51..6d67be729b4 100644 --- a/english/go-cpp/JsonSaveOptions/_index.md +++ b/english/go-cpp/JsonSaveOptions/_index.md @@ -72,8 +72,8 @@ type JsonSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/LabelPositionType/_index.md b/english/go-cpp/LabelPositionType/_index.md index 0d4638fccdd..f6540770195 100644 --- a/english/go-cpp/LabelPositionType/_index.md +++ b/english/go-cpp/LabelPositionType/_index.md @@ -23,7 +23,7 @@ type LabelPositionType int32 | Field | Description | | --- | --- | -|[Center](./center/) | Applies only to bar, 2d/3d pie charts | +|[Center](./center/) | Applies only to bar, 2D/3D pie charts | |[InsideBase](./insidebase/) | Applies only to bar, 2d/3d pie charts | |[InsideEnd](./insideend/) | Applies only to bar charts | |[OutsideEnd](./outsideend/) | Applies only to bar, 2d/3d pie charts | @@ -31,5 +31,5 @@ type LabelPositionType int32 |[Below](./below/) | Applies only to line charts | |[Left](./left/) | Applies only to line charts | |[Right](./right/) | Applies only to line charts | -|[BestFit](./bestfit/) | Applies only to 2d/3d pie charts | -|[Moved](./moved/) | User moved the data labels, Only for reading chart from template file. | +|[BestFit](./bestfit/) | Applies only to 2D/3D pie charts | +|[Moved](./moved/) | User moved the data labels only for reading the chart from the template file. | diff --git a/english/go-cpp/Legend/GetBackgroundMode/_index.md b/english/go-cpp/Legend/GetBackgroundMode/_index.md deleted file mode 100644 index bbf5bb4a460..00000000000 --- a/english/go-cpp/Legend/GetBackgroundMode/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: GetBackgroundMode Method -linktitle: GetBackgroundMode -second_title: Aspose.Cells for Go via C++ API Reference -description: 'GetBackgroundMode method. Encapsulates the function that represents getbackgroundmode in Go.' -type: docs -weight: 200 -url: /go-cpp/legend/getbackgroundmode/ ---- - -## GetBackgroundMode function - -Gets and sets the display mode of the background - -```go - -func (instance *Legend) GetBackgroundMode() (BackgroundMode, error) - -``` - -## Remarks - - -## See Also - -* Class [Legend](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/Legend/GetRotationAngle/_index.md b/english/go-cpp/Legend/GetRotationAngle/_index.md index 7326e1d772f..8e845957202 100644 --- a/english/go-cpp/Legend/GetRotationAngle/_index.md +++ b/english/go-cpp/Legend/GetRotationAngle/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/legend/getrotationangle/ ## GetRotationAngle function -Represents text rotation angle. +Represents the text rotation angle. ```go diff --git a/english/go-cpp/Legend/IsDeleted/_index.md b/english/go-cpp/Legend/IsDeleted/_index.md index 5631a527449..93e4c5c5d4d 100644 --- a/english/go-cpp/Legend/IsDeleted/_index.md +++ b/english/go-cpp/Legend/IsDeleted/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/legend/isdeleted/ ## IsDeleted function -Indicates whether this data labels is deleted. +Indicates whether this data labels are deleted. ```go diff --git a/english/go-cpp/Legend/SetBackgroundMode/_index.md b/english/go-cpp/Legend/SetBackgroundMode/_index.md deleted file mode 100644 index 61cc9f50156..00000000000 --- a/english/go-cpp/Legend/SetBackgroundMode/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: SetBackgroundMode Method -linktitle: SetBackgroundMode -second_title: Aspose.Cells for Go via C++ API Reference -description: 'SetBackgroundMode method. Encapsulates the function that represents setbackgroundmode in Go.' -type: docs -weight: 200 -url: /go-cpp/legend/setbackgroundmode/ ---- - -## SetBackgroundMode function - -Gets and sets the display mode of the background - -```go - -func (instance *Legend) SetBackgroundMode(value BackgroundMode) error - -``` - -## Remarks - - -## See Also - -* Class [Legend](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/Legend/SetIsDeleted/_index.md b/english/go-cpp/Legend/SetIsDeleted/_index.md index bc854bc7c8f..bf394c27215 100644 --- a/english/go-cpp/Legend/SetIsDeleted/_index.md +++ b/english/go-cpp/Legend/SetIsDeleted/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/legend/setisdeleted/ ## SetIsDeleted function -Indicates whether this data labels is deleted. +Indicates whether this data labels are deleted. ```go diff --git a/english/go-cpp/Legend/SetRotationAngle/_index.md b/english/go-cpp/Legend/SetRotationAngle/_index.md index 11011330815..b1b39db91b2 100644 --- a/english/go-cpp/Legend/SetRotationAngle/_index.md +++ b/english/go-cpp/Legend/SetRotationAngle/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/legend/setrotationangle/ ## SetRotationAngle function -Represents text rotation angle. +Represents the text rotation angle. ```go diff --git a/english/go-cpp/Legend/_index.md b/english/go-cpp/Legend/_index.md index fc1d9d42338..b73b84ad426 100644 --- a/english/go-cpp/Legend/_index.md +++ b/english/go-cpp/Legend/_index.md @@ -38,8 +38,6 @@ type Legend struct { |[SetIsOverLay](./setisoverlay/) | Gets or sets whether showing the legend without overlapping the chart. | |[IsInnerMode](./isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | |[SetIsInnerMode](./setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | -|[GetBackgroundMode](./getbackgroundmode/) | Gets and sets the display mode of the background | -|[SetBackgroundMode](./setbackgroundmode/) | Gets and sets the display mode of the background | |[GetShadow](./getshadow/) | True if the frame has a shadow. | |[SetShadow](./setshadow/) | True if the frame has a shadow. | |[GetShapeProperties](./getshapeproperties/) | Gets the ShapeProperties object. | @@ -73,14 +71,14 @@ type Legend struct { |[GetHeightPixel](./getheightpixel/) | Gets or sets the height of frame in units of Pixel. | |[SetHeightPixel](./setheightpixel/) | Gets or sets the height of frame in units of Pixel. | |[SetPositionAuto](./setpositionauto/) | Set position of the frame to automatic | -|[IsDeleted](./isdeleted/) | Indicates whether this data labels is deleted. | -|[SetIsDeleted](./setisdeleted/) | Indicates whether this data labels is deleted. | +|[IsDeleted](./isdeleted/) | Indicates whether this data labels are deleted. | +|[SetIsDeleted](./setisdeleted/) | Indicates whether this data labels are deleted. | |[GetTextHorizontalAlignment](./gettexthorizontalalignment/) | Gets and sets the text horizontal alignment. | |[SetTextHorizontalAlignment](./settexthorizontalalignment/) | Gets and sets the text horizontal alignment. | |[GetTextVerticalAlignment](./gettextverticalalignment/) | Gets or sets the text vertical alignment of text. | |[SetTextVerticalAlignment](./settextverticalalignment/) | Gets or sets the text vertical alignment of text. | -|[GetRotationAngle](./getrotationangle/) | Represents text rotation angle. | -|[SetRotationAngle](./setrotationangle/) | Represents text rotation angle. | +|[GetRotationAngle](./getrotationangle/) | Represents the text rotation angle. | +|[SetRotationAngle](./setrotationangle/) | Represents the text rotation angle. | |[IsAutomaticRotation](./isautomaticrotation/) | Indicates whether the text of the chart is automatically rotated. | |[Characters](./characters/) | Returns a Characters object that represents a range of characters within the text. | |[GetReadingOrder](./getreadingorder/) | Represents text reading order. | diff --git a/english/go-cpp/MapChartLabelLayout/_index.md b/english/go-cpp/MapChartLabelLayout/_index.md index d6ee4ec2b5b..5e56e7f5504 100644 --- a/english/go-cpp/MapChartLabelLayout/_index.md +++ b/english/go-cpp/MapChartLabelLayout/_index.md @@ -23,6 +23,6 @@ type MapChartLabelLayout int32 | Field | Description | | --- | --- | -|[BestFitOnly](./bestfitonly/) | Only best fit. | +|[BestFitOnly](./bestfitonly/) | Only the best fit. | |[ShowAll](./showall/) | Shows all labels. | |[None](./none/) | No labels. | diff --git a/english/go-cpp/MapChartProjectionType/_index.md b/english/go-cpp/MapChartProjectionType/_index.md index fa32120046b..42458736d41 100644 --- a/english/go-cpp/MapChartProjectionType/_index.md +++ b/english/go-cpp/MapChartProjectionType/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/mapchartprojectiontype/ ## MapChartProjectionType Enum -Represents projection type of the map chart. +Represents the projection type of the map chart. ```go diff --git a/english/go-cpp/MarkdownSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/MarkdownSaveOptions/GetRefreshChartCache/_index.md index e4d0559e1dd..68f1dcf0629 100644 --- a/english/go-cpp/MarkdownSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/MarkdownSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/markdownsaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/MarkdownSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/MarkdownSaveOptions/SetRefreshChartCache/_index.md index df8e047b09e..6a05b36b63b 100644 --- a/english/go-cpp/MarkdownSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/MarkdownSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/markdownsaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/MarkdownSaveOptions/_index.md b/english/go-cpp/MarkdownSaveOptions/_index.md index 83f337d827e..c38a59c5937 100644 --- a/english/go-cpp/MarkdownSaveOptions/_index.md +++ b/english/go-cpp/MarkdownSaveOptions/_index.md @@ -69,8 +69,8 @@ type MarkdownSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/NumberType/_index.md b/english/go-cpp/NumberType/_index.md new file mode 100644 index 00000000000..3df95d61930 --- /dev/null +++ b/english/go-cpp/NumberType/_index.md @@ -0,0 +1,35 @@ +--- +title: NumberType Enum +linktitle: NumberType +second_title: Aspose.Cells for Go via C++ API Reference +description: 'NumberType enum. Encapsulates the object that represents numbertype in Go.' +type: docs +weight: 200 +url: /go-cpp/numbertype/ +--- + +## NumberType Enum + +Represents the type of the number. + +```go + +type NumberType int32 + + +``` + +## Fields + +| Field | Description | +| --- | --- | +|[None](./none/) | | +|[Int8](./int8/) | | +|[UInt8](./uint8/) | | +|[Int16](./int16/) | | +|[UInt16](./uint16/) | | +|[Int32](./int32/) | | +|[UInt32](./uint32/) | | +|[Int64](./int64/) | | +|[UInt64](./uint64/) | | +|[Float](./float/) | | diff --git a/english/go-cpp/NumbersLoadOptions/GetPreserveTableName/_index.md b/english/go-cpp/NumbersLoadOptions/GetPreserveTableName/_index.md new file mode 100644 index 00000000000..4bad06aad17 --- /dev/null +++ b/english/go-cpp/NumbersLoadOptions/GetPreserveTableName/_index.md @@ -0,0 +1,27 @@ +--- +title: GetPreserveTableName Method +linktitle: GetPreserveTableName +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetPreserveTableName method. Encapsulates the function that represents getpreservetablename in Go.' +type: docs +weight: 200 +url: /go-cpp/numbersloadoptions/getpreservetablename/ +--- + +## GetPreserveTableName function + +Indicates whether to preserve table names when importing from Numbers. + +```go + +func (instance *NumbersLoadOptions) GetPreserveTableName() (bool, error) + +``` + +## Remarks + + +## See Also + +* Class [NumbersLoadOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/NumbersLoadOptions/SetPreserveTableName/_index.md b/english/go-cpp/NumbersLoadOptions/SetPreserveTableName/_index.md new file mode 100644 index 00000000000..a33def39ea2 --- /dev/null +++ b/english/go-cpp/NumbersLoadOptions/SetPreserveTableName/_index.md @@ -0,0 +1,27 @@ +--- +title: SetPreserveTableName Method +linktitle: SetPreserveTableName +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetPreserveTableName method. Encapsulates the function that represents setpreservetablename in Go.' +type: docs +weight: 200 +url: /go-cpp/numbersloadoptions/setpreservetablename/ +--- + +## SetPreserveTableName function + +Indicates whether to preserve table names when importing from Numbers. + +```go + +func (instance *NumbersLoadOptions) SetPreserveTableName(value bool) error + +``` + +## Remarks + + +## See Also + +* Class [NumbersLoadOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/NumbersLoadOptions/_index.md b/english/go-cpp/NumbersLoadOptions/_index.md index ac4dfc2ec58..19c9d63416c 100644 --- a/english/go-cpp/NumbersLoadOptions/_index.md +++ b/english/go-cpp/NumbersLoadOptions/_index.md @@ -31,6 +31,8 @@ type NumbersLoadOptions struct { | Method | Description | | --- | --- | |[IsNull](./isnull/) | Checks whether the implementation object is nullptr. | +|[GetPreserveTableName](./getpreservetablename/) | Indicates whether to preserve table names when importing from Numbers. | +|[SetPreserveTableName](./setpreservetablename/) | Indicates whether to preserve table names when importing from Numbers. | |[GetLoadTableType](./getloadtabletype/) | Gets and sets the type of loading multiple tables in one worksheet. | |[SetLoadTableType](./setloadtabletype/) | Gets and sets the type of loading multiple tables in one worksheet. | |[GetLoadFormat](./getloadformat/) | Gets the load format. | diff --git a/english/go-cpp/Object/GetNumberType/_index.md b/english/go-cpp/Object/GetNumberType/_index.md index a8108fc4f49..4a94a07bdfd 100644 --- a/english/go-cpp/Object/GetNumberType/_index.md +++ b/english/go-cpp/Object/GetNumberType/_index.md @@ -14,7 +14,7 @@ Gets the NumberType of the object. ```go -func (instance *Object) GetNumberType() error +func (instance *Object) GetNumberType() (NumberType, error) ``` diff --git a/english/go-cpp/ObjectType/_index.md b/english/go-cpp/ObjectType/_index.md index b8ae8331d81..d2a97f66e5d 100644 --- a/english/go-cpp/ObjectType/_index.md +++ b/english/go-cpp/ObjectType/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/objecttype/ ## ObjectType Enum -Represents the type of the number. +Represents the type of the object. ```go @@ -33,12 +33,3 @@ type ObjectType int32 |[Range](./range/) | The object is Range type. | |[Array1D](./array1d/) | The object is a one-dimensional array. | |[Array2D](./array2d/) | The object is a two-dimensional array. | -|[Int8](./int8/) | | -|[UInt8](./uint8/) | | -|[Int16](./int16/) | | -|[UInt16](./uint16/) | | -|[Int32](./int32/) | | -|[UInt32](./uint32/) | | -|[Int64](./int64/) | | -|[UInt64](./uint64/) | | -|[Float](./float/) | | diff --git a/english/go-cpp/OdsSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/OdsSaveOptions/GetRefreshChartCache/_index.md index 68a603c1856..78a53e02ef9 100644 --- a/english/go-cpp/OdsSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/OdsSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/odssaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/OdsSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/OdsSaveOptions/SetRefreshChartCache/_index.md index 8efd3b7c2d2..a94266174b3 100644 --- a/english/go-cpp/OdsSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/OdsSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/odssaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/OdsSaveOptions/_index.md b/english/go-cpp/OdsSaveOptions/_index.md index 25e64efba2f..cff0bca4b32 100644 --- a/english/go-cpp/OdsSaveOptions/_index.md +++ b/english/go-cpp/OdsSaveOptions/_index.md @@ -53,8 +53,8 @@ type OdsSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/OoxmlSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/OoxmlSaveOptions/GetRefreshChartCache/_index.md index c5d1772ea9a..e916e4edc70 100644 --- a/english/go-cpp/OoxmlSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/OoxmlSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/ooxmlsaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/OoxmlSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/OoxmlSaveOptions/SetRefreshChartCache/_index.md index c680786cda0..8f0e4779bff 100644 --- a/english/go-cpp/OoxmlSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/OoxmlSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/ooxmlsaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/OoxmlSaveOptions/_index.md b/english/go-cpp/OoxmlSaveOptions/_index.md index 6de21d35c3d..d4ff395778b 100644 --- a/english/go-cpp/OoxmlSaveOptions/_index.md +++ b/english/go-cpp/OoxmlSaveOptions/_index.md @@ -59,8 +59,8 @@ type OoxmlSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/OpenDocumentFormatVersionType/_index.md b/english/go-cpp/OpenDocumentFormatVersionType/_index.md index 4fb04b7e7b4..8e2522dadd0 100644 --- a/english/go-cpp/OpenDocumentFormatVersionType/_index.md +++ b/english/go-cpp/OpenDocumentFormatVersionType/_index.md @@ -27,3 +27,4 @@ type OpenDocumentFormatVersionType int32 |[Odf11](./odf11/) | ODF Version 1.1 | |[Odf12](./odf12/) | ODF Version 1.2 | |[Odf13](./odf13/) | ODF Version 1.3 | +|[Odf14](./odf14/) | ODF Version 1.4 | diff --git a/english/go-cpp/PaginatedSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/PaginatedSaveOptions/GetRefreshChartCache/_index.md index a3bfe5caa85..4f2e8b935f6 100644 --- a/english/go-cpp/PaginatedSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/PaginatedSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/paginatedsaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/PaginatedSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/PaginatedSaveOptions/SetRefreshChartCache/_index.md index b3ee70aaf0f..1f877f87a36 100644 --- a/english/go-cpp/PaginatedSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/PaginatedSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/paginatedsaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/PaginatedSaveOptions/_index.md b/english/go-cpp/PaginatedSaveOptions/_index.md index bae26581d97..209276abcba 100644 --- a/english/go-cpp/PaginatedSaveOptions/_index.md +++ b/english/go-cpp/PaginatedSaveOptions/_index.md @@ -83,8 +83,8 @@ type PaginatedSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/PclSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/PclSaveOptions/GetRefreshChartCache/_index.md index dabdad460fb..bf9bc8195e4 100644 --- a/english/go-cpp/PclSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/PclSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/pclsaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/PclSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/PclSaveOptions/SetRefreshChartCache/_index.md index 665f0fe546d..4f10d8d57cb 100644 --- a/english/go-cpp/PclSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/PclSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/pclsaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/PclSaveOptions/_index.md b/english/go-cpp/PclSaveOptions/_index.md index c44d106e591..6fb82229564 100644 --- a/english/go-cpp/PclSaveOptions/_index.md +++ b/english/go-cpp/PclSaveOptions/_index.md @@ -87,8 +87,8 @@ type PclSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/PdfSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/PdfSaveOptions/GetRefreshChartCache/_index.md index 0ef481e90e4..5bb01f524b8 100644 --- a/english/go-cpp/PdfSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/PdfSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/pdfsaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/PdfSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/PdfSaveOptions/SetRefreshChartCache/_index.md index f47fe1f12eb..971230ed1ce 100644 --- a/english/go-cpp/PdfSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/PdfSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/pdfsaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/PdfSaveOptions/_index.md b/english/go-cpp/PdfSaveOptions/_index.md index b3cf4317ea3..9c620c4b2d9 100644 --- a/english/go-cpp/PdfSaveOptions/_index.md +++ b/english/go-cpp/PdfSaveOptions/_index.md @@ -115,8 +115,8 @@ type PdfSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/Picture/IsPlacedInCell/_index.md b/english/go-cpp/Picture/IsPlacedInCell/_index.md new file mode 100644 index 00000000000..13f50362f77 --- /dev/null +++ b/english/go-cpp/Picture/IsPlacedInCell/_index.md @@ -0,0 +1,27 @@ +--- +title: IsPlacedInCell Method +linktitle: IsPlacedInCell +second_title: Aspose.Cells for Go via C++ API Reference +description: 'IsPlacedInCell method. Encapsulates the function that represents isplacedincell in Go.' +type: docs +weight: 200 +url: /go-cpp/picture/isplacedincell/ +--- + +## IsPlacedInCell function + +Indicates whether to place the image in cell or over cells. + +```go + +func (instance *Picture) IsPlacedInCell() (bool, error) + +``` + +## Remarks + + +## See Also + +* Class [Picture](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/Picture/PlaceInCell/_index.md b/english/go-cpp/Picture/PlaceInCell/_index.md deleted file mode 100644 index d65ead2a6fd..00000000000 --- a/english/go-cpp/Picture/PlaceInCell/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: PlaceInCell Method -linktitle: PlaceInCell -second_title: Aspose.Cells for Go via C++ API Reference -description: 'PlaceInCell method. Encapsulates the function that represents placeincell in Go.' -type: docs -weight: 200 -url: /go-cpp/picture/placeincell/ ---- - -## PlaceInCell function - -Place this picture in the cell - -```go - -func (instance *Picture) PlaceInCell() error - -``` - -## Remarks - - -## See Also - -* Class [Picture](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/Picture/SetIsPlacedInCell/_index.md b/english/go-cpp/Picture/SetIsPlacedInCell/_index.md new file mode 100644 index 00000000000..7caabbd405e --- /dev/null +++ b/english/go-cpp/Picture/SetIsPlacedInCell/_index.md @@ -0,0 +1,27 @@ +--- +title: SetIsPlacedInCell Method +linktitle: SetIsPlacedInCell +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetIsPlacedInCell method. Encapsulates the function that represents setisplacedincell in Go.' +type: docs +weight: 200 +url: /go-cpp/picture/setisplacedincell/ +--- + +## SetIsPlacedInCell function + +Indicates whether to place the image in cell or over cells. + +```go + +func (instance *Picture) SetIsPlacedInCell(value bool) error + +``` + +## Remarks + + +## See Also + +* Class [Picture](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/Picture/_index.md b/english/go-cpp/Picture/_index.md index fa924f017f5..48c6ed17abe 100644 --- a/english/go-cpp/Picture/_index.md +++ b/english/go-cpp/Picture/_index.md @@ -32,7 +32,8 @@ type Picture struct { |[IsNull](./isnull/) | Checks whether the implementation object is nullptr. | |[Copy](./copy/) | Copy the picture. | |[Move](./move/) | Moves the picture to a specified location. | -|[PlaceInCell](./placeincell/) | Place this picture in the cell | +|[IsPlacedInCell](./isplacedincell/) | Indicates whether to place the image in cell or over cells. | +|[SetIsPlacedInCell](./setisplacedincell/) | Indicates whether to place the image in cell or over cells. | |[GetOriginalHeight](./getoriginalheight/) | Gets the original height of the picture. | |[GetOriginalWidth](./getoriginalwidth/) | Gets the original width of the picture. | |[GetBorderLineColor](./getborderlinecolor/) | Represents the Color of the border line of a picture. | diff --git a/english/go-cpp/PivotOptions/GetShowExpandCollapseFieldButtons/_index.md b/english/go-cpp/PivotOptions/GetShowExpandCollapseFieldButtons/_index.md new file mode 100644 index 00000000000..cd208657c9a --- /dev/null +++ b/english/go-cpp/PivotOptions/GetShowExpandCollapseFieldButtons/_index.md @@ -0,0 +1,27 @@ +--- +title: GetShowExpandCollapseFieldButtons Method +linktitle: GetShowExpandCollapseFieldButtons +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetShowExpandCollapseFieldButtons method. Encapsulates the function that represents getshowexpandcollapsefieldbuttons in Go.' +type: docs +weight: 200 +url: /go-cpp/pivotoptions/getshowexpandcollapsefieldbuttons/ +--- + +## GetShowExpandCollapseFieldButtons function + +Gets or sets a value indicating whether to show expand/collapse field buttons + +```go + +func (instance *PivotOptions) GetShowExpandCollapseFieldButtons() (bool, error) + +``` + +## Remarks + + +## See Also + +* Class [PivotOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/PivotOptions/SetShowExpandCollapseFieldButtons/_index.md b/english/go-cpp/PivotOptions/SetShowExpandCollapseFieldButtons/_index.md new file mode 100644 index 00000000000..ef6a4a3e782 --- /dev/null +++ b/english/go-cpp/PivotOptions/SetShowExpandCollapseFieldButtons/_index.md @@ -0,0 +1,27 @@ +--- +title: SetShowExpandCollapseFieldButtons Method +linktitle: SetShowExpandCollapseFieldButtons +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetShowExpandCollapseFieldButtons method. Encapsulates the function that represents setshowexpandcollapsefieldbuttons in Go.' +type: docs +weight: 200 +url: /go-cpp/pivotoptions/setshowexpandcollapsefieldbuttons/ +--- + +## SetShowExpandCollapseFieldButtons function + +Gets or sets a value indicating whether to show expand/collapse field buttons + +```go + +func (instance *PivotOptions) SetShowExpandCollapseFieldButtons(value bool) error + +``` + +## Remarks + + +## See Also + +* Class [PivotOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/PivotOptions/_index.md b/english/go-cpp/PivotOptions/_index.md index bcdcef153a4..63b49908853 100644 --- a/english/go-cpp/PivotOptions/_index.md +++ b/english/go-cpp/PivotOptions/_index.md @@ -29,6 +29,8 @@ type PivotOptions struct { | Method | Description | | --- | --- | |[IsNull](./isnull/) | Checks whether the implementation object is nullptr. | +|[GetShowExpandCollapseFieldButtons](./getshowexpandcollapsefieldbuttons/) | Gets or sets a value indicating whether to show expand/collapse field buttons | +|[SetShowExpandCollapseFieldButtons](./setshowexpandcollapsefieldbuttons/) | Gets or sets a value indicating whether to show expand/collapse field buttons | |[GetDropZoneFilter](./getdropzonefilter/) | Specifies whether a control for each PivotTable field on the PivotTable page axisof the source PivotTable appears on the chart when dropZonesVisible is set to true. | |[SetDropZoneFilter](./setdropzonefilter/) | Specifies whether a control for each PivotTable field on the PivotTable page axisof the source PivotTable appears on the chart when dropZonesVisible is set to true. | |[GetDropZoneCategories](./getdropzonecategories/) | Specifies whether a control for each PivotTable field on the PivotTable row axisof the source PivotTable appears on the chart when dropZonesVisible is set to true. | diff --git a/english/go-cpp/PivotTable/GetButtonArea/_index.md b/english/go-cpp/PivotTable/GetButtonArea/_index.md new file mode 100644 index 00000000000..006d83921fd --- /dev/null +++ b/english/go-cpp/PivotTable/GetButtonArea/_index.md @@ -0,0 +1,27 @@ +--- +title: GetButtonArea Method +linktitle: GetButtonArea +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetButtonArea method. Encapsulates the function that represents getbuttonarea in Go.' +type: docs +weight: 200 +url: /go-cpp/pivottable/getbuttonarea/ +--- + +## GetButtonArea function + +Gets the area contains field button. + +```go + +func (instance *PivotTable) GetButtonArea(axistype PivotFieldType) (*CellArea, error) + +``` + +## Remarks + + +## See Also + +* Class [PivotTable](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/PivotTable/GetFilterArea/_index.md b/english/go-cpp/PivotTable/GetFilterArea/_index.md new file mode 100644 index 00000000000..27fd7b12265 --- /dev/null +++ b/english/go-cpp/PivotTable/GetFilterArea/_index.md @@ -0,0 +1,27 @@ +--- +title: GetFilterArea Method +linktitle: GetFilterArea +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetFilterArea method. Encapsulates the function that represents getfilterarea in Go.' +type: docs +weight: 200 +url: /go-cpp/pivottable/getfilterarea/ +--- + +## GetFilterArea function + +Gets the area of filter region. + +```go + +func (instance *PivotTable) GetFilterArea() (*CellArea, error) + +``` + +## Remarks + + +## See Also + +* Class [PivotTable](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/PivotTable/GetPivotTableStyle/_index.md b/english/go-cpp/PivotTable/GetPivotTableStyle/_index.md new file mode 100644 index 00000000000..3b0cddc9550 --- /dev/null +++ b/english/go-cpp/PivotTable/GetPivotTableStyle/_index.md @@ -0,0 +1,27 @@ +--- +title: GetPivotTableStyle Method +linktitle: GetPivotTableStyle +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetPivotTableStyle method. Encapsulates the function that represents getpivottablestyle in Go.' +type: docs +weight: 200 +url: /go-cpp/pivottable/getpivottablestyle/ +--- + +## GetPivotTableStyle function + +Gets TableStyle settings of this pivot table. + +```go + +func (instance *PivotTable) GetPivotTableStyle() (*TableStyle, error) + +``` + +## Remarks + + +## See Also + +* Class [PivotTable](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/PivotTable/GetTopRightArea/_index.md b/english/go-cpp/PivotTable/GetTopRightArea/_index.md new file mode 100644 index 00000000000..73d0cf86a3f --- /dev/null +++ b/english/go-cpp/PivotTable/GetTopRightArea/_index.md @@ -0,0 +1,27 @@ +--- +title: GetTopRightArea Method +linktitle: GetTopRightArea +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetTopRightArea method. Encapsulates the function that represents gettoprightarea in Go.' +type: docs +weight: 200 +url: /go-cpp/pivottable/gettoprightarea/ +--- + +## GetTopRightArea function + +Represents the blank area at the top-right of the PivotTable (top-left for RTL sheets). + +```go + +func (instance *PivotTable) GetTopRightArea() (*CellArea, error) + +``` + +## Remarks + + +## See Also + +* Class [PivotTable](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/PivotTable/SetPivotTableStyle/_index.md b/english/go-cpp/PivotTable/SetPivotTableStyle/_index.md new file mode 100644 index 00000000000..0942a2f5d7c --- /dev/null +++ b/english/go-cpp/PivotTable/SetPivotTableStyle/_index.md @@ -0,0 +1,27 @@ +--- +title: SetPivotTableStyle Method +linktitle: SetPivotTableStyle +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetPivotTableStyle method. Encapsulates the function that represents setpivottablestyle in Go.' +type: docs +weight: 200 +url: /go-cpp/pivottable/setpivottablestyle/ +--- + +## SetPivotTableStyle function + +Gets TableStyle settings of this pivot table. + +```go + +func (instance *PivotTable) SetPivotTableStyle(value *TableStyle) error + +``` + +## Remarks + + +## See Also + +* Class [PivotTable](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/PivotTable/_index.md b/english/go-cpp/PivotTable/_index.md index 56d49f26226..2f846efe48c 100644 --- a/english/go-cpp/PivotTable/_index.md +++ b/english/go-cpp/PivotTable/_index.md @@ -34,6 +34,8 @@ type PivotTable struct { |[SetIsExcel2003Compatible](./setisexcel2003compatible/) | Specifies whether the PivotTable is compatible for Excel2003 when refreshing PivotTable,if true, a string must be less than or equal to 255 characters, so if the string is greater than 255 characters,it will be truncated. if false, a string will not have the aforementioned restriction.The default value is true. | |[GetRefreshedByWho](./getrefreshedbywho/) | Gets the name of the last user who refreshed this PivotTable | |[GetRefreshDate](./getrefreshdate/) | Gets the last date time when the PivotTable was refreshed. | +|[GetPivotTableStyle](./getpivottablestyle/) | Gets TableStyle settings of this pivot table. | +|[SetPivotTableStyle](./setpivottablestyle/) | Gets TableStyle settings of this pivot table. | |[GetPivotTableStyleName](./getpivottablestylename/) | Gets and sets the pivottable style name. | |[SetPivotTableStyleName](./setpivottablestylename/) | Gets and sets the pivottable style name. | |[GetPivotTableStyleType](./getpivottablestyletype/) | Gets and sets the built-in pivot table style. | @@ -58,6 +60,9 @@ type PivotTable struct { |[GetValuesField](./getvaluesfield/) | Gets a 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 . | |[GetBaseFields](./getbasefields/) | Returns all base pivot fields in the PivotTable. | |[GetPivotFilters](./getpivotfilters/) | Returns all filters of pivot fields in the pivot table. | +|[GetButtonArea](./getbuttonarea/) | Gets the area contains field button. | +|[GetTopRightArea](./gettoprightarea/) | Represents the blank area at the top-right of the PivotTable (top-left for RTL sheets). | +|[GetFilterArea](./getfilterarea/) | Gets the area of filter region. | |[GetColumnRange](./getcolumnrange/) | Returns a CellArea object that represents the rangethat contains the column area in the PivotTable report. Read-only. | |[GetRowRange](./getrowrange/) | Returns a CellArea object that represents the rangethat contains the row area in the PivotTable report. Read-only. | |[GetDataBodyRange](./getdatabodyrange/) | Returns a CellArea object that represents the range that contains the data areain the list between the header row and the insert row. Read-only. | diff --git a/english/go-cpp/PlotArea/GetBackgroundMode/_index.md b/english/go-cpp/PlotArea/GetBackgroundMode/_index.md deleted file mode 100644 index 88152e87d91..00000000000 --- a/english/go-cpp/PlotArea/GetBackgroundMode/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: GetBackgroundMode Method -linktitle: GetBackgroundMode -second_title: Aspose.Cells for Go via C++ API Reference -description: 'GetBackgroundMode method. Encapsulates the function that represents getbackgroundmode in Go.' -type: docs -weight: 200 -url: /go-cpp/plotarea/getbackgroundmode/ ---- - -## GetBackgroundMode function - -Gets and sets the display mode of the background - -```go - -func (instance *PlotArea) GetBackgroundMode() (BackgroundMode, error) - -``` - -## Remarks - - -## See Also - -* Class [PlotArea](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/PlotArea/GetHeightRatioToChart/_index.md b/english/go-cpp/PlotArea/GetHeightRatioToChart/_index.md index 2cd86befe59..2e1b986630f 100644 --- a/english/go-cpp/PlotArea/GetHeightRatioToChart/_index.md +++ b/english/go-cpp/PlotArea/GetHeightRatioToChart/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/getheightratiotochart/ ## GetHeightRatioToChart function -Gets or sets the height of plot-area bounding box in units of ratio of the chart area. +Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area. ```go diff --git a/english/go-cpp/PlotArea/GetInnerWidthRatioToChart/_index.md b/english/go-cpp/PlotArea/GetInnerWidthRatioToChart/_index.md index 7447b8c98da..c004189393c 100644 --- a/english/go-cpp/PlotArea/GetInnerWidthRatioToChart/_index.md +++ b/english/go-cpp/PlotArea/GetInnerWidthRatioToChart/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/getinnerwidthratiotochart/ ## GetInnerWidthRatioToChart function -Gets or sets the width of plot area in units of ratio of the chart area. +Gets or sets the width of the plot area in units of the ratio of the chart area. ```go diff --git a/english/go-cpp/PlotArea/GetInnerXRatioToChart/_index.md b/english/go-cpp/PlotArea/GetInnerXRatioToChart/_index.md index a3848d847c5..77088f9ae83 100644 --- a/english/go-cpp/PlotArea/GetInnerXRatioToChart/_index.md +++ b/english/go-cpp/PlotArea/GetInnerXRatioToChart/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/getinnerxratiotochart/ ## GetInnerXRatioToChart function -Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. +Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. ```go diff --git a/english/go-cpp/PlotArea/GetInnerYRatioToChart/_index.md b/english/go-cpp/PlotArea/GetInnerYRatioToChart/_index.md index 2e7ad570c44..94c1db051a9 100644 --- a/english/go-cpp/PlotArea/GetInnerYRatioToChart/_index.md +++ b/english/go-cpp/PlotArea/GetInnerYRatioToChart/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/getinneryratiotochart/ ## GetInnerYRatioToChart function -Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. +Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. ```go diff --git a/english/go-cpp/PlotArea/GetWidthRatioToChart/_index.md b/english/go-cpp/PlotArea/GetWidthRatioToChart/_index.md index 76ee3fc1199..56f99bcbe6f 100644 --- a/english/go-cpp/PlotArea/GetWidthRatioToChart/_index.md +++ b/english/go-cpp/PlotArea/GetWidthRatioToChart/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/getwidthratiotochart/ ## GetWidthRatioToChart function -Gets or sets the width of plot-area bounding box in units of ratio of the chart area. +Gets or sets the width of plot-area bounding box in units of the ratio of the chart area. ```go diff --git a/english/go-cpp/PlotArea/GetXRatioToChart/_index.md b/english/go-cpp/PlotArea/GetXRatioToChart/_index.md index 00bead41868..213c252b252 100644 --- a/english/go-cpp/PlotArea/GetXRatioToChart/_index.md +++ b/english/go-cpp/PlotArea/GetXRatioToChart/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/getxratiotochart/ ## GetXRatioToChart function -Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area. +Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. ```go diff --git a/english/go-cpp/PlotArea/GetYRatioToChart/_index.md b/english/go-cpp/PlotArea/GetYRatioToChart/_index.md index 59972fe0090..55d1411a707 100644 --- a/english/go-cpp/PlotArea/GetYRatioToChart/_index.md +++ b/english/go-cpp/PlotArea/GetYRatioToChart/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/getyratiotochart/ ## GetYRatioToChart function -Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area. +Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. ```go diff --git a/english/go-cpp/PlotArea/IsAutomaticSize/_index.md b/english/go-cpp/PlotArea/IsAutomaticSize/_index.md index 9cc3766968d..dbfaf952b31 100644 --- a/english/go-cpp/PlotArea/IsAutomaticSize/_index.md +++ b/english/go-cpp/PlotArea/IsAutomaticSize/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/isautomaticsize/ ## IsAutomaticSize function -Indicates whether the plot area is automatic sized. +Indicates whether the plot area is automatically sized. ```go diff --git a/english/go-cpp/PlotArea/SetBackgroundMode/_index.md b/english/go-cpp/PlotArea/SetBackgroundMode/_index.md deleted file mode 100644 index 45fc600b419..00000000000 --- a/english/go-cpp/PlotArea/SetBackgroundMode/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: SetBackgroundMode Method -linktitle: SetBackgroundMode -second_title: Aspose.Cells for Go via C++ API Reference -description: 'SetBackgroundMode method. Encapsulates the function that represents setbackgroundmode in Go.' -type: docs -weight: 200 -url: /go-cpp/plotarea/setbackgroundmode/ ---- - -## SetBackgroundMode function - -Gets and sets the display mode of the background - -```go - -func (instance *PlotArea) SetBackgroundMode(value BackgroundMode) error - -``` - -## Remarks - - -## See Also - -* Class [PlotArea](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/PlotArea/SetHeightRatioToChart/_index.md b/english/go-cpp/PlotArea/SetHeightRatioToChart/_index.md index b19621bb271..711425b04a2 100644 --- a/english/go-cpp/PlotArea/SetHeightRatioToChart/_index.md +++ b/english/go-cpp/PlotArea/SetHeightRatioToChart/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/setheightratiotochart/ ## SetHeightRatioToChart function -Gets or sets the height of plot-area bounding box in units of ratio of the chart area. +Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area. ```go diff --git a/english/go-cpp/PlotArea/SetInnerWidthRatioToChart/_index.md b/english/go-cpp/PlotArea/SetInnerWidthRatioToChart/_index.md index bda58eda77e..1a4cb440610 100644 --- a/english/go-cpp/PlotArea/SetInnerWidthRatioToChart/_index.md +++ b/english/go-cpp/PlotArea/SetInnerWidthRatioToChart/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/setinnerwidthratiotochart/ ## SetInnerWidthRatioToChart function -Gets or sets the width of plot area in units of ratio of the chart area. +Gets or sets the width of the plot area in units of the ratio of the chart area. ```go diff --git a/english/go-cpp/PlotArea/SetInnerXRatioToChart/_index.md b/english/go-cpp/PlotArea/SetInnerXRatioToChart/_index.md index 34640329bf8..eaa492f3c6b 100644 --- a/english/go-cpp/PlotArea/SetInnerXRatioToChart/_index.md +++ b/english/go-cpp/PlotArea/SetInnerXRatioToChart/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/setinnerxratiotochart/ ## SetInnerXRatioToChart function -Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. +Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. ```go diff --git a/english/go-cpp/PlotArea/SetInnerYRatioToChart/_index.md b/english/go-cpp/PlotArea/SetInnerYRatioToChart/_index.md index 0fe407664a3..e7c6bf36595 100644 --- a/english/go-cpp/PlotArea/SetInnerYRatioToChart/_index.md +++ b/english/go-cpp/PlotArea/SetInnerYRatioToChart/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/setinneryratiotochart/ ## SetInnerYRatioToChart function -Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. +Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. ```go diff --git a/english/go-cpp/PlotArea/SetIsAutomaticSize/_index.md b/english/go-cpp/PlotArea/SetIsAutomaticSize/_index.md index 3cac6c841a7..a455fa445db 100644 --- a/english/go-cpp/PlotArea/SetIsAutomaticSize/_index.md +++ b/english/go-cpp/PlotArea/SetIsAutomaticSize/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/setisautomaticsize/ ## SetIsAutomaticSize function -Indicates whether the plot area is automatic sized. +Indicates whether the plot area is automatically sized. ```go diff --git a/english/go-cpp/PlotArea/SetPositionAuto/_index.md b/english/go-cpp/PlotArea/SetPositionAuto/_index.md index 9a14c22108e..afc7114b441 100644 --- a/english/go-cpp/PlotArea/SetPositionAuto/_index.md +++ b/english/go-cpp/PlotArea/SetPositionAuto/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/setpositionauto/ ## SetPositionAuto function -Set position of the plot area to automatic +Set the position of the plot area to automatic ```go diff --git a/english/go-cpp/PlotArea/SetWidthRatioToChart/_index.md b/english/go-cpp/PlotArea/SetWidthRatioToChart/_index.md index 96ad5a1d124..97f3549385a 100644 --- a/english/go-cpp/PlotArea/SetWidthRatioToChart/_index.md +++ b/english/go-cpp/PlotArea/SetWidthRatioToChart/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/setwidthratiotochart/ ## SetWidthRatioToChart function -Gets or sets the width of plot-area bounding box in units of ratio of the chart area. +Gets or sets the width of plot-area bounding box in units of the ratio of the chart area. ```go diff --git a/english/go-cpp/PlotArea/SetXRatioToChart/_index.md b/english/go-cpp/PlotArea/SetXRatioToChart/_index.md index 6f4c1a7b735..67a39fd3e09 100644 --- a/english/go-cpp/PlotArea/SetXRatioToChart/_index.md +++ b/english/go-cpp/PlotArea/SetXRatioToChart/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/setxratiotochart/ ## SetXRatioToChart function -Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area. +Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. ```go diff --git a/english/go-cpp/PlotArea/SetYRatioToChart/_index.md b/english/go-cpp/PlotArea/SetYRatioToChart/_index.md index 4163fdd81d4..f57d8e589a9 100644 --- a/english/go-cpp/PlotArea/SetYRatioToChart/_index.md +++ b/english/go-cpp/PlotArea/SetYRatioToChart/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/plotarea/setyratiotochart/ ## SetYRatioToChart function -Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area. +Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. ```go diff --git a/english/go-cpp/PlotArea/_index.md b/english/go-cpp/PlotArea/_index.md index 33691fd86dc..f03dd723abc 100644 --- a/english/go-cpp/PlotArea/_index.md +++ b/english/go-cpp/PlotArea/_index.md @@ -30,29 +30,27 @@ type PlotArea struct { | Method | Description | | --- | --- | |[IsNull](./isnull/) | Checks whether the implementation object is nullptr. | -|[GetXRatioToChart](./getxratiotochart/) | Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area. | -|[SetXRatioToChart](./setxratiotochart/) | Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area. | -|[GetYRatioToChart](./getyratiotochart/) | Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area. | -|[SetYRatioToChart](./setyratiotochart/) | Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area. | -|[GetHeightRatioToChart](./getheightratiotochart/) | Gets or sets the height of plot-area bounding box in units of ratio of the chart area. | -|[SetHeightRatioToChart](./setheightratiotochart/) | Gets or sets the height of plot-area bounding box in units of ratio of the chart area. | -|[GetWidthRatioToChart](./getwidthratiotochart/) | Gets or sets the width of plot-area bounding box in units of ratio of the chart area. | -|[SetWidthRatioToChart](./setwidthratiotochart/) | Gets or sets the width of plot-area bounding box in units of ratio of the chart area. | -|[GetInnerXRatioToChart](./getinnerxratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. | -|[SetInnerXRatioToChart](./setinnerxratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. | -|[GetInnerYRatioToChart](./getinneryratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. | -|[SetInnerYRatioToChart](./setinneryratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. | +|[GetXRatioToChart](./getxratiotochart/) | Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. | +|[SetXRatioToChart](./setxratiotochart/) | Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. | +|[GetYRatioToChart](./getyratiotochart/) | Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. | +|[SetYRatioToChart](./setyratiotochart/) | Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. | +|[GetHeightRatioToChart](./getheightratiotochart/) | Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area. | +|[SetHeightRatioToChart](./setheightratiotochart/) | Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area. | +|[GetWidthRatioToChart](./getwidthratiotochart/) | Gets or sets the width of plot-area bounding box in units of the ratio of the chart area. | +|[SetWidthRatioToChart](./setwidthratiotochart/) | Gets or sets the width of plot-area bounding box in units of the ratio of the chart area. | +|[GetInnerXRatioToChart](./getinnerxratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. | +|[SetInnerXRatioToChart](./setinnerxratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. | +|[GetInnerYRatioToChart](./getinneryratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. | +|[SetInnerYRatioToChart](./setinneryratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. | |[GetInnerHeightRatioToChart](./getinnerheightratiotochart/) | Gets or sets the height of plot area in units of ratio of the chart area. | |[SetInnerHeightRatioToChart](./setinnerheightratiotochart/) | Gets or sets the height of plot area in units of ratio of the chart area. | -|[GetInnerWidthRatioToChart](./getinnerwidthratiotochart/) | Gets or sets the width of plot area in units of ratio of the chart area. | -|[SetInnerWidthRatioToChart](./setinnerwidthratiotochart/) | Gets or sets the width of plot area in units of ratio of the chart area. | -|[SetPositionAuto](./setpositionauto/) | Set position of the plot area to automatic | -|[IsAutomaticSize](./isautomaticsize/) | Indicates whether the plot area is automatic sized. | -|[SetIsAutomaticSize](./setisautomaticsize/) | Indicates whether the plot area is automatic sized. | +|[GetInnerWidthRatioToChart](./getinnerwidthratiotochart/) | Gets or sets the width of the plot area in units of the ratio of the chart area. | +|[SetInnerWidthRatioToChart](./setinnerwidthratiotochart/) | Gets or sets the width of the plot area in units of the ratio of the chart area. | +|[SetPositionAuto](./setpositionauto/) | Set the position of the plot area to automatic | +|[IsAutomaticSize](./isautomaticsize/) | Indicates whether the plot area is automatically sized. | +|[SetIsAutomaticSize](./setisautomaticsize/) | Indicates whether the plot area is automatically sized. | |[IsInnerMode](./isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | |[SetIsInnerMode](./setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | -|[GetBackgroundMode](./getbackgroundmode/) | Gets and sets the display mode of the background | -|[SetBackgroundMode](./setbackgroundmode/) | Gets and sets the display mode of the background | |[GetShadow](./getshadow/) | True if the frame has a shadow. | |[SetShadow](./setshadow/) | True if the frame has a shadow. | |[GetShapeProperties](./getshapeproperties/) | Gets the ShapeProperties object. | diff --git a/english/go-cpp/PptxSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/PptxSaveOptions/GetRefreshChartCache/_index.md index 4e5a39b239c..7eb5a35bb63 100644 --- a/english/go-cpp/PptxSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/PptxSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/pptxsaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/PptxSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/PptxSaveOptions/SetRefreshChartCache/_index.md index fc1c299ce42..58aef0ef87c 100644 --- a/english/go-cpp/PptxSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/PptxSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/pptxsaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/PptxSaveOptions/_index.md b/english/go-cpp/PptxSaveOptions/_index.md index ed2c2fc5049..c727e772aa4 100644 --- a/english/go-cpp/PptxSaveOptions/_index.md +++ b/english/go-cpp/PptxSaveOptions/_index.md @@ -97,8 +97,8 @@ type PptxSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/SaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/SaveOptions/GetRefreshChartCache/_index.md index 65e7ecd2892..b3e085bba06 100644 --- a/english/go-cpp/SaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/SaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/saveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/SaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/SaveOptions/SetRefreshChartCache/_index.md index 94e308c4b74..d20307d94bb 100644 --- a/english/go-cpp/SaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/SaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/saveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/SaveOptions/_index.md b/english/go-cpp/SaveOptions/_index.md index 89c3ccbe7fb..1d37fba1524 100644 --- a/english/go-cpp/SaveOptions/_index.md +++ b/english/go-cpp/SaveOptions/_index.md @@ -44,8 +44,8 @@ type SaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/Series/GetArea/_index.md b/english/go-cpp/Series/GetArea/_index.md index 0a10c36718b..20bb3e5a714 100644 --- a/english/go-cpp/Series/GetArea/_index.md +++ b/english/go-cpp/Series/GetArea/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/series/getarea/ ## GetArea function -Represents the background area of Series object. +Represents the background area of the Series object. ```go diff --git a/english/go-cpp/Series/GetBorder/_index.md b/english/go-cpp/Series/GetBorder/_index.md index 6d364012235..030eb3bf991 100644 --- a/english/go-cpp/Series/GetBorder/_index.md +++ b/english/go-cpp/Series/GetBorder/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/series/getborder/ ## GetBorder function -Represents border of Series object. +Represents the border of a Series object. ```go diff --git a/english/go-cpp/Series/GetHas3DEffect/_index.md b/english/go-cpp/Series/GetHas3DEffect/_index.md index 50b4f0acb2d..9d359c5e689 100644 --- a/english/go-cpp/Series/GetHas3DEffect/_index.md +++ b/english/go-cpp/Series/GetHas3DEffect/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/series/gethas3deffect/ ## GetHas3DEffect function -True if the series has a three-dimensional appearance.Applies only to bubble charts. +True if the series has a three-dimensional appearance. ```go diff --git a/english/go-cpp/Series/GetLeaderLines/_index.md b/english/go-cpp/Series/GetLeaderLines/_index.md index cd95ef1714b..bd80c31c56b 100644 --- a/english/go-cpp/Series/GetLeaderLines/_index.md +++ b/english/go-cpp/Series/GetLeaderLines/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/series/getleaderlines/ ## GetLeaderLines function -Represents leader lines on a chart. Leader lines connect data labels to data points.This object isn’t a collection; there’s no object that represents a single leader line. +Represents leader lines on a chart. Leader lines connect data labels to data points.This object isn't a collection; there's no object that represents a single leader line. ```go diff --git a/english/go-cpp/Series/GetOverlap/_index.md b/english/go-cpp/Series/GetOverlap/_index.md index ae4372ae28e..c5075964abc 100644 --- a/english/go-cpp/Series/GetOverlap/_index.md +++ b/english/go-cpp/Series/GetOverlap/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/series/getoverlap/ ## GetOverlap function -Specifies how bars and columns are positioned.Can be a value between – 100 and 100.Applies only to 2-D bar and 2-D column charts. +Specifies how bars and columns are positioned.Can be a value between -100 and 100.Applies only to 2-D bar and 2-D column charts. ```go diff --git a/english/go-cpp/Series/GetValuesFormatCode/_index.md b/english/go-cpp/Series/GetValuesFormatCode/_index.md index 75f22686fbf..0adde34b2c9 100644 --- a/english/go-cpp/Series/GetValuesFormatCode/_index.md +++ b/english/go-cpp/Series/GetValuesFormatCode/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/series/getvaluesformatcode/ ## GetValuesFormatCode function -Represents format code of Values's NumberList. +Represents format code of Values' NumberList. ```go diff --git a/english/go-cpp/Series/GetXValuesFormatCode/_index.md b/english/go-cpp/Series/GetXValuesFormatCode/_index.md index 9fa43dec1a7..3c3b615f8c0 100644 --- a/english/go-cpp/Series/GetXValuesFormatCode/_index.md +++ b/english/go-cpp/Series/GetXValuesFormatCode/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/series/getxvaluesformatcode/ ## GetXValuesFormatCode function -Represents format code of X Values's NumberList. +Represents format code of X Values' NumberList. ```go diff --git a/english/go-cpp/Series/IsColorVaried/_index.md b/english/go-cpp/Series/IsColorVaried/_index.md index 08b86c73d82..0afe2dc9dd4 100644 --- a/english/go-cpp/Series/IsColorVaried/_index.md +++ b/english/go-cpp/Series/IsColorVaried/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/series/iscolorvaried/ ## IsColorVaried function -Represents if the color of points is varied.The chart must contain only one series. +Represents if the color of points is varied.The chart must contain only one series or this chart is a pie chart. ```go diff --git a/english/go-cpp/Series/IsFiltered/_index.md b/english/go-cpp/Series/IsFiltered/_index.md index e3180b2130d..1078d2850dc 100644 --- a/english/go-cpp/Series/IsFiltered/_index.md +++ b/english/go-cpp/Series/IsFiltered/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/series/isfiltered/ ## IsFiltered function -Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart. +Indicates whether the series is selected or filtered.True represents that this series is filtered, and it will not be displayed on the chart. ```go diff --git a/english/go-cpp/Series/SetHas3DEffect/_index.md b/english/go-cpp/Series/SetHas3DEffect/_index.md index 69ada057283..b66ecbe50bc 100644 --- a/english/go-cpp/Series/SetHas3DEffect/_index.md +++ b/english/go-cpp/Series/SetHas3DEffect/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/series/sethas3deffect/ ## SetHas3DEffect function -True if the series has a three-dimensional appearance.Applies only to bubble charts. +True if the series has a three-dimensional appearance. ```go diff --git a/english/go-cpp/Series/SetIsColorVaried/_index.md b/english/go-cpp/Series/SetIsColorVaried/_index.md index f638ea5c7c7..9004d49864d 100644 --- a/english/go-cpp/Series/SetIsColorVaried/_index.md +++ b/english/go-cpp/Series/SetIsColorVaried/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/series/setiscolorvaried/ ## SetIsColorVaried function -Represents if the color of points is varied.The chart must contain only one series. +Represents if the color of points is varied.The chart must contain only one series or this chart is a pie chart. ```go diff --git a/english/go-cpp/Series/SetIsFiltered/_index.md b/english/go-cpp/Series/SetIsFiltered/_index.md index 3bab3551bf0..2155b56c45b 100644 --- a/english/go-cpp/Series/SetIsFiltered/_index.md +++ b/english/go-cpp/Series/SetIsFiltered/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/series/setisfiltered/ ## SetIsFiltered function -Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart. +Indicates whether the series is selected or filtered.True represents that this series is filtered, and it will not be displayed on the chart. ```go diff --git a/english/go-cpp/Series/SetOverlap/_index.md b/english/go-cpp/Series/SetOverlap/_index.md index 9124fd2ad1c..11ba20db372 100644 --- a/english/go-cpp/Series/SetOverlap/_index.md +++ b/english/go-cpp/Series/SetOverlap/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/series/setoverlap/ ## SetOverlap function -Specifies how bars and columns are positioned.Can be a value between – 100 and 100.Applies only to 2-D bar and 2-D column charts. +Specifies how bars and columns are positioned.Can be a value between -100 and 100.Applies only to 2-D bar and 2-D column charts. ```go diff --git a/english/go-cpp/Series/SetValuesFormatCode/_index.md b/english/go-cpp/Series/SetValuesFormatCode/_index.md index 7b4fc99cd48..318f21a5ded 100644 --- a/english/go-cpp/Series/SetValuesFormatCode/_index.md +++ b/english/go-cpp/Series/SetValuesFormatCode/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/series/setvaluesformatcode/ ## SetValuesFormatCode function -Represents format code of Values's NumberList. +Represents format code of Values' NumberList. ```go diff --git a/english/go-cpp/Series/SetXValuesFormatCode/_index.md b/english/go-cpp/Series/SetXValuesFormatCode/_index.md index 52ba9d2732f..bee88107fb5 100644 --- a/english/go-cpp/Series/SetXValuesFormatCode/_index.md +++ b/english/go-cpp/Series/SetXValuesFormatCode/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/series/setxvaluesformatcode/ ## SetXValuesFormatCode function -Represents format code of X Values's NumberList. +Represents format code of X Values' NumberList. ```go diff --git a/english/go-cpp/Series/_index.md b/english/go-cpp/Series/_index.md index 19e63554319..abbfff3c3bb 100644 --- a/english/go-cpp/Series/_index.md +++ b/english/go-cpp/Series/_index.md @@ -29,13 +29,13 @@ type Series struct { | Method | Description | | --- | --- | |[IsNull](./isnull/) | Checks whether the implementation object is nullptr. | -|[IsFiltered](./isfiltered/) | Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart. | -|[SetIsFiltered](./setisfiltered/) | Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart. | +|[IsFiltered](./isfiltered/) | Indicates whether the series is selected or filtered.True represents that this series is filtered, and it will not be displayed on the chart. | +|[SetIsFiltered](./setisfiltered/) | Indicates whether the series is selected or filtered.True represents that this series is filtered, and it will not be displayed on the chart. | |[GetLayoutProperties](./getlayoutproperties/) | Represents the properties of layout. | |[Move](./move/) | Moves the series up or down. | |[GetPoints](./getpoints/) | Gets the collection of points in a series in a chart. | -|[GetArea](./getarea/) | Represents the background area of Series object. | -|[GetBorder](./getborder/) | Represents border of Series object. | +|[GetArea](./getarea/) | Represents the background area of the Series object. | +|[GetBorder](./getborder/) | Represents the border of a Series object. | |[GetName](./getname/) | Gets or sets the name of the data series. | |[SetName](./setname/) | Gets or sets the name of the data series. | |[GetDisplayName](./getdisplayname/) | Gets the series's name that displays on the chart graph. | @@ -45,10 +45,10 @@ type Series struct { |[SetValues](./setvalues/) | Represents the Y values of this chart series. | |[GetPointValues](./getpointvalues/) | Gets the actual values that are used to plot every pointof this series in the chart. | |[GetCategoryValues](./getcategoryvalues/) | Gets the actual category values that are used to plot every pointof this series in the chart. | -|[GetValuesFormatCode](./getvaluesformatcode/) | Represents format code of Values's NumberList. | -|[SetValuesFormatCode](./setvaluesformatcode/) | Represents format code of Values's NumberList. | -|[GetXValuesFormatCode](./getxvaluesformatcode/) | Represents format code of X Values's NumberList. | -|[SetXValuesFormatCode](./setxvaluesformatcode/) | Represents format code of X Values's NumberList. | +|[GetValuesFormatCode](./getvaluesformatcode/) | Represents format code of Values' NumberList. | +|[SetValuesFormatCode](./setvaluesformatcode/) | Represents format code of Values' NumberList. | +|[GetXValuesFormatCode](./getxvaluesformatcode/) | Represents format code of X Values' NumberList. | +|[SetXValuesFormatCode](./setxvaluesformatcode/) | Represents format code of X Values' NumberList. | |[GetXValues](./getxvalues/) | Represents the X values of this chart series. | |[SetXValues](./setxvalues/) | Represents the X values of this chart series. | |[GetBubbleSizes](./getbubblesizes/) | Gets or sets the bubble sizes values of the chart series. | @@ -58,8 +58,8 @@ type Series struct { |[SetSmooth](./setsmooth/) | 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. | |[GetShadow](./getshadow/) | True if the series has a shadow. | |[SetShadow](./setshadow/) | True if the series has a shadow. | -|[GetHas3DEffect](./gethas3deffect/) | True if the series has a three-dimensional appearance.Applies only to bubble charts. | -|[SetHas3DEffect](./sethas3deffect/) | True if the series has a three-dimensional appearance.Applies only to bubble charts. | +|[GetHas3DEffect](./gethas3deffect/) | True if the series has a three-dimensional appearance. | +|[SetHas3DEffect](./sethas3deffect/) | True if the series has a three-dimensional appearance. | |[GetBar3DShapeType](./getbar3dshapetype/) | Gets or sets the 3D shape type used with the 3-D bar or column chart. | |[SetBar3DShapeType](./setbar3dshapetype/) | Gets or sets the 3D shape type used with the 3-D bar or column chart. | |[GetDataLabels](./getdatalabels/) | Represents the DataLabels object for the specified ASeries. | @@ -83,14 +83,14 @@ type Series struct { |[SetHasUpDownBars](./sethasupdownbars/) | True if a line chart has up and down bars.Applies only to line charts. | |[GetUpBars](./getupbars/) | Returns an DropBars object that represents the up bars on a line chart.Applies only to line charts. | |[GetDownBars](./getdownbars/) | Returns a DropBars object that represents the down bars on a line chart.Applies only to line charts. | -|[IsColorVaried](./iscolorvaried/) | Represents if the color of points is varied.The chart must contain only one series. | -|[SetIsColorVaried](./setiscolorvaried/) | Represents if the color of points is varied.The chart must contain only one series. | +|[IsColorVaried](./iscolorvaried/) | Represents if the color of points is varied.The chart must contain only one series or this chart is a pie chart. | +|[SetIsColorVaried](./setiscolorvaried/) | Represents if the color of points is varied.The chart must contain only one series or this chart is a pie chart. | |[GetGapWidth](./getgapwidth/) | Returns or sets the space between bar or column clusters, as a percentage of the bar or column width.The value of this property must be between 0 and 500. | |[SetGapWidth](./setgapwidth/) | Returns or sets the space between bar or column clusters, as a percentage of the bar or column width.The value of this property must be between 0 and 500. | |[GetFirstSliceAngle](./getfirstsliceangle/) | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical).Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. | |[SetFirstSliceAngle](./setfirstsliceangle/) | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical).Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. | -|[GetOverlap](./getoverlap/) | Specifies how bars and columns are positioned.Can be a value between – 100 and 100.Applies only to 2-D bar and 2-D column charts. | -|[SetOverlap](./setoverlap/) | Specifies how bars and columns are positioned.Can be a value between – 100 and 100.Applies only to 2-D bar and 2-D column charts. | +|[GetOverlap](./getoverlap/) | Specifies how bars and columns are positioned.Can be a value between -100 and 100.Applies only to 2-D bar and 2-D column charts. | +|[SetOverlap](./setoverlap/) | Specifies how bars and columns are positioned.Can be a value between -100 and 100.Applies only to 2-D bar and 2-D column charts. | |[GetSecondPlotSize](./getsecondplotsize/) | Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart,as a percentage of the size of the primary pie.Can be a value from 5 to 200. | |[SetSecondPlotSize](./setsecondplotsize/) | Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart,as a percentage of the size of the primary pie.Can be a value from 5 to 200. | |[GetSplitType](./getsplittype/) | Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar ofpie chart. | @@ -112,6 +112,6 @@ type Series struct { |[SetHasRadarAxisLabels](./sethasradaraxislabels/) | True if a radar chart has category axis labels. Applies only to radar charts. | |[GetHasLeaderLines](./gethasleaderlines/) | True if the series has leader lines. | |[SetHasLeaderLines](./sethasleaderlines/) | True if the series has leader lines. | -|[GetLeaderLines](./getleaderlines/) | Represents leader lines on a chart. Leader lines connect data labels to data points.This object isn’t a collection; there’s no object that represents a single leader line. | +|[GetLeaderLines](./getleaderlines/) | Represents leader lines on a chart. Leader lines connect data labels to data points.This object isn't a collection; there's no object that represents a single leader line. | |[GetLegendEntry](./getlegendentry/) | Gets the legend entry according to this series. | |[GetShapeProperties](./getshapeproperties/) | Gets the ShapePropertyCollection object that holds the visual shape properties of the Series. | diff --git a/english/go-cpp/SeriesCollection/Add_String_Bool/_index.md b/english/go-cpp/SeriesCollection/Add_String_Bool/_index.md index 7c991a76c9f..09c1f9dec74 100644 --- a/english/go-cpp/SeriesCollection/Add_String_Bool/_index.md +++ b/english/go-cpp/SeriesCollection/Add_String_Bool/_index.md @@ -14,7 +14,7 @@ Adds the Series collection to a chart. ```go -func (instance *SeriesCollection) Add_String_Bool(area string, isvertical bool) (int32, error) +func (instance *SeriesCollection) Add_String_Bool(dataarea string, isvertical bool) (int32, error) ``` diff --git a/english/go-cpp/SeriesCollection/GetSecondCategoryData/_index.md b/english/go-cpp/SeriesCollection/GetSecondCategoryData/_index.md index da276b27cad..64176eccb57 100644 --- a/english/go-cpp/SeriesCollection/GetSecondCategoryData/_index.md +++ b/english/go-cpp/SeriesCollection/GetSecondCategoryData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/seriescollection/getsecondcategorydata/ ## GetSecondCategoryData function -Gets or sets the range of second category Axis values.It can be a range of cells (such as, "d1:e10"),or a sequence of values (such as,"{2,6,8,10}").Only effects when some ASerieses plot on the second axis. +Gets or sets the range of second category Axis values.It can be a range of cells (such as, "d1:e10"),or a sequence of values (such as,"{2,6,8,10}").Only effects when some series were plotted on the second axis. ```go diff --git a/english/go-cpp/SeriesCollection/SetSecondCategoryData/_index.md b/english/go-cpp/SeriesCollection/SetSecondCategoryData/_index.md index 8076243a072..84447087a17 100644 --- a/english/go-cpp/SeriesCollection/SetSecondCategoryData/_index.md +++ b/english/go-cpp/SeriesCollection/SetSecondCategoryData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/seriescollection/setsecondcategorydata/ ## SetSecondCategoryData function -Gets or sets the range of second category Axis values.It can be a range of cells (such as, "d1:e10"),or a sequence of values (such as,"{2,6,8,10}").Only effects when some ASerieses plot on the second axis. +Gets or sets the range of second category Axis values.It can be a range of cells (such as, "d1:e10"),or a sequence of values (such as,"{2,6,8,10}").Only effects when some series were plotted on the second axis. ```go diff --git a/english/go-cpp/SeriesCollection/_index.md b/english/go-cpp/SeriesCollection/_index.md index 79f3374773a..9c25f986af7 100644 --- a/english/go-cpp/SeriesCollection/_index.md +++ b/english/go-cpp/SeriesCollection/_index.md @@ -34,8 +34,8 @@ type SeriesCollection struct { |[RemoveAt](./removeat/) | Remove at a series at the specific index. | |[GetCategoryData](./getcategorydata/) | Gets or sets the range of category Axis values.It can be a range of cells (such as, "d1:e10"),or a sequence of values (such as,"{2,6,8,10}"). | |[SetCategoryData](./setcategorydata/) | Gets or sets the range of category Axis values.It can be a range of cells (such as, "d1:e10"),or a sequence of values (such as,"{2,6,8,10}"). | -|[GetSecondCategoryData](./getsecondcategorydata/) | Gets or sets the range of second category Axis values.It can be a range of cells (such as, "d1:e10"),or a sequence of values (such as,"{2,6,8,10}").Only effects when some ASerieses plot on the second axis. | -|[SetSecondCategoryData](./setsecondcategorydata/) | Gets or sets the range of second category Axis values.It can be a range of cells (such as, "d1:e10"),or a sequence of values (such as,"{2,6,8,10}").Only effects when some ASerieses plot on the second axis. | +|[GetSecondCategoryData](./getsecondcategorydata/) | Gets or sets the range of second category Axis values.It can be a range of cells (such as, "d1:e10"),or a sequence of values (such as,"{2,6,8,10}").Only effects when some series were plotted on the second axis. | +|[SetSecondCategoryData](./setsecondcategorydata/) | Gets or sets the range of second category Axis values.It can be a range of cells (such as, "d1:e10"),or a sequence of values (such as,"{2,6,8,10}").Only effects when some series were plotted on the second axis. | |[SwapSeries](./swapseries/) | Directly changes the orders of the two series. | |[SetSeriesNames](./setseriesnames/) | Sets the name of all the serieses in the chart. | |[AddR1C1](./addr1c1/) | Adds the Series collection to a chart. | diff --git a/english/go-cpp/SeriesLayoutProperties/GetShowConnectorLines/_index.md b/english/go-cpp/SeriesLayoutProperties/GetShowConnectorLines/_index.md index 86ee26e3f94..b08c91ff0c0 100644 --- a/english/go-cpp/SeriesLayoutProperties/GetShowConnectorLines/_index.md +++ b/english/go-cpp/SeriesLayoutProperties/GetShowConnectorLines/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/serieslayoutproperties/getshowconnectorlines/ ## GetShowConnectorLines function -Indicates whether showing connector lines between data points. +Indicates whether connector lines are shown between data points. ```go diff --git a/english/go-cpp/SeriesLayoutProperties/GetShowInnerPoints/_index.md b/english/go-cpp/SeriesLayoutProperties/GetShowInnerPoints/_index.md index c267612d724..7a45a5f9f92 100644 --- a/english/go-cpp/SeriesLayoutProperties/GetShowInnerPoints/_index.md +++ b/english/go-cpp/SeriesLayoutProperties/GetShowInnerPoints/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/serieslayoutproperties/getshowinnerpoints/ ## GetShowInnerPoints function -Indicates whether showing non-outlier data points. +Indicates whether to show non-outlier data points. ```go diff --git a/english/go-cpp/SeriesLayoutProperties/GetShowMeanLine/_index.md b/english/go-cpp/SeriesLayoutProperties/GetShowMeanLine/_index.md index 55cc7dac826..61ddc7285b8 100644 --- a/english/go-cpp/SeriesLayoutProperties/GetShowMeanLine/_index.md +++ b/english/go-cpp/SeriesLayoutProperties/GetShowMeanLine/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/serieslayoutproperties/getshowmeanline/ ## GetShowMeanLine function -Indicates whether showing the line connecting all mean points. +Indicates whether to show the line connecting all mean points. ```go diff --git a/english/go-cpp/SeriesLayoutProperties/GetShowMeanMarker/_index.md b/english/go-cpp/SeriesLayoutProperties/GetShowMeanMarker/_index.md index f2db7656e54..5febb52431b 100644 --- a/english/go-cpp/SeriesLayoutProperties/GetShowMeanMarker/_index.md +++ b/english/go-cpp/SeriesLayoutProperties/GetShowMeanMarker/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/serieslayoutproperties/getshowmeanmarker/ ## GetShowMeanMarker function -Indicates whether showing markers denoting the mean. +Indicates whether markers denoting the mean are shown. ```go diff --git a/english/go-cpp/SeriesLayoutProperties/GetShowOutlierPoints/_index.md b/english/go-cpp/SeriesLayoutProperties/GetShowOutlierPoints/_index.md index e8c77799036..7f3f3daac40 100644 --- a/english/go-cpp/SeriesLayoutProperties/GetShowOutlierPoints/_index.md +++ b/english/go-cpp/SeriesLayoutProperties/GetShowOutlierPoints/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/serieslayoutproperties/getshowoutlierpoints/ ## GetShowOutlierPoints function -Indicates whether showing outlier data points. +Indicates whether outlier data points are shown. ```go diff --git a/english/go-cpp/SeriesLayoutProperties/SetShowConnectorLines/_index.md b/english/go-cpp/SeriesLayoutProperties/SetShowConnectorLines/_index.md index dde5991a4e2..e9e447100af 100644 --- a/english/go-cpp/SeriesLayoutProperties/SetShowConnectorLines/_index.md +++ b/english/go-cpp/SeriesLayoutProperties/SetShowConnectorLines/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/serieslayoutproperties/setshowconnectorlines/ ## SetShowConnectorLines function -Indicates whether showing connector lines between data points. +Indicates whether connector lines are shown between data points. ```go diff --git a/english/go-cpp/SeriesLayoutProperties/SetShowInnerPoints/_index.md b/english/go-cpp/SeriesLayoutProperties/SetShowInnerPoints/_index.md index 140e2131c8e..e2b6ee879bd 100644 --- a/english/go-cpp/SeriesLayoutProperties/SetShowInnerPoints/_index.md +++ b/english/go-cpp/SeriesLayoutProperties/SetShowInnerPoints/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/serieslayoutproperties/setshowinnerpoints/ ## SetShowInnerPoints function -Indicates whether showing non-outlier data points. +Indicates whether to show non-outlier data points. ```go diff --git a/english/go-cpp/SeriesLayoutProperties/SetShowMeanLine/_index.md b/english/go-cpp/SeriesLayoutProperties/SetShowMeanLine/_index.md index e0add8b88d3..61a3ed46e6c 100644 --- a/english/go-cpp/SeriesLayoutProperties/SetShowMeanLine/_index.md +++ b/english/go-cpp/SeriesLayoutProperties/SetShowMeanLine/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/serieslayoutproperties/setshowmeanline/ ## SetShowMeanLine function -Indicates whether showing the line connecting all mean points. +Indicates whether to show the line connecting all mean points. ```go diff --git a/english/go-cpp/SeriesLayoutProperties/SetShowMeanMarker/_index.md b/english/go-cpp/SeriesLayoutProperties/SetShowMeanMarker/_index.md index e4c9879ac78..848aff1d5f2 100644 --- a/english/go-cpp/SeriesLayoutProperties/SetShowMeanMarker/_index.md +++ b/english/go-cpp/SeriesLayoutProperties/SetShowMeanMarker/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/serieslayoutproperties/setshowmeanmarker/ ## SetShowMeanMarker function -Indicates whether showing markers denoting the mean. +Indicates whether markers denoting the mean are shown. ```go diff --git a/english/go-cpp/SeriesLayoutProperties/SetShowOutlierPoints/_index.md b/english/go-cpp/SeriesLayoutProperties/SetShowOutlierPoints/_index.md index 0b9ac411b3e..e9cd5ff7582 100644 --- a/english/go-cpp/SeriesLayoutProperties/SetShowOutlierPoints/_index.md +++ b/english/go-cpp/SeriesLayoutProperties/SetShowOutlierPoints/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/serieslayoutproperties/setshowoutlierpoints/ ## SetShowOutlierPoints function -Indicates whether showing outlier data points. +Indicates whether outlier data points are shown. ```go diff --git a/english/go-cpp/SeriesLayoutProperties/_index.md b/english/go-cpp/SeriesLayoutProperties/_index.md index 0beabc12876..4e730edb512 100644 --- a/english/go-cpp/SeriesLayoutProperties/_index.md +++ b/english/go-cpp/SeriesLayoutProperties/_index.md @@ -30,16 +30,16 @@ type SeriesLayoutProperties struct { | Method | Description | | --- | --- | |[IsNull](./isnull/) | Checks whether the implementation object is nullptr. | -|[GetShowConnectorLines](./getshowconnectorlines/) | Indicates whether showing connector lines between data points. | -|[SetShowConnectorLines](./setshowconnectorlines/) | Indicates whether showing connector lines between data points. | -|[GetShowMeanLine](./getshowmeanline/) | Indicates whether showing the line connecting all mean points. | -|[SetShowMeanLine](./setshowmeanline/) | Indicates whether showing the line connecting all mean points. | -|[GetShowOutlierPoints](./getshowoutlierpoints/) | Indicates whether showing outlier data points. | -|[SetShowOutlierPoints](./setshowoutlierpoints/) | Indicates whether showing outlier data points. | -|[GetShowMeanMarker](./getshowmeanmarker/) | Indicates whether showing markers denoting the mean. | -|[SetShowMeanMarker](./setshowmeanmarker/) | Indicates whether showing markers denoting the mean. | -|[GetShowInnerPoints](./getshowinnerpoints/) | Indicates whether showing non-outlier data points. | -|[SetShowInnerPoints](./setshowinnerpoints/) | Indicates whether showing non-outlier data points. | +|[GetShowConnectorLines](./getshowconnectorlines/) | Indicates whether connector lines are shown between data points. | +|[SetShowConnectorLines](./setshowconnectorlines/) | Indicates whether connector lines are shown between data points. | +|[GetShowMeanLine](./getshowmeanline/) | Indicates whether to show the line connecting all mean points. | +|[SetShowMeanLine](./setshowmeanline/) | Indicates whether to show the line connecting all mean points. | +|[GetShowOutlierPoints](./getshowoutlierpoints/) | Indicates whether outlier data points are shown. | +|[SetShowOutlierPoints](./setshowoutlierpoints/) | Indicates whether outlier data points are shown. | +|[GetShowMeanMarker](./getshowmeanmarker/) | Indicates whether markers denoting the mean are shown. | +|[SetShowMeanMarker](./setshowmeanmarker/) | Indicates whether markers denoting the mean are shown. | +|[GetShowInnerPoints](./getshowinnerpoints/) | Indicates whether to show non-outlier data points. | +|[SetShowInnerPoints](./setshowinnerpoints/) | Indicates whether to show non-outlier data points. | |[GetSubtotals](./getsubtotals/) | Represents the index of a subtotal data point. | |[SetSubtotals](./setsubtotals/) | Represents the index of a subtotal data point. | |[GetQuartileCalculation](./getquartilecalculation/) | Represents the statistical properties for the series. | diff --git a/english/go-cpp/Slicer/GetNumberOfColumns/_index.md b/english/go-cpp/Slicer/GetNumberOfColumns/_index.md index 5b91c992b73..76f5fbe508b 100644 --- a/english/go-cpp/Slicer/GetNumberOfColumns/_index.md +++ b/english/go-cpp/Slicer/GetNumberOfColumns/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/slicer/getnumberofcolumns/ ## GetNumberOfColumns function -Returns or sets the number of columns in the specified slicer.The default value is 1. +Returns or sets the number of columns in the slicer.The default value is 1. ```go diff --git a/english/go-cpp/Slicer/SetNumberOfColumns/_index.md b/english/go-cpp/Slicer/SetNumberOfColumns/_index.md index 63422c15df6..a324d662123 100644 --- a/english/go-cpp/Slicer/SetNumberOfColumns/_index.md +++ b/english/go-cpp/Slicer/SetNumberOfColumns/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/slicer/setnumberofcolumns/ ## SetNumberOfColumns function -Returns or sets the number of columns in the specified slicer.The default value is 1. +Returns or sets the number of columns in the slicer.The default value is 1. ```go diff --git a/english/go-cpp/Slicer/_index.md b/english/go-cpp/Slicer/_index.md index f650b5bbf6a..f345bb76033 100644 --- a/english/go-cpp/Slicer/_index.md +++ b/english/go-cpp/Slicer/_index.md @@ -55,8 +55,8 @@ type Slicer struct { |[SetFirstItemIndex](./setfirstitemindex/) | Specifies the zero-based index of the first slicer item. | |[GetShowCaption](./getshowcaption/) | Indicates whether the header of the slicer is visible.The default value is true | |[SetShowCaption](./setshowcaption/) | Indicates whether the header of the slicer is visible.The default value is true | -|[GetNumberOfColumns](./getnumberofcolumns/) | Returns or sets the number of columns in the specified slicer.The default value is 1. | -|[SetNumberOfColumns](./setnumberofcolumns/) | Returns or sets the number of columns in the specified slicer.The default value is 1. | +|[GetNumberOfColumns](./getnumberofcolumns/) | Returns or sets the number of columns in the slicer.The default value is 1. | +|[SetNumberOfColumns](./setnumberofcolumns/) | Returns or sets the number of columns in the slicer.The default value is 1. | |[GetColumnWidthPixel](./getcolumnwidthpixel/) | Gets or sets the width of each column in the slicer, in unit of pixels. | |[SetColumnWidthPixel](./setcolumnwidthpixel/) | Gets or sets the width of each column in the slicer, in unit of pixels. | |[GetColumnWidth](./getcolumnwidth/) | Returns or sets the width of each column in the slicer in unit of points. | diff --git a/english/go-cpp/SparklineGroup/_index.md b/english/go-cpp/SparklineGroup/_index.md index 4639cfb16e1..087bdf117bf 100644 --- a/english/go-cpp/SparklineGroup/_index.md +++ b/english/go-cpp/SparklineGroup/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/sparklinegroup/ ## SparklineGroup class - 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. + is organized into a 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. ```go diff --git a/english/go-cpp/SparklineGroupCollection/Add_SparklineType_String_Bool_CellArea/_index.md b/english/go-cpp/SparklineGroupCollection/Add_SparklineType_String_Bool_CellArea/_index.md index a880c8cbbfb..1ceadbef8a5 100644 --- a/english/go-cpp/SparklineGroupCollection/Add_SparklineType_String_Bool_CellArea/_index.md +++ b/english/go-cpp/SparklineGroupCollection/Add_SparklineType_String_Bool_CellArea/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/sparklinegroupcollection/add_sparklinetype_string_bool_cellarea/ ## Add_SparklineType_String_Bool_CellArea function -Adds an SparklineGroup with Sparkline to the collection. +Adds an SparklineGroup with some Sparkline to the collection. ```go diff --git a/english/go-cpp/SparklineGroupCollection/ClearSparklineGroups/_index.md b/english/go-cpp/SparklineGroupCollection/ClearSparklineGroups/_index.md index e03a489b5c6..38a1fac4730 100644 --- a/english/go-cpp/SparklineGroupCollection/ClearSparklineGroups/_index.md +++ b/english/go-cpp/SparklineGroupCollection/ClearSparklineGroups/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/sparklinegroupcollection/clearsparklinegroups/ ## ClearSparklineGroups function -Clears the sparkline groups that overlaps an area of cells. +Clears the sparkline groups that overlap an area of cells. ```go diff --git a/english/go-cpp/SparklineGroupCollection/ClearSparklines/_index.md b/english/go-cpp/SparklineGroupCollection/ClearSparklines/_index.md index 47819d017e4..bb0d07d81bb 100644 --- a/english/go-cpp/SparklineGroupCollection/ClearSparklines/_index.md +++ b/english/go-cpp/SparklineGroupCollection/ClearSparklines/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/sparklinegroupcollection/clearsparklines/ ## ClearSparklines function -Clears the sparklines that is inside an area of cells. +Clears the sparklines that are inside an area of cells. ```go diff --git a/english/go-cpp/SparklineGroupCollection/_index.md b/english/go-cpp/SparklineGroupCollection/_index.md index 9731a3462d5..d3d11eac3b0 100644 --- a/english/go-cpp/SparklineGroupCollection/_index.md +++ b/english/go-cpp/SparklineGroupCollection/_index.md @@ -31,7 +31,7 @@ type SparklineGroupCollection struct { |[IsNull](./isnull/) | Checks whether the implementation object is nullptr. | |[Get](./get/) | Gets the SparklineGroup element at the specified index. | |[Add_SparklineType](./add_sparklinetype/) | Adds an SparklineGroup with a Sparkline to the collection. | -|[Add_SparklineType_String_Bool_CellArea](./add_sparklinetype_string_bool_cellarea/) | Adds an SparklineGroup with Sparkline to the collection. | -|[ClearSparklines](./clearsparklines/) | Clears the sparklines that is inside an area of cells. | -|[ClearSparklineGroups](./clearsparklinegroups/) | Clears the sparkline groups that overlaps an area of cells. | +|[Add_SparklineType_String_Bool_CellArea](./add_sparklinetype_string_bool_cellarea/) | Adds an SparklineGroup with some Sparkline to the collection. | +|[ClearSparklines](./clearsparklines/) | Clears the sparklines that are inside an area of cells. | +|[ClearSparklineGroups](./clearsparklinegroups/) | Clears the sparkline groups that overlap an area of cells. | |[GetCount](./getcount/) | | diff --git a/english/go-cpp/SparklineType/_index.md b/english/go-cpp/SparklineType/_index.md index e18568ec5b2..84325040794 100644 --- a/english/go-cpp/SparklineType/_index.md +++ b/english/go-cpp/SparklineType/_index.md @@ -25,4 +25,4 @@ type SparklineType int32 | --- | --- | |[Line](./line/) | Line sparkline. | |[Column](./column/) | Column sparkline. | -|[Stacked](./stacked/) | Win/Loss sparkline. | +|[Stacked](./stacked/) | Represents a Win/Loss sparkline. | diff --git a/english/go-cpp/SpreadsheetML2003SaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/SpreadsheetML2003SaveOptions/GetRefreshChartCache/_index.md index 95470ec4328..846f884cce2 100644 --- a/english/go-cpp/SpreadsheetML2003SaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/SpreadsheetML2003SaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/spreadsheetml2003saveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/SpreadsheetML2003SaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/SpreadsheetML2003SaveOptions/SetRefreshChartCache/_index.md index d5eca076697..c50cb7ff7c5 100644 --- a/english/go-cpp/SpreadsheetML2003SaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/SpreadsheetML2003SaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/spreadsheetml2003saveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/SpreadsheetML2003SaveOptions/_index.md b/english/go-cpp/SpreadsheetML2003SaveOptions/_index.md index 6bc672c8100..6d54205ba41 100644 --- a/english/go-cpp/SpreadsheetML2003SaveOptions/_index.md +++ b/english/go-cpp/SpreadsheetML2003SaveOptions/_index.md @@ -52,8 +52,8 @@ type SpreadsheetML2003SaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/SqlScriptSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/SqlScriptSaveOptions/GetRefreshChartCache/_index.md index 92c001ddae2..1a5312a19d2 100644 --- a/english/go-cpp/SqlScriptSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/SqlScriptSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/sqlscriptsaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/SqlScriptSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/SqlScriptSaveOptions/SetRefreshChartCache/_index.md index 5fd3a1e6640..b7df3495754 100644 --- a/english/go-cpp/SqlScriptSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/SqlScriptSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/sqlscriptsaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/SqlScriptSaveOptions/_index.md b/english/go-cpp/SqlScriptSaveOptions/_index.md index e9155fe56c1..93a6877dc76 100644 --- a/english/go-cpp/SqlScriptSaveOptions/_index.md +++ b/english/go-cpp/SqlScriptSaveOptions/_index.md @@ -76,8 +76,8 @@ type SqlScriptSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/TableStyle/TableStyle_Create/_index.md b/english/go-cpp/TableStyle/TableStyle_Create/_index.md new file mode 100644 index 00000000000..5aeb25614eb --- /dev/null +++ b/english/go-cpp/TableStyle/TableStyle_Create/_index.md @@ -0,0 +1,27 @@ +--- +title: TableStyle_Create Method +linktitle: Create +second_title: Aspose.Cells for Go via C++ API Reference +description: 'TableStyle_Create method. Encapsulates the function that represents create in Go.' +type: docs +weight: 200 +url: /go-cpp/tablestyle/tablestyle_create/ +--- + +## TableStyle_Create function + +Creates an empty table/pivot table style. + +```go + +func TableStyle_Create(name string, sheets *WorksheetCollection) (*TableStyle, error) + +``` + +## Remarks + + +## See Also + +* Class [TableStyle](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/TableStyle/_index.md b/english/go-cpp/TableStyle/_index.md index 9b8a68c62c3..429a1bbed78 100644 --- a/english/go-cpp/TableStyle/_index.md +++ b/english/go-cpp/TableStyle/_index.md @@ -31,3 +31,4 @@ type TableStyle struct { |[IsNull](./isnull/) | Checks whether the implementation object is nullptr. | |[GetName](./getname/) | Gets the name of table style. | |[GetTableStyleElements](./gettablestyleelements/) | Gets all elements of the table style. | +|[TableStyle_Create](./tablestyle_create/) | Creates an empty table/pivot table style. | diff --git a/english/go-cpp/TableStyleElementType/_index.md b/english/go-cpp/TableStyleElementType/_index.md index daa6e5166a4..1d752d9f238 100644 --- a/english/go-cpp/TableStyleElementType/_index.md +++ b/english/go-cpp/TableStyleElementType/_index.md @@ -51,5 +51,8 @@ type TableStyleElementType int32 |[ThirdRowSubheading](./thirdrowsubheading/) | Table style element that applies to PivotTable's third row subheading. | |[ThirdSubtotalColumn](./thirdsubtotalcolumn/) | Table style element that applies to pivot table's third subtotal column. | |[ThirdSubtotalRow](./thirdsubtotalrow/) | Table style element that applies to PivotTable's third subtotal row. | -|[TotalRow](./totalrow/) | Table style element that applies to table's total row. | +|[TotalRow](./totalrow/) | Table style element that applies to Table's total row. | |[WholeTable](./wholetable/) | Table style element that applies to table's entire content. | +|[LastColumnSubheading](./lastcolumnsubheading/) | Table style element that applies to pivot table's last column field. | +|[LastRowSubheading](./lastrowsubheading/) | Table style element that applies to pivot table's last row field. | +|[LastSubtotalRow](./lastsubtotalrow/) | Table style element that applies to pivot table's last subtotal row field. | diff --git a/english/go-cpp/TextOptions/GetCapsType/_index.md b/english/go-cpp/TextOptions/GetCapsType/_index.md index 74badc1c8e6..7003c78cc2d 100644 --- a/english/go-cpp/TextOptions/GetCapsType/_index.md +++ b/english/go-cpp/TextOptions/GetCapsType/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/textoptions/getcapstype/ ## GetCapsType function -Gets and sets the text caps type. +Gets and sets the caps type for texts of the shape. ```go diff --git a/english/go-cpp/TextOptions/SetCapsType/_index.md b/english/go-cpp/TextOptions/SetCapsType/_index.md index 7c34844e14c..aea217bec62 100644 --- a/english/go-cpp/TextOptions/SetCapsType/_index.md +++ b/english/go-cpp/TextOptions/SetCapsType/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/textoptions/setcapstype/ ## SetCapsType function -Gets and sets the text caps type. +Gets and sets the caps type for texts of the shape. ```go diff --git a/english/go-cpp/TextOptions/_index.md b/english/go-cpp/TextOptions/_index.md index 6eb80e770cf..4af168f4b00 100644 --- a/english/go-cpp/TextOptions/_index.md +++ b/english/go-cpp/TextOptions/_index.md @@ -49,8 +49,8 @@ type TextOptions struct { |[SetSpacing](./setspacing/) | Specifies the spacing between characters within a text run. | |[IsNormalizeHeights](./isnormalizeheights/) | Indicates whether the normalization of height that is to be applied to the text run. | |[SetIsNormalizeHeights](./setisnormalizeheights/) | Indicates whether the normalization of height that is to be applied to the text run. | -|[GetCapsType](./getcapstype/) | Gets and sets the text caps type. | -|[SetCapsType](./setcapstype/) | Gets and sets the text caps type. | +|[GetCapsType](./getcapstype/) | Gets and sets the caps type for texts of the shape. | +|[SetCapsType](./setcapstype/) | Gets and sets the caps type for texts of the shape. | |[GetCharset](./getcharset/) | Represent the character set. | |[SetCharset](./setcharset/) | Represent the character set. | |[IsItalic](./isitalic/) | Gets or sets a value indicating whether the font is italic. | diff --git a/english/go-cpp/TickLabelAlignmentType/_index.md b/english/go-cpp/TickLabelAlignmentType/_index.md index 0d624596404..6db9cd6ad0c 100644 --- a/english/go-cpp/TickLabelAlignmentType/_index.md +++ b/english/go-cpp/TickLabelAlignmentType/_index.md @@ -23,6 +23,6 @@ type TickLabelAlignmentType int32 | Field | Description | | --- | --- | -|[Center](./center/) | Represents the text shall be centered. | -|[Left](./left/) | Represents the text shall be left justified. | -|[Right](./right/) | Represents the text shall be right justified. | +|[Center](./center/) | Represents that the text shall be centered. | +|[Left](./left/) | Represents the text that shall be left justified. | +|[Right](./right/) | Represents that the text shall be right justified. | diff --git a/english/go-cpp/TickLabelItem/GetHeight/_index.md b/english/go-cpp/TickLabelItem/GetHeight/_index.md index 5da85a12a00..19910103b63 100644 --- a/english/go-cpp/TickLabelItem/GetHeight/_index.md +++ b/english/go-cpp/TickLabelItem/GetHeight/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/ticklabelitem/getheight/ ## GetHeight function -Height of Ticklabel item in ratio of chart height. +Height of Ticklabel item as a ratio of chart height. ```go diff --git a/english/go-cpp/TickLabelItem/GetWidth/_index.md b/english/go-cpp/TickLabelItem/GetWidth/_index.md index e3a46fea971..2167490817d 100644 --- a/english/go-cpp/TickLabelItem/GetWidth/_index.md +++ b/english/go-cpp/TickLabelItem/GetWidth/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/ticklabelitem/getwidth/ ## GetWidth function -Width of Ticklabel item in ratio of chart width. +Width of Ticklabel item as a ratio of chart width. ```go diff --git a/english/go-cpp/TickLabelItem/GetX/_index.md b/english/go-cpp/TickLabelItem/GetX/_index.md index e1c9ada0fc2..7fb7cda1480 100644 --- a/english/go-cpp/TickLabelItem/GetX/_index.md +++ b/english/go-cpp/TickLabelItem/GetX/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/ticklabelitem/getx/ ## GetX function -X coordinates of Ticklabel item in ratio of chart width. +X coordinates of Ticklabel item as a ratio of chart width. ```go diff --git a/english/go-cpp/TickLabelItem/GetY/_index.md b/english/go-cpp/TickLabelItem/GetY/_index.md index 4d7e3a16e2c..c77e1780776 100644 --- a/english/go-cpp/TickLabelItem/GetY/_index.md +++ b/english/go-cpp/TickLabelItem/GetY/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/ticklabelitem/gety/ ## GetY function -Y coordinates of Ticklabel item in ratio of chart height. +Y coordinates of Ticklabel item as a ratio of the chart height. ```go diff --git a/english/go-cpp/TickLabelItem/_index.md b/english/go-cpp/TickLabelItem/_index.md index 6ed2a41fde9..d0b03c3906f 100644 --- a/english/go-cpp/TickLabelItem/_index.md +++ b/english/go-cpp/TickLabelItem/_index.md @@ -29,7 +29,7 @@ type TickLabelItem struct { | Method | Description | | --- | --- | |[IsNull](./isnull/) | Checks whether the implementation object is nullptr. | -|[GetX](./getx/) | X coordinates of Ticklabel item in ratio of chart width. | -|[GetY](./gety/) | Y coordinates of Ticklabel item in ratio of chart height. | -|[GetWidth](./getwidth/) | Width of Ticklabel item in ratio of chart width. | -|[GetHeight](./getheight/) | Height of Ticklabel item in ratio of chart height. | +|[GetX](./getx/) | X coordinates of Ticklabel item as a ratio of chart width. | +|[GetY](./gety/) | Y coordinates of Ticklabel item as a ratio of the chart height. | +|[GetWidth](./getwidth/) | Width of Ticklabel item as a ratio of chart width. | +|[GetHeight](./getheight/) | Height of Ticklabel item as a ratio of chart height. | diff --git a/english/go-cpp/TimelineCollection/_index.md b/english/go-cpp/TimelineCollection/_index.md index 2a64999b497..07661dbde70 100644 --- a/english/go-cpp/TimelineCollection/_index.md +++ b/english/go-cpp/TimelineCollection/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/timelinecollection/ ## TimelineCollection class -Specifies the collection of all the Timeline objects on the specified worksheet.Due to MS Excel, Excel 2003 does not support Timeline. +Specifies the collection of all the objects on the worksheet.It was supported since Excel 2013. ```go diff --git a/english/go-cpp/Title/GetBackgroundMode/_index.md b/english/go-cpp/Title/GetBackgroundMode/_index.md deleted file mode 100644 index 15229b49d10..00000000000 --- a/english/go-cpp/Title/GetBackgroundMode/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: GetBackgroundMode Method -linktitle: GetBackgroundMode -second_title: Aspose.Cells for Go via C++ API Reference -description: 'GetBackgroundMode method. Encapsulates the function that represents getbackgroundmode in Go.' -type: docs -weight: 200 -url: /go-cpp/title/getbackgroundmode/ ---- - -## GetBackgroundMode function - -Gets and sets the display mode of the background - -```go - -func (instance *Title) GetBackgroundMode() (BackgroundMode, error) - -``` - -## Remarks - - -## See Also - -* Class [Title](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/Title/GetRotationAngle/_index.md b/english/go-cpp/Title/GetRotationAngle/_index.md index 19f7d090590..8558738bafc 100644 --- a/english/go-cpp/Title/GetRotationAngle/_index.md +++ b/english/go-cpp/Title/GetRotationAngle/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/title/getrotationangle/ ## GetRotationAngle function -Represents text rotation angle. +Represents the text rotation angle. ```go diff --git a/english/go-cpp/Title/IsDeleted/_index.md b/english/go-cpp/Title/IsDeleted/_index.md index 66722d5e6fa..3b902cdbe45 100644 --- a/english/go-cpp/Title/IsDeleted/_index.md +++ b/english/go-cpp/Title/IsDeleted/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/title/isdeleted/ ## IsDeleted function -Indicates whether this data labels is deleted. +Indicates whether this data labels are deleted. ```go diff --git a/english/go-cpp/Title/SetBackgroundMode/_index.md b/english/go-cpp/Title/SetBackgroundMode/_index.md deleted file mode 100644 index b564c9aaa11..00000000000 --- a/english/go-cpp/Title/SetBackgroundMode/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: SetBackgroundMode Method -linktitle: SetBackgroundMode -second_title: Aspose.Cells for Go via C++ API Reference -description: 'SetBackgroundMode method. Encapsulates the function that represents setbackgroundmode in Go.' -type: docs -weight: 200 -url: /go-cpp/title/setbackgroundmode/ ---- - -## SetBackgroundMode function - -Gets and sets the display mode of the background - -```go - -func (instance *Title) SetBackgroundMode(value BackgroundMode) error - -``` - -## Remarks - - -## See Also - -* Class [Title](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/Title/SetIsDeleted/_index.md b/english/go-cpp/Title/SetIsDeleted/_index.md index b44f8d5e627..0cf19c26884 100644 --- a/english/go-cpp/Title/SetIsDeleted/_index.md +++ b/english/go-cpp/Title/SetIsDeleted/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/title/setisdeleted/ ## SetIsDeleted function -Indicates whether this data labels is deleted. +Indicates whether this data labels are deleted. ```go diff --git a/english/go-cpp/Title/SetRotationAngle/_index.md b/english/go-cpp/Title/SetRotationAngle/_index.md index 30d82e42a64..daa4900ef7f 100644 --- a/english/go-cpp/Title/SetRotationAngle/_index.md +++ b/english/go-cpp/Title/SetRotationAngle/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/title/setrotationangle/ ## SetRotationAngle function -Represents text rotation angle. +Represents the text rotation angle. ```go diff --git a/english/go-cpp/Title/_index.md b/english/go-cpp/Title/_index.md index 7fb470356d7..9e84257dba0 100644 --- a/english/go-cpp/Title/_index.md +++ b/english/go-cpp/Title/_index.md @@ -44,8 +44,6 @@ type Title struct { |[Characters_Int_Int](./characters_int_int/) | Returns a Characters object that represents a range of characters within the text. | |[IsInnerMode](./isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | |[SetIsInnerMode](./setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | -|[GetBackgroundMode](./getbackgroundmode/) | Gets and sets the display mode of the background | -|[SetBackgroundMode](./setbackgroundmode/) | Gets and sets the display mode of the background | |[GetShadow](./getshadow/) | True if the frame has a shadow. | |[SetShadow](./setshadow/) | True if the frame has a shadow. | |[GetShapeProperties](./getshapeproperties/) | Gets the ShapeProperties object. | @@ -75,14 +73,14 @@ type Title struct { |[GetHeightPixel](./getheightpixel/) | Gets or sets the height of frame in units of Pixel. | |[SetHeightPixel](./setheightpixel/) | Gets or sets the height of frame in units of Pixel. | |[SetPositionAuto](./setpositionauto/) | Set position of the frame to automatic | -|[IsDeleted](./isdeleted/) | Indicates whether this data labels is deleted. | -|[SetIsDeleted](./setisdeleted/) | Indicates whether this data labels is deleted. | +|[IsDeleted](./isdeleted/) | Indicates whether this data labels are deleted. | +|[SetIsDeleted](./setisdeleted/) | Indicates whether this data labels are deleted. | |[GetTextHorizontalAlignment](./gettexthorizontalalignment/) | Gets and sets the text horizontal alignment. | |[SetTextHorizontalAlignment](./settexthorizontalalignment/) | Gets and sets the text horizontal alignment. | |[GetTextVerticalAlignment](./gettextverticalalignment/) | Gets or sets the text vertical alignment of text. | |[SetTextVerticalAlignment](./settextverticalalignment/) | Gets or sets the text vertical alignment of text. | -|[GetRotationAngle](./getrotationangle/) | Represents text rotation angle. | -|[SetRotationAngle](./setrotationangle/) | Represents text rotation angle. | +|[GetRotationAngle](./getrotationangle/) | Represents the text rotation angle. | +|[SetRotationAngle](./setrotationangle/) | Represents the text rotation angle. | |[IsAutomaticRotation](./isautomaticrotation/) | Indicates whether the text of the chart is automatically rotated. | |[GetReadingOrder](./getreadingorder/) | Represents text reading order. | |[SetReadingOrder](./setreadingorder/) | Represents text reading order. | diff --git a/english/go-cpp/TxtSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/TxtSaveOptions/GetRefreshChartCache/_index.md index 1347aed2dfc..1605efeca4f 100644 --- a/english/go-cpp/TxtSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/TxtSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/txtsaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/TxtSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/TxtSaveOptions/SetRefreshChartCache/_index.md index 85555dc8beb..359a022efd8 100644 --- a/english/go-cpp/TxtSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/TxtSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/txtsaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/TxtSaveOptions/_index.md b/english/go-cpp/TxtSaveOptions/_index.md index 09251b29fa6..46b8fb22211 100644 --- a/english/go-cpp/TxtSaveOptions/_index.md +++ b/english/go-cpp/TxtSaveOptions/_index.md @@ -69,8 +69,8 @@ type TxtSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/VbaModule/GetType/_index.md b/english/go-cpp/VbaModule/GetType/_index.md index 073330dab3b..fb102314662 100644 --- a/english/go-cpp/VbaModule/GetType/_index.md +++ b/english/go-cpp/VbaModule/GetType/_index.md @@ -14,7 +14,7 @@ Gets the type of module. ```go -func (instance *VbaModule) GetType() (*VbaModuleType, error) +func (instance *VbaModule) GetType() (VbaModuleType, error) ``` diff --git a/english/go-cpp/VbaModuleCollection/Add_VbaModuleType_String/_index.md b/english/go-cpp/VbaModuleCollection/Add_VbaModuleType_String/_index.md index 213c9068432..942a04761f5 100644 --- a/english/go-cpp/VbaModuleCollection/Add_VbaModuleType_String/_index.md +++ b/english/go-cpp/VbaModuleCollection/Add_VbaModuleType_String/_index.md @@ -14,7 +14,7 @@ Adds module. ```go -func (instance *VbaModuleCollection) Add_VbaModuleType_String(type_ *VbaModuleType, name string) (int32, error) +func (instance *VbaModuleCollection) Add_VbaModuleType_String(type_ VbaModuleType, name string) (int32, error) ``` diff --git a/english/go-cpp/VbaModuleType/_index.md b/english/go-cpp/VbaModuleType/_index.md index d6182a614bd..7116873244f 100644 --- a/english/go-cpp/VbaModuleType/_index.md +++ b/english/go-cpp/VbaModuleType/_index.md @@ -1,30 +1,27 @@ --- -title: VbaModuleType Class +title: VbaModuleType Enum linktitle: VbaModuleType second_title: Aspose.Cells for Go via C++ API Reference -description: 'VbaModuleType class. Encapsulates the object that represents vbamoduletype in Go.' +description: 'VbaModuleType enum. Encapsulates the object that represents vbamoduletype in Go.' type: docs weight: 200 url: /go-cpp/vbamoduletype/ --- -## VbaModuleType class +## VbaModuleType Enum -Represents a class module. +Represents the type of VBA module. ```go -type VbaModuleType struct { - ptr unsafe.Pointer -} +type VbaModuleType int32 -``` -## Constructors -| Method | Description | -| --- | --- | +``` -## Methods +## Fields -| Method | Description | +| Field | Description | | --- | --- | +|[Procedural](./procedural/) | Represents a procedural module. | +|[Document](./document/) | Represents a document module. | diff --git a/english/go-cpp/Weekday/_index.md b/english/go-cpp/Weekday/_index.md new file mode 100644 index 00000000000..6cc4de8e334 --- /dev/null +++ b/english/go-cpp/Weekday/_index.md @@ -0,0 +1,31 @@ +--- +title: Weekday Enum +linktitle: Weekday +second_title: Aspose.Cells for Go via C++ API Reference +description: 'Weekday enum. Encapsulates the object that represents weekday in Go.' +type: docs +weight: 200 +url: /go-cpp/weekday/ +--- + +## Weekday Enum + +Specifies the day of the week. + +```go + +type Weekday int32 + + +``` + +## Fields + +| Field | Description | +| --- | --- | +|[Sunday](./sunday/) | | +|[Monday](./monday/) | | +|[Tuesday](./tuesday/) | | +|[Wednesday](./wednesday/) | | +|[Thursday](./thursday/) | | +|[Friday](./friday/) | | diff --git a/english/go-cpp/Worksheet/GetAllPictures/_index.md b/english/go-cpp/Worksheet/GetAllPictures/_index.md new file mode 100644 index 00000000000..2f9179e1b1f --- /dev/null +++ b/english/go-cpp/Worksheet/GetAllPictures/_index.md @@ -0,0 +1,27 @@ +--- +title: GetAllPictures Method +linktitle: GetAllPictures +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetAllPictures method. Encapsulates the function that represents getallpictures in Go.' +type: docs +weight: 200 +url: /go-cpp/worksheet/getallpictures/ +--- + +## GetAllPictures function + +Gets all pictures includes images are embedded in the cell and over the cells. + +```go + +func (instance *Worksheet) GetAllPictures() ([]Picture, error) + +``` + +## Remarks + + +## See Also + +* Class [Worksheet](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/Worksheet/_index.md b/english/go-cpp/Worksheet/_index.md index 9fc3d5e66c7..da2640cbe80 100644 --- a/english/go-cpp/Worksheet/_index.md +++ b/english/go-cpp/Worksheet/_index.md @@ -112,6 +112,7 @@ type Worksheet struct { |[GetCharts](./getcharts/) | Gets a Chart collection | |[GetComments](./getcomments/) | Gets the Comment collection. | |[GetPictures](./getpictures/) | Gets a Picture collection. | +|[GetAllPictures](./getallpictures/) | Gets all pictures includes images are embedded in the cell and over the cells. | |[GetTextBoxes](./gettextboxes/) | Gets a TextBox collection. | |[GetCheckBoxes](./getcheckboxes/) | Gets a CheckBox collection. | |[GetOleObjects](./getoleobjects/) | Represents a collection of OleObject in a worksheet. | diff --git a/english/go-cpp/XlsSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/XlsSaveOptions/GetRefreshChartCache/_index.md index 3b855a0ba30..e9b21ae597c 100644 --- a/english/go-cpp/XlsSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/XlsSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/xlssaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/XlsSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/XlsSaveOptions/SetRefreshChartCache/_index.md index b5f47fbb554..e198ab3186d 100644 --- a/english/go-cpp/XlsSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/XlsSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/xlssaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/XlsSaveOptions/_index.md b/english/go-cpp/XlsSaveOptions/_index.md index bd20033a480..eb2d5ee9086 100644 --- a/english/go-cpp/XlsSaveOptions/_index.md +++ b/english/go-cpp/XlsSaveOptions/_index.md @@ -49,8 +49,8 @@ type XlsSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/XlsbSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/XlsbSaveOptions/GetRefreshChartCache/_index.md index d077dc6b407..3f0c62a685f 100644 --- a/english/go-cpp/XlsbSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/XlsbSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/xlsbsaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/XlsbSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/XlsbSaveOptions/SetRefreshChartCache/_index.md index 2168458808b..117124046db 100644 --- a/english/go-cpp/XlsbSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/XlsbSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/xlsbsaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/XlsbSaveOptions/_index.md b/english/go-cpp/XlsbSaveOptions/_index.md index a45e3d765e6..27f62f9127d 100644 --- a/english/go-cpp/XlsbSaveOptions/_index.md +++ b/english/go-cpp/XlsbSaveOptions/_index.md @@ -50,8 +50,8 @@ type XlsbSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/XmlSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/XmlSaveOptions/GetRefreshChartCache/_index.md index fe7e4f97c52..d874ddcd4b6 100644 --- a/english/go-cpp/XmlSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/XmlSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/xmlsaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/XmlSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/XmlSaveOptions/SetRefreshChartCache/_index.md index 5173e433315..ce587091d9b 100644 --- a/english/go-cpp/XmlSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/XmlSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/xmlsaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/XmlSaveOptions/_index.md b/english/go-cpp/XmlSaveOptions/_index.md index 1abfbe031a1..cec835e1f70 100644 --- a/english/go-cpp/XmlSaveOptions/_index.md +++ b/english/go-cpp/XmlSaveOptions/_index.md @@ -58,8 +58,8 @@ type XmlSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/XpsSaveOptions/GetRefreshChartCache/_index.md b/english/go-cpp/XpsSaveOptions/GetRefreshChartCache/_index.md index 25ba62cf7dd..b7f756e7db2 100644 --- a/english/go-cpp/XpsSaveOptions/GetRefreshChartCache/_index.md +++ b/english/go-cpp/XpsSaveOptions/GetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/xpssaveoptions/getrefreshchartcache/ ## GetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/XpsSaveOptions/SetRefreshChartCache/_index.md b/english/go-cpp/XpsSaveOptions/SetRefreshChartCache/_index.md index 86783d528b5..714a81208dc 100644 --- a/english/go-cpp/XpsSaveOptions/SetRefreshChartCache/_index.md +++ b/english/go-cpp/XpsSaveOptions/SetRefreshChartCache/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/xpssaveoptions/setrefreshchartcache/ ## SetRefreshChartCache function -Indicates whether refreshing chart cache data +Indicates whether to cache the latest data of the chart. ```go diff --git a/english/go-cpp/XpsSaveOptions/_index.md b/english/go-cpp/XpsSaveOptions/_index.md index 397759ca621..1e7f18c54e6 100644 --- a/english/go-cpp/XpsSaveOptions/_index.md +++ b/english/go-cpp/XpsSaveOptions/_index.md @@ -84,8 +84,8 @@ type XpsSaveOptions struct { |[SetSortNames](./setsortnames/) | Indicates whether sorting defined names before saving file. | |[GetSortExternalNames](./getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | |[SetSortExternalNames](./setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | -|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether refreshing chart cache data | -|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether refreshing chart cache data | +|[GetRefreshChartCache](./getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +|[SetRefreshChartCache](./setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | 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, it will be truncated. | |[SetCheckExcelRestriction](./setcheckexcelrestriction/) | 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, it will be truncated. | |[GetUpdateSmartArt](./getupdatesmartart/) | Indicates whether updating smart art setting.The default value is false. | diff --git a/english/go-cpp/_index.md b/english/go-cpp/_index.md index c16f14a94cc..49d9764345e 100644 --- a/english/go-cpp/_index.md +++ b/english/go-cpp/_index.md @@ -330,7 +330,7 @@ is_root: true |[AxisBins](./axisbins/) | Represents axis bins | |[Chart](./chart/) | Encapsulates the object that represents a single Excel chart. | |[ChartArea](./chartarea/) | Encapsulates the object that represents the chart area in the worksheet. | -|[ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating chart. | +|[ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating the chart. | |[ChartCollection](./chartcollection/) | Encapsulates a collection of objects. | |[ChartDataTable](./chartdatatable/) | Represents a chart data table. | |[ChartDataValue](./chartdatavalue/) | Encapsulates chart data value | @@ -355,7 +355,7 @@ is_root: true |[SeriesLayoutProperties](./serieslayoutproperties/) | Represents the properties of series layout. | |[Sparkline](./sparkline/) | A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data. | |[SparklineCollection](./sparklinecollection/) | Encapsulates a collection of objects. | -|[SparklineGroup](./sparklinegroup/) | 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. | +|[SparklineGroup](./sparklinegroup/) | is organized into a 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](./sparklinegroupcollection/) | Encapsulates a collection of objects. | |[TickLabelItem](./ticklabelitem/) | Represents a tick label in the chart. | |[TickLabels](./ticklabels/) | Represents the tick-mark labels associated with tick marks on a chart axis. | @@ -498,10 +498,9 @@ is_root: true |[SlicerCacheItemCollection](./slicercacheitemcollection/) | Represent the collection of SlicerCacheItem | |[SlicerCollection](./slicercollection/) | Specifies the collection of all the Slicer objects on the specified worksheet. | |[Timeline](./timeline/) | Summary description of Timeline ViewDue to MS Excel, Excel 2003 does not support Timeline | -|[TimelineCollection](./timelinecollection/) | Specifies the collection of all the Timeline objects on the specified worksheet.Due to MS Excel, Excel 2003 does not support Timeline. | +|[TimelineCollection](./timelinecollection/) | Specifies the collection of all the objects on the worksheet.It was supported since Excel 2013. | |[VbaModule](./vbamodule/) | Represents the module in VBA project. | |[VbaModuleCollection](./vbamodulecollection/) | Represents the list of | -|[VbaModuleType](./vbamoduletype/) | Represents a class module. | |[VbaProject](./vbaproject/) | Represents the VBA project. | |[VbaProjectReference](./vbaprojectreference/) | Represents the reference of VBA project. | |[VbaProjectReferenceCollection](./vbaprojectreferencecollection/) | Represents all references of VBA project. | @@ -540,6 +539,8 @@ is_root: true |[DataBarBorderType](./databarbordertype/) | Specifies the border type of a data bar. | |[DataBarFillType](./databarfilltype/) | Specifies how a data bar is filled with color. | |[DataBarNegativeColorType](./databarnegativecolortype/) | Specifies whether to use the same border and fill color as positive data bars. | +|[Weekday](./weekday/) | Specifies the day of the week. | +|[DateKind](./datekind/) | Specifies whether a Date object represents a local time, a Coordinated UTC Time (UTC), or is not specified as either local time or UTC. | |[DateTimeGroupingType](./datetimegroupingtype/) | Specifies how to group dateTime values. | |[DefaultEditLanguage](./defaulteditlanguage/) | Represents the default edit language. | |[DirectoryType](./directorytype/) | Represents the directory type of the file name. | @@ -581,7 +582,8 @@ is_root: true |[MergeEmptyTdType](./mergeemptytdtype/) | Represents the merge type for an empty TD element when exporting a file to HTML. | |[NameScopeType](./namescopetype/) | Represents the scope type of defined names. | |[NumberCategoryType](./numbercategorytype/) | Represents category type of cell's number formatting. | -|[ObjectType](./objecttype/) | Represents the type of the number. | +|[ObjectType](./objecttype/) | Represents the type of the object. | +|[NumberType](./numbertype/) | Represents the type of the number. | |[OoxmlCompliance](./ooxmlcompliance/) | Allows to specify which OOXML specification will be used when saving in the Xlsx format. | |[OoxmlCompressionType](./ooxmlcompressiontype/) | The Ooxml compression type | |[OperatorType](./operatortype/) | Represents the operator type of conditional format and data validation. | @@ -708,7 +710,7 @@ is_root: true |[Bar3DShapeType](./bar3dshapetype/) | Represents the shape used with the 3-D bar or column chart. | |[BubbleSizeRepresents](./bubblesizerepresents/) | Represents what the bubble size represents on a bubble chart. | |[CategoryType](./categorytype/) | Represents the category axis type. | -|[ChartColorPaletteType](./chartcolorpalettetype/) | Enumerates all Monochromatic Palettes used in Excel chart. | +|[ChartColorPaletteType](./chartcolorpalettetype/) | Enumerates all Monochromatic Palettes used in an Excel chart. | |[ChartLineFormattingType](./chartlineformattingtype/) | Represents line format type of chart line. | |[ChartMarkerType](./chartmarkertype/) | Represents the marker style in a line chart, scatter chart, or radar chart. | |[ChartSplitType](./chartsplittype/) | Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split. | @@ -723,7 +725,7 @@ is_root: true |[LabelPositionType](./labelpositiontype/) | Represents data label position type. | |[LegendPositionType](./legendpositiontype/) | Enumerates the legend position types. | |[MapChartLabelLayout](./mapchartlabellayout/) | Represents the layout of map chart's labels. | -|[MapChartProjectionType](./mapchartprojectiontype/) | Represents projection type of the map chart. | +|[MapChartProjectionType](./mapchartprojectiontype/) | Represents the projection type of the map chart. | |[MapChartRegionType](./mapchartregiontype/) | Represents the region type of the map chart. | |[PlotDataByType](./plotdatabytype/) | Represents the type of data plot by row or column. | |[PlotEmptyCellsType](./plotemptycellstype/) | Represents all plot empty cells type of a chart. | @@ -770,6 +772,7 @@ is_root: true |[DrawObjectEnum](./drawobjectenum/) | Indicate Cell or Image of DrawObject. | |[HtmlEmbeddedFontType](./htmlembeddedfonttype/) | Represents the embedded font type in html. | |[HtmlLayoutMode](./htmllayoutmode/) | Represents the layout mode for HTML rendering. | +|[HtmlParagraphLayoutMode](./htmlparagraphlayoutmode/) | Specifies how HTML <p> elements are rendered when loading HTML. | |[ImageBinarizationMethod](./imagebinarizationmethod/) | Specifies the method used to binarize image. | |[PdfCompliance](./pdfcompliance/) | Allowing user to set PDF conversion's Compatibility | |[PdfCompressionCore](./pdfcompressioncore/) | Specifies a type of compression applied to all content in the PDF file except images. | @@ -803,6 +806,7 @@ is_root: true |[SlicerCacheCrossFilterType](./slicercachecrossfiltertype/) | Represent the type how to show items with no data for slicer. | |[SlicerStyleType](./slicerstyletype/) | Specify the style of slicer view | |[TimelineLevelType](./timelineleveltype/) | Represents the level type of | +|[VbaModuleType](./vbamoduletype/) | Represents the type of VBA module. | |[VbaProjectReferenceType](./vbaprojectreferencetype/) | Represents the type of VBA project reference. | |[WebExtensionStoreType](./webextensionstoretype/) | Represents the store type of web extension. | |[AdjustFontSizeForRowType](./adjustfontsizeforrowtype/) | Represents which kind of rows should be ajusted. | @@ -814,3 +818,4 @@ is_root: true | --- | --- | |[Color](./color/) | Represents an ARGB (alpha, red, green, blue) color. | |[Date](./date/) | Represents a date and time. | +|[Duration](./duration/) | Represents a time interval with a resolution of 100 nanoseconds (tick). | diff --git a/english/java/com.aspose.cells/_index.md b/english/java/com.aspose.cells/_index.md index 68f4ceaaa22..c4c86534c16 100644 --- a/english/java/com.aspose.cells/_index.md +++ b/english/java/com.aspose.cells/_index.md @@ -91,7 +91,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl | [CharacterBulletValue](../com.aspose.cells/characterbulletvalue) | Represents the character bullet. | | [Chart](../com.aspose.cells/chart) | Encapsulates the object that represents a single Excel chart. | | [ChartArea](../com.aspose.cells/chartarea) | Encapsulates the object that represents the chart area in the worksheet. | -| [ChartCalculateOptions](../com.aspose.cells/chartcalculateoptions) | Represents the options for calculating the chart. | +| [ChartCalculateOptions](../com.aspose.cells/chartcalculateoptions) | Represents the options for calculating a chart. | | [ChartCollection](../com.aspose.cells/chartcollection) | Encapsulates a collection of [Chart](../com.aspose.cells/chart) objects. | | [ChartColorPaletteType](../com.aspose.cells/chartcolorpalettetype) | Enumerates all Monochromatic Palettes used in an Excel chart. | | [ChartDataTable](../com.aspose.cells/chartdatatable) | Represents a chart data table. | @@ -333,6 +333,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl | [HtmlVersion](../com.aspose.cells/htmlversion) | Indicates the version of HTML is used when saving to Html formats. | | [Hyperlink](../com.aspose.cells/hyperlink) | Encapsulates the object that represents a hyperlink. | | [HyperlinkCollection](../com.aspose.cells/hyperlinkcollection) | Encapsulates a collection of [Hyperlink](../com.aspose.cells/hyperlink) objects. | +| [HyperlinkLoadMode](../com.aspose.cells/hyperlinkloadmode) | Specifies how hyperlinks are handled when loading HTML. | | [IconFilter](../com.aspose.cells/iconfilter) | Represents icon filter. | | [IconSet](../com.aspose.cells/iconset) | Describe the IconSet conditional formatting rule. | | [IconSetType](../com.aspose.cells/iconsettype) | Icon set type for conditional formatting. | @@ -447,6 +448,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl | [OdsPageBackgroundGraphicType](../com.aspose.cells/odspagebackgroundgraphictype) | Represents the type of formatting page background with image. | | [OdsPageBackgroundType](../com.aspose.cells/odspagebackgroundtype) | Represents the page background type of ods. | | [OdsSaveOptions](../com.aspose.cells/odssaveoptions) | Represents the options of saving ods file. | +| [OfdSaveOptions](../com.aspose.cells/ofdsaveoptions) | Represents the options for saving a OFD(Open Fixed-layout Document) file. | | [OleObject](../com.aspose.cells/oleobject) | Represents an OleObject in a worksheet. | | [OleObjectCollection](../com.aspose.cells/oleobjectcollection) | Represents embedded OLE objects. | | [OoxmlCompliance](../com.aspose.cells/ooxmlcompliance) | Allows to specify which OOXML specification will be used when saving in the Xlsx format. | diff --git a/english/java/com.aspose.cells/chartcalculateoptions/_index.md b/english/java/com.aspose.cells/chartcalculateoptions/_index.md index 9aa1da61cb3..e5d66f57af8 100644 --- a/english/java/com.aspose.cells/chartcalculateoptions/_index.md +++ b/english/java/com.aspose.cells/chartcalculateoptions/_index.md @@ -1,7 +1,7 @@ --- title: ChartCalculateOptions second_title: Aspose.Cells for Java API Reference -description: Represents the options for calculating the chart. +description: Represents the options for calculating a chart. type: docs url: /java/com.aspose.cells/chartcalculateoptions/ --- @@ -12,7 +12,7 @@ java.lang.Object public class ChartCalculateOptions ``` -Represents the options for calculating the chart. +Represents the options for calculating a chart. ## Constructors | Constructor | Description | diff --git a/english/java/com.aspose.cells/charttextframe/_index.md b/english/java/com.aspose.cells/charttextframe/_index.md index 13f2e5932d6..928fe361579 100644 --- a/english/java/com.aspose.cells/charttextframe/_index.md +++ b/english/java/com.aspose.cells/charttextframe/_index.md @@ -64,7 +64,7 @@ Encapsulates the object that represents the frame object which contains text. | [isAutomaticRotation()](#isAutomaticRotation--) | Indicates whether the text of the chart is automatically rotated. | | [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the chart frame is automatic sized. | | [isDefaultPosBeSet()](#isDefaultPosBeSet--) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [isDeleted()](#isDeleted--) | Indicates whether this data labels are deleted. | +| [isDeleted()](#isDeleted--) | Indicates whether this data label is deleted. | | [isInnerMode()](#isInnerMode--) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. | | [isResizeShapeToFitText()](#isResizeShapeToFitText--) | Gets whether a shape should be auto-fit to fully contain the text described within it. | | [isTextWrapped()](#isTextWrapped--) | Gets a value indicating whether the text is wrapped. | @@ -75,7 +75,7 @@ Encapsulates the object that represents the frame object which contains text. | [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the chart frame is automatic sized. | | [setBackground(int value)](#setBackground-int-) | Sets the display mode of the background. | | [setBackgroundMode(int value)](#setBackgroundMode-int-) | Sets the display mode of the background. | -| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels are deleted. | +| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data label is deleted. | | [setDirectionType(int value)](#setDirectionType-int-) | Sets the direction of text. | | [setHeight(int value)](#setHeight-int-) | Sets the height of frame in units of 1/4000 of the chart area. | | [setHeightPixel(int value)](#setHeightPixel-int-) | Sets the height of frame in units of Pixel. | @@ -686,7 +686,7 @@ public boolean isDeleted() ``` -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. **Returns:** boolean @@ -823,7 +823,7 @@ public void setDeleted(boolean value) ``` -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/datalabels/_index.md b/english/java/com.aspose.cells/datalabels/_index.md index 4efa122ab9b..fcdf165b5a2 100644 --- a/english/java/com.aspose.cells/datalabels/_index.md +++ b/english/java/com.aspose.cells/datalabels/_index.md @@ -102,7 +102,7 @@ Encapsulates a collection of all the DataLabel objects for the specified Series. | [isAutomaticRotation()](#isAutomaticRotation--) | Indicates whether the text of the chart is automatically rotated. | | [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the chart frame is automatic sized. | | [isDefaultPosBeSet()](#isDefaultPosBeSet--) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [isDeleted()](#isDeleted--) | Indicates whether this data labels are deleted. | +| [isDeleted()](#isDeleted--) | Indicates whether this data label is deleted. | | [isInnerMode()](#isInnerMode--) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. | | [isNeverOverlap()](#isNeverOverlap--) | Indicates whether datalabels never overlap when performing Pie Chart to image. | | [isResizeShapeToFitText()](#isResizeShapeToFitText--) | Gets whether a shape should be auto-fit to fully contain the text described within it. | @@ -114,7 +114,7 @@ Encapsulates a collection of all the DataLabel objects for the specified Series. | [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the chart frame is automatic sized. | | [setBackground(int value)](#setBackground-int-) | Sets the display mode of the background. | | [setBackgroundMode(int value)](#setBackgroundMode-int-) | Sets the display mode of the background | -| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels are deleted. | +| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data label is deleted. | | [setDirectionType(int value)](#setDirectionType-int-) | Sets the direction of text. | | [setHeight(int value)](#setHeight-int-) | Sets the height of frame in units of 1/4000 of the chart area. | | [setHeightPixel(int value)](#setHeightPixel-int-) | Sets the height of frame in units of Pixel. | @@ -898,7 +898,7 @@ public boolean isDeleted() ``` -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. **Returns:** boolean @@ -1041,7 +1041,7 @@ public void setDeleted(boolean value) ``` -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/displayunitlabel/_index.md b/english/java/com.aspose.cells/displayunitlabel/_index.md index 9ad6b1fa8c0..8679dc83f25 100644 --- a/english/java/com.aspose.cells/displayunitlabel/_index.md +++ b/english/java/com.aspose.cells/displayunitlabel/_index.md @@ -114,7 +114,7 @@ Represents the display unit label. | [isAutomaticRotation()](#isAutomaticRotation--) | Indicates whether the text of the chart is automatically rotated. | | [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the chart frame is automatic sized. | | [isDefaultPosBeSet()](#isDefaultPosBeSet--) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [isDeleted()](#isDeleted--) | Indicates whether this data labels are deleted. | +| [isDeleted()](#isDeleted--) | Indicates whether this data label is deleted. | | [isInnerMode()](#isInnerMode--) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. | | [isResizeShapeToFitText()](#isResizeShapeToFitText--) | Gets whether a shape should be auto-fit to fully contain the text described within it. | | [isTextWrapped()](#isTextWrapped--) | Gets a value indicating whether the text is wrapped. | @@ -125,7 +125,7 @@ Represents the display unit label. | [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the chart frame is automatic sized. | | [setBackground(int value)](#setBackground-int-) | Sets the display mode of the background. | | [setBackgroundMode(int value)](#setBackgroundMode-int-) | Sets the display mode of the background. | -| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels are deleted. | +| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data label is deleted. | | [setDirectionType(int value)](#setDirectionType-int-) | Sets the direction of text. | | [setHeight(int value)](#setHeight-int-) | Sets the height of frame in units of 1/4000 of the chart area. | | [setHeightPixel(int value)](#setHeightPixel-int-) | Sets the height of frame in units of Pixel. | @@ -736,7 +736,7 @@ public boolean isDeleted() ``` -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. **Returns:** boolean @@ -873,7 +873,7 @@ public void setDeleted(boolean value) ``` -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/ebookloadoptions/_index.md b/english/java/com.aspose.cells/ebookloadoptions/_index.md index 38df286e7f7..59d55980c26 100644 --- a/english/java/com.aspose.cells/ebookloadoptions/_index.md +++ b/english/java/com.aspose.cells/ebookloadoptions/_index.md @@ -39,6 +39,7 @@ Represents options when importing an ebook file. | [getDetectLaTeX()](#getDetectLaTeX--) | Indicates whether to detect LaTeX formula in the HTML file. | | [getEncoding()](#getEncoding--) | Gets the default encoding. | | [getFontConfigs()](#getFontConfigs--) | Gets individual font configs. | +| [getHyperlinkLoadMode()](#getHyperlinkLoadMode--) | Specifies how hyperlinks are loaded when loading HTML. | | [getIgnoreNotPrinted()](#getIgnoreNotPrinted--) | Ignore the data which are not printed if directly printing the file | | [getIgnoreUselessShapes()](#getIgnoreUselessShapes--) | Indicates whether ignoring useless shapes. | | [getInterruptMonitor()](#getInterruptMonitor--) | Gets the interrupt monitor. | @@ -83,6 +84,7 @@ Represents options when importing an ebook file. | [setEncoding(Encoding value)](#setEncoding-com.aspose.cells.Encoding-) | Sets the default encoding. | | [setFontConfigs(IndividualFontConfigs value)](#setFontConfigs-com.aspose.cells.IndividualFontConfigs-) | Sets individual font configs. | | [setHasFormula(boolean value)](#setHasFormula-boolean-) | Indicates whether the text is formula if it starts with "=". | +| [setHyperlinkLoadMode(int value)](#setHyperlinkLoadMode-int-) | Specifies how hyperlinks are loaded when loading HTML. | | [setIgnoreNotPrinted(boolean value)](#setIgnoreNotPrinted-boolean-) | Ignore the data which are not printed if directly printing the file | | [setIgnoreUselessShapes(boolean value)](#setIgnoreUselessShapes-boolean-) | Indicates whether ignoring useless shapes. | | [setInterruptMonitor(AbstractInterruptMonitor value)](#setInterruptMonitor-com.aspose.cells.AbstractInterruptMonitor-) | Sets the interrupt monitor. | @@ -313,6 +315,18 @@ Gets individual font configs. Only works for the [Workbook](../../com.aspose.cel **Returns:** [IndividualFontConfigs](../../com.aspose.cells/individualfontconfigs) +### getHyperlinkLoadMode() {#getHyperlinkLoadMode--} +``` +public int getHyperlinkLoadMode() +``` + + +Specifies how hyperlinks are loaded when loading HTML. + +See [HyperlinkLoadMode](../../com.aspose.cells/hyperlinkloadmode). + +**Returns:** +int ### getIgnoreNotPrinted() {#getIgnoreNotPrinted--} ``` public boolean getIgnoreNotPrinted() @@ -863,6 +877,21 @@ Indicates whether the text is formula if it starts with "=". | --- | --- | --- | | value | boolean | | +### setHyperlinkLoadMode(int value) {#setHyperlinkLoadMode-int-} +``` +public void setHyperlinkLoadMode(int value) +``` + + +Specifies how hyperlinks are loaded when loading HTML. + +See [HyperlinkLoadMode](../../com.aspose.cells/hyperlinkloadmode). + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + ### setIgnoreNotPrinted(boolean value) {#setIgnoreNotPrinted-boolean-} ``` public void setIgnoreNotPrinted(boolean value) diff --git a/english/java/com.aspose.cells/errorcellvaluetype/_index.md b/english/java/com.aspose.cells/errorcellvaluetype/_index.md index 6ebe4d0865a..5a788ee9164 100644 --- a/english/java/com.aspose.cells/errorcellvaluetype/_index.md +++ b/english/java/com.aspose.cells/errorcellvaluetype/_index.md @@ -23,7 +23,7 @@ Represents a cell value which contains an error. | [CONNECT](#CONNECT) | Represents the value of a cell containing a \#CONNECT! | | [EXTERNAL](#EXTERNAL) | Represents the value of a cell containing an \#EXTERNAL! | | [FIELD](#FIELD) | Represents the value of a cell containing a \#FIELD! | -| [NA](#NA) | Represents the value of a cell containing a \#NAME? | +| [NA](#NA) | Represents the value of a cell containing a \#N/A error. | | [NAME](#NAME) | Represents the value of a cell containing a \#NAME? | | [REF](#REF) | Represents the value of a cell containing a \#REF! | | [SPILL](#SPILL) | Represents the value of a cell containing a \#SPILL! | @@ -97,7 +97,7 @@ public static final int NA ``` -Represents the value of a cell containing a \#NAME? error. +Represents the value of a cell containing a \#N/A error. ### NAME {#NAME} ``` diff --git a/english/java/com.aspose.cells/exporttableoptions/_index.md b/english/java/com.aspose.cells/exporttableoptions/_index.md index 9a55f042316..181c34e0e10 100644 --- a/english/java/com.aspose.cells/exporttableoptions/_index.md +++ b/english/java/com.aspose.cells/exporttableoptions/_index.md @@ -151,7 +151,11 @@ public int getFormatStrategy() Gets the format strategy when exporting the value as string value. -See [CellValueFormatStrategy](../../com.aspose.cells/cellvalueformatstrategy). +See [CellValueFormatStrategy](../../com.aspose.cells/cellvalueformatstrategy). + +**Remarks** + +The default value is [CellValueFormatStrategy.CELL\_STYLE](../../com.aspose.cells/cellvalueformatstrategy\#CELL-STYLE). **Returns:** int @@ -347,7 +351,11 @@ public void setFormatStrategy(int value) Sets the format strategy when exporting the value as string value. -See [CellValueFormatStrategy](../../com.aspose.cells/cellvalueformatstrategy). +See [CellValueFormatStrategy](../../com.aspose.cells/cellvalueformatstrategy). + +**Remarks** + +The default value is [CellValueFormatStrategy.CELL\_STYLE](../../com.aspose.cells/cellvalueformatstrategy\#CELL-STYLE). **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/fileformattype/_index.md b/english/java/com.aspose.cells/fileformattype/_index.md index b8776dfcd50..c165e564e20 100644 --- a/english/java/com.aspose.cells/fileformattype/_index.md +++ b/english/java/com.aspose.cells/fileformattype/_index.md @@ -51,6 +51,7 @@ Represents the file format types. | [NUMBERS](#NUMBERS) | Represents Numbers 9.0 file format by Apple Inc. | | [NUMBERS_09](#NUMBERS-09) | Represents Numbers 9.0 file format by Apple Inc. | | [NUMBERS_35](#NUMBERS-35) | Represents Numbers 3.5 file format since 2014 by Apple Inc | +| [ODB](#ODB) | Represents an Odb file. | | [ODF](#ODF) | Represents an ODF file. | | [ODG](#ODG) | Represents an ODG file. | | [ODP](#ODP) | Represents a ODP file. | @@ -60,6 +61,7 @@ Represents the file format types. | [OLE_10_NATIVE](#OLE-10-NATIVE) | Represents the embedded native object. | | [ONE_NOTE](#ONE-NOTE) | Rrepesents One Note file. | | [OOXML](#OOXML) | Represents office open xml file(such as xlsx, docx,pptx, etc). | +| [OTG](#OTG) | Represents an OTG file. | | [OTP](#OTP) | Represents a OTP file. | | [OTS](#OTS) | Represents an ots file. | | [OTT](#OTT) | Represents an OTT file. | @@ -437,6 +439,18 @@ public static final int NUMBERS_35 Represents Numbers 3.5 file format since 2014 by Apple Inc +### ODB {#ODB} +``` +public static final int ODB +``` + + +Represents an Odb file. + +**Remarks** + +The file format is not supported Only for detecting file type. + ### ODF {#ODF} ``` public static final int ODF @@ -541,6 +555,18 @@ Represents office open xml file(such as xlsx, docx,pptx, etc). The file format is not supported Only for detecting file type. If the office open xml file is encrypted, it could not be detected as xlsx ,docx, pptx,etc. +### OTG {#OTG} +``` +public static final int OTG +``` + + +Represents an OTG file. + +**Remarks** + +The file format is not supported Only for detecting file type. + ### OTP {#OTP} ``` public static final int OTP diff --git a/english/java/com.aspose.cells/htmlloadoptions/_index.md b/english/java/com.aspose.cells/htmlloadoptions/_index.md index 107060a28e4..40c4f98c57c 100644 --- a/english/java/com.aspose.cells/htmlloadoptions/_index.md +++ b/english/java/com.aspose.cells/htmlloadoptions/_index.md @@ -39,6 +39,7 @@ Represents options when importing an HTML file. | [getDetectLaTeX()](#getDetectLaTeX--) | Indicates whether to detect LaTeX formula in the HTML file. | | [getEncoding()](#getEncoding--) | Gets the default encoding. | | [getFontConfigs()](#getFontConfigs--) | Gets individual font configs. | +| [getHyperlinkLoadMode()](#getHyperlinkLoadMode--) | Specifies how hyperlinks are loaded when loading HTML. | | [getIgnoreNotPrinted()](#getIgnoreNotPrinted--) | Ignore the data which are not printed if directly printing the file | | [getIgnoreUselessShapes()](#getIgnoreUselessShapes--) | Indicates whether ignoring useless shapes. | | [getInterruptMonitor()](#getInterruptMonitor--) | Gets the interrupt monitor. | @@ -83,6 +84,7 @@ Represents options when importing an HTML file. | [setEncoding(Encoding value)](#setEncoding-com.aspose.cells.Encoding-) | Sets the default encoding. | | [setFontConfigs(IndividualFontConfigs value)](#setFontConfigs-com.aspose.cells.IndividualFontConfigs-) | Sets individual font configs. | | [setHasFormula(boolean value)](#setHasFormula-boolean-) | Indicates whether the text is formula if it starts with "=". | +| [setHyperlinkLoadMode(int value)](#setHyperlinkLoadMode-int-) | Specifies how hyperlinks are loaded when loading HTML. | | [setIgnoreNotPrinted(boolean value)](#setIgnoreNotPrinted-boolean-) | Ignore the data which are not printed if directly printing the file | | [setIgnoreUselessShapes(boolean value)](#setIgnoreUselessShapes-boolean-) | Indicates whether ignoring useless shapes. | | [setInterruptMonitor(AbstractInterruptMonitor value)](#setInterruptMonitor-com.aspose.cells.AbstractInterruptMonitor-) | Sets the interrupt monitor. | @@ -313,6 +315,18 @@ Gets individual font configs. Only works for the [Workbook](../../com.aspose.cel **Returns:** [IndividualFontConfigs](../../com.aspose.cells/individualfontconfigs) +### getHyperlinkLoadMode() {#getHyperlinkLoadMode--} +``` +public int getHyperlinkLoadMode() +``` + + +Specifies how hyperlinks are loaded when loading HTML. + +See [HyperlinkLoadMode](../../com.aspose.cells/hyperlinkloadmode). + +**Returns:** +int ### getIgnoreNotPrinted() {#getIgnoreNotPrinted--} ``` public boolean getIgnoreNotPrinted() @@ -863,6 +877,21 @@ Indicates whether the text is formula if it starts with "=". | --- | --- | --- | | value | boolean | | +### setHyperlinkLoadMode(int value) {#setHyperlinkLoadMode-int-} +``` +public void setHyperlinkLoadMode(int value) +``` + + +Specifies how hyperlinks are loaded when loading HTML. + +See [HyperlinkLoadMode](../../com.aspose.cells/hyperlinkloadmode). + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + ### setIgnoreNotPrinted(boolean value) {#setIgnoreNotPrinted-boolean-} ``` public void setIgnoreNotPrinted(boolean value) diff --git a/english/java/com.aspose.cells/hyperlinkloadmode/_index.md b/english/java/com.aspose.cells/hyperlinkloadmode/_index.md new file mode 100644 index 00000000000..c5175fccedb --- /dev/null +++ b/english/java/com.aspose.cells/hyperlinkloadmode/_index.md @@ -0,0 +1,146 @@ +--- +title: HyperlinkLoadMode +second_title: Aspose.Cells for Java API Reference +description: Specifies how hyperlinks are handled when loading HTML. +type: docs +url: /java/com.aspose.cells/hyperlinkloadmode/ +--- + +**Inheritance:** +java.lang.Object +``` +public final class HyperlinkLoadMode +``` + +Specifies how hyperlinks are handled when loading HTML. +## Fields + +| Field | Description | +| --- | --- | +| [ALLOW_MULTIPLE](#ALLOW-MULTIPLE) | All hyperlinks in a cell are added to [Worksheet.getHyperlinks()](../../com.aspose.cells/worksheet\#getHyperlinks--). | +| [NORMAL](#NORMAL) | Only the first hyperlink in a cell is loaded, subsequent ones are ignored. | +## Methods + +| Method | Description | +| --- | --- | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [getClass()](#getClass--) | | +| [hashCode()](#hashCode--) | | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [toString()](#toString--) | | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### ALLOW_MULTIPLE {#ALLOW-MULTIPLE} +``` +public static final int ALLOW_MULTIPLE +``` + + +All hyperlinks in a cell are added to [Worksheet.getHyperlinks()](../../com.aspose.cells/worksheet\#getHyperlinks--). Note that MS Excel itself supports only one hyperlink per cell, so this option may produce files that Excel cannot fully render. + +### NORMAL {#NORMAL} +``` +public static final int NORMAL +``` + + +Only the first hyperlink in a cell is loaded, subsequent ones are ignored. + +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final native void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.cells/labelpositiontype/_index.md b/english/java/com.aspose.cells/labelpositiontype/_index.md index 157b428bcf0..34c2e235254 100644 --- a/english/java/com.aspose.cells/labelpositiontype/_index.md +++ b/english/java/com.aspose.cells/labelpositiontype/_index.md @@ -21,10 +21,10 @@ Represents data label position type. | [BELOW](#BELOW) | Applies only to line charts | | [BEST_FIT](#BEST-FIT) | Applies only to 2D/3D pie charts | | [CENTER](#CENTER) | Applies only to bar, 2D/3D pie charts | -| [INSIDE_BASE](#INSIDE-BASE) | Applies only to bar, 2d/3d pie charts | +| [INSIDE_BASE](#INSIDE-BASE) | Applies only to bar, 2D/3D pie charts | | [INSIDE_END](#INSIDE-END) | Applies only to bar charts | | [LEFT](#LEFT) | Applies only to line charts | -| [MOVED](#MOVED) | User moved the data labels only for reading the chart from the template file. | +| [MOVED](#MOVED) | User moved the data labels. | | [OUTSIDE_END](#OUTSIDE-END) | Applies only to bar, 2d/3d pie charts | | [RIGHT](#RIGHT) | Applies only to line charts | ## Methods @@ -78,7 +78,7 @@ public static final int INSIDE_BASE ``` -Applies only to bar, 2d/3d pie charts +Applies only to bar, 2D/3D pie charts ### INSIDE_END {#INSIDE-END} ``` @@ -102,7 +102,7 @@ public static final int MOVED ``` -User moved the data labels only for reading the chart from the template file. +User moved the data labels. This is only for reading chart from template file. ### OUTSIDE_END {#OUTSIDE-END} ``` diff --git a/english/java/com.aspose.cells/legend/_index.md b/english/java/com.aspose.cells/legend/_index.md index 821e7098e1a..e1065912817 100644 --- a/english/java/com.aspose.cells/legend/_index.md +++ b/english/java/com.aspose.cells/legend/_index.md @@ -99,7 +99,7 @@ Encapsulates the object that represents the chart legend. | [isAutomaticRotation()](#isAutomaticRotation--) | Indicates whether the text of the chart is automatically rotated. | | [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the chart frame is automatic sized. | | [isDefaultPosBeSet()](#isDefaultPosBeSet--) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [isDeleted()](#isDeleted--) | Indicates whether this data labels are deleted. | +| [isDeleted()](#isDeleted--) | Indicates whether this data label is deleted. | | [isInnerMode()](#isInnerMode--) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. | | [isOverLay()](#isOverLay--) | Gets whether showing the legend without overlapping the chart. | | [isResizeShapeToFitText()](#isResizeShapeToFitText--) | Gets whether a shape should be auto-fit to fully contain the text described within it. | @@ -111,7 +111,7 @@ Encapsulates the object that represents the chart legend. | [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the chart frame is automatic sized. | | [setBackground(int value)](#setBackground-int-) | Sets the display mode of the background. | | [setBackgroundMode(int value)](#setBackgroundMode-int-) | Sets the display mode of the background. | -| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels are deleted. | +| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data label is deleted. | | [setDirectionType(int value)](#setDirectionType-int-) | Sets the direction of text. | | [setHeight(int value)](#setHeight-int-) | Sets the height of frame in units of 1/4000 of the chart area. | | [setHeightPixel(int value)](#setHeightPixel-int-) | Sets the height of frame in units of Pixel. | @@ -780,7 +780,7 @@ public boolean isDeleted() ``` -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. **Returns:** boolean @@ -927,7 +927,7 @@ public void setDeleted(boolean value) ``` -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/mapchartlabellayout/_index.md b/english/java/com.aspose.cells/mapchartlabellayout/_index.md index 4e8e592ff9d..7857941ac62 100644 --- a/english/java/com.aspose.cells/mapchartlabellayout/_index.md +++ b/english/java/com.aspose.cells/mapchartlabellayout/_index.md @@ -17,8 +17,8 @@ Represents the layout of map chart's labels. | Field | Description | | --- | --- | -| [BEST_FIT_ONLY](#BEST-FIT-ONLY) | Only the best fit. | -| [NONE](#NONE) | No labels. | +| [BEST_FIT_ONLY](#BEST-FIT-ONLY) | Only the best fit is used. | +| [NONE](#NONE) | There are no labels. | | [SHOW_ALL](#SHOW-ALL) | Shows all labels. | ## Methods @@ -39,7 +39,7 @@ public static final int BEST_FIT_ONLY ``` -Only the best fit. +Only the best fit is used. ### NONE {#NONE} ``` @@ -47,7 +47,7 @@ public static final int NONE ``` -No labels. +There are no labels. ### SHOW_ALL {#SHOW-ALL} ``` diff --git a/english/java/com.aspose.cells/mapchartregiontype/_index.md b/english/java/com.aspose.cells/mapchartregiontype/_index.md index 4a7b8553348..2c7fb92d96e 100644 --- a/english/java/com.aspose.cells/mapchartregiontype/_index.md +++ b/english/java/com.aspose.cells/mapchartregiontype/_index.md @@ -19,7 +19,7 @@ Represents the region type of the map chart. | --- | --- | | [AUTOMATIC](#AUTOMATIC) | Automatic | | [COUNTRY_REGION_LIST](#COUNTRY-REGION-LIST) | Country region list. | -| [DATA_ONLY](#DATA-ONLY) | Only Data. | +| [DATA_ONLY](#DATA-ONLY) | Only data. | | [WORLD](#WORLD) | World. | ## Methods @@ -56,7 +56,7 @@ public static final int DATA_ONLY ``` -Only Data. +Only data. ### WORLD {#WORLD} ``` diff --git a/english/java/com.aspose.cells/ofdsaveoptions/_index.md b/english/java/com.aspose.cells/ofdsaveoptions/_index.md new file mode 100644 index 00000000000..d2c023967ff --- /dev/null +++ b/english/java/com.aspose.cells/ofdsaveoptions/_index.md @@ -0,0 +1,1182 @@ +--- +title: OfdSaveOptions +second_title: Aspose.Cells for Java API Reference +description: Represents the options for saving a OFDOpen Fixed-layout Document file. +type: docs +url: /java/com.aspose.cells/ofdsaveoptions/ +--- + +**Inheritance:** +java.lang.Object, [com.aspose.cells.SaveOptions](../../com.aspose.cells/saveoptions), [com.aspose.cells.PaginatedSaveOptions](../../com.aspose.cells/paginatedsaveoptions) +``` +public class OfdSaveOptions extends PaginatedSaveOptions +``` + +Represents the options for saving a OFD(Open Fixed-layout Document) file. +## Constructors + +| Constructor | Description | +| --- | --- | +| [OfdSaveOptions()](#OfdSaveOptions--) | Creates the options for saving OFD file. | +## Methods + +| Method | Description | +| --- | --- | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [getAllColumnsInOnePagePerSheet()](#getAllColumnsInOnePagePerSheet--) | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. | +| [getCachedFileFolder()](#getCachedFileFolder--) | The folder for temporary files that may be used as data cache. | +| [getCheckExcelRestriction()](#getCheckExcelRestriction--) | Whether check restriction of excel file when user modify cells related objects. | +| [getCheckFontCompatibility()](#getCheckFontCompatibility--) | Indicates whether to check font compatibility for every character in text. | +| [getCheckWorkbookDefaultFont()](#getCheckWorkbookDefaultFont--) | 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. | +| [getClass()](#getClass--) | | +| [getClearData()](#getClearData--) | Make the workbook empty after saving the file. | +| [getCreateDirectory()](#getCreateDirectory--) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [getCustomRenderSettings()](#getCustomRenderSettings--) | Gets custom settings during rendering. | +| [getDefaultEditLanguage()](#getDefaultEditLanguage--) | Gets default edit language. | +| [getDefaultFont()](#getDefaultFont--) | 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. | +| [getDrawObjectEventHandler()](#getDrawObjectEventHandler--) | Implements this interface to get DrawObject and Bound when rendering. | +| [getEmfRenderSetting()](#getEmfRenderSetting--) | Setting for rendering Emf metafile. | +| [getEncryptDocumentProperties()](#getEncryptDocumentProperties--) | Indicates whether encrypt document properties when saving as .xls file. | +| [getGridlineColor()](#getGridlineColor--) | Gets gridline color. | +| [getGridlineType()](#getGridlineType--) | Gets gridline type. | +| [getIgnoreError()](#getIgnoreError--) | Indicates if you need to hide the error while rendering. | +| [getMergeAreas()](#getMergeAreas--) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [getOnePagePerSheet()](#getOnePagePerSheet--) | If OnePagePerSheet is true , all content of one sheet will output to only one page in result. | +| [getOutputBlankPageWhenNothingToPrint()](#getOutputBlankPageWhenNothingToPrint--) | Indicates whether to output a blank page when there is nothing to print. | +| [getPageCount()](#getPageCount--) | Gets the number of pages to save. | +| [getPageIndex()](#getPageIndex--) | Gets the 0-based index of the first page to save. | +| [getPageSavingCallback()](#getPageSavingCallback--) | Control/Indicate progress of page saving process. | +| [getPrintingPageType()](#getPrintingPageType--) | Indicates which pages will not be printed. | +| [getRefreshChartCache()](#getRefreshChartCache--) | Indicates whether to cache the latest data of the chart. | +| [getSaveFormat()](#getSaveFormat--) | Gets the save file format. | +| [getSheetSet()](#getSheetSet--) | Gets the sheets to render. | +| [getSortExternalNames()](#getSortExternalNames--) | Indicates whether sorting external defined names before saving file. | +| [getSortNames()](#getSortNames--) | Indicates whether sorting defined names before saving file. | +| [getTextCrossType()](#getTextCrossType--) | Gets displaying text type when the text width is larger than cell width. | +| [getUpdateSmartArt()](#getUpdateSmartArt--) | Indicates whether updating smart art setting. | +| [getValidateMergedAreas()](#getValidateMergedAreas--) | Indicates whether validate merged cells before saving the file. | +| [getWarningCallback()](#getWarningCallback--) | Gets warning callback. | +| [hashCode()](#hashCode--) | | +| [isFontSubstitutionCharGranularity()](#isFontSubstitutionCharGranularity--) | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [setAllColumnsInOnePagePerSheet(boolean value)](#setAllColumnsInOnePagePerSheet-boolean-) | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. | +| [setCachedFileFolder(String value)](#setCachedFileFolder-java.lang.String-) | The folder for temporary files that may be used as data cache. | +| [setCheckExcelRestriction(boolean value)](#setCheckExcelRestriction-boolean-) | Whether check restriction of excel file when user modify cells related objects. | +| [setCheckFontCompatibility(boolean value)](#setCheckFontCompatibility-boolean-) | Indicates whether to check font compatibility for every character in text. | +| [setCheckWorkbookDefaultFont(boolean value)](#setCheckWorkbookDefaultFont-boolean-) | 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. | +| [setClearData(boolean value)](#setClearData-boolean-) | Make the workbook empty after saving the file. | +| [setCreateDirectory(boolean value)](#setCreateDirectory-boolean-) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [setCustomRenderSettings(CustomRenderSettings value)](#setCustomRenderSettings-com.aspose.cells.CustomRenderSettings-) | Sets custom settings during rendering. | +| [setDefaultEditLanguage(int value)](#setDefaultEditLanguage-int-) | Sets default edit language. | +| [setDefaultFont(String value)](#setDefaultFont-java.lang.String-) | 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. | +| [setDrawObjectEventHandler(DrawObjectEventHandler value)](#setDrawObjectEventHandler-com.aspose.cells.DrawObjectEventHandler-) | Implements this interface to get DrawObject and Bound when rendering. | +| [setEmfRenderSetting(int value)](#setEmfRenderSetting-int-) | Setting for rendering Emf metafile. | +| [setEncryptDocumentProperties(boolean value)](#setEncryptDocumentProperties-boolean-) | Indicates whether encrypt document properties when saving as .xls file. | +| [setFontSubstitutionCharGranularity(boolean value)](#setFontSubstitutionCharGranularity-boolean-) | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. | +| [setGridlineColor(Color value)](#setGridlineColor-com.aspose.cells.Color-) | Sets gridline color. | +| [setGridlineType(int value)](#setGridlineType-int-) | Sets gridline type. | +| [setIgnoreError(boolean value)](#setIgnoreError-boolean-) | Indicates if you need to hide the error while rendering. | +| [setMergeAreas(boolean value)](#setMergeAreas-boolean-) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [setOnePagePerSheet(boolean value)](#setOnePagePerSheet-boolean-) | If OnePagePerSheet is true , all content of one sheet will output to only one page in result. | +| [setOutputBlankPageWhenNothingToPrint(boolean value)](#setOutputBlankPageWhenNothingToPrint-boolean-) | Indicates whether to output a blank page when there is nothing to print. | +| [setPageCount(int value)](#setPageCount-int-) | Sets the number of pages to save. | +| [setPageIndex(int value)](#setPageIndex-int-) | Sets the 0-based index of the first page to save. | +| [setPageSavingCallback(IPageSavingCallback value)](#setPageSavingCallback-com.aspose.cells.IPageSavingCallback-) | Control/Indicate progress of page saving process. | +| [setPrintingPageType(int value)](#setPrintingPageType-int-) | Indicates which pages will not be printed. | +| [setRefreshChartCache(boolean value)](#setRefreshChartCache-boolean-) | Indicates whether to cache the latest data of the chart. | +| [setSheetSet(SheetSet value)](#setSheetSet-com.aspose.cells.SheetSet-) | Sets the sheets to render. | +| [setSortExternalNames(boolean value)](#setSortExternalNames-boolean-) | Indicates whether sorting external defined names before saving file. | +| [setSortNames(boolean value)](#setSortNames-boolean-) | Indicates whether sorting defined names before saving file. | +| [setTextCrossType(int value)](#setTextCrossType-int-) | Sets displaying text type when the text width is larger than cell width. | +| [setUpdateSmartArt(boolean value)](#setUpdateSmartArt-boolean-) | Indicates whether updating smart art setting. | +| [setValidateMergedAreas(boolean value)](#setValidateMergedAreas-boolean-) | Indicates whether validate merged cells before saving the file. | +| [setWarningCallback(IWarningCallback value)](#setWarningCallback-com.aspose.cells.IWarningCallback-) | Sets warning callback. | +| [toString()](#toString--) | | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### OfdSaveOptions() {#OfdSaveOptions--} +``` +public OfdSaveOptions() +``` + + +Creates the options for saving OFD file. + +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### getAllColumnsInOnePagePerSheet() {#getAllColumnsInOnePagePerSheet--} +``` +public boolean getAllColumnsInOnePagePerSheet() +``` + + +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. + +**Returns:** +boolean +### getCachedFileFolder() {#getCachedFileFolder--} +``` +public String getCachedFileFolder() +``` + + +The folder for temporary files that may be used as data cache. + +**Remarks** + +If the folder has not been specified, the default value for it is void + +**Returns:** +java.lang.String +### getCheckExcelRestriction() {#getCheckExcelRestriction--} +``` +public boolean getCheckExcelRestriction() +``` + + +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, it will be truncated. + +**Returns:** +boolean +### getCheckFontCompatibility() {#getCheckFontCompatibility--} +``` +public boolean getCheckFontCompatibility() +``` + + +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; + +**Returns:** +boolean +### getCheckWorkbookDefaultFont() {#getCheckWorkbookDefaultFont--} +``` +public boolean getCheckWorkbookDefaultFont() +``` + + +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. + +**Returns:** +boolean +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### getClearData() {#getClearData--} +``` +public boolean getClearData() +``` + + +Make the workbook empty after saving the file. + +**Returns:** +boolean +### getCreateDirectory() {#getCreateDirectory--} +``` +public boolean getCreateDirectory() +``` + + +If true and the directory does not exist, the directory will be automatically created before saving the file. + +**Remarks** + +The default value is false. + +**Returns:** +boolean +### getCustomRenderSettings() {#getCustomRenderSettings--} +``` +public CustomRenderSettings getCustomRenderSettings() +``` + + +Gets custom settings during rendering. + +**Returns:** +[CustomRenderSettings](../../com.aspose.cells/customrendersettings) +### getDefaultEditLanguage() {#getDefaultEditLanguage--} +``` +public int getDefaultEditLanguage() +``` + + +Gets default edit language. + +See [DefaultEditLanguage](../../com.aspose.cells/defaulteditlanguage). + +**Remarks** + +It may display/render different layouts for text paragraph when different edit languages is set. Default is [DefaultEditLanguage.AUTO](../../com.aspose.cells/defaulteditlanguage\#AUTO). + +**Returns:** +int +### getDefaultFont() {#getDefaultFont--} +``` +public String getDefaultFont() +``` + + +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. + +**Returns:** +java.lang.String +### getDrawObjectEventHandler() {#getDrawObjectEventHandler--} +``` +public DrawObjectEventHandler getDrawObjectEventHandler() +``` + + +Implements this interface to get DrawObject and Bound when rendering. + +**Returns:** +[DrawObjectEventHandler](../../com.aspose.cells/drawobjecteventhandler) +### getEmfRenderSetting() {#getEmfRenderSetting--} +``` +public int getEmfRenderSetting() +``` + + +Setting for rendering Emf metafile. + +See [EmfRenderSetting](../../com.aspose.cells/emfrendersetting). + +**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](../../com.aspose.cells/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](../../com.aspose.cells/emfrendersetting\#EMF-ONLY). + +**Returns:** +int +### getEncryptDocumentProperties() {#getEncryptDocumentProperties--} +``` +public boolean getEncryptDocumentProperties() +``` + + +Indicates whether encrypt document properties when saving as .xls file. The default value is true. + +**Remarks** + +Only for .xls,xlsx,xlsb and xlsm file. + +**Returns:** +boolean +### getGridlineColor() {#getGridlineColor--} +``` +public Color getGridlineColor() +``` + + +Gets gridline color. + +**Remarks** + +It will ignore the gridline color settings in the source file. + +**Returns:** +[Color](../../com.aspose.cells/color) +### getGridlineType() {#getGridlineType--} +``` +public int getGridlineType() +``` + + +Gets gridline type. + +See [GridlineType](../../com.aspose.cells/gridlinetype). + +**Remarks** + +Default is Dotted type. + +**Returns:** +int +### getIgnoreError() {#getIgnoreError--} +``` +public boolean getIgnoreError() +``` + + +Indicates if you need to hide the error while rendering. The error can be error in shape, image, chart rendering, etc. + +**Returns:** +boolean +### getMergeAreas() {#getMergeAreas--} +``` +public boolean getMergeAreas() +``` + + +Indicates whether merge the areas of conditional formatting and validation before saving the file. + +**Remarks** + +The default value is false. + +**Returns:** +boolean +### getOnePagePerSheet() {#getOnePagePerSheet--} +``` +public boolean getOnePagePerSheet() +``` + + +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. + +**Returns:** +boolean +### getOutputBlankPageWhenNothingToPrint() {#getOutputBlankPageWhenNothingToPrint--} +``` +public boolean getOutputBlankPageWhenNothingToPrint() +``` + + +Indicates whether to output a blank page when there is nothing to print. + +**Remarks** + +Default is true. + +**Returns:** +boolean +### getPageCount() {#getPageCount--} +``` +public int getPageCount() +``` + + +Gets the number of pages to save. + +**Remarks** + +Default is System.Int32.MaxValue which means all pages will be rendered.. + +**Example** + +The following example shows how to render a range of pages (3 and 4) in a Microsoft Excel file to PDF. + +``` + //Open an Excel file + Workbook wb = new Workbook("Book1.xlsx"); + + PdfSaveOptions options = new PdfSaveOptions(); + + //Print only Page 3 and Page 4 in the output PDF + //Starting page index (0-based index) + options.setPageIndex(3); + //Number of pages to be printed + options.setPageCount(2); + + //Save the PDF file + wb.save("output.pdf", options); +``` + +**Returns:** +int +### getPageIndex() {#getPageIndex--} +``` +public int getPageIndex() +``` + + +Gets the 0-based index of the first page to save. + +**Remarks** + +Default is 0. + +**Example** + +The following example shows how to render a range of pages (3 and 4) in a Microsoft Excel file to PDF. + +``` + //Open an Excel file + Workbook wb = new Workbook("Book1.xlsx"); + + PdfSaveOptions options = new PdfSaveOptions(); + + //Print only Page 3 and Page 4 in the output PDF + //Starting page index (0-based index) + options.setPageIndex(3); + //Number of pages to be printed + options.setPageCount(2); + + //Save the PDF file + wb.save("output.pdf", options); +``` + +**Returns:** +int +### getPageSavingCallback() {#getPageSavingCallback--} +``` +public IPageSavingCallback getPageSavingCallback() +``` + + +Control/Indicate progress of page saving process. + +**Returns:** +[IPageSavingCallback](../../com.aspose.cells/ipagesavingcallback) +### getPrintingPageType() {#getPrintingPageType--} +``` +public int getPrintingPageType() +``` + + +Indicates which pages will not be printed. + +See [PrintingPageType](../../com.aspose.cells/printingpagetype). + +**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. + +**Example** + +The following code omits blank pages or pages which only contains some style content like cell background, borders. + +``` + Workbook wb = new Workbook("Book1.xlsx"); + + PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); + + //ignore blank pages + pdfSaveOptions.setPrintingPageType(PrintingPageType.IGNORE_BLANK); + + wb.save("output_ignore_blank_page.pdf", pdfSaveOptions); + + + //ignore blank pages and pages which only contains some style content like cell background + pdfSaveOptions.setPrintingPageType(PrintingPageType.IGNORE_STYLE); + + wb.save("output_ignore_blank_and_style_page.pdf", pdfSaveOptions); +``` + +**Returns:** +int +### getRefreshChartCache() {#getRefreshChartCache--} +``` +public boolean getRefreshChartCache() +``` + + +Indicates whether to cache the latest data of the chart. + +**Returns:** +boolean +### getSaveFormat() {#getSaveFormat--} +``` +public int getSaveFormat() +``` + + +Gets the save file format. + +See [SaveFormat](../../com.aspose.cells/saveformat). + +**Returns:** +int +### getSheetSet() {#getSheetSet--} +``` +public SheetSet getSheetSet() +``` + + +Gets the sheets to render. Default is all visible sheets in the workbook: [SheetSet.getVisible()](../../com.aspose.cells/sheetset\#getVisible--). + +**Example** + +The following code only renders active sheet to pdf. + +``` + Workbook workbook = new Workbook("Book1.xlsx"); + + int activeSheetIndex = workbook.getWorksheets().getActiveSheetIndex(); + + PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); + //set active sheet index to sheet set. + pdfSaveOptions.setSheetSet(new SheetSet(new int[] { activeSheetIndex })); + workbook.save("output.pdf", pdfSaveOptions); +``` + +**Returns:** +[SheetSet](../../com.aspose.cells/sheetset) +### getSortExternalNames() {#getSortExternalNames--} +``` +public boolean getSortExternalNames() +``` + + +Indicates whether sorting external defined names before saving file. + +**Returns:** +boolean +### getSortNames() {#getSortNames--} +``` +public boolean getSortNames() +``` + + +Indicates whether sorting defined names before saving file. + +**Returns:** +boolean +### getTextCrossType() {#getTextCrossType--} +``` +public int getTextCrossType() +``` + + +Gets displaying text type when the text width is larger than cell width. + +See [TextCrossType](../../com.aspose.cells/textcrosstype). + +**Returns:** +int +### getUpdateSmartArt() {#getUpdateSmartArt--} +``` +public boolean getUpdateSmartArt() +``` + + +Indicates whether updating smart art setting. The default value is false. + +**Remarks** + +Only effects after calling Shape.GetResultOfSmartArt() method and the cached shapes exist in the template file. + +**Returns:** +boolean +### getValidateMergedAreas() {#getValidateMergedAreas--} +``` +public boolean getValidateMergedAreas() +``` + + +Indicates whether validate merged cells before saving the file. + +**Remarks** + +The default value is false. + +**Returns:** +boolean +### getWarningCallback() {#getWarningCallback--} +``` +public IWarningCallback getWarningCallback() +``` + + +Gets warning callback. + +**Returns:** +[IWarningCallback](../../com.aspose.cells/iwarningcallback) +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### isFontSubstitutionCharGranularity() {#isFontSubstitutionCharGranularity--} +``` +public boolean isFontSubstitutionCharGranularity() +``` + + +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. + +**Returns:** +boolean +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### setAllColumnsInOnePagePerSheet(boolean value) {#setAllColumnsInOnePagePerSheet-boolean-} +``` +public void setAllColumnsInOnePagePerSheet(boolean value) +``` + + +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. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setCachedFileFolder(String value) {#setCachedFileFolder-java.lang.String-} +``` +public void setCachedFileFolder(String value) +``` + + +The folder for temporary files that may be used as data cache. + +**Remarks** + +If the folder has not been specified, the default value for it is void + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | java.lang.String | | + +### setCheckExcelRestriction(boolean value) {#setCheckExcelRestriction-boolean-} +``` +public void setCheckExcelRestriction(boolean value) +``` + + +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, it will be truncated. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setCheckFontCompatibility(boolean value) {#setCheckFontCompatibility-boolean-} +``` +public void setCheckFontCompatibility(boolean value) +``` + + +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; + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setCheckWorkbookDefaultFont(boolean value) {#setCheckWorkbookDefaultFont-boolean-} +``` +public void setCheckWorkbookDefaultFont(boolean value) +``` + + +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. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setClearData(boolean value) {#setClearData-boolean-} +``` +public void setClearData(boolean value) +``` + + +Make the workbook empty after saving the file. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setCreateDirectory(boolean value) {#setCreateDirectory-boolean-} +``` +public void setCreateDirectory(boolean value) +``` + + +If true and the directory does not exist, the directory will be automatically created before saving the file. + +**Remarks** + +The default value is false. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setCustomRenderSettings(CustomRenderSettings value) {#setCustomRenderSettings-com.aspose.cells.CustomRenderSettings-} +``` +public void setCustomRenderSettings(CustomRenderSettings value) +``` + + +Sets custom settings during rendering. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [CustomRenderSettings](../../com.aspose.cells/customrendersettings) | | + +### setDefaultEditLanguage(int value) {#setDefaultEditLanguage-int-} +``` +public void setDefaultEditLanguage(int value) +``` + + +Sets default edit language. + +See [DefaultEditLanguage](../../com.aspose.cells/defaulteditlanguage). + +**Remarks** + +It may display/render different layouts for text paragraph when different edit languages is set. Default is [DefaultEditLanguage.AUTO](../../com.aspose.cells/defaulteditlanguage\#AUTO). + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + +### setDefaultFont(String value) {#setDefaultFont-java.lang.String-} +``` +public void setDefaultFont(String value) +``` + + +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. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | java.lang.String | | + +### setDrawObjectEventHandler(DrawObjectEventHandler value) {#setDrawObjectEventHandler-com.aspose.cells.DrawObjectEventHandler-} +``` +public void setDrawObjectEventHandler(DrawObjectEventHandler value) +``` + + +Implements this interface to get DrawObject and Bound when rendering. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [DrawObjectEventHandler](../../com.aspose.cells/drawobjecteventhandler) | | + +### setEmfRenderSetting(int value) {#setEmfRenderSetting-int-} +``` +public void setEmfRenderSetting(int value) +``` + + +Setting for rendering Emf metafile. + +See [EmfRenderSetting](../../com.aspose.cells/emfrendersetting). + +**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](../../com.aspose.cells/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](../../com.aspose.cells/emfrendersetting\#EMF-ONLY). + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + +### setEncryptDocumentProperties(boolean value) {#setEncryptDocumentProperties-boolean-} +``` +public void setEncryptDocumentProperties(boolean value) +``` + + +Indicates whether encrypt document properties when saving as .xls file. The default value is true. + +**Remarks** + +Only for .xls,xlsx,xlsb and xlsm file. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setFontSubstitutionCharGranularity(boolean value) {#setFontSubstitutionCharGranularity-boolean-} +``` +public void setFontSubstitutionCharGranularity(boolean value) +``` + + +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. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setGridlineColor(Color value) {#setGridlineColor-com.aspose.cells.Color-} +``` +public void setGridlineColor(Color value) +``` + + +Sets gridline color. + +**Remarks** + +It will ignore the gridline color settings in the source file. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [Color](../../com.aspose.cells/color) | | + +### setGridlineType(int value) {#setGridlineType-int-} +``` +public void setGridlineType(int value) +``` + + +Sets gridline type. + +See [GridlineType](../../com.aspose.cells/gridlinetype). + +**Remarks** + +Default is Dotted type. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + +### setIgnoreError(boolean value) {#setIgnoreError-boolean-} +``` +public void setIgnoreError(boolean value) +``` + + +Indicates if you need to hide the error while rendering. The error can be error in shape, image, chart rendering, etc. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setMergeAreas(boolean value) {#setMergeAreas-boolean-} +``` +public void setMergeAreas(boolean value) +``` + + +Indicates whether merge the areas of conditional formatting and validation before saving the file. + +**Remarks** + +The default value is false. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setOnePagePerSheet(boolean value) {#setOnePagePerSheet-boolean-} +``` +public void setOnePagePerSheet(boolean value) +``` + + +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. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setOutputBlankPageWhenNothingToPrint(boolean value) {#setOutputBlankPageWhenNothingToPrint-boolean-} +``` +public void setOutputBlankPageWhenNothingToPrint(boolean value) +``` + + +Indicates whether to output a blank page when there is nothing to print. + +**Remarks** + +Default is true. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setPageCount(int value) {#setPageCount-int-} +``` +public void setPageCount(int value) +``` + + +Sets the number of pages to save. + +**Remarks** + +Default is System.Int32.MaxValue which means all pages will be rendered.. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + +### setPageIndex(int value) {#setPageIndex-int-} +``` +public void setPageIndex(int value) +``` + + +Sets the 0-based index of the first page to save. + +**Remarks** + +Default is 0. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + +### setPageSavingCallback(IPageSavingCallback value) {#setPageSavingCallback-com.aspose.cells.IPageSavingCallback-} +``` +public void setPageSavingCallback(IPageSavingCallback value) +``` + + +Control/Indicate progress of page saving process. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [IPageSavingCallback](../../com.aspose.cells/ipagesavingcallback) | | + +### setPrintingPageType(int value) {#setPrintingPageType-int-} +``` +public void setPrintingPageType(int value) +``` + + +Indicates which pages will not be printed. + +See [PrintingPageType](../../com.aspose.cells/printingpagetype). + +**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. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + +### setRefreshChartCache(boolean value) {#setRefreshChartCache-boolean-} +``` +public void setRefreshChartCache(boolean value) +``` + + +Indicates whether to cache the latest data of the chart. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setSheetSet(SheetSet value) {#setSheetSet-com.aspose.cells.SheetSet-} +``` +public void setSheetSet(SheetSet value) +``` + + +Sets the sheets to render. Default is all visible sheets in the workbook: [SheetSet.getVisible()](../../com.aspose.cells/sheetset\#getVisible--). + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [SheetSet](../../com.aspose.cells/sheetset) | | + +### setSortExternalNames(boolean value) {#setSortExternalNames-boolean-} +``` +public void setSortExternalNames(boolean value) +``` + + +Indicates whether sorting external defined names before saving file. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setSortNames(boolean value) {#setSortNames-boolean-} +``` +public void setSortNames(boolean value) +``` + + +Indicates whether sorting defined names before saving file. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setTextCrossType(int value) {#setTextCrossType-int-} +``` +public void setTextCrossType(int value) +``` + + +Sets displaying text type when the text width is larger than cell width. + +See [TextCrossType](../../com.aspose.cells/textcrosstype). + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + +### setUpdateSmartArt(boolean value) {#setUpdateSmartArt-boolean-} +``` +public void setUpdateSmartArt(boolean value) +``` + + +Indicates whether updating smart art setting. The default value is false. + +**Remarks** + +Only effects after calling Shape.GetResultOfSmartArt() method and the cached shapes exist in the template file. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setValidateMergedAreas(boolean value) {#setValidateMergedAreas-boolean-} +``` +public void setValidateMergedAreas(boolean value) +``` + + +Indicates whether validate merged cells before saving the file. + +**Remarks** + +The default value is false. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + +### setWarningCallback(IWarningCallback value) {#setWarningCallback-com.aspose.cells.IWarningCallback-} +``` +public void setWarningCallback(IWarningCallback value) +``` + + +Sets warning callback. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [IWarningCallback](../../com.aspose.cells/iwarningcallback) | | + +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final native void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.cells/pclsaveoptions/_index.md b/english/java/com.aspose.cells/pclsaveoptions/_index.md index c77da5e63d2..77a1ae6ac77 100644 --- a/english/java/com.aspose.cells/pclsaveoptions/_index.md +++ b/english/java/com.aspose.cells/pclsaveoptions/_index.md @@ -17,7 +17,7 @@ Represents the options for saving a Pcl file. | Constructor | Description | | --- | --- | -| [PclSaveOptions()](#PclSaveOptions--) | Creates the options for saving pdf file. | +| [PclSaveOptions()](#PclSaveOptions--) | Creates the options for saving pcl file. | ## Methods | Method | Description | @@ -105,7 +105,7 @@ public PclSaveOptions() ``` -Creates the options for saving pdf file. +Creates the options for saving pcl file. ### addPrinterFont(String fontFullName, String fontPclName) {#addPrinterFont-java.lang.String-java.lang.String-} ``` diff --git a/english/java/com.aspose.cells/pivotareafilter/_index.md b/english/java/com.aspose.cells/pivotareafilter/_index.md index 28288bb302d..4b8cd059daa 100644 --- a/english/java/com.aspose.cells/pivotareafilter/_index.md +++ b/english/java/com.aspose.cells/pivotareafilter/_index.md @@ -24,6 +24,7 @@ Represents the filter of [PivotArea](../../com.aspose.cells/pivotarea) for [Pivo | --- | --- | | [equals(Object arg0)](#equals-java.lang.Object-) | | | [getClass()](#getClass--) | | +| [getFieldIndex()](#getFieldIndex--) | Gets the index of the field to which this filter refers. | | [getSelected()](#getSelected--) | Indicates whether this field has selection. | | [hashCode()](#hashCode--) | | | [isSubtotalSet(int subtotalType)](#isSubtotalSet-int-) | Gets which subtotal is set for this filter. | @@ -66,6 +67,16 @@ public final native Class getClass() **Returns:** java.lang.Class +### getFieldIndex() {#getFieldIndex--} +``` +public int getFieldIndex() +``` + + +Gets the index of the field to which this filter refers. A value of -2 indicates the values field. + +**Returns:** +int ### getSelected() {#getSelected--} ``` public boolean getSelected() diff --git a/english/java/com.aspose.cells/pivotoptions/_index.md b/english/java/com.aspose.cells/pivotoptions/_index.md index d7291d3b979..45272e5ba7d 100644 --- a/english/java/com.aspose.cells/pivotoptions/_index.md +++ b/english/java/com.aspose.cells/pivotoptions/_index.md @@ -24,7 +24,7 @@ Represents a complex type that specifies the pivot controls that appear on the c | [getDropZoneFilter()](#getDropZoneFilter--) | Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | | [getDropZoneSeries()](#getDropZoneSeries--) | Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | | [getDropZonesVisible()](#getDropZonesVisible--) | Specifies whether any pivot controls can appear on the pivot chart. | -| [getShowExpandCollapseFieldButtons()](#getShowExpandCollapseFieldButtons--) | Gets a value indicating whether to show expand/collapse field buttons | +| [getShowExpandCollapseFieldButtons()](#getShowExpandCollapseFieldButtons--) | Gets a value indicating whether to show expand or collapse field buttons | | [hashCode()](#hashCode--) | | | [notify()](#notify--) | | | [notifyAll()](#notifyAll--) | | @@ -33,7 +33,7 @@ Represents a complex type that specifies the pivot controls that appear on the c | [setDropZoneFilter(boolean value)](#setDropZoneFilter-boolean-) | Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | | [setDropZoneSeries(boolean value)](#setDropZoneSeries-boolean-) | Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | | [setDropZonesVisible(boolean value)](#setDropZonesVisible-boolean-) | Specifies whether any pivot controls can appear on the pivot chart. | -| [setShowExpandCollapseFieldButtons(boolean value)](#setShowExpandCollapseFieldButtons-boolean-) | Sets a value indicating whether to show expand/collapse field buttons | +| [setShowExpandCollapseFieldButtons(boolean value)](#setShowExpandCollapseFieldButtons-boolean-) | Sets a value indicating whether to show expand or collapse field buttons | | [toString()](#toString--) | | | [wait()](#wait--) | | | [wait(long arg0)](#wait-long-) | | @@ -119,7 +119,7 @@ public boolean getShowExpandCollapseFieldButtons() ``` -Gets a value indicating whether to show expand/collapse field buttons +Gets a value indicating whether to show expand or collapse field buttons **Returns:** boolean @@ -220,7 +220,7 @@ public void setShowExpandCollapseFieldButtons(boolean value) ``` -Sets a value indicating whether to show expand/collapse field buttons +Sets a value indicating whether to show expand or collapse field buttons **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/pivottable/_index.md b/english/java/com.aspose.cells/pivottable/_index.md index 8853d3893d5..b1b3a4b8a27 100644 --- a/english/java/com.aspose.cells/pivottable/_index.md +++ b/english/java/com.aspose.cells/pivottable/_index.md @@ -102,7 +102,9 @@ Summary description for PivotTable. | [calculateData(PivotTableCalculateOption option)](#calculateData-com.aspose.cells.PivotTableCalculateOption-) | Calculates pivot table with options. | | [calculateRange()](#calculateRange--) | Calculates pivottable's range. | | [changeDataSource(String[] source)](#changeDataSource-java.lang.String---) | Change data source of the pivottable. | +| [clearAll()](#clearAll--) | Remove all fields from regions. | | [clearData()](#clearData--) | Clear data and formatting of PivotTable view. | +| [clearFilters()](#clearFilters--) | Clears all filters of this pivot table. | | [copyStyle(PivotTable pivotTable)](#copyStyle-com.aspose.cells.PivotTable-) | Copies named style from another pivot table. | | [dispose()](#dispose--) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | | [equals(Object arg0)](#equals-java.lang.Object-) | | @@ -133,6 +135,7 @@ Summary description for PivotTable. | [getDataFieldHeaderName()](#getDataFieldHeaderName--) | Gets the name of the value area field header in the PivotTable. | | [getDataFields()](#getDataFields--) | Gets a PivotField object that represents all the data fields in a PivotTable. | | [getDataSource()](#getDataSource--) | Gets the data source of the pivot table. | +| [getDependentPivotTables()](#getDependentPivotTables--) | Gets all [PivotTable](../../com.aspose.cells/pivottable)s that use this PivotTable as their data source. | | [getDisplayErrorString()](#getDisplayErrorString--) | Indicates whether the PivotTable report displays a custom string in cells that contain errors. | | [getDisplayImmediateItems()](#getDisplayImmediateItems--) | Indicates whether items in the row and column areas are visible when the data area of the PivotTable is empty. | | [getDisplayNullString()](#getDisplayNullString--) | Indicates whether the PivotTable report displays a custom string if the value is null. | @@ -152,7 +155,7 @@ Summary description for PivotTable. | [getIndent()](#getIndent--) | Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form. | | [getItemPrintTitles()](#getItemPrintTitles--) | Indicates whether PivotItem names should be repeated at the top of each printed page. | | [getManualUpdate()](#getManualUpdate--) | Indicates whether the PivotTable report is recalculated only at the user's request. | -| [getMergeLabels()](#getMergeLabels--) | True if the specified PivotTable report's outer-row item, column item, subtotal, and grand total labels use merged cells. | +| [getMergeLabels()](#getMergeLabels--) | Indicates whether row or column titles that span multiple cells should be merged into a single cell. | | [getMissingItemsLimit()](#getMissingItemsLimit--) | Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them. | | [getName()](#getName--) | Gets the name of the PivotTable | | [getNamesOfSourceDataConnections()](#getNamesOfSourceDataConnections--) | Gets the names of external source data connections. | @@ -180,7 +183,7 @@ Summary description for PivotTable. | [getRowRange()](#getRowRange--) | Returns a CellArea object that represents the range that contains the row area in the PivotTable report. | | [getSaveData()](#getSaveData--) | Indicates whether data for the PivotTable report is saved with the workbook. | | [getShowColumnGrandTotals()](#getShowColumnGrandTotals--) | Indicates whether to show grand totals for columns of this pivot table. | -| [getShowDataTips()](#getShowDataTips--) | Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells. | +| [getShowDataTips()](#getShowDataTips--) | Indicates whether tooltips should be displayed for PivotTable data cells. | | [getShowDrill()](#getShowDrill--) | Gets whether showing expand/collapse buttons. | | [getShowEmptyCol()](#getShowEmptyCol--) | Indicates whether to include empty columns in the table | | [getShowEmptyRow()](#getShowEmptyRow--) | Indicates whether to include empty rows in the table. | @@ -256,7 +259,7 @@ Summary description for PivotTable. | [setManualGroupField(int baseFieldIndex, DateTime startVal, DateTime endVal, ArrayList groupByList, int intervalNum)](#setManualGroupField-int-com.aspose.cells.DateTime-com.aspose.cells.DateTime-java.util.ArrayList-int-) | Sets manual field group by the PivotTable. | | [setManualGroupField(int baseFieldIndex, double startVal, double endVal, ArrayList groupByList, double intervalNum)](#setManualGroupField-int-double-double-java.util.ArrayList-double-) | Sets manual field group by the PivotTable. | | [setManualUpdate(boolean value)](#setManualUpdate-boolean-) | Indicates whether the PivotTable report is recalculated only at the user's request. | -| [setMergeLabels(boolean value)](#setMergeLabels-boolean-) | True if the specified PivotTable report's outer-row item, column item, subtotal, and grand total labels use merged cells. | +| [setMergeLabels(boolean value)](#setMergeLabels-boolean-) | Indicates whether row or column titles that span multiple cells should be merged into a single cell. | | [setMissingItemsLimit(int value)](#setMissingItemsLimit-int-) | Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them. | | [setMultipleFieldFilters(boolean value)](#setMultipleFieldFilters-boolean-) | Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them. | | [setName(String value)](#setName-java.lang.String-) | Gets the name of the PivotTable | @@ -277,7 +280,7 @@ Summary description for PivotTable. | [setSaveData(boolean value)](#setSaveData-boolean-) | Indicates whether data for the PivotTable report is saved with the workbook. | | [setSelected(boolean value)](#setSelected-boolean-) | Indicates whether this PivotTable is selected. | | [setShowColumnGrandTotals(boolean value)](#setShowColumnGrandTotals-boolean-) | Indicates whether to show grand totals for columns of this pivot table. | -| [setShowDataTips(boolean value)](#setShowDataTips-boolean-) | Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells. | +| [setShowDataTips(boolean value)](#setShowDataTips-boolean-) | Indicates whether tooltips should be displayed for PivotTable data cells. | | [setShowDrill(boolean value)](#setShowDrill-boolean-) | Sets whether showing expand/collapse buttons. | | [setShowEmptyCol(boolean value)](#setShowEmptyCol-boolean-) | Indicates whether to include empty columns in the table | | [setShowEmptyRow(boolean value)](#setShowEmptyRow-boolean-) | Indicates whether to include empty rows in the table. | @@ -436,6 +439,14 @@ Change data source of the pivottable. | --- | --- | --- | | source | java.lang.String[] | | +### clearAll() {#clearAll--} +``` +public void clearAll() +``` + + +Remove all fields from regions. + ### clearData() {#clearData--} ``` public void clearData() @@ -448,6 +459,14 @@ Clear data and formatting of PivotTable view. If this method is not called before you add or delete PivotField, Maybe the PivotTable data is not corrected +### clearFilters() {#clearFilters--} +``` +public void clearFilters() +``` + + +Clears all filters of this pivot table. + ### copyStyle(PivotTable pivotTable) {#copyStyle-com.aspose.cells.PivotTable-} ``` public void copyStyle(PivotTable pivotTable) @@ -671,7 +690,11 @@ public PivotTable[] getChildren() ``` -Gets the Children Pivot Tables which use this PivotTable data as data source. +Gets the Children Pivot Tables which use this PivotTable data as data source. + +**Remarks** + +NOTE: This method is now obsolete. Instead, please use PivotTable.GetDependentPivotTables() method. This method will be removed 12 months later since April 2026. Aspose apologizes for any inconvenience you may have experienced. **Returns:** com.aspose.cells.PivotTable[] - the PivotTable array object @@ -803,6 +826,20 @@ Gets the data source of the pivot table. **Returns:** java.lang.String[] +### getDependentPivotTables() {#getDependentPivotTables--} +``` +public PivotTable[] getDependentPivotTables() +``` + + +Gets all [PivotTable](../../com.aspose.cells/pivottable)s that use this PivotTable as their data source. + +**Remarks** + +Because pivot tables may depend on each other's data, they must be refreshed in the correct order to ensure data consistency. + +**Returns:** +com.aspose.cells.PivotTable[] - ### getDisplayErrorString() {#getDisplayErrorString--} ``` public boolean getDisplayErrorString() @@ -1020,7 +1057,7 @@ public boolean getMergeLabels() ``` -True if the specified PivotTable report's outer-row item, column item, subtotal, and grand total labels use merged cells. +Indicates whether row or column titles that span multiple cells should be merged into a single cell. **Returns:** boolean @@ -1318,7 +1355,7 @@ public boolean getShowDataTips() ``` -Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells. +Indicates whether tooltips should be displayed for PivotTable data cells. **Returns:** boolean @@ -2287,7 +2324,7 @@ public void setMergeLabels(boolean value) ``` -True if the specified PivotTable report's outer-row item, column item, subtotal, and grand total labels use merged cells. +Indicates whether row or column titles that span multiple cells should be merged into a single cell. **Parameters:** | Parameter | Type | Description | @@ -2578,7 +2615,7 @@ public void setShowDataTips(boolean value) ``` -Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells. +Indicates whether tooltips should be displayed for PivotTable data cells. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/plotdatabytype/_index.md b/english/java/com.aspose.cells/plotdatabytype/_index.md index 979b33b9adf..e445aa01b8e 100644 --- a/english/java/com.aspose.cells/plotdatabytype/_index.md +++ b/english/java/com.aspose.cells/plotdatabytype/_index.md @@ -18,7 +18,7 @@ Represents the type of data plot by row or column. | Field | Description | | --- | --- | | [COLUMN](#COLUMN) | By column. | -| [ROW](#ROW) | By row. | +| [ROW](#ROW) | Sorted by row. | ## Methods | Method | Description | @@ -46,7 +46,7 @@ public static final int ROW ``` -By row. +Sorted by row. ### equals(Object arg0) {#equals-java.lang.Object-} ``` diff --git a/english/java/com.aspose.cells/saveformat/_index.md b/english/java/com.aspose.cells/saveformat/_index.md index 62ae2d3a1c5..dcd29e22903 100644 --- a/english/java/com.aspose.cells/saveformat/_index.md +++ b/english/java/com.aspose.cells/saveformat/_index.md @@ -36,6 +36,7 @@ Represents the format in which the workbook is saved. | [M_HTML](#M-HTML) | Represents a mhtml file. | | [NUMBERS](#NUMBERS) | Represents a numbers file. | | [ODS](#ODS) | Open Document Sheet(ODS) file. | +| [OFD](#OFD) | OFD (Open Fixed-layout Document) | | [OTS](#OTS) | Open Document Template Sheet(OTS) file. | | [PCL](#PCL) | PCL (Printer Command Language) | | [PDF](#PDF) | Represents a Pdf file. | @@ -228,6 +229,14 @@ public static final int ODS Open Document Sheet(ODS) file. +### OFD {#OFD} +``` +public static final int OFD +``` + + +OFD (Open Fixed-layout Document) + ### OTS {#OTS} ``` public static final int OTS diff --git a/english/java/com.aspose.cells/series/_index.md b/english/java/com.aspose.cells/series/_index.md index 2d06b54056c..297992aa305 100644 --- a/english/java/com.aspose.cells/series/_index.md +++ b/english/java/com.aspose.cells/series/_index.md @@ -81,7 +81,7 @@ Encapsulates the object that represents a single data series in a chart. | [getBorder()](#getBorder--) | Represents the border of a Series object. | | [getBubbleScale()](#getBubbleScale--) | Gets the scale factor for bubbles in the specified chart group. | | [getBubbleSizeRepresents()](#getBubbleSizeRepresents--) | Gets what the bubble size represents on a bubble chart. | -| [getBubbleSizes()](#getBubbleSizes--) | Gets the bubble sizes values of the chart series. | +| [getBubbleSizes()](#getBubbleSizes--) | Gets the bubble size values of the chart series. | | [getCachedCategoryValues()](#getCachedCategoryValues--) | Gets the cached category values for the series | | [getCachedValues()](#getCachedValues--) | Gets the cached values for the series | | [getCategoryValues()](#getCategoryValues--) | Gets the actual category values that are used to plot every point of this series in the chart. | @@ -103,7 +103,7 @@ Encapsulates the object that represents a single data series in a chart. | [getMarker()](#getMarker--) | Gets the [getMarker()](../../com.aspose.cells/series\#getMarker--). | | [getName()](#getName--) | Gets the name of the data series. | | [getOverlap()](#getOverlap--) | Specifies how bars and columns are positioned. | -| [getPlotOnSecondAxis()](#getPlotOnSecondAxis--) | Indicates if this series is plotted on second value axis. | +| [getPlotOnSecondAxis()](#getPlotOnSecondAxis--) | Indicates if this series is plotted on the second value axis. | | [getPointValues()](#getPointValues--) | Gets the actual values that are used to plot every point of this series in the chart. | | [getPoints()](#getPoints--) | Gets the collection of points in a series in a chart. | | [getSecondPlotSize()](#getSecondPlotSize--) | Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. | @@ -117,9 +117,9 @@ Encapsulates the object that represents a single data series in a chart. | [getSplitValue()](#getSplitValue--) | Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. | | [getTrendLines()](#getTrendLines--) | Returns all the trendlines of this series. | | [getType()](#getType--) | Gets a data series' type. | -| [getUpBars()](#getUpBars--) | Returns an DropBars object that represents the up bars on a line chart. | +| [getUpBars()](#getUpBars--) | Returns a DropBars object that represents the up bars on a line chart. | | [getValues()](#getValues--) | Represents the Y values of this chart series. | -| [getValuesFormatCode()](#getValuesFormatCode--) | Represents format code of Values' NumberList. | +| [getValuesFormatCode()](#getValuesFormatCode--) | Represents the format code of the Values NumberList. | | [getXErrorBar()](#getXErrorBar--) | Represents X direction error bar of the series. | | [getXValues()](#getXValues--) | Represents the X values of this chart series. | | [getXValuesFormatCode()](#getXValuesFormatCode--) | Represents format code of X Values' NumberList. | @@ -132,7 +132,7 @@ Encapsulates the object that represents a single data series in a chart. | [hasUpDownBars()](#hasUpDownBars--) | True if a line chart has up and down bars. | | [hashCode()](#hashCode--) | | | [isAutoSplit()](#isAutoSplit--) | Indicates whether the threshold value is automatic. | -| [isColorVaried()](#isColorVaried--) | Represents if the color of points is varied. | +| [isColorVaried()](#isColorVaried--) | Represents whether the color of points is varied. | | [isFiltered()](#isFiltered--) | Indicates whether the series is selected or filtered. | | [isVerticalValues()](#isVerticalValues--) | Indicates whether the data source is vertical. | | [move(int count)](#move-int-) | Moves the series up or down. | @@ -141,8 +141,8 @@ Encapsulates the object that represents a single data series in a chart. | [setBar3DShapeType(int value)](#setBar3DShapeType-int-) | Sets the 3D shape type used with the 3-D bar or column chart. | | [setBubbleScale(int value)](#setBubbleScale-int-) | Sets the scale factor for bubbles in the specified chart group. | | [setBubbleSizeRepresents(int value)](#setBubbleSizeRepresents-int-) | Gets what the bubble size represents on a bubble chart. | -| [setBubbleSizes(String value)](#setBubbleSizes-java.lang.String-) | Sets the bubble sizes values of the chart series. | -| [setColorVaried(boolean value)](#setColorVaried-boolean-) | Represents if the color of points is varied. | +| [setBubbleSizes(String value)](#setBubbleSizes-java.lang.String-) | Sets the bubble size values of the chart series. | +| [setColorVaried(boolean value)](#setColorVaried-boolean-) | Represents whether the color of points is varied. | | [setDoughnutHoleSize(int value)](#setDoughnutHoleSize-int-) | Returns or sets the size of the hole in a doughnut chart group. | | [setExplosion(int value)](#setExplosion-int-) | The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. | | [setFiltered(boolean value)](#setFiltered-boolean-) | Indicates whether the series is selected or filtered. | @@ -157,7 +157,7 @@ Encapsulates the object that represents a single data series in a chart. | [setHasUpDownBars(boolean value)](#setHasUpDownBars-boolean-) | True if a line chart has up and down bars. | | [setName(String value)](#setName-java.lang.String-) | Sets the name of the data series. | | [setOverlap(short value)](#setOverlap-short-) | Specifies how bars and columns are positioned. | -| [setPlotOnSecondAxis(boolean value)](#setPlotOnSecondAxis-boolean-) | Indicates if this series is plotted on second value axis. | +| [setPlotOnSecondAxis(boolean value)](#setPlotOnSecondAxis-boolean-) | Indicates if this series is plotted on the second value axis. | | [setSecondPlotSize(short value)](#setSecondPlotSize-short-) | Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. | | [setShadow(boolean value)](#setShadow-boolean-) | True if the series has a shadow. | | [setShowNegativeBubbles(boolean value)](#setShowNegativeBubbles-boolean-) | True if negative bubbles are shown for the chart group. | @@ -167,7 +167,7 @@ Encapsulates the object that represents a single data series in a chart. | [setSplitValue(double value)](#setSplitValue-double-) | Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. | | [setType(int value)](#setType-int-) | Sets a data series' type. | | [setValues(String value)](#setValues-java.lang.String-) | Represents the Y values of this chart series. | -| [setValuesFormatCode(String value)](#setValuesFormatCode-java.lang.String-) | Represents format code of Values' NumberList. | +| [setValuesFormatCode(String value)](#setValuesFormatCode-java.lang.String-) | Represents the format code of the Values NumberList. | | [setXValues(String value)](#setXValues-java.lang.String-) | Represents the X values of this chart series. | | [setXValuesFormatCode(String value)](#setXValuesFormatCode-java.lang.String-) | Represents format code of X Values' NumberList. | | [toString()](#toString--) | | @@ -253,7 +253,7 @@ public String getBubbleSizes() ``` -Gets the bubble sizes values of the chart series. +Gets the bubble size values of the chart series. **Remarks** @@ -386,7 +386,7 @@ public Line getDropLines() ``` -Returns a [Line](../../com.aspose.cells/line) object that represents the drop lines for a series on the line chart or area chart. Applies only to line chart or area charts. +Returns a [Line](../../com.aspose.cells/line) object that represents the drop lines for a series on the line chart or area chart. Applies only to line charts or area charts. **Returns:** [Line](../../com.aspose.cells/line) @@ -406,7 +406,7 @@ public short getFirstSliceAngle() ``` -Gets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. +Gets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, with values from 0 to 360. **Returns:** short @@ -520,7 +520,7 @@ public boolean getPlotOnSecondAxis() ``` -Indicates if this series is plotted on second value axis. +Indicates if this series is plotted on the second value axis. **Returns:** boolean @@ -640,7 +640,7 @@ public boolean getSmooth() ``` -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. +Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line charts and scatter charts with lines. **Returns:** boolean @@ -694,7 +694,7 @@ public DropBars getUpBars() ``` -Returns an DropBars object that represents the up bars on a line chart. Applies only to line charts. +Returns a DropBars object that represents the up bars on a line chart. Applies only to line charts. **Returns:** [DropBars](../../com.aspose.cells/dropbars) @@ -718,7 +718,7 @@ public String getValuesFormatCode() ``` -Represents format code of Values' NumberList. +Represents the format code of the Values NumberList. **Returns:** java.lang.String @@ -852,7 +852,7 @@ public boolean isColorVaried() ``` -Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. +Represents whether the color of points is varied. The chart must contain only one series or this chart is a pie chart. **Returns:** boolean @@ -862,7 +862,7 @@ public boolean isFiltered() ``` -Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. +Indicates whether the series is selected or filtered. True indicates that this series is filtered, and it will not be displayed on the chart. **Returns:** boolean @@ -958,7 +958,7 @@ public void setBubbleSizes(String value) ``` -Sets the bubble sizes values of the chart series. +Sets the bubble size values of the chart series. **Remarks** @@ -975,7 +975,7 @@ public void setColorVaried(boolean value) ``` -Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. +Represents whether the color of points is varied. The chart must contain only one series or this chart is a pie chart. **Parameters:** | Parameter | Type | Description | @@ -1014,7 +1014,7 @@ public void setFiltered(boolean value) ``` -Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. +Indicates whether the series is selected or filtered. True indicates that this series is filtered, and it will not be displayed on the chart. **Parameters:** | Parameter | Type | Description | @@ -1027,7 +1027,7 @@ public void setFirstSliceAngle(short value) ``` -Sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. +Sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, with values from 0 to 360. **Parameters:** | Parameter | Type | Description | @@ -1174,7 +1174,7 @@ public void setPlotOnSecondAxis(boolean value) ``` -Indicates if this series is plotted on second value axis. +Indicates if this series is plotted on the second value axis. **Parameters:** | Parameter | Type | Description | @@ -1245,7 +1245,7 @@ public void setSmooth(boolean value) ``` -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. +Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line charts and scatter charts with lines. **Parameters:** | Parameter | Type | Description | @@ -1318,7 +1318,7 @@ public void setValuesFormatCode(String value) ``` -Represents format code of Values' NumberList. +Represents the format code of the Values NumberList. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/serieslayoutproperties/_index.md b/english/java/com.aspose.cells/serieslayoutproperties/_index.md index 8e2d98dece3..1e6d684eb6e 100644 --- a/english/java/com.aspose.cells/serieslayoutproperties/_index.md +++ b/english/java/com.aspose.cells/serieslayoutproperties/_index.md @@ -32,7 +32,7 @@ Only applicable to BoxWhisker,Funnel,ParetoLine,Sunburst,Treemap,Waterfall and H | [getMapChartRegionType()](#getMapChartRegionType--) | Gets the region type of the map. | | [getMapLabelLayout()](#getMapLabelLayout--) | Gets the layout of map labels. | | [getQuartileCalculation()](#getQuartileCalculation--) | Represents the statistical properties for the series. | -| [getShowConnectorLines()](#getShowConnectorLines--) | Indicates whether connector lines are shown between data points. | +| [getShowConnectorLines()](#getShowConnectorLines--) | Indicates whether connector lines are displayed between data points. | | [getShowInnerPoints()](#getShowInnerPoints--) | Indicates whether to show non-outlier data points. | | [getShowMeanLine()](#getShowMeanLine--) | Indicates whether to show the line connecting all mean points. | | [getShowMeanMarker()](#getShowMeanMarker--) | Indicates whether markers denoting the mean are shown. | @@ -47,7 +47,7 @@ Only applicable to BoxWhisker,Funnel,ParetoLine,Sunburst,Treemap,Waterfall and H | [setMapChartRegionType(int value)](#setMapChartRegionType-int-) | Sets the region type of the map. | | [setMapLabelLayout(int value)](#setMapLabelLayout-int-) | Sets the layout of map labels. | | [setQuartileCalculation(int value)](#setQuartileCalculation-int-) | Represents the statistical properties for the series. | -| [setShowConnectorLines(boolean value)](#setShowConnectorLines-boolean-) | Indicates whether connector lines are shown between data points. | +| [setShowConnectorLines(boolean value)](#setShowConnectorLines-boolean-) | Indicates whether connector lines are displayed between data points. | | [setShowInnerPoints(boolean value)](#setShowInnerPoints-boolean-) | Indicates whether to show non-outlier data points. | | [setShowMeanLine(boolean value)](#setShowMeanLine-boolean-) | Indicates whether to show the line connecting all mean points. | | [setShowMeanMarker(boolean value)](#setShowMeanMarker-boolean-) | Indicates whether markers denoting the mean are shown. | @@ -154,7 +154,7 @@ public boolean getShowConnectorLines() ``` -Indicates whether connector lines are shown between data points. +Indicates whether connector lines are displayed between data points. **Remarks** @@ -351,7 +351,7 @@ public void setShowConnectorLines(boolean value) ``` -Indicates whether connector lines are shown between data points. +Indicates whether connector lines are displayed between data points. **Remarks** diff --git a/english/java/com.aspose.cells/sparklinegroup/_index.md b/english/java/com.aspose.cells/sparklinegroup/_index.md index 6f584b08eb0..c35998a4d24 100644 --- a/english/java/com.aspose.cells/sparklinegroup/_index.md +++ b/english/java/com.aspose.cells/sparklinegroup/_index.md @@ -109,8 +109,10 @@ public class SparklineGroup | [setShowNegativePoints(boolean value)](#setShowNegativePoints-boolean-) | Indicates whether to highlight the negative values on the sparkline group with a different color or marker. | | [setType(int value)](#setType-int-) | Indicates the sparkline type of the sparkline group. | | [setVerticalAxisMaxValue(double value)](#setVerticalAxisMaxValue-double-) | Sets the custom maximum value for the vertical axis. | +| [setVerticalAxisMaxValue(int type, double value)](#setVerticalAxisMaxValue-int-double-) | Sets the custom maximum value for the sparkline vertical axis with the specified axis value type. | | [setVerticalAxisMaxValueType(int value)](#setVerticalAxisMaxValueType-int-) | Represents the vertical axis maximum value type. | | [setVerticalAxisMinValue(double value)](#setVerticalAxisMinValue-double-) | Sets the custom minimum value for the vertical axis. | +| [setVerticalAxisMinValue(int type, double value)](#setVerticalAxisMinValue-int-double-) | Sets the custom minimum value for the sparkline vertical axis with the specified axis value type. | | [setVerticalAxisMinValueType(int value)](#setVerticalAxisMinValueType-int-) | Represents the vertical axis minimum value type. | | [toString()](#toString--) | | | [wait()](#wait--) | | @@ -801,6 +803,20 @@ If this property is set, [getVerticalAxisMaxValueType()](../../com.aspose.cells/ | --- | --- | --- | | value | double | | +### setVerticalAxisMaxValue(int type, double value) {#setVerticalAxisMaxValue-int-double-} +``` +public void setVerticalAxisMaxValue(int type, double value) +``` + + +Sets the custom maximum value for the sparkline vertical axis with the specified axis value type. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| type | int | [SparklineAxisMinMaxType](../../com.aspose.cells/sparklineaxisminmaxtype). Type that specifies how the axis maximum value is applied. | +| value | double | Custom maximum value of the vertical axis. Ignored if type is not [SparklineAxisMinMaxType.CUSTOM](../../com.aspose.cells/sparklineaxisminmaxtype\#CUSTOM) | + ### setVerticalAxisMaxValueType(int value) {#setVerticalAxisMaxValueType-int-} ``` public void setVerticalAxisMaxValueType(int value) @@ -833,6 +849,20 @@ If this property is set, [getVerticalAxisMinValueType()](../../com.aspose.cells/ | --- | --- | --- | | value | double | | +### setVerticalAxisMinValue(int type, double value) {#setVerticalAxisMinValue-int-double-} +``` +public void setVerticalAxisMinValue(int type, double value) +``` + + +Sets the custom minimum value for the sparkline vertical axis with the specified axis value type. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| type | int | [SparklineAxisMinMaxType](../../com.aspose.cells/sparklineaxisminmaxtype). Type that specifies how the axis minimum value is applied. | +| value | double | Custom minimum value of the vertical axis. Ignored if type is not [SparklineAxisMinMaxType.CUSTOM](../../com.aspose.cells/sparklineaxisminmaxtype\#CUSTOM) | + ### setVerticalAxisMinValueType(int value) {#setVerticalAxisMinValueType-int-} ``` public void setVerticalAxisMinValueType(int value) diff --git a/english/java/com.aspose.cells/style/_index.md b/english/java/com.aspose.cells/style/_index.md index b25dcf6ba64..4017d2e29d2 100644 --- a/english/java/com.aspose.cells/style/_index.md +++ b/english/java/com.aspose.cells/style/_index.md @@ -41,6 +41,7 @@ Represents display style of excel document,such as font,color,alignment,border,e | [getBackgroundColor()](#getBackgroundColor--) | Gets a style's background color. | | [getBackgroundThemeColor()](#getBackgroundThemeColor--) | Gets the background theme color. | | [getBorders()](#getBorders--) | Gets the [BorderCollection](../../com.aspose.cells/bordercollection) of the style. | +| [getBottomBorder()](#getBottomBorder--) | Gets the bottom border. | | [getClass()](#getClass--) | | | [getCultureCustom()](#getCultureCustom--) | Gets the culture-dependent pattern string for number format. | | [getCustom()](#getCustom--) | Represents the custom number format string of this style object. | @@ -51,14 +52,17 @@ Represents display style of excel document,such as font,color,alignment,border,e | [getHorizontalAlignment()](#getHorizontalAlignment--) | Gets the horizontal alignment type of the text in a cell. | | [getIndentLevel()](#getIndentLevel--) | Represents the indent level for the cell or range. | | [getInvariantCustom()](#getInvariantCustom--) | Gets the culture-independent pattern string for number format. | +| [getLeftBorder()](#getLeftBorder--) | Gets the left border. | | [getName()](#getName--) | Gets the name of the style. | | [getNumber()](#getNumber--) | Gets the display format of numbers and dates. | | [getParentStyle()](#getParentStyle--) | Gets the parent style of this style. | | [getPattern()](#getPattern--) | Gets the cell background pattern type. | | [getQuotePrefix()](#getQuotePrefix--) | Indicates whether the cell's value starts with single quote mark. | +| [getRightBorder()](#getRightBorder--) | Gets the right border. | | [getRotationAngle()](#getRotationAngle--) | Represents text rotation angle. | | [getShrinkToFit()](#getShrinkToFit--) | Represents if text automatically shrinks to fit in the available column width. | | [getTextDirection()](#getTextDirection--) | Represents text reading order. | +| [getTopBorder()](#getTopBorder--) | Gets the top border. | | [getTwoColorGradient()](#getTwoColorGradient--) | Get the two-color gradient setting. | | [getTwoColorGradientSetting()](#getTwoColorGradientSetting--) | Get the two-color gradient setting. | | [getVerticalAlignment()](#getVerticalAlignment--) | Gets the vertical alignment type of the text in a cell. | @@ -212,6 +216,16 @@ Gets the [BorderCollection](../../com.aspose.cells/bordercollection) of the styl **Returns:** [BorderCollection](../../com.aspose.cells/bordercollection) +### getBottomBorder() {#getBottomBorder--} +``` +public Border getBottomBorder() +``` + + +Gets the bottom border. + +**Returns:** +[Border](../../com.aspose.cells/border) ### getClass() {#getClass--} ``` public final native Class getClass() @@ -338,6 +352,16 @@ For builtin number formats, the returned pattern content is still culture-depend **Returns:** java.lang.String +### getLeftBorder() {#getLeftBorder--} +``` +public Border getLeftBorder() +``` + + +Gets the left border. + +**Returns:** +[Border](../../com.aspose.cells/border) ### getName() {#getName--} ``` public String getName() @@ -433,6 +457,16 @@ Indicates whether the cell's value starts with single quote mark. **Returns:** boolean +### getRightBorder() {#getRightBorder--} +``` +public Border getRightBorder() +``` + + +Gets the right border. + +**Returns:** +[Border](../../com.aspose.cells/border) ### getRotationAngle() {#getRotationAngle--} ``` public int getRotationAngle() @@ -477,6 +511,16 @@ See [TextDirectionType](../../com.aspose.cells/textdirectiontype). **Returns:** int +### getTopBorder() {#getTopBorder--} +``` +public Border getTopBorder() +``` + + +Gets the top border. + +**Returns:** +[Border](../../com.aspose.cells/border) ### getTwoColorGradient() {#getTwoColorGradient--} ``` public Object[] getTwoColorGradient() diff --git a/english/java/com.aspose.cells/ticklabelalignmenttype/_index.md b/english/java/com.aspose.cells/ticklabelalignmenttype/_index.md index e086203f3f4..df19a283c75 100644 --- a/english/java/com.aspose.cells/ticklabelalignmenttype/_index.md +++ b/english/java/com.aspose.cells/ticklabelalignmenttype/_index.md @@ -17,9 +17,9 @@ Represents the text alignment type for the tick labels on the axis | Field | Description | | --- | --- | -| [CENTER](#CENTER) | Represents that the text shall be centered. | -| [LEFT](#LEFT) | Represents the text that shall be left justified. | -| [RIGHT](#RIGHT) | Represents that the text shall be right justified. | +| [CENTER](#CENTER) | Specifies that the text is centered. | +| [LEFT](#LEFT) | Specifies that the text is left-aligned.. | +| [RIGHT](#RIGHT) | Specifies that the text is right-aligned.. | ## Methods | Method | Description | @@ -39,7 +39,7 @@ public static final int CENTER ``` -Represents that the text shall be centered. +Specifies that the text is centered. ### LEFT {#LEFT} ``` @@ -47,7 +47,7 @@ public static final int LEFT ``` -Represents the text that shall be left justified. +Specifies that the text is left-aligned.. ### RIGHT {#RIGHT} ``` @@ -55,7 +55,7 @@ public static final int RIGHT ``` -Represents that the text shall be right justified. +Specifies that the text is right-aligned.. ### equals(Object arg0) {#equals-java.lang.Object-} ``` diff --git a/english/java/com.aspose.cells/title/_index.md b/english/java/com.aspose.cells/title/_index.md index 19f2910d148..aafa98af6d8 100644 --- a/english/java/com.aspose.cells/title/_index.md +++ b/english/java/com.aspose.cells/title/_index.md @@ -95,7 +95,7 @@ Encapsulates the object that represents the title of chart or axis. | [isAutomaticRotation()](#isAutomaticRotation--) | Indicates whether the text of the chart is automatically rotated. | | [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the chart frame is automatic sized. | | [isDefaultPosBeSet()](#isDefaultPosBeSet--) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [isDeleted()](#isDeleted--) | Indicates whether this data labels are deleted. | +| [isDeleted()](#isDeleted--) | Indicates whether this data label is deleted. | | [isInnerMode()](#isInnerMode--) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. | | [isResizeShapeToFitText()](#isResizeShapeToFitText--) | Gets whether a shape should be auto-fit to fully contain the text described within it. | | [isTextWrapped()](#isTextWrapped--) | Gets a value indicating whether the text is wrapped. | @@ -107,7 +107,7 @@ Encapsulates the object that represents the title of chart or axis. | [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the chart frame is automatic sized. | | [setBackground(int value)](#setBackground-int-) | Sets the display mode of the background. | | [setBackgroundMode(int value)](#setBackgroundMode-int-) | Sets the display mode of the background. | -| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels are deleted. | +| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data label is deleted. | | [setDirectionType(int value)](#setDirectionType-int-) | Sets the direction of text. | | [setHeight(int value)](#setHeight-int-) | Sets the height of frame in units of 1/4000 of the chart area. | | [setHeightPixel(int value)](#setHeightPixel-int-) | Sets the height of frame in units of Pixel. | @@ -746,7 +746,7 @@ public boolean isDeleted() ``` -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. **Returns:** boolean @@ -893,7 +893,7 @@ public void setDeleted(boolean value) ``` -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/workbook/_index.md b/english/java/com.aspose.cells/workbook/_index.md index 574c5b3a0a2..2788175eb28 100644 --- a/english/java/com.aspose.cells/workbook/_index.md +++ b/english/java/com.aspose.cells/workbook/_index.md @@ -45,7 +45,8 @@ The following example loads a Workbook from an Excel file named designer.xls and | --- | --- | | [Workbook()](#Workbook--) | Initializes a new instance of the [Workbook](../../com.aspose.cells/workbook) class. | | [Workbook(int fileFormatType)](#Workbook-int-) | Initializes a new instance of the [Workbook](../../com.aspose.cells/workbook) class. | -| [Workbook(String file)](#Workbook-java.lang.String-) | Initializes a new instance of the [Workbook](../../com.aspose.cells/workbook) class and open a file. | +| [Workbook(LoadOptions loadOptions)](#Workbook-com.aspose.cells.LoadOptions-) | Initializes a new empty instance of the [Workbook](../../com.aspose.cells/workbook) class with options | +| [Workbook(String file)](#Workbook-java.lang.String-) | | | [Workbook(InputStream stream)](#Workbook-java.io.InputStream-) | Initializes a new instance of the [Workbook](../../com.aspose.cells/workbook) class and open a stream. | | [Workbook(String file, LoadOptions loadOptions)](#Workbook-java.lang.String-com.aspose.cells.LoadOptions-) | Initializes a new instance of the [Workbook](../../com.aspose.cells/workbook) class and open a file. | | [Workbook(InputStream stream, LoadOptions loadOptions)](#Workbook-java.io.InputStream-com.aspose.cells.LoadOptions-) | Initializes a new instance of the [Workbook](../../com.aspose.cells/workbook) class and open stream. | @@ -118,6 +119,7 @@ The following example loads a Workbook from an Excel file named designer.xls and | [parseFormulas(boolean ignoreError)](#parseFormulas-boolean-) | Parses all formulas which have not been parsed when they were loaded from template file or set to a cell. | | [protect(int protectionType, String password)](#protect-int-java.lang.String-) | Protects a workbook. | | [protectSharedWorkbook(String password)](#protectSharedWorkbook-java.lang.String-) | Protects a shared workbook. | +| [refreshAll()](#refreshAll--) | Refresh linked shapes, all pivot tables and charts with pivot source. | | [refreshDynamicArrayFormulas(boolean calculate)](#refreshDynamicArrayFormulas-boolean-) | Refreshes dynamic array formulas(spill into new range of neighboring cells according to current data) Other formulas in the workbook will not be calculated recursively even if they were used by dynamic array formulas. | | [refreshDynamicArrayFormulas(boolean calculate, CalculationOptions copts)](#refreshDynamicArrayFormulas-boolean-com.aspose.cells.CalculationOptions-) | Refreshes dynamic array formulas(spill into new range of neighboring cells according to current data) | | [removeDigitalSignature()](#removeDigitalSignature--) | Removes digital signature from this spreadsheet. | @@ -202,18 +204,29 @@ The following code shows how to use the Workbook constructor to create and initi | --- | --- | --- | | fileFormatType | int | [FileFormatType](../../com.aspose.cells/fileformattype). The new file format. | +### Workbook(LoadOptions loadOptions) {#Workbook-com.aspose.cells.LoadOptions-} +``` +public Workbook(LoadOptions loadOptions) +``` + + +Initializes a new empty instance of the [Workbook](../../com.aspose.cells/workbook) class with options + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | [LoadOptions](../../com.aspose.cells/loadoptions) | The options. | + ### Workbook(String file) {#Workbook-java.lang.String-} ``` public Workbook(String file) ``` -Initializes a new instance of the [Workbook](../../com.aspose.cells/workbook) class and open a file. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | -| file | java.lang.String | The file name. | +| file | java.lang.String | | ### Workbook(InputStream stream) {#Workbook-java.io.InputStream-} ``` @@ -1247,6 +1260,14 @@ Protects a shared workbook. | --- | --- | --- | | password | java.lang.String | Password to protect the workbook. | +### refreshAll() {#refreshAll--} +``` +public void refreshAll() +``` + + +Refresh linked shapes, all pivot tables and charts with pivot source. + ### refreshDynamicArrayFormulas(boolean calculate) {#refreshDynamicArrayFormulas-boolean-} ``` public void refreshDynamicArrayFormulas(boolean calculate) diff --git a/english/java/com.aspose.cells/worksheetcollection/_index.md b/english/java/com.aspose.cells/worksheetcollection/_index.md index 82b6280c23e..ed70e12c908 100644 --- a/english/java/com.aspose.cells/worksheetcollection/_index.md +++ b/english/java/com.aspose.cells/worksheetcollection/_index.md @@ -752,7 +752,11 @@ public void refreshAll() ``` -Refresh all pivot tables and charts with pivot source. +Refresh all pivot tables and charts with pivot source. + +**Remarks** + +NOTE: This member is now obsolete. Instead, please use Workbook.RefreshAll() method. This method will be removed 12 months later since April 2026. Aspose apologizes for any inconvenience you may have experienced. ### refreshPivotTables() {#refreshPivotTables--} ``` diff --git a/english/java/com.aspose.gridjs/gridjsworkbook/_index.md b/english/java/com.aspose.gridjs/gridjsworkbook/_index.md index bc9130d72b5..416fffaf3b1 100644 --- a/english/java/com.aspose.gridjs/gridjsworkbook/_index.md +++ b/english/java/com.aspose.gridjs/gridjsworkbook/_index.md @@ -33,14 +33,16 @@ Represents the main entry class for GridJs | [burnRedactionFile(String excelFilePath, String uid)](#burnRedactionFile-java.lang.String-java.lang.String-) | Burns (applies) all redaction operations in the workbook by removing redaction shapes and their target shapes or clearing target cell range contents. | | [checkInCacheForCollaborative(String uid)](#checkInCacheForCollaborative-java.lang.String-) | Check wether workbook instance is in memory cache .this method is apply for Collaborative mode only. | | [copyImageOrShape(String uid, String p)](#copyImageOrShape-java.lang.String-java.lang.String-) | Copys image or shape. | +| [dispose()](#dispose--) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | | [equals(Object arg0)](#equals-java.lang.Object-) | | | [errorJson(String msg)](#errorJson-java.lang.String-) | Gets the error message string in JSON format. | | [exportToJson()](#exportToJson--) | Gets JSON string from memory data, the default filename in the JSON is: book1. | | [exportToJson(String filename)](#exportToJson-java.lang.String-) | Gets JSON string from memory data,set the output filename in the JSON. | | [exportToJsonStringBuilder(String filename)](#exportToJsonStringBuilder-java.lang.String-) | Gets JSON string from memory data,set the output filename in the JSON. | +| [getCacheDirectory()](#getCacheDirectory--) | Gets the cache directory for storing spreadsheet file. | | [getClass()](#getClass--) | | | [getGridLoadFormat(String extension)](#getGridLoadFormat-java.lang.String-) | Gets the load format by file extension | -| [getImageStream(String uid, String picid)](#getImageStream-java.lang.String-java.lang.String-) | Get Stream of image. | +| [getImageStream(String uid, String picid, String cachedir)](#getImageStream-java.lang.String-java.lang.String-java.lang.String-) | Get Stream of image. | | [getImageUrl(String uid, String picid, String delimiter)](#getImageUrl-java.lang.String-java.lang.String-java.lang.String-) | Gets the image URL. | | [getJsonByUid(String uid, String filename)](#getJsonByUid-java.lang.String-java.lang.String-) | Gets the JSON string of the file from the cache using the specified unique id,set the output filename in the JSON. | | [getOle(String uid, String sheetname, int oleid, String label)](#getOle-java.lang.String-java.lang.String-int-java.lang.String-) | Gets the byte array data of the embedded ole object . | @@ -73,6 +75,7 @@ Represents the main entry class for GridJs | [saveToPdf(String path)](#saveToPdf-java.lang.String-) | Saves the memory data to the file path,the save format is pdf. | | [saveToXlsx(OutputStream stream)](#saveToXlsx-java.io.OutputStream-) | Saves the memory data to the sream,the save format is xlsx. | | [saveToXlsx(String path)](#saveToXlsx-java.lang.String-) | Saves the memory data to the file path,the save format is xlsx. | +| [setCacheDirectory(String value)](#setCacheDirectory-java.lang.String-) | Sets the cache directory for storing spreadsheet file. | | [setImageUrlBase(String baseImageURL)](#setImageUrlBase-java.lang.String-) | Set the base image get action URL from controller . | | [setInterruptMonitorForLoad(GridInterruptMonitor monitor, int calculateTimeoutMilliseconds)](#setInterruptMonitorForLoad-com.aspose.gridjs.GridInterruptMonitor-int-) | Sets InterruptMonitor for load operation. | | [setInterruptMonitorForSave(GridInterruptMonitor monitor)](#setInterruptMonitorForSave-com.aspose.gridjs.GridInterruptMonitor-) | Sets InterruptMonitor for save operation. | @@ -167,6 +170,14 @@ Copys image or shape. **Returns:** java.lang.String - The JSON string of the new copied image +### dispose() {#dispose--} +``` +public void dispose() +``` + + +Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. + ### equals(Object arg0) {#equals-java.lang.Object-} ``` public boolean equals(Object arg0) @@ -237,6 +248,16 @@ Gets JSON string from memory data,set the output filename in the JSON. **Returns:** java.lang.StringBuilder - The JSON StringBuilder. +### getCacheDirectory() {#getCacheDirectory--} +``` +public String getCacheDirectory() +``` + + +Gets the cache directory for storing spreadsheet file. if this is not set ,we will use the static propertie from [Config.getFileCacheDirectory()](../../com.aspose.gridjs/config\#getFileCacheDirectory--) or [CacheImp](../../com.aspose.gridjs/gridjsworkbook\#CacheImp) . + +**Returns:** +java.lang.String ### getClass() {#getClass--} ``` public final native Class getClass() @@ -262,9 +283,9 @@ Gets the load format by file extension **Returns:** int - [GridLoadFormat](../../com.aspose.gridjs/gridloadformat). -### getImageStream(String uid, String picid) {#getImageStream-java.lang.String-java.lang.String-} +### getImageStream(String uid, String picid, String cachedir) {#getImageStream-java.lang.String-java.lang.String-java.lang.String-} ``` -public static InputStream getImageStream(String uid, String picid) +public static InputStream getImageStream(String uid, String picid, String cachedir) ``` @@ -275,6 +296,7 @@ Get Stream of image. | --- | --- | --- | | uid | java.lang.String | The unique id for the file cache. | | picid | java.lang.String | The image id. | +| cachedir | java.lang.String | | **Returns:** java.io.InputStream - The image stream @@ -723,6 +745,19 @@ Saves the memory data to the file path,the save format is xlsx. | --- | --- | --- | | path | java.lang.String | The file path to save. | +### setCacheDirectory(String value) {#setCacheDirectory-java.lang.String-} +``` +public void setCacheDirectory(String value) +``` + + +Sets the cache directory for storing spreadsheet file. if this is not set ,we will use the static propertie from [Config.getFileCacheDirectory()](../../com.aspose.gridjs/config\#getFileCacheDirectory--) or [CacheImp](../../com.aspose.gridjs/gridjsworkbook\#CacheImp) . + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | java.lang.String | | + ### setImageUrlBase(String baseImageURL) {#setImageUrlBase-java.lang.String-} ``` public static void setImageUrlBase(String baseImageURL) diff --git a/english/javascript-cpp/_index.md b/english/javascript-cpp/_index.md index 2e425a72065..ac76adb7996 100644 --- a/english/javascript-cpp/_index.md +++ b/english/javascript-cpp/_index.md @@ -60,7 +60,7 @@ is_root: true | [CharacterBulletValue](./characterbulletvalue) | Represents the character bullet. | | [Chart](./chart) | Encapsulates the object that represents a single Excel chart. | | [ChartArea](./chartarea) | Encapsulates the object that represents the chart area in the worksheet. | -| [ChartCalculateOptions](./chartcalculateoptions) | Represents the options for calculating the chart. | +| [ChartCalculateOptions](./chartcalculateoptions) | Represents the options for calculating a chart. | | [ChartCollection](./chartcollection) | Encapsulates a collection of [Chart](../javascript-cpp/chart/) objects. | | [ChartDataTable](./chartdatatable) | Represents a chart data table. | | [ChartDataValue](./chartdatavalue) | Encapsulates chart data value | @@ -269,6 +269,7 @@ is_root: true | [OdsLoadOptions](./odsloadoptions) | Represents the options of loading ods file. | | [OdsPageBackground](./odspagebackground) | Represents the page background of ods. | | [OdsSaveOptions](./odssaveoptions) | Represents the options of saving ods file. | +| [OfdSaveOptions](./ofdsaveoptions) | Represents the options for saving a OFD(Open Fixed-layout Document) file. | | [OleObject](./oleobject) | Represents an OleObject in a worksheet. | | [OleObjectCollection](./oleobjectcollection) | Represents embedded OLE objects. | | [OoxmlSaveOptions](./ooxmlsaveoptions) | Represents the options of saving office open xml file. | @@ -650,6 +651,7 @@ is_root: true | [HtmlOfficeMathOutputType](./htmlofficemathoutputtype) | Represents how to export OfficeMath to HTML. | | [HtmlParagraphLayoutMode](./htmlparagraphlayoutmode) | Specifies how HTML <p> elements are rendered when loading HTML. | | [HtmlVersion](./htmlversion) | Indicates the version of HTML is used when saving to Html formats. | +| [HyperlinkLoadMode](./hyperlinkloadmode) | Specifies how hyperlinks are handled when loading HTML. | | [IconSetType](./iconsettype) | Icon set type for conditional formatting. The threshold values for triggering the different icons within a set are configurable, and the icon order is reversible. | | [ImageBinarizationMethod](./imagebinarizationmethod) | Specifies the method used to binarize image. | | [ImageType](./imagetype) | Specifies the type (format) of an image. | diff --git a/english/javascript-cpp/chartcalculateoptions/_index.md b/english/javascript-cpp/chartcalculateoptions/_index.md index 3bde2f41ffa..63d91ea19b7 100644 --- a/english/javascript-cpp/chartcalculateoptions/_index.md +++ b/english/javascript-cpp/chartcalculateoptions/_index.md @@ -1,14 +1,14 @@ --- title: ChartCalculateOptions second_title: Aspose.Cells for JavaScript via C++ API Reference -description: Represents the options for calculating the chart. +description: Represents the options for calculating a chart. type: docs url: /javascript-cpp/chartcalculateoptions/ --- ## ChartCalculateOptions class -Represents the options for calculating the chart. +Represents the options for calculating a chart. ```javascript class ChartCalculateOptions; diff --git a/english/javascript-cpp/charttextframe/_index.md b/english/javascript-cpp/charttextframe/_index.md index 893e81a4761..acc39055097 100644 --- a/english/javascript-cpp/charttextframe/_index.md +++ b/english/javascript-cpp/charttextframe/_index.md @@ -25,7 +25,7 @@ class ChartTextFrame extends ChartFrame; | Property | Type | Description | | --- | --- | --- | -| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. | +| [isDeleted](#isDeleted--)| boolean | Indicates whether this data label is deleted. | | [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. | | [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. | | [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. | @@ -112,7 +112,7 @@ constructor(obj: ChartFrame); ### isDeleted {#isDeleted--} -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. ```javascript isDeleted : boolean; diff --git a/english/javascript-cpp/datalabels/_index.md b/english/javascript-cpp/datalabels/_index.md index b6013997e2d..230a6ea2fdc 100644 --- a/english/javascript-cpp/datalabels/_index.md +++ b/english/javascript-cpp/datalabels/_index.md @@ -96,7 +96,7 @@ for (var i = 0; i < chart.nSeries.count; i++) { | [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. | | [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. | | [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. | -| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. | +| [isDeleted](#isDeleted--)| boolean | Indicates whether this data label is deleted. | | [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. | | [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. | | [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. | @@ -463,7 +463,7 @@ defaultHeightRatioToChart : number; ### isDeleted {#isDeleted--} -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. ```javascript isDeleted : boolean; diff --git a/english/javascript-cpp/displayunitlabel/_index.md b/english/javascript-cpp/displayunitlabel/_index.md index ee7c56466ce..e70dc2b6185 100644 --- a/english/javascript-cpp/displayunitlabel/_index.md +++ b/english/javascript-cpp/displayunitlabel/_index.md @@ -89,7 +89,7 @@ var uint8Array = workbook.save(SaveFormat.Xlsx); | [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. | | [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. | | [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. | -| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. | +| [isDeleted](#isDeleted--)| boolean | Indicates whether this data label is deleted. | | [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. | | [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. | | [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. | @@ -320,7 +320,7 @@ defaultHeightRatioToChart : number; ### isDeleted {#isDeleted--} -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. ```javascript isDeleted : boolean; diff --git a/english/javascript-cpp/ebookloadoptions/_index.md b/english/javascript-cpp/ebookloadoptions/_index.md index ac186111e35..7165fb96a29 100644 --- a/english/javascript-cpp/ebookloadoptions/_index.md +++ b/english/javascript-cpp/ebookloadoptions/_index.md @@ -62,6 +62,7 @@ class EbookLoadOptions extends HtmlLoadOptions; | [tableLoadOptions](#tableLoadOptions--)| HtmlTableLoadOptionCollection | Readonly. Get the HtmlTableLoadOptionCollection instance | | [detectLaTeX](#detectLaTeX--)| boolean | Indicates whether to detect LaTeX formula in the HTML file. The default value is false. | | [paragrahLayoutMode](#paragrahLayoutMode--)| HtmlParagraphLayoutMode | Specifies how HTML <p> elements are rendered when loading HTML. The default value is [HtmlParagraphLayoutMode.Normal](../htmlparagraphlayoutmode.normal/). | +| [hyperlinkLoadMode](#hyperlinkLoadMode--)| HyperlinkLoadMode | Specifies how hyperlinks are loaded when loading HTML. | ## Methods @@ -460,6 +461,15 @@ paragrahLayoutMode : HtmlParagraphLayoutMode; ``` +### hyperlinkLoadMode {#hyperlinkLoadMode--} + +Specifies how hyperlinks are loaded when loading HTML. + +```javascript +hyperlinkLoadMode : HyperlinkLoadMode; +``` + + ### setPaperSize(PaperSizeType) {#setPaperSize-papersizetype-} Sets the default print paper size from default printer's setting. diff --git a/english/javascript-cpp/errorcellvaluetype/_index.md b/english/javascript-cpp/errorcellvaluetype/_index.md index ccb0b867f9f..5c2259c5b93 100644 --- a/english/javascript-cpp/errorcellvaluetype/_index.md +++ b/english/javascript-cpp/errorcellvaluetype/_index.md @@ -14,7 +14,7 @@ Represents a cell value which contains an error. | Value | `1` | Represents the value of a cell containing a #VALUE! error. | | Ref | `3` | Represents the value of a cell containing a #REF! error. | | Name | `4` | Represents the value of a cell containing a #NAME? error. | -| NA | `6` | Represents the value of a cell containing a #NAME? error. | +| NA | `6` | Represents the value of a cell containing a #N/A error. | | Blocked | `10` | Represents the value of a cell containing a #BLOCKED! error. | | Busy | `14` | Represents the value of a cell containing a #BUSY! error. | | Calc | `13` | Represents the value of a cell containing a #CALC! error. | diff --git a/english/javascript-cpp/fileformattype/_index.md b/english/javascript-cpp/fileformattype/_index.md index 2f66fd9f4c0..64262a35b57 100644 --- a/english/javascript-cpp/fileformattype/_index.md +++ b/english/javascript-cpp/fileformattype/_index.md @@ -90,4 +90,6 @@ Represents the file format types. | Chm | `784` | CHM | | Oxps | `776` | OXPS (Open XML Paper Specification) format. | | GZip | `35615` | Rrepesents GZip file. | +| Otg | `1025` | Represents an OTG file. | +| Odb | `1026` | Represents an Odb file. | diff --git a/english/javascript-cpp/htmlloadoptions/_index.md b/english/javascript-cpp/htmlloadoptions/_index.md index deebac6a983..9c62dc0dbe1 100644 --- a/english/javascript-cpp/htmlloadoptions/_index.md +++ b/english/javascript-cpp/htmlloadoptions/_index.md @@ -36,6 +36,7 @@ class HtmlLoadOptions extends AbstractTextLoadOptions; | [tableLoadOptions](#tableLoadOptions--)| HtmlTableLoadOptionCollection | Readonly. Get the HtmlTableLoadOptionCollection instance | | [detectLaTeX](#detectLaTeX--)| boolean | Indicates whether to detect LaTeX formula in the HTML file. The default value is false. | | [paragrahLayoutMode](#paragrahLayoutMode--)| HtmlParagraphLayoutMode | Specifies how HTML <p> elements are rendered when loading HTML. The default value is [HtmlParagraphLayoutMode.Normal](../htmlparagraphlayoutmode.normal/). | +| [hyperlinkLoadMode](#hyperlinkLoadMode--)| HyperlinkLoadMode | Specifies how hyperlinks are loaded when loading HTML. | | [loadFormat](#loadFormat--)| LoadFormat | Readonly. Gets the load format. | | [password](#password--)| string | Gets and set the password of the workbook. | | [parsingFormulaOnOpen](#parsingFormulaOnOpen--)| boolean | Indicates whether parsing the formula when reading the file. | @@ -186,6 +187,15 @@ paragrahLayoutMode : HtmlParagraphLayoutMode; ``` +### hyperlinkLoadMode {#hyperlinkLoadMode--} + +Specifies how hyperlinks are loaded when loading HTML. + +```javascript +hyperlinkLoadMode : HyperlinkLoadMode; +``` + + ### loadFormat {#loadFormat--} Readonly. Gets the load format. diff --git a/english/javascript-cpp/hyperlinkloadmode/_index.md b/english/javascript-cpp/hyperlinkloadmode/_index.md new file mode 100644 index 00000000000..1c41e21e3df --- /dev/null +++ b/english/javascript-cpp/hyperlinkloadmode/_index.md @@ -0,0 +1,16 @@ +--- +title: HyperlinkLoadMode +second_title: Aspose.Cells for JavaScript via C++ API Reference +description: Specifies how hyperlinks are handled when loading HTML. +type: docs +url: /javascript-cpp/hyperlinkloadmode/ +--- + +## HyperlinkLoadMode enumeration +Specifies how hyperlinks are handled when loading HTML. +### Values +| Name | Value | Description | +| --- | --- | --- | +| Normal | `0` | Only the first hyperlink in a cell is loaded, subsequent ones are ignored. | +| AllowMultiple | `1` | All hyperlinks in a cell are added to [Worksheet.Hyperlinks](../worksheet.hyperlinks/). Note that MS Excel itself supports only one hyperlink per cell, so this option may produce files that Excel cannot fully render. | + diff --git a/english/javascript-cpp/labelpositiontype/_index.md b/english/javascript-cpp/labelpositiontype/_index.md index 61244eb4104..2a871637e4d 100644 --- a/english/javascript-cpp/labelpositiontype/_index.md +++ b/english/javascript-cpp/labelpositiontype/_index.md @@ -12,7 +12,7 @@ Represents data label position type. | Name | Value | Description | | --- | --- | --- | | Center | `0` | Applies only to bar, 2D/3D pie charts | -| InsideBase | `1` | Applies only to bar, 2d/3d pie charts | +| InsideBase | `1` | Applies only to bar, 2D/3D pie charts | | InsideEnd | `2` | Applies only to bar charts | | OutsideEnd | `3` | Applies only to bar, 2d/3d pie charts | | Above | `4` | Applies only to line charts | @@ -20,5 +20,5 @@ Represents data label position type. | Left | `6` | Applies only to line charts | | Right | `7` | Applies only to line charts | | BestFit | `8` | Applies only to 2D/3D pie charts | -| Moved | `9` | User moved the data labels only for reading the chart from the template file. | +| Moved | `9` | User moved the data labels. This is only for reading chart from template file. | diff --git a/english/javascript-cpp/legend/_index.md b/english/javascript-cpp/legend/_index.md index e7ef35d7f51..95358774c4b 100644 --- a/english/javascript-cpp/legend/_index.md +++ b/english/javascript-cpp/legend/_index.md @@ -64,7 +64,7 @@ legend.position = LegendPositionType.Left; | [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. | | [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. | | [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. | -| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. | +| [isDeleted](#isDeleted--)| boolean | Indicates whether this data label is deleted. | | [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. | | [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. | | [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. | @@ -327,7 +327,7 @@ defaultHeightRatioToChart : number; ### isDeleted {#isDeleted--} -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. ```javascript isDeleted : boolean; diff --git a/english/javascript-cpp/mapchartlabellayout/_index.md b/english/javascript-cpp/mapchartlabellayout/_index.md index 75cdba82c43..67976416a75 100644 --- a/english/javascript-cpp/mapchartlabellayout/_index.md +++ b/english/javascript-cpp/mapchartlabellayout/_index.md @@ -11,7 +11,7 @@ Represents the layout of map chart's labels. ### Values | Name | Value | Description | | --- | --- | --- | -| BestFitOnly | `0` | Only the best fit. | +| BestFitOnly | `0` | Only the best fit is used. | | ShowAll | `1` | Shows all labels. | -| None | `2` | No labels. | +| None | `2` | There are no labels. | diff --git a/english/javascript-cpp/mapchartregiontype/_index.md b/english/javascript-cpp/mapchartregiontype/_index.md index acc9be7c398..7d27b869722 100644 --- a/english/javascript-cpp/mapchartregiontype/_index.md +++ b/english/javascript-cpp/mapchartregiontype/_index.md @@ -12,7 +12,7 @@ Represents the region type of the map chart. | Name | Value | Description | | --- | --- | --- | | Automatic | `0` | Automatic | -| DataOnly | `1` | Only Data. | +| DataOnly | `1` | Only data. | | CountryRegionList | `2` | Country region list. | | World | `3` | World. | diff --git a/english/javascript-cpp/ofdsaveoptions/_index.md b/english/javascript-cpp/ofdsaveoptions/_index.md new file mode 100644 index 00000000000..a4b56f07e7a --- /dev/null +++ b/english/javascript-cpp/ofdsaveoptions/_index.md @@ -0,0 +1,451 @@ +--- +title: OfdSaveOptions +second_title: Aspose.Cells for JavaScript via C++ API Reference +description: Represents the options for saving a OFDOpen Fixedlayout Document file. +type: docs +url: /javascript-cpp/ofdsaveoptions/ +--- + +## OfdSaveOptions class + +Represents the options for saving a OFD(Open Fixed-layout Document) file. + +```javascript +class OfdSaveOptions extends PaginatedSaveOptions; +``` + + +## Constructors + +| Name | Description | +| --- | --- | +| [constructor()](#constructor--)| Creates the options for saving OFD file. | +| [constructor(PaginatedSaveOptions)](#constructor-paginatedsaveoptions-)| Constructs from a parent object convertible to this. | + +## Properties + +| Property | Type | Description | +| --- | --- | --- | +| [saveFormat](#saveFormat--)| SaveFormat | Readonly. Gets the save file format. | +| [clearData](#clearData--)| boolean | Make the workbook empty after saving the file. | +| [cachedFileFolder](#cachedFileFolder--)| string | The folder for temporary files that may be used as data cache. | +| [validateMergedAreas](#validateMergedAreas--)| boolean | Indicates whether validate merged cells before saving the file. | +| [mergeAreas](#mergeAreas--)| boolean | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [createDirectory](#createDirectory--)| boolean | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [sortNames](#sortNames--)| boolean | Indicates whether sorting defined names before saving file. | +| [sortExternalNames](#sortExternalNames--)| boolean | Indicates whether sorting external defined names before saving file. | +| [refreshChartCache](#refreshChartCache--)| boolean | Indicates whether to cache the latest data of the chart. | +| [warningCallback](#warningCallback--)| IWarningCallback | Gets or sets warning callback. | +| [checkExcelRestriction](#checkExcelRestriction--)| boolean | 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, it will be truncated. | +| [updateSmartArt](#updateSmartArt--)| boolean | Indicates whether updating smart art setting. The default value is false. | +| [encryptDocumentProperties](#encryptDocumentProperties--)| boolean | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [defaultFont](#defaultFont--)| string | 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. | +| [checkWorkbookDefaultFont](#checkWorkbookDefaultFont--)| boolean | 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. | +| [checkFontCompatibility](#checkFontCompatibility--)| boolean | Indicates whether to check font compatibility for every character in text. | +| [isFontSubstitutionCharGranularity](#isFontSubstitutionCharGranularity--)| boolean | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. | +| [onePagePerSheet](#onePagePerSheet--)| boolean | 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. | +| [allColumnsInOnePagePerSheet](#allColumnsInOnePagePerSheet--)| boolean | 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. | +| [ignoreError](#ignoreError--)| boolean | Indicates if you need to hide the error while rendering. The error can be error in shape, image, chart rendering, etc. | +| [outputBlankPageWhenNothingToPrint](#outputBlankPageWhenNothingToPrint--)| boolean | Indicates whether to output a blank page when there is nothing to print. | +| [pageIndex](#pageIndex--)| number | Gets or sets the 0-based index of the first page to save. | +| [pageCount](#pageCount--)| number | Gets or sets the number of pages to save. | +| [printingPageType](#printingPageType--)| PrintingPageType | Indicates which pages will not be printed. | +| [gridlineType](#gridlineType--)| GridlineType | Gets or sets gridline type. | +| [gridlineColor](#gridlineColor--)| Color | Gets or sets gridline color. | +| [textCrossType](#textCrossType--)| TextCrossType | Gets or sets displaying text type when the text width is larger than cell width. | +| [defaultEditLanguage](#defaultEditLanguage--)| DefaultEditLanguage | Gets or sets default edit language. | +| [sheetSet](#sheetSet--)| SheetSet | Gets or sets the sheets to render. Default is all visible sheets in the workbook: [Aspose.Cells.Rendering.SheetSet.Visible](../aspose.cells.rendering.sheetset.visible/). | +| [drawObjectEventHandler](#drawObjectEventHandler--)| DrawObjectEventHandler | Implements this interface to get DrawObject and Bound when rendering. | +| [pageSavingCallback](#pageSavingCallback--)| IPageSavingCallback | Control/Indicate progress of page saving process. | +| [emfRenderSetting](#emfRenderSetting--)| EmfRenderSetting | Setting for rendering Emf metafile. | +| [customRenderSettings](#customRenderSettings--)| CustomRenderSettings | Gets or sets custom settings during rendering. | + + +### constructor() {#constructor--} + +Creates the options for saving OFD file. + +```javascript +constructor(); +``` + + +### constructor(PaginatedSaveOptions) {#constructor-paginatedsaveoptions-} + +Constructs from a parent object convertible to this. + +```javascript +constructor(obj: PaginatedSaveOptions); +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| obj | PaginatedSaveOptions | The parent object. | + +### saveFormat {#saveFormat--} + +Readonly. Gets the save file format. + +```javascript +saveFormat : SaveFormat; +``` + + +### clearData {#clearData--} + +Make the workbook empty after saving the file. + +```javascript +clearData : boolean; +``` + + +### cachedFileFolder {#cachedFileFolder--} + +The folder for temporary files that may be used as data cache. + +```javascript +cachedFileFolder : string; +``` + + +**Remarks** + +If the folder has not been specified, the default value for it is [CellsHelper.GetCacheFolder()](../cellshelper.getcachefolder()/). If its default value is null or empty, or has been specified as null or empty, then no cache file will be used when saving the workbook. + +### validateMergedAreas {#validateMergedAreas--} + +Indicates whether validate merged cells before saving the file. + +```javascript +validateMergedAreas : boolean; +``` + + +**Remarks** + +The default value is false. + +### mergeAreas {#mergeAreas--} + +Indicates whether merge the areas of conditional formatting and validation before saving the file. + +```javascript +mergeAreas : boolean; +``` + + +**Remarks** + +The default value is false. + +### createDirectory {#createDirectory--} + +If true and the directory does not exist, the directory will be automatically created before saving the file. + +```javascript +createDirectory : boolean; +``` + + +**Remarks** + +The default value is false. + +### sortNames {#sortNames--} + +Indicates whether sorting defined names before saving file. + +```javascript +sortNames : boolean; +``` + + +### sortExternalNames {#sortExternalNames--} + +Indicates whether sorting external defined names before saving file. + +```javascript +sortExternalNames : boolean; +``` + + +### refreshChartCache {#refreshChartCache--} + +Indicates whether to cache the latest data of the chart. + +```javascript +refreshChartCache : boolean; +``` + + +### warningCallback {#warningCallback--} + +Gets or sets warning callback. + +```javascript +warningCallback : IWarningCallback; +``` + + +### checkExcelRestriction {#checkExcelRestriction--} + +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, it will be truncated. + +```javascript +checkExcelRestriction : boolean; +``` + + +### updateSmartArt {#updateSmartArt--} + +Indicates whether updating smart art setting. The default value is false. + +```javascript +updateSmartArt : boolean; +``` + + +**Remarks** + +Only effects after calling Shape.GetResultOfSmartArt() method and the cached shapes exist in the template file. + +### encryptDocumentProperties {#encryptDocumentProperties--} + +Indicates whether encrypt document properties when saving as .xls file. The default value is true. + +```javascript +encryptDocumentProperties : boolean; +``` + + +**Remarks** + +Only for .xls,xlsx,xlsb and xlsm file. + +### defaultFont {#defaultFont--} + +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. + +```javascript +defaultFont : string; +``` + + +### checkWorkbookDefaultFont {#checkWorkbookDefaultFont--} + +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. + +```javascript +checkWorkbookDefaultFont : boolean; +``` + + +**Remarks** + +Default is true. + +### checkFontCompatibility {#checkFontCompatibility--} + +Indicates whether to check font compatibility for every character in text. + +```javascript +checkFontCompatibility : boolean; +``` + + +**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; + +### isFontSubstitutionCharGranularity {#isFontSubstitutionCharGranularity--} + +Indicates whether to only substitute the font of character when the cell font is not compatibility for it. + +```javascript +isFontSubstitutionCharGranularity : boolean; +``` + + +**Remarks** + +Default is false. We will try default font of Workbook and PdfSaveOption/system for cell font first. + +### onePagePerSheet {#onePagePerSheet--} + +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. + +```javascript +onePagePerSheet : boolean; +``` + + +### allColumnsInOnePagePerSheet {#allColumnsInOnePagePerSheet--} + +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. + +```javascript +allColumnsInOnePagePerSheet : boolean; +``` + + +### ignoreError {#ignoreError--} + +Indicates if you need to hide the error while rendering. The error can be error in shape, image, chart rendering, etc. + +```javascript +ignoreError : boolean; +``` + + +### outputBlankPageWhenNothingToPrint {#outputBlankPageWhenNothingToPrint--} + +Indicates whether to output a blank page when there is nothing to print. + +```javascript +outputBlankPageWhenNothingToPrint : boolean; +``` + + +**Remarks** + +Default is true. + +### pageIndex {#pageIndex--} + +Gets or sets the 0-based index of the first page to save. + +```javascript +pageIndex : number; +``` + + +**Remarks** + +Default is 0. + +### pageCount {#pageCount--} + +Gets or sets the number of pages to save. + +```javascript +pageCount : number; +``` + + +**Remarks** + +Default is System.Int32.MaxValue which means all pages will be rendered.. + +### printingPageType {#printingPageType--} + +Indicates which pages will not be printed. + +```javascript +printingPageType : PrintingPageType; +``` + + +**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. + +### gridlineType {#gridlineType--} + +Gets or sets gridline type. + +```javascript +gridlineType : GridlineType; +``` + + +**Remarks** + +Default is Dotted type. + +### gridlineColor {#gridlineColor--} + +Gets or sets gridline color. + +```javascript +gridlineColor : Color; +``` + + +**Remarks** + +It will ignore the gridline color settings in the source file. + +### textCrossType {#textCrossType--} + +Gets or sets displaying text type when the text width is larger than cell width. + +```javascript +textCrossType : TextCrossType; +``` + + +### defaultEditLanguage {#defaultEditLanguage--} + +Gets or sets default edit language. + +```javascript +defaultEditLanguage : DefaultEditLanguage; +``` + + +**Remarks** + +It may display/render different layouts for text paragraph when different edit languages is set. Default is [Aspose.Cells.DefaultEditLanguage.Auto](../aspose.cells.defaulteditlanguage.auto/). + +### sheetSet {#sheetSet--} + +Gets or sets the sheets to render. Default is all visible sheets in the workbook: [Aspose.Cells.Rendering.SheetSet.Visible](../aspose.cells.rendering.sheetset.visible/). + +```javascript +sheetSet : SheetSet; +``` + + +### drawObjectEventHandler {#drawObjectEventHandler--} + +Implements this interface to get DrawObject and Bound when rendering. + +```javascript +drawObjectEventHandler : DrawObjectEventHandler; +``` + + +### pageSavingCallback {#pageSavingCallback--} + +Control/Indicate progress of page saving process. + +```javascript +pageSavingCallback : IPageSavingCallback; +``` + + +### emfRenderSetting {#emfRenderSetting--} + +Setting for rendering Emf metafile. + +```javascript +emfRenderSetting : EmfRenderSetting; +``` + + +**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 [Aspose.Cells.EmfRenderSetting.EmfPlusPrefer](../aspose.cells.emfrendersetting.emfplusprefer/) is set, then EMF+ records will be parsed while rendering to page, otherwise only EMF records will be parsed. Default value is [Aspose.Cells.EmfRenderSetting.EmfOnly](../aspose.cells.emfrendersetting.emfonly/). + +### customRenderSettings {#customRenderSettings--} + +Gets or sets custom settings during rendering. + +```javascript +customRenderSettings : CustomRenderSettings; +``` + + + diff --git a/english/javascript-cpp/pclsaveoptions/_index.md b/english/javascript-cpp/pclsaveoptions/_index.md index 1172697eecc..0637dcf9dc8 100644 --- a/english/javascript-cpp/pclsaveoptions/_index.md +++ b/english/javascript-cpp/pclsaveoptions/_index.md @@ -19,7 +19,7 @@ class PclSaveOptions extends PaginatedSaveOptions; | Name | Description | | --- | --- | -| [constructor()](#constructor--)| Creates the options for saving pdf file. | +| [constructor()](#constructor--)| Creates the options for saving pcl file. | | [constructor(PaginatedSaveOptions)](#constructor-paginatedsaveoptions-)| Constructs from a parent object convertible to this. | ## Properties @@ -70,7 +70,7 @@ class PclSaveOptions extends PaginatedSaveOptions; ### constructor() {#constructor--} -Creates the options for saving pdf file. +Creates the options for saving pcl file. ```javascript constructor(); diff --git a/english/javascript-cpp/pivotareafilter/_index.md b/english/javascript-cpp/pivotareafilter/_index.md index 4c34219bd9e..2afe2cd5522 100644 --- a/english/javascript-cpp/pivotareafilter/_index.md +++ b/english/javascript-cpp/pivotareafilter/_index.md @@ -25,6 +25,7 @@ class PivotAreaFilter; | Property | Type | Description | | --- | --- | --- | +| [fieldIndex](#fieldIndex--)| number | Readonly. Gets the index of the field to which this filter refers. A value of -2 indicates the values field. | | [selected](#selected--)| boolean | Indicates whether this field has selection. Only works when the PivotTable is in Outline view. | ## Methods @@ -44,6 +45,15 @@ constructor(); ``` +### fieldIndex {#fieldIndex--} + +Readonly. Gets the index of the field to which this filter refers. A value of -2 indicates the values field. + +```javascript +fieldIndex : number; +``` + + ### selected {#selected--} Indicates whether this field has selection. Only works when the PivotTable is in Outline view. diff --git a/english/javascript-cpp/pivotoptions/_index.md b/english/javascript-cpp/pivotoptions/_index.md index 84ef27211e6..232e1fa74fa 100644 --- a/english/javascript-cpp/pivotoptions/_index.md +++ b/english/javascript-cpp/pivotoptions/_index.md @@ -19,7 +19,7 @@ class PivotOptions; | Property | Type | Description | | --- | --- | --- | -| [showExpandCollapseFieldButtons](#showExpandCollapseFieldButtons--)| boolean | Gets or sets a value indicating whether to show expand/collapse field buttons | +| [showExpandCollapseFieldButtons](#showExpandCollapseFieldButtons--)| boolean | Gets or sets a value indicating whether to show expand or collapse field buttons | | [dropZoneFilter](#dropZoneFilter--)| boolean | Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | | [dropZoneCategories](#dropZoneCategories--)| boolean | Specifies whether a control for each PivotTable field on the PivotTable row axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | | [dropZoneData](#dropZoneData--)| boolean | Specifies whether a control for each PivotTable field on the PivotTable data axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | @@ -29,7 +29,7 @@ class PivotOptions; ### showExpandCollapseFieldButtons {#showExpandCollapseFieldButtons--} -Gets or sets a value indicating whether to show expand/collapse field buttons +Gets or sets a value indicating whether to show expand or collapse field buttons ```javascript showExpandCollapseFieldButtons : boolean; diff --git a/english/javascript-cpp/pivottable/_index.md b/english/javascript-cpp/pivottable/_index.md index bc8c8bdb288..c47d6955972 100644 --- a/english/javascript-cpp/pivottable/_index.md +++ b/english/javascript-cpp/pivottable/_index.md @@ -53,8 +53,7 @@ class PivotTable; | [isAutoFormat](#isAutoFormat--)| boolean | Indicates whether the PivotTable report is automatically formatted. Checkbox "autoformat table " which is in pivottable option for Excel 2003 | | [autofitColumnWidthOnUpdate](#autofitColumnWidthOnUpdate--)| boolean | Indicates whether autofitting column width on update | | [autoFormatType](#autoFormatType--)| PivotTableAutoFormatType | Gets and sets the auto format type of PivotTable. | -| [hasBlankRows](#hasBlankRows--)| boolean | Indicates whether to add blank rows. This property only applies for the PivotTable auto format types which needs to add blank rows. | -| [mergeLabels](#mergeLabels--)| boolean | True if the specified PivotTable report's outer-row item, column item, subtotal, and grand total labels use merged cells. | +| [mergeLabels](#mergeLabels--)| boolean | Indicates whether row or column titles that span multiple cells should be merged into a single cell. | | [preserveFormatting](#preserveFormatting--)| boolean | Indicates whether formatting is preserved when the PivotTable is refreshed or recalculated. | | [showDrill](#showDrill--)| boolean | Gets and sets whether showing expand/collapse buttons. | | [enableDrilldown](#enableDrilldown--)| boolean | Gets whether drilldown is enabled. | @@ -68,7 +67,7 @@ class PivotTable; | [allowMultipleFiltersPerField](#allowMultipleFiltersPerField--)| boolean | Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them. | | [missingItemsLimit](#missingItemsLimit--)| PivotMissingItemLimitType | Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them. | | [enableDataValueEditing](#enableDataValueEditing--)| boolean | Specifies a boolean value that indicates whether the user is allowed to edit the cells in the data area of the pivottable. Enable cell editing in the values area | -| [showDataTips](#showDataTips--)| boolean | Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells. | +| [showDataTips](#showDataTips--)| boolean | Indicates whether tooltips should be displayed for PivotTable data cells. | | [showMemberPropertyTips](#showMemberPropertyTips--)| boolean | Specifies a boolean value that indicates whether member property information should be omitted from PivotTable tooltips. | | [showValuesRow](#showValuesRow--)| boolean | Indicates whether showing values row. | | [showEmptyCol](#showEmptyCol--)| boolean | Indicates whether to include empty columns in the table | @@ -139,6 +138,8 @@ class PivotTable; | [calculateData()](#calculateData--)| Calculates data of pivottable to cells. | | [calculateData(PivotTableCalculateOption)](#calculateData-pivottablecalculateoption-)| Calculates pivot table with options. | | [clearData()](#clearData--)| Clear data and formatting of PivotTable view. | +| [clearFilters()](#clearFilters--)| Clears all filters of this pivot table. | +| [clearAll()](#clearAll--)| Remove all fields from regions. | | [calculateRange()](#calculateRange--)| Calculates pivottable's range. | | [formatAll(Style)](#formatAll-style-)| Format all the cell in the pivottable area | | [formatRow(number, Style)](#formatRow-number-style-)| Format the row data in the pivottable area | @@ -152,6 +153,7 @@ class PivotTable; | [showInOutlineForm()](#showInOutlineForm--)| Layouts the PivotTable in outline form. | | [showInTabularForm()](#showInTabularForm--)| Layouts the PivotTable in tabular form. | | [getCellByDisplayName(string)](#getCellByDisplayName-string-)| Gets the [Cell](../cell/) object by the display name of PivotField. | +| [getDependentPivotTables()](#getDependentPivotTables--)| Gets all [PivotTable](../pivottable/)s that use this PivotTable as their data source. | | [getChildren()](#getChildren--)| Gets the Children Pivot Tables which use this PivotTable data as data source. | @@ -477,18 +479,9 @@ autoFormatType : PivotTableAutoFormatType; ``` -### hasBlankRows {#hasBlankRows--} - -Indicates whether to add blank rows. This property only applies for the PivotTable auto format types which needs to add blank rows. - -```javascript -hasBlankRows : boolean; -``` - - ### mergeLabels {#mergeLabels--} -True if the specified PivotTable report's outer-row item, column item, subtotal, and grand total labels use merged cells. +Indicates whether row or column titles that span multiple cells should be merged into a single cell. ```javascript mergeLabels : boolean; @@ -618,7 +611,7 @@ enableDataValueEditing : boolean; ### showDataTips {#showDataTips--} -Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells. +Indicates whether tooltips should be displayed for PivotTable data cells. ```javascript showDataTips : boolean; @@ -1393,6 +1386,24 @@ clearData() : void; If this method is not called before you add or delete PivotField, Maybe the PivotTable data is not corrected +### clearFilters() {#clearFilters--} + +Clears all filters of this pivot table. + +```javascript +clearFilters() : void; +``` + + +### clearAll() {#clearAll--} + +Remove all fields from regions. + +```javascript +clearAll() : void; +``` + + ### calculateRange() {#calculateRange--} Calculates pivottable's range. @@ -1567,6 +1578,23 @@ getCellByDisplayName(displayName: string) : Cell; the Cell object +### getDependentPivotTables() {#getDependentPivotTables--} + +Gets all [PivotTable](../pivottable/)s that use this PivotTable as their data source. + +```javascript +getDependentPivotTables() : PivotTable[]; +``` + + +**Returns** + +[PivotTable](../pivottable/)[] + +**Remarks** + +Because pivot tables may depend on each other's data, they must be refreshed in the correct order to ensure data consistency. + ### getChildren() {#getChildren--} Gets the Children Pivot Tables which use this PivotTable data as data source. @@ -1580,4 +1608,8 @@ getChildren() : PivotTable[]; the PivotTable array object +**Remarks** + +NOTE: This method is now obsolete. Instead, please use PivotTable.GetDependentPivotTables() method. This method will be removed 12 months later since April 2026. Aspose apologizes for any inconvenience you may have experienced. + diff --git a/english/javascript-cpp/plotdatabytype/_index.md b/english/javascript-cpp/plotdatabytype/_index.md index d24426028b4..4d1648fd5fd 100644 --- a/english/javascript-cpp/plotdatabytype/_index.md +++ b/english/javascript-cpp/plotdatabytype/_index.md @@ -11,6 +11,6 @@ Represents the type of data plot by row or column. ### Values | Name | Value | Description | | --- | --- | --- | -| Row | `0` | By row. | +| Row | `0` | Sorted by row. | | Column | `1` | By column. | diff --git a/english/javascript-cpp/saveformat/_index.md b/english/javascript-cpp/saveformat/_index.md index 0d9bab48fbc..5cf0933fadb 100644 --- a/english/javascript-cpp/saveformat/_index.md +++ b/english/javascript-cpp/saveformat/_index.md @@ -60,5 +60,6 @@ Represents the format in which the workbook is saved. | Epub | `772` | Represents Epub file. | | Azw3 | `773` | Represents Azw3 file. | | Pcl | `1025` | PCL (Printer Command Language) | +| Ofd | `1026` | OFD (Open Fixed-layout Document) | | Dbf | `515` | Xbase Data file | diff --git a/english/javascript-cpp/series/_index.md b/english/javascript-cpp/series/_index.md index c7750c74b7e..f956e3f1543 100644 --- a/english/javascript-cpp/series/_index.md +++ b/english/javascript-cpp/series/_index.md @@ -74,7 +74,7 @@ var uint8Array = workbook.save(SaveFormat.Xlsx); | Property | Type | Description | | --- | --- | --- | -| [isFiltered](#isFiltered--)| boolean | Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. | +| [isFiltered](#isFiltered--)| boolean | Indicates whether the series is selected or filtered. True indicates that this series is filtered, and it will not be displayed on the chart. | | [layoutProperties](#layoutProperties--)| SeriesLayoutProperties | Readonly. Represents the properties of layout. | | [points](#points--)| ChartPointCollection | Readonly. Gets the collection of points in a series in a chart. | | [area](#area--)| Area | Readonly. Represents the background area of the Series object. | @@ -86,19 +86,19 @@ var uint8Array = workbook.save(SaveFormat.Xlsx); | [values](#values--)| string | Represents the Y values of this chart series. | | [pointValues](#pointValues--)| ChartDataValue[] | Readonly. Gets the actual values that are used to plot every point of this series in the chart. | | [categoryValues](#categoryValues--)| ChartDataValue[][] | Readonly. Gets the actual category values that are used to plot every point of this series in the chart. | -| [valuesFormatCode](#valuesFormatCode--)| string | Represents format code of Values' NumberList. | +| [valuesFormatCode](#valuesFormatCode--)| string | Represents the format code of the Values NumberList. | | [xValuesFormatCode](#xValuesFormatCode--)| string | Represents format code of X Values' NumberList. | | [xValues](#xValues--)| string | Represents the X values of this chart series. | -| [bubbleSizes](#bubbleSizes--)| string | Gets or sets the bubble sizes values of the chart series. | +| [bubbleSizes](#bubbleSizes--)| string | Gets or sets the bubble size values of the chart series. | | [trendLines](#trendLines--)| TrendlineCollection | Readonly. Returns all the trendlines of this series. | -| [smooth](#smooth--)| boolean | 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. | +| [smooth](#smooth--)| boolean | Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line charts and scatter charts with lines. | | [shadow](#shadow--)| boolean | True if the series has a shadow. | | [has3DEffect](#has3DEffect--)| boolean | True if the series has a three-dimensional appearance. | | [bar3DShapeType](#bar3DShapeType--)| Bar3DShapeType | Gets or sets the 3D shape type used with the 3-D bar or column chart. | | [dataLabels](#dataLabels--)| DataLabels | Readonly. Represents the DataLabels object for the specified ASeries. | | [type](#type--)| ChartType | Gets or sets a data series' type. | | [marker](#marker--)| Marker | Readonly. Gets the marker. | -| [plotOnSecondAxis](#plotOnSecondAxis--)| boolean | Indicates if this series is plotted on second value axis. | +| [plotOnSecondAxis](#plotOnSecondAxis--)| boolean | Indicates if this series is plotted on the second value axis. | | [xErrorBar](#xErrorBar--)| ErrorBar | Readonly. Represents X direction error bar of the series. | | [yErrorBar](#yErrorBar--)| ErrorBar | Readonly. Represents Y direction error bar of the series. | | [hasHiLoLines](#hasHiLoLines--)| boolean | True if the line chart has high-low lines. Applies only to line charts. | @@ -106,13 +106,13 @@ var uint8Array = workbook.save(SaveFormat.Xlsx); | [hasSeriesLines](#hasSeriesLines--)| boolean | True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts. | | [seriesLines](#seriesLines--)| Line | Readonly. Returns a SeriesLines object that represents the series lines for a stacked bar chart or a stacked column chart. Applies only to stacked bar and stacked column charts. | | [hasDropLines](#hasDropLines--)| boolean | True if the chart has drop lines. Applies only to line chart or area charts. | -| [dropLines](#dropLines--)| Line | Readonly. Returns a [Line](../line/) object that represents the drop lines for a series on the line chart or area chart. Applies only to line chart or area charts. | +| [dropLines](#dropLines--)| Line | Readonly. Returns a [Line](../line/) object that represents the drop lines for a series on the line chart or area chart. Applies only to line charts or area charts. | | [hasUpDownBars](#hasUpDownBars--)| boolean | True if a line chart has up and down bars. Applies only to line charts. | -| [upBars](#upBars--)| DropBars | Readonly. Returns an DropBars object that represents the up bars on a line chart. Applies only to line charts. | +| [upBars](#upBars--)| DropBars | Readonly. Returns a DropBars object that represents the up bars on a line chart. Applies only to line charts. | | [downBars](#downBars--)| DropBars | Readonly. Returns a [DropBars](../dropbars/) object that represents the down bars on a line chart. Applies only to line charts. | -| [isColorVaried](#isColorVaried--)| boolean | Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. | +| [isColorVaried](#isColorVaried--)| boolean | Represents whether the color of points is varied. The chart must contain only one series or this chart is a pie chart. | | [gapWidth](#gapWidth--)| number | Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500. | -| [firstSliceAngle](#firstSliceAngle--)| number | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. | +| [firstSliceAngle](#firstSliceAngle--)| number | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, with values from 0 to 360. | | [overlap](#overlap--)| number | Specifies how bars and columns are positioned. Can be a value between -100 and 100. Applies only to 2-D bar and 2-D column charts. | | [secondPlotSize](#secondPlotSize--)| number | Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200. | | [splitType](#splitType--)| ChartSplitType | Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. | @@ -138,7 +138,7 @@ var uint8Array = workbook.save(SaveFormat.Xlsx); ### isFiltered {#isFiltered--} -Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. +Indicates whether the series is selected or filtered. True indicates that this series is filtered, and it will not be displayed on the chart. ```javascript isFiltered : boolean; @@ -281,7 +281,7 @@ This property provides one convenient way to get the actual values corresponding ### valuesFormatCode {#valuesFormatCode--} -Represents format code of Values' NumberList. +Represents the format code of the Values NumberList. ```javascript valuesFormatCode : string; @@ -312,7 +312,7 @@ Only for Scatter and Bubble chart. Please use [SeriesCollection.CategoryData](.. ### bubbleSizes {#bubbleSizes--} -Gets or sets the bubble sizes values of the chart series. +Gets or sets the bubble size values of the chart series. ```javascript bubbleSizes : string; @@ -334,7 +334,7 @@ trendLines : TrendlineCollection; ### smooth {#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. +Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line charts and scatter charts with lines. ```javascript smooth : boolean; @@ -401,7 +401,7 @@ marker : Marker; ### plotOnSecondAxis {#plotOnSecondAxis--} -Indicates if this series is plotted on second value axis. +Indicates if this series is plotted on the second value axis. ```javascript plotOnSecondAxis : boolean; @@ -473,7 +473,7 @@ hasDropLines : boolean; ### dropLines {#dropLines--} -Readonly. Returns a [Line](../line/) object that represents the drop lines for a series on the line chart or area chart. Applies only to line chart or area charts. +Readonly. Returns a [Line](../line/) object that represents the drop lines for a series on the line chart or area chart. Applies only to line charts or area charts. ```javascript dropLines : Line; @@ -491,7 +491,7 @@ hasUpDownBars : boolean; ### upBars {#upBars--} -Readonly. Returns an DropBars object that represents the up bars on a line chart. Applies only to line charts. +Readonly. Returns a DropBars object that represents the up bars on a line chart. Applies only to line charts. ```javascript upBars : DropBars; @@ -509,7 +509,7 @@ downBars : DropBars; ### isColorVaried {#isColorVaried--} -Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. +Represents whether the color of points is varied. The chart must contain only one series or this chart is a pie chart. ```javascript isColorVaried : boolean; @@ -527,7 +527,7 @@ gapWidth : number; ### firstSliceAngle {#firstSliceAngle--} -Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. +Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, with values from 0 to 360. ```javascript firstSliceAngle : number; diff --git a/english/javascript-cpp/serieslayoutproperties/_index.md b/english/javascript-cpp/serieslayoutproperties/_index.md index 366e6c160ed..54c1f709c03 100644 --- a/english/javascript-cpp/serieslayoutproperties/_index.md +++ b/english/javascript-cpp/serieslayoutproperties/_index.md @@ -27,7 +27,7 @@ Only applicable to BoxWhisker,Funnel,ParetoLine,Sunburst,Treemap,Waterfall and H | Property | Type | Description | | --- | --- | --- | -| [showConnectorLines](#showConnectorLines--)| boolean | Indicates whether connector lines are shown between data points. | +| [showConnectorLines](#showConnectorLines--)| boolean | Indicates whether connector lines are displayed between data points. | | [showMeanLine](#showMeanLine--)| boolean | Indicates whether to show the line connecting all mean points. | | [showOutlierPoints](#showOutlierPoints--)| boolean | Indicates whether outlier data points are shown. | | [showMeanMarker](#showMeanMarker--)| boolean | Indicates whether markers denoting the mean are shown. | @@ -51,7 +51,7 @@ constructor(); ### showConnectorLines {#showConnectorLines--} -Indicates whether connector lines are shown between data points. +Indicates whether connector lines are displayed between data points. ```javascript showConnectorLines : boolean; diff --git a/english/javascript-cpp/sparklinegroup/_index.md b/english/javascript-cpp/sparklinegroup/_index.md index 4c060357970..5803b68f1ec 100644 --- a/english/javascript-cpp/sparklinegroup/_index.md +++ b/english/javascript-cpp/sparklinegroup/_index.md @@ -52,6 +52,8 @@ class SparklineGroup; | Method | Description | | --- | --- | | [resetRanges(string, boolean, CellArea)](#resetRanges-string-boolean-cellarea-)| Resets the data range and location range of the sparkline group. This method will clear original sparkline items in the group and creates new sparkline items for the new ranges. | +| [setVerticalAxisMaxValue(SparklineAxisMinMaxType, number)](#setVerticalAxisMaxValue-sparklineaxisminmaxtype-number-)| Sets the custom maximum value for the sparkline vertical axis with the specified axis value type. | +| [setVerticalAxisMinValue(SparklineAxisMinMaxType, number)](#setVerticalAxisMinValue-sparklineaxisminmaxtype-number-)| Sets the custom minimum value for the sparkline vertical axis with the specified axis value type. | ### presetStyle {#presetStyle--} @@ -324,4 +326,32 @@ resetRanges(dataRange: string, isVertical: boolean, locationRange: CellArea) : v | isVertical | boolean | Specifies whether to plot the sparklines from the new data range by row or by column. | | locationRange | [CellArea](../cellarea/) | Specifies where the sparklines to be placed. | +### setVerticalAxisMaxValue(SparklineAxisMinMaxType, number) {#setVerticalAxisMaxValue-sparklineaxisminmaxtype-number-} + +Sets the custom maximum value for the sparkline vertical axis with the specified axis value type. + +```javascript +setVerticalAxisMaxValue(type: SparklineAxisMinMaxType, value: number) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| type | [SparklineAxisMinMaxType](../sparklineaxisminmaxtype/) | Type that specifies how the axis maximum value is applied. | +| value | number | Custom maximum value of the vertical axis. /// Ignored if type is not [SparklineAxisMinMaxType.Custom](../sparklineaxisminmaxtype.custom/) | + +### setVerticalAxisMinValue(SparklineAxisMinMaxType, number) {#setVerticalAxisMinValue-sparklineaxisminmaxtype-number-} + +Sets the custom minimum value for the sparkline vertical axis with the specified axis value type. + +```javascript +setVerticalAxisMinValue(type: SparklineAxisMinMaxType, value: number) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| type | [SparklineAxisMinMaxType](../sparklineaxisminmaxtype/) | Type that specifies how the axis minimum value is applied. | +| value | number | Custom minimum value of the vertical axis. /// Ignored if type is not [SparklineAxisMinMaxType.Custom](../sparklineaxisminmaxtype.custom/) | + diff --git a/english/javascript-cpp/style/_index.md b/english/javascript-cpp/style/_index.md index 9b358aeecf8..f81663d0de7 100644 --- a/english/javascript-cpp/style/_index.md +++ b/english/javascript-cpp/style/_index.md @@ -77,6 +77,10 @@ excel.worksheets.get(0).cells.get("A1").setStyle(style1); | [isGradient](#isGradient--)| boolean | Indicates whether the cell shading is a gradient pattern. | | [isPercent](#isPercent--)| boolean | Readonly. Indicates whether the number format is a percent format. | | [isDateTime](#isDateTime--)| boolean | Readonly. Indicates whether the number format is a date format. | +| [leftBorder](#leftBorder--)| Border | Readonly. Gets the left border. | +| [rightBorder](#rightBorder--)| Border | Readonly. Gets the right border. | +| [topBorder](#topBorder--)| Border | Readonly. Gets the top border. | +| [bottomBorder](#bottomBorder--)| Border | Readonly. Gets the bottom border. | ## Methods @@ -492,6 +496,42 @@ isDateTime : boolean; ``` +### leftBorder {#leftBorder--} + +Readonly. Gets the left border. + +```javascript +leftBorder : Border; +``` + + +### rightBorder {#rightBorder--} + +Readonly. Gets the right border. + +```javascript +rightBorder : Border; +``` + + +### topBorder {#topBorder--} + +Readonly. Gets the top border. + +```javascript +topBorder : Border; +``` + + +### bottomBorder {#bottomBorder--} + +Readonly. Gets the bottom border. + +```javascript +bottomBorder : Border; +``` + + ### setPatternColor(BackgroundType, Color, Color) {#setPatternColor-backgroundtype-color-color-} Sets the background color. diff --git a/english/javascript-cpp/ticklabelalignmenttype/_index.md b/english/javascript-cpp/ticklabelalignmenttype/_index.md index 13fb5567a4a..3f0c335a9b6 100644 --- a/english/javascript-cpp/ticklabelalignmenttype/_index.md +++ b/english/javascript-cpp/ticklabelalignmenttype/_index.md @@ -11,7 +11,7 @@ Represents the text alignment type for the tick labels on the axis ### Values | Name | Value | Description | | --- | --- | --- | -| Center | `0` | Represents that the text shall be centered. | -| Left | `1` | Represents the text that shall be left justified. | -| Right | `2` | Represents that the text shall be right justified. | +| Center | `0` | Specifies that the text is centered. | +| Left | `1` | Specifies that the text is left-aligned.. | +| Right | `2` | Specifies that the text is right-aligned.. | diff --git a/english/javascript-cpp/title/_index.md b/english/javascript-cpp/title/_index.md index 6ae0a237d93..841d796ad10 100644 --- a/english/javascript-cpp/title/_index.md +++ b/english/javascript-cpp/title/_index.md @@ -59,7 +59,7 @@ chart.valueAxis.title.text = "Value"; | [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. | | [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. | | [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. | -| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. | +| [isDeleted](#isDeleted--)| boolean | Indicates whether this data label is deleted. | | [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. | | [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. | | [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. | @@ -309,7 +309,7 @@ defaultHeightRatioToChart : number; ### isDeleted {#isDeleted--} -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. ```javascript isDeleted : boolean; diff --git a/english/javascript-cpp/workbook/_index.md b/english/javascript-cpp/workbook/_index.md index 1e06b1c987b..cd586bea976 100644 --- a/english/javascript-cpp/workbook/_index.md +++ b/english/javascript-cpp/workbook/_index.md @@ -43,7 +43,8 @@ var uint8Array = workbook.save(saveOptions); | --- | --- | | [constructor()](#constructor--)| Initializes a new instance of the [Workbook](../workbook/) class. | | [constructor(FileFormatType)](#constructor-fileformattype-)| Initializes a new instance of the [Workbook](../workbook/) class. | -| [constructor(string)](#constructor-string-)| Initializes a new instance of the [Workbook](../workbook/) class and open a file. | +| [constructor(LoadOptions)](#constructor-loadoptions-)| Initializes a new empty instance of the [Workbook](../workbook/) class with options | +| [constructor(string)](#constructor-string-)| | | [constructor(Uint8Array)](#constructor-uint8array-)| Initializes a new instance of the [Workbook](../workbook/) class and open a stream. | | [constructor(string, LoadOptions)](#constructor-string-loadoptions-)| Initializes a new instance of the [Workbook](../workbook/) class and open a file. | | [constructor(Uint8Array, LoadOptions)](#constructor-uint8array-loadoptions-)| Initializes a new instance of the [Workbook](../workbook/) class and open stream. | @@ -153,10 +154,12 @@ var uint8Array = workbook.save(saveOptions); | [addDigitalSignature(DigitalSignatureCollection)](#addDigitalSignature-digitalsignaturecollection-)| Adds digital signature to an OOXML spreadsheet file (Excel2007 and later). | | [getDigitalSignature()](#getDigitalSignature--)| Gets digital signature from file. | | [removePersonalInformation()](#removePersonalInformation--)| Removes personal information. | +| [refreshAll()](#refreshAll--)| Refresh linked shapes, all pivot tables and charts with pivot source. | | [dispose()](#dispose--)| Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | | static [openAsync()](#openAsync--)| Initializes a new instance of the [Workbook](../workbook/) class. | | static [openAsync(FileFormatType)](#openAsync-fileformattype-)| Initializes a new instance of the [Workbook](../workbook/) class. | -| static [openAsync(string)](#openAsync-string-)| Initializes a new instance of the [Workbook](../workbook/) class and open a file. | +| static [openAsync(LoadOptions)](#openAsync-loadoptions-)| Initializes a new empty instance of the [Workbook](../workbook/) class with options | +| static [openAsync(string)](#openAsync-string-)| | | static [openAsync(Uint8Array)](#openAsync-uint8array-)| Initializes a new instance of the [Workbook](../workbook/) class and open a stream. | | static [openAsync(string, LoadOptions)](#openAsync-string-loadoptions-)| Initializes a new instance of the [Workbook](../workbook/) class and open a file. | | static [openAsync(Uint8Array, LoadOptions)](#openAsync-uint8array-loadoptions-)| Initializes a new instance of the [Workbook](../workbook/) class and open stream. | @@ -212,9 +215,22 @@ const { Workbook, FileFormatType } = AsposeCells; var workbook = new Workbook(FileFormatType.Xlsx); ``` +### constructor(LoadOptions) {#constructor-loadoptions-} + +Initializes a new empty instance of the [Workbook](../workbook/) class with options + +```javascript +constructor(loadOptions: LoadOptions); +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | [LoadOptions](../loadoptions/) | The options. | + ### constructor(string) {#constructor-string-} -Initializes a new instance of the [Workbook](../workbook/) class and open a file. + ```javascript constructor(file: string); @@ -223,7 +239,7 @@ constructor(file: string); **Parameters:** | Parameter | Type | Description | | --- | --- | --- | -| file | string | The file name. | +| file | string | | ### constructor(Uint8Array) {#constructor-uint8array-} @@ -1701,6 +1717,15 @@ removePersonalInformation() : void; ``` +### refreshAll() {#refreshAll--} + +Refresh linked shapes, all pivot tables and charts with pivot source. + +```javascript +refreshAll() : void; +``` + + ### dispose() {#dispose--} Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. @@ -1748,9 +1773,26 @@ static openAsync(fileFormatType: FileFormatType) : Promise; The default file format type is Excel97To2003. +### openAsync(LoadOptions) {#openAsync-loadoptions-} + +Initializes a new empty instance of the [Workbook](../workbook/) class with options + +```javascript +static openAsync(loadOptions: LoadOptions) : Promise; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | [LoadOptions](../loadoptions/) | The options. | + +**Returns** + +[Promise](../promise/) + ### openAsync(string) {#openAsync-string-} -Initializes a new instance of the [Workbook](../workbook/) class and open a file. + ```javascript static openAsync(file: string) : Promise; @@ -1759,7 +1801,7 @@ static openAsync(file: string) : Promise; **Parameters:** | Parameter | Type | Description | | --- | --- | --- | -| file | string | The file name. | +| file | string | | **Returns** diff --git a/english/javascript-cpp/worksheetcollection/_index.md b/english/javascript-cpp/worksheetcollection/_index.md index 2dff3af97b8..a4700f6ef2e 100644 --- a/english/javascript-cpp/worksheetcollection/_index.md +++ b/english/javascript-cpp/worksheetcollection/_index.md @@ -704,6 +704,10 @@ refreshAllAsync() : Promise; [Promise](../promise/) +**Remarks** + +NOTE: This member is now obsolete. Instead, please use Workbook.RefreshAll() method. This method will be removed 12 months later since April 2026. Aspose apologizes for any inconvenience you may have experienced. + ### refreshAll() {#refreshAll--} Refresh all pivot tables and charts with pivot source. @@ -713,6 +717,10 @@ refreshAll() : void; ``` +**Remarks** + +NOTE: This member is now obsolete. Instead, please use Workbook.RefreshAll() method. This method will be removed 12 months later since April 2026. Aspose apologizes for any inconvenience you may have experienced. + ### refreshPivotTablesAsync() {#refreshPivotTablesAsync--} Refreshes all the PivotTables in the Excel file. diff --git a/english/net/_index.md b/english/net/_index.md index 32fb7e50f2d..df5674c96cd 100644 --- a/english/net/_index.md +++ b/english/net/_index.md @@ -12,7 +12,7 @@ is_root: true | Namespace | Description | | --- | --- | | [Aspose.Cells](./aspose.cells/) | The **Aspose.Cells** namespace provides fundamental and base classes for generating, converting, modifying, rendering and printing Spreadsheets without utilizing Microsoft Excel. For example, [`Workbook`](aspose.cells/workbook/) class is the main entry to create or load and then manipulate a spreadsheet file, [`Cells`](aspose.cells/cells/) class is the main class to manipulate all data and properties in a sheet, ...etc. | -| [Aspose.Cells.Charts](./aspose.cells.charts/) | The **Aspose.Cells.Charts** namespace provides classes that allow to access and drawing charts and sparkline in Microsoft Excel spreadsheets. | +| [Aspose.Cells.Charts](./aspose.cells.charts/) | The **Aspose.Cells.Charts** namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets. | | [Aspose.Cells.DataModels](./aspose.cells.datamodels/) | The **Aspose.Cells.DataModels** namespace provides classes to access and update data models of the workbook. | | [Aspose.Cells.DigitalSignatures](./aspose.cells.digitalsignatures/) | The **Aspose.Cells.DigitalSignatures** namespace provides classes to sign documents and verify signatures. | | [Aspose.Cells.Drawing](./aspose.cells.drawing/) | The **Aspose.Cells.Drawing** namespace provides classes that allow to create and modify drawing shapes, form controls, and more advanced drawing objects. | diff --git a/english/net/aspose.cells.charts/_index.md b/english/net/aspose.cells.charts/_index.md index 6104b0bbf8e..a3c6abbad0b 100644 --- a/english/net/aspose.cells.charts/_index.md +++ b/english/net/aspose.cells.charts/_index.md @@ -1,11 +1,11 @@ --- title: Aspose.Cells.Charts second_title: Aspose.Cells for .NET API Reference -description: The ltbgtAspose.Cells.Chartslt/bgt namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets +description: The Aspose.Cells.Charts namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets type: docs url: /net/aspose.cells.charts/ --- -The <b>Aspose.Cells.Charts</b> namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets. +The **Aspose.Cells.Charts** namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets. ## Classes @@ -15,7 +15,7 @@ The <b>Aspose.Cells.Charts</b> namespace provides classes that allow | [AxisBins](./axisbins/) | Represents axis bins | | [Chart](./chart/) | Encapsulates the object that represents a single Excel chart. | | [ChartArea](./chartarea/) | Encapsulates the object that represents the chart area in the worksheet. | -| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating the chart. | +| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating a chart. | | [ChartCollection](./chartcollection/) | Encapsulates a collection of [`Chart`](../aspose.cells.charts/chart/) objects. | | [ChartDataTable](./chartdatatable/) | Represents a chart data table. | | [ChartDataValue](./chartdatavalue/) | Encapsulates chart data value | diff --git a/english/net/aspose.cells.charts/chartcalculateoptions/_index.md b/english/net/aspose.cells.charts/chartcalculateoptions/_index.md index 76858e10e4d..98d8867fda5 100644 --- a/english/net/aspose.cells.charts/chartcalculateoptions/_index.md +++ b/english/net/aspose.cells.charts/chartcalculateoptions/_index.md @@ -1,13 +1,13 @@ --- title: Class ChartCalculateOptions second_title: Aspose.Cells for .NET API Reference -description: Aspose.Cells.Charts.ChartCalculateOptions class. Represents the options for calculating the chart +description: Aspose.Cells.Charts.ChartCalculateOptions class. Represents the options for calculating a chart type: docs url: /net/aspose.cells.charts/chartcalculateoptions/ --- ## ChartCalculateOptions class -Represents the options for calculating the chart. +Represents the options for calculating a chart. ```csharp public class ChartCalculateOptions diff --git a/english/net/aspose.cells.charts/charttextframe/_index.md b/english/net/aspose.cells.charts/charttextframe/_index.md index 2545a696037..0e45ca5be58 100644 --- a/english/net/aspose.cells.charts/charttextframe/_index.md +++ b/english/net/aspose.cells.charts/charttextframe/_index.md @@ -39,7 +39,7 @@ public class ChartTextFrame : ChartFrame | virtual [IsAutomaticSize](../../aspose.cells.charts/chartframe/isautomaticsize/) { get; set; } | Indicates whether the chart frame is automatic sized.(Inherited from [`ChartFrame`](../chartframe/).) | | virtual [IsAutoText](../../aspose.cells.charts/charttextframe/isautotext/) { get; set; } | Indicates the text is auto generated. | | [IsDefaultPosBeSet](../../aspose.cells.charts/chartframe/isdefaultposbeset/) { get; } | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from [`ChartFrame`](../chartframe/).) | -| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data labels are deleted. | +| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data label is deleted. | | [IsInnerMode](../../aspose.cells.charts/chartframe/isinnermode/) { get; set; } | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels.(Inherited from [`ChartFrame`](../chartframe/).) | | [IsResizeShapeToFitText](../../aspose.cells.charts/charttextframe/isresizeshapetofittext/) { get; set; } | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | | virtual [IsTextWrapped](../../aspose.cells.charts/charttextframe/istextwrapped/) { get; set; } | Gets or sets a value indicating whether the text is wrapped. | diff --git a/english/net/aspose.cells.charts/charttextframe/isdeleted/_index.md b/english/net/aspose.cells.charts/charttextframe/isdeleted/_index.md index e00c3ee65ca..e6bf1c14c88 100644 --- a/english/net/aspose.cells.charts/charttextframe/isdeleted/_index.md +++ b/english/net/aspose.cells.charts/charttextframe/isdeleted/_index.md @@ -1,13 +1,13 @@ --- title: ChartTextFrame.IsDeleted second_title: Aspose.Cells for .NET API Reference -description: ChartTextFrame property. Indicates whether this data labels are deleted +description: ChartTextFrame property. Indicates whether this data label is deleted type: docs url: /net/aspose.cells.charts/charttextframe/isdeleted/ --- ## ChartTextFrame.IsDeleted property -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. ```csharp public bool IsDeleted { get; set; } diff --git a/english/net/aspose.cells.charts/datalabels/_index.md b/english/net/aspose.cells.charts/datalabels/_index.md index 38d114cd71f..9ef9251540e 100644 --- a/english/net/aspose.cells.charts/datalabels/_index.md +++ b/english/net/aspose.cells.charts/datalabels/_index.md @@ -39,7 +39,7 @@ public class DataLabels : ChartTextFrame | virtual [IsAutomaticSize](../../aspose.cells.charts/chartframe/isautomaticsize/) { get; set; } | Indicates whether the chart frame is automatic sized.(Inherited from [`ChartFrame`](../chartframe/).) | | override [IsAutoText](../../aspose.cells.charts/datalabels/isautotext/) { get; set; } | Indicates the text is auto generated. | | [IsDefaultPosBeSet](../../aspose.cells.charts/chartframe/isdefaultposbeset/) { get; } | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from [`ChartFrame`](../chartframe/).) | -| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data labels are deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) | +| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data label is deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) | | [IsInnerMode](../../aspose.cells.charts/chartframe/isinnermode/) { get; set; } | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels.(Inherited from [`ChartFrame`](../chartframe/).) | | [IsNeverOverlap](../../aspose.cells.charts/datalabels/isneveroverlap/) { get; set; } | Indicates whether datalabels never overlap when performing Pie Chart to image. Note: this property is only meaningful when Pie Chart to image. | | [IsResizeShapeToFitText](../../aspose.cells.charts/charttextframe/isresizeshapetofittext/) { get; set; } | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside.(Inherited from [`ChartTextFrame`](../charttextframe/).) | diff --git a/english/net/aspose.cells.charts/displayunitlabel/_index.md b/english/net/aspose.cells.charts/displayunitlabel/_index.md index 76477f95327..0c70fe405dc 100644 --- a/english/net/aspose.cells.charts/displayunitlabel/_index.md +++ b/english/net/aspose.cells.charts/displayunitlabel/_index.md @@ -39,7 +39,7 @@ public class DisplayUnitLabel : ChartTextFrame | virtual [IsAutomaticSize](../../aspose.cells.charts/chartframe/isautomaticsize/) { get; set; } | Indicates whether the chart frame is automatic sized.(Inherited from [`ChartFrame`](../chartframe/).) | | virtual [IsAutoText](../../aspose.cells.charts/charttextframe/isautotext/) { get; set; } | Indicates the text is auto generated.(Inherited from [`ChartTextFrame`](../charttextframe/).) | | [IsDefaultPosBeSet](../../aspose.cells.charts/chartframe/isdefaultposbeset/) { get; } | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from [`ChartFrame`](../chartframe/).) | -| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data labels are deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) | +| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data label is deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) | | [IsInnerMode](../../aspose.cells.charts/chartframe/isinnermode/) { get; set; } | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels.(Inherited from [`ChartFrame`](../chartframe/).) | | [IsResizeShapeToFitText](../../aspose.cells.charts/charttextframe/isresizeshapetofittext/) { get; set; } | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside.(Inherited from [`ChartTextFrame`](../charttextframe/).) | | virtual [IsTextWrapped](../../aspose.cells.charts/charttextframe/istextwrapped/) { get; set; } | Gets or sets a value indicating whether the text is wrapped.(Inherited from [`ChartTextFrame`](../charttextframe/).) | diff --git a/english/net/aspose.cells.charts/labelpositiontype/_index.md b/english/net/aspose.cells.charts/labelpositiontype/_index.md index 46e9f5505a5..ffa50a04262 100644 --- a/english/net/aspose.cells.charts/labelpositiontype/_index.md +++ b/english/net/aspose.cells.charts/labelpositiontype/_index.md @@ -18,7 +18,7 @@ public enum LabelPositionType | Name | Value | Description | | --- | --- | --- | | Center | `0` | Applies only to bar, 2D/3D pie charts | -| InsideBase | `1` | Applies only to bar, 2d/3d pie charts | +| InsideBase | `1` | Applies only to bar, 2D/3D pie charts | | InsideEnd | `2` | Applies only to bar charts | | OutsideEnd | `3` | Applies only to bar, 2d/3d pie charts | | Above | `4` | Applies only to line charts | @@ -26,7 +26,7 @@ public enum LabelPositionType | Left | `6` | Applies only to line charts | | Right | `7` | Applies only to line charts | | BestFit | `8` | Applies only to 2D/3D pie charts | -| Moved | `9` | User moved the data labels only for reading the chart from the template file. | +| Moved | `9` | User moved the data labels. This is only for reading chart from template file. | ### Examples diff --git a/english/net/aspose.cells.charts/legend/_index.md b/english/net/aspose.cells.charts/legend/_index.md index efe850f4d1c..e94e8f526cb 100644 --- a/english/net/aspose.cells.charts/legend/_index.md +++ b/english/net/aspose.cells.charts/legend/_index.md @@ -39,7 +39,7 @@ public class Legend : ChartTextFrame | virtual [IsAutomaticSize](../../aspose.cells.charts/chartframe/isautomaticsize/) { get; set; } | Indicates whether the chart frame is automatic sized.(Inherited from [`ChartFrame`](../chartframe/).) | | virtual [IsAutoText](../../aspose.cells.charts/charttextframe/isautotext/) { get; set; } | Indicates the text is auto generated.(Inherited from [`ChartTextFrame`](../charttextframe/).) | | [IsDefaultPosBeSet](../../aspose.cells.charts/chartframe/isdefaultposbeset/) { get; } | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from [`ChartFrame`](../chartframe/).) | -| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data labels are deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) | +| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data label is deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) | | [IsInnerMode](../../aspose.cells.charts/chartframe/isinnermode/) { get; set; } | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels.(Inherited from [`ChartFrame`](../chartframe/).) | | [IsOverLay](../../aspose.cells.charts/legend/isoverlay/) { get; set; } | Gets or sets whether showing the legend without overlapping the chart. | | [IsResizeShapeToFitText](../../aspose.cells.charts/charttextframe/isresizeshapetofittext/) { get; set; } | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside.(Inherited from [`ChartTextFrame`](../charttextframe/).) | diff --git a/english/net/aspose.cells.charts/mapchartlabellayout/_index.md b/english/net/aspose.cells.charts/mapchartlabellayout/_index.md index 983cf4eecc1..fcd227b5baf 100644 --- a/english/net/aspose.cells.charts/mapchartlabellayout/_index.md +++ b/english/net/aspose.cells.charts/mapchartlabellayout/_index.md @@ -17,9 +17,9 @@ public enum MapChartLabelLayout | Name | Value | Description | | --- | --- | --- | -| BestFitOnly | `0` | Only the best fit. | +| BestFitOnly | `0` | Only the best fit is used. | | ShowAll | `1` | Shows all labels. | -| None | `2` | No labels. | +| None | `2` | There are no labels. | ### Examples diff --git a/english/net/aspose.cells.charts/mapchartregiontype/_index.md b/english/net/aspose.cells.charts/mapchartregiontype/_index.md index b8b0eca6209..d803c075cf5 100644 --- a/english/net/aspose.cells.charts/mapchartregiontype/_index.md +++ b/english/net/aspose.cells.charts/mapchartregiontype/_index.md @@ -18,7 +18,7 @@ public enum MapChartRegionType | Name | Value | Description | | --- | --- | --- | | Automatic | `0` | Automatic | -| DataOnly | `1` | Only Data. | +| DataOnly | `1` | Only data. | | CountryRegionList | `2` | Country region list. | | World | `3` | World. | diff --git a/english/net/aspose.cells.charts/pivotoptions/_index.md b/english/net/aspose.cells.charts/pivotoptions/_index.md index e6a0ff8f535..724b833d93a 100644 --- a/english/net/aspose.cells.charts/pivotoptions/_index.md +++ b/english/net/aspose.cells.charts/pivotoptions/_index.md @@ -22,7 +22,7 @@ public class PivotOptions | [DropZoneFilter](../../aspose.cells.charts/pivotoptions/dropzonefilter/) { get; set; } | Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | | [DropZoneSeries](../../aspose.cells.charts/pivotoptions/dropzoneseries/) { get; set; } | Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | | [DropZonesVisible](../../aspose.cells.charts/pivotoptions/dropzonesvisible/) { get; set; } | Specifies whether any pivot controls can appear on the pivot chart. | -| [ShowExpandCollapseFieldButtons](../../aspose.cells.charts/pivotoptions/showexpandcollapsefieldbuttons/) { get; set; } | Gets or sets a value indicating whether to show expand/collapse field buttons | +| [ShowExpandCollapseFieldButtons](../../aspose.cells.charts/pivotoptions/showexpandcollapsefieldbuttons/) { get; set; } | Gets or sets a value indicating whether to show expand or collapse field buttons | ### Examples diff --git a/english/net/aspose.cells.charts/pivotoptions/showexpandcollapsefieldbuttons/_index.md b/english/net/aspose.cells.charts/pivotoptions/showexpandcollapsefieldbuttons/_index.md index e137568b391..0d398fe01aa 100644 --- a/english/net/aspose.cells.charts/pivotoptions/showexpandcollapsefieldbuttons/_index.md +++ b/english/net/aspose.cells.charts/pivotoptions/showexpandcollapsefieldbuttons/_index.md @@ -1,13 +1,13 @@ --- title: PivotOptions.ShowExpandCollapseFieldButtons second_title: Aspose.Cells for .NET API Reference -description: PivotOptions property. Gets or sets a value indicating whether to show expand/collapse field buttons +description: PivotOptions property. Gets or sets a value indicating whether to show expand or collapse field buttons type: docs url: /net/aspose.cells.charts/pivotoptions/showexpandcollapsefieldbuttons/ --- ## PivotOptions.ShowExpandCollapseFieldButtons property -Gets or sets a value indicating whether to show expand/collapse field buttons +Gets or sets a value indicating whether to show expand or collapse field buttons ```csharp public bool ShowExpandCollapseFieldButtons { get; set; } diff --git a/english/net/aspose.cells.charts/plotdatabytype/_index.md b/english/net/aspose.cells.charts/plotdatabytype/_index.md index 2577a554544..950e1a807ea 100644 --- a/english/net/aspose.cells.charts/plotdatabytype/_index.md +++ b/english/net/aspose.cells.charts/plotdatabytype/_index.md @@ -17,7 +17,7 @@ public enum PlotDataByType | Name | Value | Description | | --- | --- | --- | -| Row | `0` | By row. | +| Row | `0` | Sorted by row. | | Column | `1` | By column. | ### Examples diff --git a/english/net/aspose.cells.charts/series/_index.md b/english/net/aspose.cells.charts/series/_index.md index 5ef10cfe599..297d3256889 100644 --- a/english/net/aspose.cells.charts/series/_index.md +++ b/english/net/aspose.cells.charts/series/_index.md @@ -21,7 +21,7 @@ public class Series | [Bar3DShapeType](../../aspose.cells.charts/series/bar3dshapetype/) { get; set; } | Gets or sets the 3D shape type used with the 3-D bar or column chart. | | [Border](../../aspose.cells.charts/series/border/) { get; } | Represents the border of a Series object. | | [BubbleScale](../../aspose.cells.charts/series/bubblescale/) { get; set; } | Gets or sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts. | -| [BubbleSizes](../../aspose.cells.charts/series/bubblesizes/) { get; set; } | Gets or sets the bubble sizes values of the chart series. | +| [BubbleSizes](../../aspose.cells.charts/series/bubblesizes/) { get; set; } | Gets or sets the bubble size values of the chart series. | | [CachedCategoryValues](../../aspose.cells.charts/series/cachedcategoryvalues/) { get; } | (**Obsolete.**) Gets the cached category values for the series | | [CachedValues](../../aspose.cells.charts/series/cachedvalues/) { get; } | (**Obsolete.**) Gets the cached values for the series | | [CategoryValues](../../aspose.cells.charts/series/categoryvalues/) { get; } | Gets the actual category values that are used to plot every point of this series in the chart. | @@ -30,9 +30,9 @@ public class Series | [DisplayName](../../aspose.cells.charts/series/displayname/) { get; } | Gets the series's name that displays on the chart graph. | | [DoughnutHoleSize](../../aspose.cells.charts/series/doughnutholesize/) { get; set; } | Returns or sets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent. | | [DownBars](../../aspose.cells.charts/series/downbars/) { get; } | Returns a [`DropBars`](../dropbars/) object that represents the down bars on a line chart. Applies only to line charts. | -| [DropLines](../../aspose.cells.charts/series/droplines/) { get; } | Returns a [`Line`](../../aspose.cells.drawing/line/) object that represents the drop lines for a series on the line chart or area chart. Applies only to line chart or area charts. | +| [DropLines](../../aspose.cells.charts/series/droplines/) { get; } | Returns a [`Line`](../../aspose.cells.drawing/line/) object that represents the drop lines for a series on the line chart or area chart. Applies only to line charts or area charts. | | [Explosion](../../aspose.cells.charts/series/explosion/) { get; set; } | The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. | -| [FirstSliceAngle](../../aspose.cells.charts/series/firstsliceangle/) { get; set; } | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. | +| [FirstSliceAngle](../../aspose.cells.charts/series/firstsliceangle/) { get; set; } | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, with values from 0 to 360. | | [GapWidth](../../aspose.cells.charts/series/gapwidth/) { get; set; } | Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500. | | [Has3DEffect](../../aspose.cells.charts/series/has3deffect/) { get; set; } | True if the series has a three-dimensional appearance. | | [HasDropLines](../../aspose.cells.charts/series/hasdroplines/) { get; set; } | True if the chart has drop lines. Applies only to line chart or area charts. | @@ -43,8 +43,8 @@ public class Series | [HasUpDownBars](../../aspose.cells.charts/series/hasupdownbars/) { get; set; } | True if a line chart has up and down bars. Applies only to line charts. | | [HiLoLines](../../aspose.cells.charts/series/hilolines/) { get; } | Returns a HiLoLines object that represents the high-low lines for a series on a line chart. Applies only to line charts. | | [IsAutoSplit](../../aspose.cells.charts/series/isautosplit/) { get; } | Indicates whether the threshold value is automatic. | -| [IsColorVaried](../../aspose.cells.charts/series/iscolorvaried/) { get; set; } | Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. | -| [IsFiltered](../../aspose.cells.charts/series/isfiltered/) { get; set; } | Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. | +| [IsColorVaried](../../aspose.cells.charts/series/iscolorvaried/) { get; set; } | Represents whether the color of points is varied. The chart must contain only one series or this chart is a pie chart. | +| [IsFiltered](../../aspose.cells.charts/series/isfiltered/) { get; set; } | Indicates whether the series is selected or filtered. True indicates that this series is filtered, and it will not be displayed on the chart. | | [IsVerticalValues](../../aspose.cells.charts/series/isverticalvalues/) { get; } | Indicates whether the data source is vertical. | | [LayoutProperties](../../aspose.cells.charts/series/layoutproperties/) { get; } | Represents the properties of layout. | | [LeaderLines](../../aspose.cells.charts/series/leaderlines/) { get; } | Represents leader lines on a chart. Leader lines connect data labels to data points. This object isn't a collection; there's no object that represents a single leader line. | @@ -52,7 +52,7 @@ public class Series | [Marker](../../aspose.cells.charts/series/marker/) { get; } | Gets the [`marker`](./marker/). | | [Name](../../aspose.cells.charts/series/name/) { get; set; } | Gets or sets the name of the data series. | | [Overlap](../../aspose.cells.charts/series/overlap/) { get; set; } | Specifies how bars and columns are positioned. Can be a value between -100 and 100. Applies only to 2-D bar and 2-D column charts. | -| [PlotOnSecondAxis](../../aspose.cells.charts/series/plotonsecondaxis/) { get; set; } | Indicates if this series is plotted on second value axis. | +| [PlotOnSecondAxis](../../aspose.cells.charts/series/plotonsecondaxis/) { get; set; } | Indicates if this series is plotted on the second value axis. | | [Points](../../aspose.cells.charts/series/points/) { get; } | Gets the collection of points in a series in a chart. | | [PointValues](../../aspose.cells.charts/series/pointvalues/) { get; } | Gets the actual values that are used to plot every point of this series in the chart. | | [SecondPlotSize](../../aspose.cells.charts/series/secondplotsize/) { get; set; } | Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200. | @@ -61,14 +61,14 @@ public class Series | [ShapeProperties](../../aspose.cells.charts/series/shapeproperties/) { get; } | Gets the [`ShapePropertyCollection`](../../aspose.cells.drawing/shapepropertycollection/) object that holds the visual shape properties of the Series. | | [ShowNegativeBubbles](../../aspose.cells.charts/series/shownegativebubbles/) { get; set; } | True if negative bubbles are shown for the chart group. Valid only for bubble charts. | | [SizeRepresents](../../aspose.cells.charts/series/sizerepresents/) { get; set; } | Gets or sets what the bubble size represents on a bubble chart. | -| [Smooth](../../aspose.cells.charts/series/smooth/) { get; set; } | 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. | +| [Smooth](../../aspose.cells.charts/series/smooth/) { get; set; } | Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line charts and scatter charts with lines. | | [SplitType](../../aspose.cells.charts/series/splittype/) { get; set; } | Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. | | [SplitValue](../../aspose.cells.charts/series/splitvalue/) { get; set; } | Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. | | [TrendLines](../../aspose.cells.charts/series/trendlines/) { get; } | Returns all the trendlines of this series. | | [Type](../../aspose.cells.charts/series/type/) { get; set; } | Gets or sets a data series' type. | -| [UpBars](../../aspose.cells.charts/series/upbars/) { get; } | Returns an DropBars object that represents the up bars on a line chart. Applies only to line charts. | +| [UpBars](../../aspose.cells.charts/series/upbars/) { get; } | Returns a DropBars object that represents the up bars on a line chart. Applies only to line charts. | | [Values](../../aspose.cells.charts/series/values/) { get; set; } | Represents the Y values of this chart series. | -| [ValuesFormatCode](../../aspose.cells.charts/series/valuesformatcode/) { get; set; } | Represents format code of Values' NumberList. | +| [ValuesFormatCode](../../aspose.cells.charts/series/valuesformatcode/) { get; set; } | Represents the format code of the Values NumberList. | | [XErrorBar](../../aspose.cells.charts/series/xerrorbar/) { get; } | Represents X direction error bar of the series. | | [XValues](../../aspose.cells.charts/series/xvalues/) { get; set; } | Represents the X values of this chart series. | | [XValuesFormatCode](../../aspose.cells.charts/series/xvaluesformatcode/) { get; set; } | Represents format code of X Values' NumberList. | diff --git a/english/net/aspose.cells.charts/series/bubblesizes/_index.md b/english/net/aspose.cells.charts/series/bubblesizes/_index.md index 594fbecdfc3..1a72f9f62e6 100644 --- a/english/net/aspose.cells.charts/series/bubblesizes/_index.md +++ b/english/net/aspose.cells.charts/series/bubblesizes/_index.md @@ -1,13 +1,13 @@ --- title: Series.BubbleSizes second_title: Aspose.Cells for .NET API Reference -description: Series property. Gets or sets the bubble sizes values of the chart series +description: Series property. Gets or sets the bubble size values of the chart series type: docs url: /net/aspose.cells.charts/series/bubblesizes/ --- ## Series.BubbleSizes property -Gets or sets the bubble sizes values of the chart series. +Gets or sets the bubble size values of the chart series. ```csharp public string BubbleSizes { get; set; } diff --git a/english/net/aspose.cells.charts/series/droplines/_index.md b/english/net/aspose.cells.charts/series/droplines/_index.md index 6750fcc465f..c8468473160 100644 --- a/english/net/aspose.cells.charts/series/droplines/_index.md +++ b/english/net/aspose.cells.charts/series/droplines/_index.md @@ -1,13 +1,13 @@ --- title: Series.DropLines second_title: Aspose.Cells for .NET API Reference -description: Series property. Returns a Line object that represents the drop lines for a series on the line chart or area chart. Applies only to line chart or area charts +description: Series property. Returns a Line object that represents the drop lines for a series on the line chart or area chart. Applies only to line charts or area charts type: docs url: /net/aspose.cells.charts/series/droplines/ --- ## Series.DropLines property -Returns a [`Line`](../../../aspose.cells.drawing/line/) object that represents the drop lines for a series on the line chart or area chart. Applies only to line chart or area charts. +Returns a [`Line`](../../../aspose.cells.drawing/line/) object that represents the drop lines for a series on the line chart or area chart. Applies only to line charts or area charts. ```csharp public Line DropLines { get; } diff --git a/english/net/aspose.cells.charts/series/firstsliceangle/_index.md b/english/net/aspose.cells.charts/series/firstsliceangle/_index.md index 5157100d96e..4d30096193f 100644 --- a/english/net/aspose.cells.charts/series/firstsliceangle/_index.md +++ b/english/net/aspose.cells.charts/series/firstsliceangle/_index.md @@ -1,13 +1,13 @@ --- title: Series.FirstSliceAngle second_title: Aspose.Cells for .NET API Reference -description: Series property. Gets or sets the angle of the first piechart or doughnutchart slice in degrees clockwise from vertical. Applies only to pie 3D pie and doughnut charts 0 to 360 +description: Series property. Gets or sets the angle of the first piechart or doughnutchart slice in degrees clockwise from vertical. Applies only to pie 3D pie and doughnut charts with values from 0 to 360 type: docs url: /net/aspose.cells.charts/series/firstsliceangle/ --- ## Series.FirstSliceAngle property -Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. +Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, with values from 0 to 360. ```csharp public short FirstSliceAngle { get; set; } diff --git a/english/net/aspose.cells.charts/series/iscolorvaried/_index.md b/english/net/aspose.cells.charts/series/iscolorvaried/_index.md index 7a6e0e4870f..e18ea0cb3fc 100644 --- a/english/net/aspose.cells.charts/series/iscolorvaried/_index.md +++ b/english/net/aspose.cells.charts/series/iscolorvaried/_index.md @@ -1,13 +1,13 @@ --- title: Series.IsColorVaried second_title: Aspose.Cells for .NET API Reference -description: Series property. Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart +description: Series property. Represents whether the color of points is varied. The chart must contain only one series or this chart is a pie chart type: docs url: /net/aspose.cells.charts/series/iscolorvaried/ --- ## Series.IsColorVaried property -Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. +Represents whether the color of points is varied. The chart must contain only one series or this chart is a pie chart. ```csharp public bool IsColorVaried { get; set; } diff --git a/english/net/aspose.cells.charts/series/isfiltered/_index.md b/english/net/aspose.cells.charts/series/isfiltered/_index.md index eacce76470b..8e62fe4e245 100644 --- a/english/net/aspose.cells.charts/series/isfiltered/_index.md +++ b/english/net/aspose.cells.charts/series/isfiltered/_index.md @@ -1,13 +1,13 @@ --- title: Series.IsFiltered second_title: Aspose.Cells for .NET API Reference -description: Series property. Indicates whether the series is selected or filtered. True represents that this series is filtered and it will not be displayed on the chart +description: Series property. Indicates whether the series is selected or filtered. True indicates that this series is filtered and it will not be displayed on the chart type: docs url: /net/aspose.cells.charts/series/isfiltered/ --- ## Series.IsFiltered property -Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. +Indicates whether the series is selected or filtered. True indicates that this series is filtered, and it will not be displayed on the chart. ```csharp public bool IsFiltered { get; set; } diff --git a/english/net/aspose.cells.charts/series/plotonsecondaxis/_index.md b/english/net/aspose.cells.charts/series/plotonsecondaxis/_index.md index 304d855e1d0..c34a28e1241 100644 --- a/english/net/aspose.cells.charts/series/plotonsecondaxis/_index.md +++ b/english/net/aspose.cells.charts/series/plotonsecondaxis/_index.md @@ -1,13 +1,13 @@ --- title: Series.PlotOnSecondAxis second_title: Aspose.Cells for .NET API Reference -description: Series property. Indicates if this series is plotted on second value axis +description: Series property. Indicates if this series is plotted on the second value axis type: docs url: /net/aspose.cells.charts/series/plotonsecondaxis/ --- ## Series.PlotOnSecondAxis property -Indicates if this series is plotted on second value axis. +Indicates if this series is plotted on the second value axis. ```csharp public bool PlotOnSecondAxis { get; set; } diff --git a/english/net/aspose.cells.charts/series/smooth/_index.md b/english/net/aspose.cells.charts/series/smooth/_index.md index a7000d264ac..35ef394580a 100644 --- a/english/net/aspose.cells.charts/series/smooth/_index.md +++ b/english/net/aspose.cells.charts/series/smooth/_index.md @@ -1,13 +1,13 @@ --- title: Series.Smooth second_title: Aspose.Cells for .NET API Reference -description: Series property. 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 +description: Series property. Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line charts and scatter charts with lines type: docs url: /net/aspose.cells.charts/series/smooth/ --- ## Series.Smooth property -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. +Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line charts and scatter charts with lines. ```csharp public bool Smooth { get; set; } diff --git a/english/net/aspose.cells.charts/series/upbars/_index.md b/english/net/aspose.cells.charts/series/upbars/_index.md index 2124f5cfc54..319845ce99e 100644 --- a/english/net/aspose.cells.charts/series/upbars/_index.md +++ b/english/net/aspose.cells.charts/series/upbars/_index.md @@ -1,13 +1,13 @@ --- title: Series.UpBars second_title: Aspose.Cells for .NET API Reference -description: Series property. Returns an DropBars object that represents the up bars on a line chart. Applies only to line charts +description: Series property. Returns a DropBars object that represents the up bars on a line chart. Applies only to line charts type: docs url: /net/aspose.cells.charts/series/upbars/ --- ## Series.UpBars property -Returns an DropBars object that represents the up bars on a line chart. Applies only to line charts. +Returns a DropBars object that represents the up bars on a line chart. Applies only to line charts. ```csharp public DropBars UpBars { get; } diff --git a/english/net/aspose.cells.charts/series/valuesformatcode/_index.md b/english/net/aspose.cells.charts/series/valuesformatcode/_index.md index 98c85e45e4a..830a51f686e 100644 --- a/english/net/aspose.cells.charts/series/valuesformatcode/_index.md +++ b/english/net/aspose.cells.charts/series/valuesformatcode/_index.md @@ -1,13 +1,13 @@ --- title: Series.ValuesFormatCode second_title: Aspose.Cells for .NET API Reference -description: Series property. Represents format code of Values NumberList +description: Series property. Represents the format code of the Values NumberList type: docs url: /net/aspose.cells.charts/series/valuesformatcode/ --- ## Series.ValuesFormatCode property -Represents format code of Values' NumberList. +Represents the format code of the Values NumberList. ```csharp public string ValuesFormatCode { get; set; } diff --git a/english/net/aspose.cells.charts/serieslayoutproperties/_index.md b/english/net/aspose.cells.charts/serieslayoutproperties/_index.md index a30c9a9ef5d..75214685896 100644 --- a/english/net/aspose.cells.charts/serieslayoutproperties/_index.md +++ b/english/net/aspose.cells.charts/serieslayoutproperties/_index.md @@ -28,7 +28,7 @@ public class SeriesLayoutProperties | [MapChartRegionType](../../aspose.cells.charts/serieslayoutproperties/mapchartregiontype/) { get; set; } | Gets and sets the region type of the map. | | [MapLabelLayout](../../aspose.cells.charts/serieslayoutproperties/maplabellayout/) { get; set; } | Gets and sets the layout of map labels. | | [QuartileCalculation](../../aspose.cells.charts/serieslayoutproperties/quartilecalculation/) { get; set; } | Represents the statistical properties for the series. | -| [ShowConnectorLines](../../aspose.cells.charts/serieslayoutproperties/showconnectorlines/) { get; set; } | Indicates whether connector lines are shown between data points. | +| [ShowConnectorLines](../../aspose.cells.charts/serieslayoutproperties/showconnectorlines/) { get; set; } | Indicates whether connector lines are displayed between data points. | | [ShowInnerPoints](../../aspose.cells.charts/serieslayoutproperties/showinnerpoints/) { get; set; } | Indicates whether to show non-outlier data points. | | [ShowMeanLine](../../aspose.cells.charts/serieslayoutproperties/showmeanline/) { get; set; } | Indicates whether to show the line connecting all mean points. | | [ShowMeanMarker](../../aspose.cells.charts/serieslayoutproperties/showmeanmarker/) { get; set; } | Indicates whether markers denoting the mean are shown. | diff --git a/english/net/aspose.cells.charts/serieslayoutproperties/showconnectorlines/_index.md b/english/net/aspose.cells.charts/serieslayoutproperties/showconnectorlines/_index.md index b833641ec4a..1a19bdb2f55 100644 --- a/english/net/aspose.cells.charts/serieslayoutproperties/showconnectorlines/_index.md +++ b/english/net/aspose.cells.charts/serieslayoutproperties/showconnectorlines/_index.md @@ -1,13 +1,13 @@ --- title: SeriesLayoutProperties.ShowConnectorLines second_title: Aspose.Cells for .NET API Reference -description: SeriesLayoutProperties property. Indicates whether connector lines are shown between data points +description: SeriesLayoutProperties property. Indicates whether connector lines are displayed between data points type: docs url: /net/aspose.cells.charts/serieslayoutproperties/showconnectorlines/ --- ## SeriesLayoutProperties.ShowConnectorLines property -Indicates whether connector lines are shown between data points. +Indicates whether connector lines are displayed between data points. ```csharp public bool ShowConnectorLines { get; set; } diff --git a/english/net/aspose.cells.charts/sparklinegroup/_index.md b/english/net/aspose.cells.charts/sparklinegroup/_index.md index 233a931dc5c..b52c8cc06b8 100644 --- a/english/net/aspose.cells.charts/sparklinegroup/_index.md +++ b/english/net/aspose.cells.charts/sparklinegroup/_index.md @@ -51,6 +51,8 @@ public class SparklineGroup | Name | Description | | --- | --- | | [ResetRanges](../../aspose.cells.charts/sparklinegroup/resetranges/)(string, bool, CellArea) | Resets the data range and location range of the sparkline group. This method will clear original sparkline items in the group and creates new sparkline items for the new ranges. | +| [SetVerticalAxisMaxValue](../../aspose.cells.charts/sparklinegroup/setverticalaxismaxvalue/)(SparklineAxisMinMaxType, double) | Sets the custom maximum value for the sparkline vertical axis with the specified axis value type. | +| [SetVerticalAxisMinValue](../../aspose.cells.charts/sparklinegroup/setverticalaxisminvalue/)(SparklineAxisMinMaxType, double) | Sets the custom minimum value for the sparkline vertical axis with the specified axis value type. | ### Examples diff --git a/english/net/aspose.cells.charts/sparklinegroup/setverticalaxismaxvalue/_index.md b/english/net/aspose.cells.charts/sparklinegroup/setverticalaxismaxvalue/_index.md new file mode 100644 index 00000000000..132e417917a --- /dev/null +++ b/english/net/aspose.cells.charts/sparklinegroup/setverticalaxismaxvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: SparklineGroup.SetVerticalAxisMaxValue +second_title: Aspose.Cells for .NET API Reference +description: SparklineGroup method. Sets the custom maximum value for the sparkline vertical axis with the specified axis value type +type: docs +url: /net/aspose.cells.charts/sparklinegroup/setverticalaxismaxvalue/ +--- +## SparklineGroup.SetVerticalAxisMaxValue method + +Sets the custom maximum value for the sparkline vertical axis with the specified axis value type. + +```csharp +public void SetVerticalAxisMaxValue(SparklineAxisMinMaxType type, double value) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| type | SparklineAxisMinMaxType | Type that specifies how the axis maximum value is applied. | +| value | Double | Custom maximum value of the vertical axis. Ignored if type is not Custom | + +### See Also + +* enum [SparklineAxisMinMaxType](../../sparklineaxisminmaxtype/) +* class [SparklineGroup](../) +* namespace [Aspose.Cells.Charts](../../../aspose.cells.charts/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells.charts/sparklinegroup/setverticalaxisminvalue/_index.md b/english/net/aspose.cells.charts/sparklinegroup/setverticalaxisminvalue/_index.md new file mode 100644 index 00000000000..13fcb7d7c14 --- /dev/null +++ b/english/net/aspose.cells.charts/sparklinegroup/setverticalaxisminvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: SparklineGroup.SetVerticalAxisMinValue +second_title: Aspose.Cells for .NET API Reference +description: SparklineGroup method. Sets the custom minimum value for the sparkline vertical axis with the specified axis value type +type: docs +url: /net/aspose.cells.charts/sparklinegroup/setverticalaxisminvalue/ +--- +## SparklineGroup.SetVerticalAxisMinValue method + +Sets the custom minimum value for the sparkline vertical axis with the specified axis value type. + +```csharp +public void SetVerticalAxisMinValue(SparklineAxisMinMaxType type, double value) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| type | SparklineAxisMinMaxType | Type that specifies how the axis minimum value is applied. | +| value | Double | Custom minimum value of the vertical axis. Ignored if type is not Custom | + +### See Also + +* enum [SparklineAxisMinMaxType](../../sparklineaxisminmaxtype/) +* class [SparklineGroup](../) +* namespace [Aspose.Cells.Charts](../../../aspose.cells.charts/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells.charts/ticklabelalignmenttype/_index.md b/english/net/aspose.cells.charts/ticklabelalignmenttype/_index.md index 3ca7a05b22e..d62a6345ef9 100644 --- a/english/net/aspose.cells.charts/ticklabelalignmenttype/_index.md +++ b/english/net/aspose.cells.charts/ticklabelalignmenttype/_index.md @@ -17,9 +17,9 @@ public enum TickLabelAlignmentType | Name | Value | Description | | --- | --- | --- | -| Center | `0` | Represents that the text shall be centered. | -| Left | `1` | Represents the text that shall be left justified. | -| Right | `2` | Represents that the text shall be right justified. | +| Center | `0` | Specifies that the text is centered. | +| Left | `1` | Specifies that the text is left-aligned.. | +| Right | `2` | Specifies that the text is right-aligned.. | ### Examples diff --git a/english/net/aspose.cells.charts/title/_index.md b/english/net/aspose.cells.charts/title/_index.md index a503fb19566..06339695c60 100644 --- a/english/net/aspose.cells.charts/title/_index.md +++ b/english/net/aspose.cells.charts/title/_index.md @@ -39,7 +39,7 @@ public class Title : ChartTextFrame | virtual [IsAutomaticSize](../../aspose.cells.charts/chartframe/isautomaticsize/) { get; set; } | Indicates whether the chart frame is automatic sized.(Inherited from [`ChartFrame`](../chartframe/).) | | virtual [IsAutoText](../../aspose.cells.charts/charttextframe/isautotext/) { get; set; } | Indicates the text is auto generated.(Inherited from [`ChartTextFrame`](../charttextframe/).) | | [IsDefaultPosBeSet](../../aspose.cells.charts/chartframe/isdefaultposbeset/) { get; } | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from [`ChartFrame`](../chartframe/).) | -| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data labels are deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) | +| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data label is deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) | | [IsInnerMode](../../aspose.cells.charts/chartframe/isinnermode/) { get; set; } | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels.(Inherited from [`ChartFrame`](../chartframe/).) | | [IsResizeShapeToFitText](../../aspose.cells.charts/charttextframe/isresizeshapetofittext/) { get; set; } | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside.(Inherited from [`ChartTextFrame`](../charttextframe/).) | | virtual [IsTextWrapped](../../aspose.cells.charts/charttextframe/istextwrapped/) { get; set; } | Gets or sets a value indicating whether the text is wrapped.(Inherited from [`ChartTextFrame`](../charttextframe/).) | diff --git a/english/net/aspose.cells.drawing/shape/toimage/_index.md b/english/net/aspose.cells.drawing/shape/toimage/_index.md index 1b258f331ab..1f4f929d417 100644 --- a/english/net/aspose.cells.drawing/shape/toimage/_index.md +++ b/english/net/aspose.cells.drawing/shape/toimage/_index.md @@ -1,63 +1,10 @@ --- title: Shape.ToImage second_title: Aspose.Cells for .NET API Reference -description: Shape method. Saves the shape to a stream +description: Shape method. Creates the shape image and saves it to a stream in the specified format type: docs url: /net/aspose.cells.drawing/shape/toimage/ --- -## ToImage(Stream, ImageOrPrintOptions) {#toimage_2} - -Saves the shape to a stream. - -```csharp -public void ToImage(Stream stream, ImageOrPrintOptions options) -``` - -### Examples - -```csharp - -[C#] -MemoryStream imageStream = new MemoryStream(); -ImageOrPrintOptions op = new ImageOrPrintOptions(); -shape.ToImage(imageStream, op); -``` - -### See Also - -* class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) -* class [Shape](../) -* namespace [Aspose.Cells.Drawing](../../../aspose.cells.drawing/) -* assembly [Aspose.Cells](../../../) - ---- - -## ToImage(ImageOrPrintOptions) {#toimage} - -Returns the bitmap object of the shape . - -```csharp -public Bitmap ToImage(ImageOrPrintOptions options) -``` - -### Examples - -```csharp - -[C#] -ImageOrPrintOptions op = new ImageOrPrintOptions(); -System.Drawing.Bitmap btm = shape.ToImage(op); -``` - -### See Also - -* class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) -* class [Shape](../) -* namespace [Aspose.Cells.Drawing](../../../aspose.cells.drawing/) -* assembly [Aspose.Cells](../../../) - ---- - ## ToImage(Stream, ImageType) {#toimage_1} Creates the shape image and saves it to a stream in the specified format. @@ -166,4 +113,57 @@ namespace AsposeCellsExamples * namespace [Aspose.Cells.Drawing](../../../aspose.cells.drawing/) * assembly [Aspose.Cells](../../../) +--- + +## ToImage(Stream, ImageOrPrintOptions) {#toimage_2} + +Saves the shape to a stream. + +```csharp +public void ToImage(Stream stream, ImageOrPrintOptions options) +``` + +### Examples + +```csharp + +[C#] +MemoryStream imageStream = new MemoryStream(); +ImageOrPrintOptions op = new ImageOrPrintOptions(); +shape.ToImage(imageStream, op); +``` + +### See Also + +* class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) +* class [Shape](../) +* namespace [Aspose.Cells.Drawing](../../../aspose.cells.drawing/) +* assembly [Aspose.Cells](../../../) + +--- + +## ToImage(ImageOrPrintOptions) {#toimage} + +Returns the bitmap object of the shape . + +```csharp +public Bitmap ToImage(ImageOrPrintOptions options) +``` + +### Examples + +```csharp + +[C#] +ImageOrPrintOptions op = new ImageOrPrintOptions(); +System.Drawing.Bitmap btm = shape.ToImage(op); +``` + +### See Also + +* class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) +* class [Shape](../) +* namespace [Aspose.Cells.Drawing](../../../aspose.cells.drawing/) +* assembly [Aspose.Cells](../../../) + diff --git a/english/net/aspose.cells.gridjs/gridjsworkbook/_index.md b/english/net/aspose.cells.gridjs/gridjsworkbook/_index.md index c947213b6fd..11ae6dbbf47 100644 --- a/english/net/aspose.cells.gridjs/gridjsworkbook/_index.md +++ b/english/net/aspose.cells.gridjs/gridjsworkbook/_index.md @@ -23,6 +23,7 @@ public class GridJsWorkbook | Name | Description | | --- | --- | +| [CacheDirectory](../../aspose.cells.gridjs/gridjsworkbook/cachedirectory/) { get; set; } | Gets/Sets the cache directory for storing spreadsheet file. if this is not set ,we will use the static propertie from [`FileCacheDirectory`](../config/filecachedirectory/) or [`CacheImp`](./cacheimp/) . | | [Settings](../../aspose.cells.gridjs/gridjsworkbook/settings/) { get; set; } | Represents the workbook settings. | | [WarningCallback](../../aspose.cells.gridjs/gridjsworkbook/warningcallback/) { get; set; } | Gets or sets warning callback for import file. | @@ -33,6 +34,7 @@ public class GridJsWorkbook | [BurnRedactionFile](../../aspose.cells.gridjs/gridjsworkbook/burnredactionfile/)(string, string) | Burns (applies) all redaction operations in the workbook by removing redaction shapes and their target shapes or clearing target cell range contents. | | [CheckInCacheForCollaborative](../../aspose.cells.gridjs/gridjsworkbook/checkincacheforcollaborative/)(string) | Check wether workbook instance is in memory cache .this method is apply for Collaborative mode only. | | [CopyImageOrShape](../../aspose.cells.gridjs/gridjsworkbook/copyimageorshape/)(string, string) | Copys image or shape. | +| [Dispose](../../aspose.cells.gridjs/gridjsworkbook/dispose/)() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | | [ErrorJson](../../aspose.cells.gridjs/gridjsworkbook/errorjson/)(string) | Gets the error message string in JSON format. | | [ExportToJson](../../aspose.cells.gridjs/gridjsworkbook/exporttojson/#exporttojson)() | Gets JSON string from memory data, the default filename in the JSON is: book1. | | [ExportToJson](../../aspose.cells.gridjs/gridjsworkbook/exporttojson/#exporttojson_1)(string) | Gets JSON string from memory data,set the output filename in the JSON. | @@ -71,7 +73,7 @@ public class GridJsWorkbook | [TranslateSheetAsync](../../aspose.cells.gridjs/gridjsworkbook/translatesheetasync/)(string, string, ITextTranslator, string) | Translate all the string value to the target language in the worksheet | | [UpdateCell](../../aspose.cells.gridjs/gridjsworkbook/updatecell/)(string, string) | Applies the update operation. | | static [GetGridLoadFormat](../../aspose.cells.gridjs/gridjsworkbook/getgridloadformat/)(string) | Gets the load format by file extension | -| static [GetImageStream](../../aspose.cells.gridjs/gridjsworkbook/getimagestream/)(string, string) | Get Stream of image. | +| static [GetImageStream](../../aspose.cells.gridjs/gridjsworkbook/getimagestream/)(string, string, string) | Get Stream of image. | | static [GetImageUrl](../../aspose.cells.gridjs/gridjsworkbook/getimageurl/)(string, string, string) | Gets the image URL. | | static [GetUidForFile](../../aspose.cells.gridjs/gridjsworkbook/getuidforfile/)(string) | Generates a new unique id for the file cache using the given file name. | | static [SetImageUrlBase](../../aspose.cells.gridjs/gridjsworkbook/setimageurlbase/)(string) | Set the base image get action URL from controller . | diff --git a/english/net/aspose.cells.gridjs/gridjsworkbook/cachedirectory/_index.md b/english/net/aspose.cells.gridjs/gridjsworkbook/cachedirectory/_index.md new file mode 100644 index 00000000000..88523a5031b --- /dev/null +++ b/english/net/aspose.cells.gridjs/gridjsworkbook/cachedirectory/_index.md @@ -0,0 +1,22 @@ +--- +title: GridJsWorkbook.CacheDirectory +second_title: Aspose.Cells for .NET API Reference +description: GridJsWorkbook property. Gets/Sets the cache directory for storing spreadsheet file. if this is not set we will use the static propertie from FileCacheDirectory or CacheImp +type: docs +url: /net/aspose.cells.gridjs/gridjsworkbook/cachedirectory/ +--- +## GridJsWorkbook.CacheDirectory property + +Gets/Sets the cache directory for storing spreadsheet file. if this is not set ,we will use the static propertie from [`FileCacheDirectory`](../../config/filecachedirectory/) or [`CacheImp`](../cacheimp/) . + +```csharp +public string CacheDirectory { get; set; } +``` + +### See Also + +* class [GridJsWorkbook](../) +* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../../) + + diff --git a/english/net/aspose.cells.gridjs/gridjsworkbook/dispose/_index.md b/english/net/aspose.cells.gridjs/gridjsworkbook/dispose/_index.md new file mode 100644 index 00000000000..8b05b0de337 --- /dev/null +++ b/english/net/aspose.cells.gridjs/gridjsworkbook/dispose/_index.md @@ -0,0 +1,22 @@ +--- +title: GridJsWorkbook.Dispose +second_title: Aspose.Cells for .NET API Reference +description: GridJsWorkbook method. Performs applicationdefined tasks associated with freeing releasing or resetting unmanaged resources +type: docs +url: /net/aspose.cells.gridjs/gridjsworkbook/dispose/ +--- +## GridJsWorkbook.Dispose method + +Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. + +```csharp +public void Dispose() +``` + +### See Also + +* class [GridJsWorkbook](../) +* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../../) + + diff --git a/english/net/aspose.cells.gridjs/gridjsworkbook/getimagestream/_index.md b/english/net/aspose.cells.gridjs/gridjsworkbook/getimagestream/_index.md index 9fb0ca5d759..ba72e489c60 100644 --- a/english/net/aspose.cells.gridjs/gridjsworkbook/getimagestream/_index.md +++ b/english/net/aspose.cells.gridjs/gridjsworkbook/getimagestream/_index.md @@ -10,13 +10,13 @@ url: /net/aspose.cells.gridjs/gridjsworkbook/getimagestream/ Get Stream of image. ```csharp -public static Stream GetImageStream(string uid, string picid) +public static Stream GetImageStream(string uid, string picid, string cachedir) ``` -| Parameter | Type | Description | -| --- | --- | --- | -| uid | String | The unique id for the file cache. | -| picid | String | The image id. | +| Parameter | Description | +| --- | --- | +| uid | The unique id for the file cache. | +| picid | The image id. | ### Return Value diff --git a/english/net/aspose.cells.pivot/pivotareafilter/_index.md b/english/net/aspose.cells.pivot/pivotareafilter/_index.md index b6ea643570d..358a8a23c84 100644 --- a/english/net/aspose.cells.pivot/pivotareafilter/_index.md +++ b/english/net/aspose.cells.pivot/pivotareafilter/_index.md @@ -23,6 +23,7 @@ public class PivotAreaFilter | Name | Description | | --- | --- | +| [FieldIndex](../../aspose.cells.pivot/pivotareafilter/fieldindex/) { get; } | Gets the index of the field to which this filter refers. A value of -2 indicates the values field. | | [Selected](../../aspose.cells.pivot/pivotareafilter/selected/) { get; set; } | Indicates whether this field has selection. Only works when the PivotTable is in Outline view. | ## Methods diff --git a/english/net/aspose.cells.pivot/pivotareafilter/fieldindex/_index.md b/english/net/aspose.cells.pivot/pivotareafilter/fieldindex/_index.md new file mode 100644 index 00000000000..3707dc721bb --- /dev/null +++ b/english/net/aspose.cells.pivot/pivotareafilter/fieldindex/_index.md @@ -0,0 +1,22 @@ +--- +title: PivotAreaFilter.FieldIndex +second_title: Aspose.Cells for .NET API Reference +description: PivotAreaFilter property. Gets the index of the field to which this filter refers. A value of 2 indicates the values field +type: docs +url: /net/aspose.cells.pivot/pivotareafilter/fieldindex/ +--- +## PivotAreaFilter.FieldIndex property + +Gets the index of the field to which this filter refers. A value of -2 indicates the values field. + +```csharp +public int FieldIndex { get; } +``` + +### See Also + +* class [PivotAreaFilter](../) +* namespace [Aspose.Cells.Pivot](../../../aspose.cells.pivot/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells.pivot/pivottable/_index.md b/english/net/aspose.cells.pivot/pivottable/_index.md index 044601c60fb..977a7c98bb8 100644 --- a/english/net/aspose.cells.pivot/pivottable/_index.md +++ b/english/net/aspose.cells.pivot/pivottable/_index.md @@ -47,7 +47,7 @@ public class PivotTable : IDisposable | [FieldListSortAscending](../../aspose.cells.pivot/pivottable/fieldlistsortascending/) { get; set; } | Indicates whether fields in the PivotTable are sorted in non-default order in the field list. | | [FilterArea](../../aspose.cells.pivot/pivottable/filterarea/) { get; } | Gets the area of filter region. | | [GrandTotalName](../../aspose.cells.pivot/pivottable/grandtotalname/) { get; set; } | Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total". | -| [HasBlankRows](../../aspose.cells.pivot/pivottable/hasblankrows/) { get; set; } | Indicates whether to add blank rows. This property only applies for the PivotTable auto format types which needs to add blank rows. | +| [HasBlankRows](../../aspose.cells.pivot/pivottable/hasblankrows/) { get; set; } | (**Obsolete.**) | | [Indent](../../aspose.cells.pivot/pivottable/indent/) { get; set; } | Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form. | | [IsAutoFormat](../../aspose.cells.pivot/pivottable/isautoformat/) { get; set; } | Indicates whether the PivotTable report is automatically formatted. Checkbox "autoformat table " which is in pivottable option for Excel 2003 | | [IsExcel2003Compatible](../../aspose.cells.pivot/pivottable/isexcel2003compatible/) { get; set; } | Specifies whether the PivotTable is compatible for Excel2003 when refreshing PivotTable, if true, a string must be less than or equal to 255 characters, so if the string is greater than 255 characters, it will be truncated. if false, a string will not have the aforementioned restriction. The default value is true. | @@ -56,7 +56,7 @@ public class PivotTable : IDisposable | [IsSelected](../../aspose.cells.pivot/pivottable/isselected/) { get; set; } | Indicates whether this PivotTable is selected. | | [ItemPrintTitles](../../aspose.cells.pivot/pivottable/itemprinttitles/) { get; set; } | (**Obsolete.**) Indicates whether PivotItem names should be repeated at the top of each printed page. | | [ManualUpdate](../../aspose.cells.pivot/pivottable/manualupdate/) { get; set; } | Indicates whether the PivotTable report is recalculated only at the user's request. | -| [MergeLabels](../../aspose.cells.pivot/pivottable/mergelabels/) { get; set; } | True if the specified PivotTable report's outer-row item, column item, subtotal, and grand total labels use merged cells. | +| [MergeLabels](../../aspose.cells.pivot/pivottable/mergelabels/) { get; set; } | Indicates whether row or column titles that span multiple cells should be merged into a single cell. | | [MissingItemsLimit](../../aspose.cells.pivot/pivottable/missingitemslimit/) { get; set; } | Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them. | | [Name](../../aspose.cells.pivot/pivottable/name/) { get; set; } | Gets the name of the PivotTable | | [NullString](../../aspose.cells.pivot/pivottable/nullstring/) { get; set; } | Gets the string displayed in cells that contain null values when the DisplayNullString property is true.The default value is an empty string. | @@ -83,7 +83,7 @@ public class PivotTable : IDisposable | [RowRange](../../aspose.cells.pivot/pivottable/rowrange/) { get; } | Returns a CellArea object that represents the range that contains the row area in the PivotTable report. Read-only. | | [SaveData](../../aspose.cells.pivot/pivottable/savedata/) { get; set; } | Indicates whether data for the PivotTable report is saved with the workbook. | | [ShowColumnGrandTotals](../../aspose.cells.pivot/pivottable/showcolumngrandtotals/) { get; set; } | Indicates whether to show grand totals for columns of this pivot table. | -| [ShowDataTips](../../aspose.cells.pivot/pivottable/showdatatips/) { get; set; } | Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells. | +| [ShowDataTips](../../aspose.cells.pivot/pivottable/showdatatips/) { get; set; } | Indicates whether tooltips should be displayed for PivotTable data cells. | | [ShowDrill](../../aspose.cells.pivot/pivottable/showdrill/) { get; set; } | Gets and sets whether showing expand/collapse buttons. | | [ShowEmptyCol](../../aspose.cells.pivot/pivottable/showemptycol/) { get; set; } | Indicates whether to include empty columns in the table | | [ShowEmptyRow](../../aspose.cells.pivot/pivottable/showemptyrow/) { get; set; } | Indicates whether to include empty rows in the table. | @@ -94,7 +94,7 @@ public class PivotTable : IDisposable | [ShowPivotStyleRowHeader](../../aspose.cells.pivot/pivottable/showpivotstylerowheader/) { get; set; } | Indicates whether the row header in the pivot table should have the style applied. | | [ShowPivotStyleRowStripes](../../aspose.cells.pivot/pivottable/showpivotstylerowstripes/) { get; set; } | Indicates whether row stripe formatting is applied. | | [ShowRowGrandTotals](../../aspose.cells.pivot/pivottable/showrowgrandtotals/) { get; set; } | Indicates whether to show grand totals for rows of the pivot table. | -| [ShowRowHeaderCaption](../../aspose.cells.pivot/pivottable/showrowheadercaption/) { get; set; } | Indicates whether row header caption is shown in the PivotTable report Indicates whether Display field captions and filter drop downs | +| [ShowRowHeaderCaption](../../aspose.cells.pivot/pivottable/showrowheadercaption/) { get; set; } | (**Obsolete.**) | | [ShowValuesRow](../../aspose.cells.pivot/pivottable/showvaluesrow/) { get; set; } | Indicates whether showing values row. | | [SourceType](../../aspose.cells.pivot/pivottable/sourcetype/) { get; } | Gets the data source type of the pivot table. | | [SubtotalHiddenPageItems](../../aspose.cells.pivot/pivottable/subtotalhiddenpageitems/) { get; set; } | Indicates whether hidden page field items in the PivotTable report are included in row and column subtotals, block totals, and grand totals. The default value is False. | @@ -117,7 +117,9 @@ public class PivotTable : IDisposable | [CalculateData](../../aspose.cells.pivot/pivottable/calculatedata/#calculatedata_1)(PivotTableCalculateOption) | Calculates pivot table with options. | | [CalculateRange](../../aspose.cells.pivot/pivottable/calculaterange/)() | Calculates pivottable's range. | | [ChangeDataSource](../../aspose.cells.pivot/pivottable/changedatasource/)(string[]) | Change data source of the pivottable. | +| [ClearAll](../../aspose.cells.pivot/pivottable/clearall/)() | Remove all fields from regions. | | [ClearData](../../aspose.cells.pivot/pivottable/cleardata/)() | Clear data and formatting of PivotTable view. | +| [ClearFilters](../../aspose.cells.pivot/pivottable/clearfilters/)() | Clears all filters of this pivot table. | | [CopyStyle](../../aspose.cells.pivot/pivottable/copystyle/)(PivotTable) | Copies named style from another pivot table. | | [Dispose](../../aspose.cells.pivot/pivottable/dispose/)() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | | [Fields](../../aspose.cells.pivot/pivottable/fields/)(PivotFieldType) | (**Obsolete.**) Gets the specific fields by the field type. | @@ -128,7 +130,8 @@ public class PivotTable : IDisposable | [FormatRow](../../aspose.cells.pivot/pivottable/formatrow/)(int, Style) | Format the row data in the pivottable area | | [GetButtonArea](../../aspose.cells.pivot/pivottable/getbuttonarea/)(PivotFieldType) | Gets the area contains field button. | | [GetCellByDisplayName](../../aspose.cells.pivot/pivottable/getcellbydisplayname/)(string) | Gets the [`Cell`](../../aspose.cells/cell/) object by the display name of PivotField. | -| [GetChildren](../../aspose.cells.pivot/pivottable/getchildren/)() | Gets the Children Pivot Tables which use this PivotTable data as data source. | +| [GetChildren](../../aspose.cells.pivot/pivottable/getchildren/)() | (**Obsolete.**) Gets the Children Pivot Tables which use this PivotTable data as data source. | +| [GetDependentPivotTables](../../aspose.cells.pivot/pivottable/getdependentpivottables/)() | Gets all `PivotTable`s that use this PivotTable as their data source. | | [GetFields](../../aspose.cells.pivot/pivottable/getfields/)(PivotFieldType) | Gets the specific pivot field list by the region. | | [GetHorizontalBreaks](../../aspose.cells.pivot/pivottable/gethorizontalbreaks/)() | (**Obsolete.**) Gets pivot table row index list of horizontal page breaks | | [GetHorizontalPageBreaks](../../aspose.cells.pivot/pivottable/gethorizontalpagebreaks/)() | Gets horizontal page breaks of this pivot table. | diff --git a/english/net/aspose.cells.pivot/pivottable/clearall/_index.md b/english/net/aspose.cells.pivot/pivottable/clearall/_index.md new file mode 100644 index 00000000000..9e32ce95df2 --- /dev/null +++ b/english/net/aspose.cells.pivot/pivottable/clearall/_index.md @@ -0,0 +1,22 @@ +--- +title: PivotTable.ClearAll +second_title: Aspose.Cells for .NET API Reference +description: PivotTable method. Remove all fields from regions +type: docs +url: /net/aspose.cells.pivot/pivottable/clearall/ +--- +## PivotTable.ClearAll method + +Remove all fields from regions. + +```csharp +public void ClearAll() +``` + +### See Also + +* class [PivotTable](../) +* namespace [Aspose.Cells.Pivot](../../../aspose.cells.pivot/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells.pivot/pivottable/clearfilters/_index.md b/english/net/aspose.cells.pivot/pivottable/clearfilters/_index.md new file mode 100644 index 00000000000..e05d2255d58 --- /dev/null +++ b/english/net/aspose.cells.pivot/pivottable/clearfilters/_index.md @@ -0,0 +1,22 @@ +--- +title: PivotTable.ClearFilters +second_title: Aspose.Cells for .NET API Reference +description: PivotTable method. Clears all filters of this pivot table +type: docs +url: /net/aspose.cells.pivot/pivottable/clearfilters/ +--- +## PivotTable.ClearFilters method + +Clears all filters of this pivot table. + +```csharp +public void ClearFilters() +``` + +### See Also + +* class [PivotTable](../) +* namespace [Aspose.Cells.Pivot](../../../aspose.cells.pivot/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells.pivot/pivottable/getchildren/_index.md b/english/net/aspose.cells.pivot/pivottable/getchildren/_index.md index adf2cea9c8e..8fb570ef5c8 100644 --- a/english/net/aspose.cells.pivot/pivottable/getchildren/_index.md +++ b/english/net/aspose.cells.pivot/pivottable/getchildren/_index.md @@ -10,6 +10,8 @@ url: /net/aspose.cells.pivot/pivottable/getchildren/ Gets the Children Pivot Tables which use this PivotTable data as data source. ```csharp +[Obsolete("Use PivotTable.GetDependentPivotTables() method instead.")] +[EditorBrowsable(EditorBrowsableState.Never)] public PivotTable[] GetChildren() ``` @@ -17,6 +19,10 @@ public PivotTable[] GetChildren() the PivotTable array object +### Remarks + +NOTE: This method is now obsolete. Instead, please use PivotTable.GetDependentPivotTables() method. This method will be removed 12 months later since April 2026. Aspose apologizes for any inconvenience you may have experienced. + ### Examples ```csharp diff --git a/english/net/aspose.cells.pivot/pivottable/getdependentpivottables/_index.md b/english/net/aspose.cells.pivot/pivottable/getdependentpivottables/_index.md new file mode 100644 index 00000000000..4037a46c8f3 --- /dev/null +++ b/english/net/aspose.cells.pivot/pivottable/getdependentpivottables/_index.md @@ -0,0 +1,26 @@ +--- +title: PivotTable.GetDependentPivotTables +second_title: Aspose.Cells for .NET API Reference +description: PivotTable method. Gets all PivotTables that use this PivotTable as their data source +type: docs +url: /net/aspose.cells.pivot/pivottable/getdependentpivottables/ +--- +## PivotTable.GetDependentPivotTables method + +Gets all [`PivotTable`](../)s that use this PivotTable as their data source. + +```csharp +public PivotTable[] GetDependentPivotTables() +``` + +### Remarks + +Because pivot tables may depend on each other's data, they must be refreshed in the correct order to ensure data consistency. + +### See Also + +* class [PivotTable](../) +* namespace [Aspose.Cells.Pivot](../../../aspose.cells.pivot/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells.pivot/pivottable/hasblankrows/_index.md b/english/net/aspose.cells.pivot/pivottable/hasblankrows/_index.md index 434e97e31e7..65d7f7b8146 100644 --- a/english/net/aspose.cells.pivot/pivottable/hasblankrows/_index.md +++ b/english/net/aspose.cells.pivot/pivottable/hasblankrows/_index.md @@ -1,68 +1,18 @@ --- title: PivotTable.HasBlankRows second_title: Aspose.Cells for .NET API Reference -description: PivotTable property. Indicates whether to add blank rows. This property only applies for the PivotTable auto format types which needs to add blank rows +description: PivotTable property. type: docs url: /net/aspose.cells.pivot/pivottable/hasblankrows/ --- ## PivotTable.HasBlankRows property -Indicates whether to add blank rows. This property only applies for the PivotTable auto format types which needs to add blank rows. - ```csharp +[Obsolete("Use PivotField.InsertBlankRow property instead.")] +[EditorBrowsable(EditorBrowsableState.Never)] public bool HasBlankRows { get; set; } ``` -### Examples - -```csharp -using System; -using Aspose.Cells; -using Aspose.Cells.Pivot; - -namespace AsposeCellsExamples -{ - public class PivotTablePropertyHasBlankRowsDemo - { - public static void Run() - { - Workbook wb = new Workbook(); - Worksheet dataSheet = wb.Worksheets[0]; - - // Create sample data - dataSheet.Cells[0, 0].PutValue("Category"); - dataSheet.Cells[0, 1].PutValue("Product"); - dataSheet.Cells[0, 2].PutValue("Sales"); - - Random rnd = new Random(); - for (int i = 1; i <= 10; i++) - { - dataSheet.Cells[i, 0].PutValue(rnd.Next(2) == 0 ? "Electronics" : "Furniture"); - dataSheet.Cells[i, 1].PutValue("Product " + rnd.Next(1, 4)); - dataSheet.Cells[i, 2].PutValue(rnd.Next(100, 1000)); - } - - // Add pivot table - Worksheet pivotSheet = wb.Worksheets.Add("PivotTable"); - int pivotIndex = pivotSheet.PivotTables.Add( - "=Sheet1!A1:C11", "A1", "PivotTable1"); - PivotTable pivotTable = pivotSheet.PivotTables[pivotIndex]; - - // Configure pivot table - pivotTable.AddFieldToArea(PivotFieldType.Row, 0); // Category - pivotTable.AddFieldToArea(PivotFieldType.Row, 1); // Product - pivotTable.AddFieldToArea(PivotFieldType.Data, 2); // Sales - - // Demonstrate HasBlankRows property - pivotTable.HasBlankRows = false; // Remove blank lines between items - - // Save the workbook - wb.Save("PivotTableHasBlankRowsDemo.xlsx"); - } - } -} -``` - ### See Also * class [PivotTable](../) diff --git a/english/net/aspose.cells.pivot/pivottable/mergelabels/_index.md b/english/net/aspose.cells.pivot/pivottable/mergelabels/_index.md index 3f95ecc8f21..932fe7e5ae7 100644 --- a/english/net/aspose.cells.pivot/pivottable/mergelabels/_index.md +++ b/english/net/aspose.cells.pivot/pivottable/mergelabels/_index.md @@ -1,13 +1,13 @@ --- title: PivotTable.MergeLabels second_title: Aspose.Cells for .NET API Reference -description: PivotTable property. True if the specified PivotTable reports outerrow item column item subtotal and grand total labels use merged cells +description: PivotTable property. Indicates whether row or column titles that span multiple cells should be merged into a single cell type: docs url: /net/aspose.cells.pivot/pivottable/mergelabels/ --- ## PivotTable.MergeLabels property -True if the specified PivotTable report's outer-row item, column item, subtotal, and grand total labels use merged cells. +Indicates whether row or column titles that span multiple cells should be merged into a single cell. ```csharp public bool MergeLabels { get; set; } diff --git a/english/net/aspose.cells.pivot/pivottable/showdatatips/_index.md b/english/net/aspose.cells.pivot/pivottable/showdatatips/_index.md index f4f6038c6c7..f6cb72ce098 100644 --- a/english/net/aspose.cells.pivot/pivottable/showdatatips/_index.md +++ b/english/net/aspose.cells.pivot/pivottable/showdatatips/_index.md @@ -1,13 +1,13 @@ --- title: PivotTable.ShowDataTips second_title: Aspose.Cells for .NET API Reference -description: PivotTable property. Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells +description: PivotTable property. Indicates whether tooltips should be displayed for PivotTable data cells type: docs url: /net/aspose.cells.pivot/pivottable/showdatatips/ --- ## PivotTable.ShowDataTips property -Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells. +Indicates whether tooltips should be displayed for PivotTable data cells. ```csharp public bool ShowDataTips { get; set; } diff --git a/english/net/aspose.cells.pivot/pivottable/showrowheadercaption/_index.md b/english/net/aspose.cells.pivot/pivottable/showrowheadercaption/_index.md index cfa4aa273df..de86bfa4c74 100644 --- a/english/net/aspose.cells.pivot/pivottable/showrowheadercaption/_index.md +++ b/english/net/aspose.cells.pivot/pivottable/showrowheadercaption/_index.md @@ -1,67 +1,18 @@ --- title: PivotTable.ShowRowHeaderCaption second_title: Aspose.Cells for .NET API Reference -description: PivotTable property. Indicates whether row header caption is shown in the PivotTable report Indicates whether Display field captions and filter drop downs +description: PivotTable property. type: docs url: /net/aspose.cells.pivot/pivottable/showrowheadercaption/ --- ## PivotTable.ShowRowHeaderCaption property -Indicates whether row header caption is shown in the PivotTable report Indicates whether Display field captions and filter drop downs - ```csharp +[Obsolete("Use PivotTable.ShowHeaders property instead.")] +[EditorBrowsable(EditorBrowsableState.Never)] public bool ShowRowHeaderCaption { get; set; } ``` -### Examples - -```csharp -using System; -using Aspose.Cells; -using Aspose.Cells.Pivot; - -namespace AsposeCellsExamples -{ - public class PivotTablePropertyShowRowHeaderCaptionDemo - { - public static void Run() - { - // Create a new workbook - Workbook workbook = new Workbook(); - - // Add a worksheet and populate with sample data - Worksheet worksheet = workbook.Worksheets[0]; - Cells cells = worksheet.Cells; - - // Add sample data for pivot table - cells["A1"].Value = "Fruit"; - cells["B1"].Value = "Quantity"; - cells["A2"].Value = "Apple"; - cells["B2"].Value = 10; - cells["A3"].Value = "Orange"; - cells["B3"].Value = 15; - cells["A4"].Value = "Banana"; - cells["B4"].Value = 20; - - // Create pivot table - int pivotIndex = worksheet.PivotTables.Add("A1:B4", "D1", "PivotTable"); - PivotTable pivotTable = worksheet.PivotTables[pivotIndex]; - - // Configure pivot table - pivotTable.AddFieldToArea(PivotFieldType.Row, 0); - pivotTable.AddFieldToArea(PivotFieldType.Data, 1); - - // Demonstrate ShowRowHeaderCaption property - pivotTable.ShowRowHeaderCaption = true; - Console.WriteLine("Row Header Caption Visible: " + pivotTable.ShowRowHeaderCaption); - - // Save the workbook - workbook.Save("PivotTableShowRowHeaderCaptionDemo.xlsx"); - } - } -} -``` - ### See Also * class [PivotTable](../) diff --git a/english/net/aspose.cells/_index.md b/english/net/aspose.cells/_index.md index 79b657bce5b..a1249f24ba6 100644 --- a/english/net/aspose.cells/_index.md +++ b/english/net/aspose.cells/_index.md @@ -123,6 +123,7 @@ The **Aspose.Cells** namespace provides fundamental and base classes for generat | [NegativeBarFormat](./negativebarformat/) | Represents the color settings of the data bars for negative values that are defined by a data bar conditional formatting rule. | | [OdsLoadOptions](./odsloadoptions/) | Represents the options of loading ods file. | | [OdsSaveOptions](./odssaveoptions/) | Represents the options of saving ods file. | +| [OfdSaveOptions](./ofdsaveoptions/) | Represents the options for saving a OFD(Open Fixed-layout Document) file. | | [OoxmlSaveOptions](./ooxmlsaveoptions/) | Represents the options of saving office open xml file. | | [Outline](./outline/) | Represents an outline on a worksheet. | | [PageSetup](./pagesetup/) | Encapsulates the object that represents the page setup description. The PageSetup object contains all page setup options. | @@ -264,6 +265,7 @@ The **Aspose.Cells** namespace provides fundamental and base classes for generat | [HtmlLinkTargetType](./htmllinktargettype/) | Represents the type of target attribute in HTML tag. | | [HtmlOfficeMathOutputType](./htmlofficemathoutputtype/) | Represents how to export OfficeMath to HTML. | | [HtmlVersion](./htmlversion/) | Indicates the version of HTML is used when saving to Html formats. | +| [HyperlinkLoadMode](./hyperlinkloadmode/) | Specifies how hyperlinks are handled when loading HTML. | | [IconSetType](./iconsettype/) | Icon set type for conditional formatting. The threshold values for triggering the different icons within a set are configurable, and the icon order is reversible. | | [LoadDataFilterOptions](./loaddatafilteroptions/) | Represents the options to filter data when loading workbook from template. | | [LoadFormat](./loadformat/) | Represents the load file format. | diff --git a/english/net/aspose.cells/ebookloadoptions/_index.md b/english/net/aspose.cells/ebookloadoptions/_index.md index f4bdc54b11b..ef8d10c1e30 100644 --- a/english/net/aspose.cells/ebookloadoptions/_index.md +++ b/english/net/aspose.cells/ebookloadoptions/_index.md @@ -40,6 +40,7 @@ public class EbookLoadOptions : HtmlLoadOptions | [Encoding](../../aspose.cells/abstracttextloadoptions/encoding/) { get; set; } | Gets and sets the default encoding. Only applies for csv file.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | | [FontConfigs](../../aspose.cells/loadoptions/fontconfigs/) { get; set; } | Gets and sets individual font configs. Only works for the [`Workbook`](../workbook/) which uses this [`LoadOptions`](../loadoptions/) to load.(Inherited from [`LoadOptions`](../loadoptions/).) | | [HasFormula](../../aspose.cells/htmlloadoptions/hasformula/) { get; set; } | Indicates whether the text is formula if it starts with "=".(Inherited from [`HtmlLoadOptions`](../htmlloadoptions/).) | +| [HyperlinkLoadMode](../../aspose.cells/htmlloadoptions/hyperlinkloadmode/) { get; set; } | Specifies how hyperlinks are loaded when loading HTML.(Inherited from [`HtmlLoadOptions`](../htmlloadoptions/).) | | [IgnoreNotPrinted](../../aspose.cells/loadoptions/ignorenotprinted/) { get; set; } | Ignore the data which are not printed if directly printing the file(Inherited from [`LoadOptions`](../loadoptions/).) | | [IgnoreUselessShapes](../../aspose.cells/loadoptions/ignoreuselessshapes/) { get; set; } | Indicates whether ignoring useless shapes.(Inherited from [`LoadOptions`](../loadoptions/).) | | [InterruptMonitor](../../aspose.cells/loadoptions/interruptmonitor/) { get; set; } | Gets and sets the interrupt monitor.(Inherited from [`LoadOptions`](../loadoptions/).) | diff --git a/english/net/aspose.cells/errorcellvaluetype/_index.md b/english/net/aspose.cells/errorcellvaluetype/_index.md index 329e7b39b2a..de2ca0b790f 100644 --- a/english/net/aspose.cells/errorcellvaluetype/_index.md +++ b/english/net/aspose.cells/errorcellvaluetype/_index.md @@ -20,7 +20,7 @@ public enum ErrorCellValueType | Value | `1` | Represents the value of a cell containing a #VALUE! error. | | Ref | `3` | Represents the value of a cell containing a #REF! error. | | Name | `4` | Represents the value of a cell containing a #NAME? error. | -| NA | `6` | Represents the value of a cell containing a #NAME? error. | +| NA | `6` | Represents the value of a cell containing a #N/A error. | | Blocked | `10` | Represents the value of a cell containing a #BLOCKED! error. | | Busy | `14` | Represents the value of a cell containing a #BUSY! error. | | Calc | `13` | Represents the value of a cell containing a #CALC! error. | diff --git a/english/net/aspose.cells/exporttableoptions/formatstrategy/_index.md b/english/net/aspose.cells/exporttableoptions/formatstrategy/_index.md index 29b2eb04285..f5f0af3253d 100644 --- a/english/net/aspose.cells/exporttableoptions/formatstrategy/_index.md +++ b/english/net/aspose.cells/exporttableoptions/formatstrategy/_index.md @@ -13,6 +13,10 @@ Gets and sets the format strategy when exporting the value as string value. public CellValueFormatStrategy FormatStrategy { get; set; } ``` +### Remarks + +The default value is CellStyle. + ### Examples ```csharp diff --git a/english/net/aspose.cells/fileformattype/_index.md b/english/net/aspose.cells/fileformattype/_index.md index 23483352088..5e2e45e606d 100644 --- a/english/net/aspose.cells/fileformattype/_index.md +++ b/english/net/aspose.cells/fileformattype/_index.md @@ -96,6 +96,8 @@ public enum FileFormatType | Chm | `784` | CHM | | Oxps | `776` | OXPS (Open XML Paper Specification) format. | | GZip | `35615` | Rrepesents GZip file. | +| Otg | `1025` | Represents an OTG file. | +| Odb | `1026` | Represents an Odb file. | ### Examples diff --git a/english/net/aspose.cells/htmlloadoptions/_index.md b/english/net/aspose.cells/htmlloadoptions/_index.md index 01f4108fa5a..51cde797ea0 100644 --- a/english/net/aspose.cells/htmlloadoptions/_index.md +++ b/english/net/aspose.cells/htmlloadoptions/_index.md @@ -40,6 +40,7 @@ public class HtmlLoadOptions : AbstractTextLoadOptions | [Encoding](../../aspose.cells/abstracttextloadoptions/encoding/) { get; set; } | Gets and sets the default encoding. Only applies for csv file.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | | [FontConfigs](../../aspose.cells/loadoptions/fontconfigs/) { get; set; } | Gets and sets individual font configs. Only works for the [`Workbook`](../workbook/) which uses this [`LoadOptions`](../loadoptions/) to load.(Inherited from [`LoadOptions`](../loadoptions/).) | | [HasFormula](../../aspose.cells/htmlloadoptions/hasformula/) { get; set; } | Indicates whether the text is formula if it starts with "=". | +| [HyperlinkLoadMode](../../aspose.cells/htmlloadoptions/hyperlinkloadmode/) { get; set; } | Specifies how hyperlinks are loaded when loading HTML. | | [IgnoreNotPrinted](../../aspose.cells/loadoptions/ignorenotprinted/) { get; set; } | Ignore the data which are not printed if directly printing the file(Inherited from [`LoadOptions`](../loadoptions/).) | | [IgnoreUselessShapes](../../aspose.cells/loadoptions/ignoreuselessshapes/) { get; set; } | Indicates whether ignoring useless shapes.(Inherited from [`LoadOptions`](../loadoptions/).) | | [InterruptMonitor](../../aspose.cells/loadoptions/interruptmonitor/) { get; set; } | Gets and sets the interrupt monitor.(Inherited from [`LoadOptions`](../loadoptions/).) | diff --git a/english/net/aspose.cells/htmlloadoptions/hyperlinkloadmode/_index.md b/english/net/aspose.cells/htmlloadoptions/hyperlinkloadmode/_index.md new file mode 100644 index 00000000000..27e513e8aa8 --- /dev/null +++ b/english/net/aspose.cells/htmlloadoptions/hyperlinkloadmode/_index.md @@ -0,0 +1,23 @@ +--- +title: HtmlLoadOptions.HyperlinkLoadMode +second_title: Aspose.Cells for .NET API Reference +description: HtmlLoadOptions property. Specifies how hyperlinks are loaded when loading HTML +type: docs +url: /net/aspose.cells/htmlloadoptions/hyperlinkloadmode/ +--- +## HtmlLoadOptions.HyperlinkLoadMode property + +Specifies how hyperlinks are loaded when loading HTML. + +```csharp +public HyperlinkLoadMode HyperlinkLoadMode { get; set; } +``` + +### See Also + +* enum [HyperlinkLoadMode](../../hyperlinkloadmode/) +* class [HtmlLoadOptions](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/hyperlinkloadmode/_index.md b/english/net/aspose.cells/hyperlinkloadmode/_index.md new file mode 100644 index 00000000000..f0a4ec1e869 --- /dev/null +++ b/english/net/aspose.cells/hyperlinkloadmode/_index.md @@ -0,0 +1,28 @@ +--- +title: Enum HyperlinkLoadMode +second_title: Aspose.Cells for .NET API Reference +description: Aspose.Cells.HyperlinkLoadMode enum. Specifies how hyperlinks are handled when loading HTML +type: docs +url: /net/aspose.cells/hyperlinkloadmode/ +--- +## HyperlinkLoadMode enumeration + +Specifies how hyperlinks are handled when loading HTML. + +```csharp +public enum HyperlinkLoadMode +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Normal | `0` | Only the first hyperlink in a cell is loaded, subsequent ones are ignored. | +| AllowMultiple | `1` | All hyperlinks in a cell are added to [`Hyperlinks`](../worksheet/hyperlinks/). Note that MS Excel itself supports only one hyperlink per cell, so this option may produce files that Excel cannot fully render. | + +### See Also + +* namespace [Aspose.Cells](../../aspose.cells/) +* assembly [Aspose.Cells](../../) + + diff --git a/english/net/aspose.cells/ofdsaveoptions/_index.md b/english/net/aspose.cells/ofdsaveoptions/_index.md new file mode 100644 index 00000000000..84de4363e59 --- /dev/null +++ b/english/net/aspose.cells/ofdsaveoptions/_index.md @@ -0,0 +1,66 @@ +--- +title: Class OfdSaveOptions +second_title: Aspose.Cells for .NET API Reference +description: Aspose.Cells.OfdSaveOptions class. Represents the options for saving a OFDOpen Fixedlayout Document file +type: docs +url: /net/aspose.cells/ofdsaveoptions/ +--- +## OfdSaveOptions class + +Represents the options for saving a OFD(Open Fixed-layout Document) file. + +```csharp +public class OfdSaveOptions : PaginatedSaveOptions +``` + +## Constructors + +| Name | Description | +| --- | --- | +| [OfdSaveOptions](ofdsaveoptions/)() | Creates the options for saving OFD file. | + +## Properties + +| Name | Description | +| --- | --- | +| [AllColumnsInOnePagePerSheet](../../aspose.cells/paginatedsaveoptions/allcolumnsinonepagepersheet/) { get; set; } | 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.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [CachedFileFolder](../../aspose.cells/saveoptions/cachedfilefolder/) { get; set; } | The folder for temporary files that may be used as data cache.(Inherited from [`SaveOptions`](../saveoptions/).) | +| [CheckExcelRestriction](../../aspose.cells/saveoptions/checkexcelrestriction/) { get; set; } | 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, it will be truncated.(Inherited from [`SaveOptions`](../saveoptions/).) | +| [CheckFontCompatibility](../../aspose.cells/paginatedsaveoptions/checkfontcompatibility/) { get; set; } | Indicates whether to check font compatibility for every character in text.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [CheckWorkbookDefaultFont](../../aspose.cells/paginatedsaveoptions/checkworkbookdefaultfont/) { get; set; } | 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.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [ClearData](../../aspose.cells/saveoptions/cleardata/) { get; set; } | Make the workbook empty after saving the file.(Inherited from [`SaveOptions`](../saveoptions/).) | +| [CreateDirectory](../../aspose.cells/saveoptions/createdirectory/) { get; set; } | If true and the directory does not exist, the directory will be automatically created before saving the file.(Inherited from [`SaveOptions`](../saveoptions/).) | +| [CustomRenderSettings](../../aspose.cells/paginatedsaveoptions/customrendersettings/) { get; set; } | Gets or sets custom settings during rendering.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [DefaultEditLanguage](../../aspose.cells/paginatedsaveoptions/defaulteditlanguage/) { get; set; } | Gets or sets default edit language.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [DefaultFont](../../aspose.cells/paginatedsaveoptions/defaultfont/) { get; set; } | 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.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [DrawObjectEventHandler](../../aspose.cells/paginatedsaveoptions/drawobjecteventhandler/) { get; set; } | Implements this interface to get DrawObject and Bound when rendering.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [EmfRenderSetting](../../aspose.cells/paginatedsaveoptions/emfrendersetting/) { get; set; } | Setting for rendering Emf metafile.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [EncryptDocumentProperties](../../aspose.cells/saveoptions/encryptdocumentproperties/) { get; set; } | Indicates whether encrypt document properties when saving as .xls file. The default value is true.(Inherited from [`SaveOptions`](../saveoptions/).) | +| [GridlineColor](../../aspose.cells/paginatedsaveoptions/gridlinecolor/) { get; set; } | Gets or sets gridline color.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [GridlineType](../../aspose.cells/paginatedsaveoptions/gridlinetype/) { get; set; } | Gets or sets gridline type.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [IgnoreError](../../aspose.cells/paginatedsaveoptions/ignoreerror/) { get; set; } | Indicates if you need to hide the error while rendering. The error can be error in shape, image, chart rendering, etc.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [IsFontSubstitutionCharGranularity](../../aspose.cells/paginatedsaveoptions/isfontsubstitutionchargranularity/) { get; set; } | Indicates whether to only substitute the font of character when the cell font is not compatibility for it.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [MergeAreas](../../aspose.cells/saveoptions/mergeareas/) { get; set; } | Indicates whether merge the areas of conditional formatting and validation before saving the file.(Inherited from [`SaveOptions`](../saveoptions/).) | +| [OnePagePerSheet](../../aspose.cells/paginatedsaveoptions/onepagepersheet/) { get; set; } | 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.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [OutputBlankPageWhenNothingToPrint](../../aspose.cells/paginatedsaveoptions/outputblankpagewhennothingtoprint/) { get; set; } | Indicates whether to output a blank page when there is nothing to print.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [PageCount](../../aspose.cells/paginatedsaveoptions/pagecount/) { get; set; } | Gets or sets the number of pages to save.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [PageIndex](../../aspose.cells/paginatedsaveoptions/pageindex/) { get; set; } | Gets or sets the 0-based index of the first page to save.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [PageSavingCallback](../../aspose.cells/paginatedsaveoptions/pagesavingcallback/) { get; set; } | Control/Indicate progress of page saving process.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [PrintingPageType](../../aspose.cells/paginatedsaveoptions/printingpagetype/) { get; set; } | Indicates which pages will not be printed.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [RefreshChartCache](../../aspose.cells/saveoptions/refreshchartcache/) { get; set; } | Indicates whether to cache the latest data of the chart.(Inherited from [`SaveOptions`](../saveoptions/).) | +| [SaveFormat](../../aspose.cells/saveoptions/saveformat/) { get; } | Gets the save file format.(Inherited from [`SaveOptions`](../saveoptions/).) | +| [SheetSet](../../aspose.cells/paginatedsaveoptions/sheetset/) { get; set; } | Gets or sets the sheets to render. Default is all visible sheets in the workbook: [`Visible`](../../aspose.cells.rendering/sheetset/visible/).(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [SortExternalNames](../../aspose.cells/saveoptions/sortexternalnames/) { get; set; } | Indicates whether sorting external defined names before saving file.(Inherited from [`SaveOptions`](../saveoptions/).) | +| [SortNames](../../aspose.cells/saveoptions/sortnames/) { get; set; } | Indicates whether sorting defined names before saving file.(Inherited from [`SaveOptions`](../saveoptions/).) | +| [TextCrossType](../../aspose.cells/paginatedsaveoptions/textcrosstype/) { get; set; } | Gets or sets displaying text type when the text width is larger than cell width.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [UpdateSmartArt](../../aspose.cells/saveoptions/updatesmartart/) { get; set; } | Indicates whether updating smart art setting. The default value is false.(Inherited from [`SaveOptions`](../saveoptions/).) | +| [ValidateMergedAreas](../../aspose.cells/saveoptions/validatemergedareas/) { get; set; } | Indicates whether validate merged cells before saving the file.(Inherited from [`SaveOptions`](../saveoptions/).) | +| [WarningCallback](../../aspose.cells/saveoptions/warningcallback/) { get; set; } | Gets or sets warning callback.(Inherited from [`SaveOptions`](../saveoptions/).) | + +### See Also + +* class [PaginatedSaveOptions](../paginatedsaveoptions/) +* namespace [Aspose.Cells](../../aspose.cells/) +* assembly [Aspose.Cells](../../) + + diff --git a/english/net/aspose.cells/ofdsaveoptions/ofdsaveoptions/_index.md b/english/net/aspose.cells/ofdsaveoptions/ofdsaveoptions/_index.md new file mode 100644 index 00000000000..df7f1318f06 --- /dev/null +++ b/english/net/aspose.cells/ofdsaveoptions/ofdsaveoptions/_index.md @@ -0,0 +1,22 @@ +--- +title: OfdSaveOptions.OfdSaveOptions +second_title: Aspose.Cells for .NET API Reference +description: OfdSaveOptions constructor. Creates the options for saving OFD file +type: docs +url: /net/aspose.cells/ofdsaveoptions/ofdsaveoptions/ +--- +## OfdSaveOptions constructor + +Creates the options for saving OFD file. + +```csharp +public OfdSaveOptions() +``` + +### See Also + +* class [OfdSaveOptions](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/pclsaveoptions/_index.md b/english/net/aspose.cells/pclsaveoptions/_index.md index 564ba9cfe54..65a50dd1fea 100644 --- a/english/net/aspose.cells/pclsaveoptions/_index.md +++ b/english/net/aspose.cells/pclsaveoptions/_index.md @@ -17,7 +17,7 @@ public class PclSaveOptions : PaginatedSaveOptions | Name | Description | | --- | --- | -| [PclSaveOptions](pclsaveoptions/)() | Creates the options for saving pdf file. | +| [PclSaveOptions](pclsaveoptions/)() | Creates the options for saving pcl file. | ## Properties diff --git a/english/net/aspose.cells/pclsaveoptions/pclsaveoptions/_index.md b/english/net/aspose.cells/pclsaveoptions/pclsaveoptions/_index.md index 1bd1839b161..874bb39a7d6 100644 --- a/english/net/aspose.cells/pclsaveoptions/pclsaveoptions/_index.md +++ b/english/net/aspose.cells/pclsaveoptions/pclsaveoptions/_index.md @@ -1,13 +1,13 @@ --- title: PclSaveOptions.PclSaveOptions second_title: Aspose.Cells for .NET API Reference -description: PclSaveOptions constructor. Creates the options for saving pdf file +description: PclSaveOptions constructor. Creates the options for saving pcl file type: docs url: /net/aspose.cells/pclsaveoptions/pclsaveoptions/ --- ## PclSaveOptions constructor -Creates the options for saving pdf file. +Creates the options for saving pcl file. ```csharp public PclSaveOptions() diff --git a/english/net/aspose.cells/saveformat/_index.md b/english/net/aspose.cells/saveformat/_index.md index 6b8840219c8..194a6b41caa 100644 --- a/english/net/aspose.cells/saveformat/_index.md +++ b/english/net/aspose.cells/saveformat/_index.md @@ -66,6 +66,7 @@ public enum SaveFormat | Epub | `772` | Represents Epub file. | | Azw3 | `773` | Represents Azw3 file. | | Pcl | `1025` | PCL (Printer Command Language) | +| Ofd | `1026` | OFD (Open Fixed-layout Document) | | Dbf | `515` | Xbase Data file | ### Examples diff --git a/english/net/aspose.cells/style/_index.md b/english/net/aspose.cells/style/_index.md index 5858b4139a7..a7406dc2c75 100644 --- a/english/net/aspose.cells/style/_index.md +++ b/english/net/aspose.cells/style/_index.md @@ -27,6 +27,7 @@ public class Style | [BackgroundColor](../../aspose.cells/style/backgroundcolor/) { get; set; } | Gets or sets a style's background color. | | [BackgroundThemeColor](../../aspose.cells/style/backgroundthemecolor/) { get; set; } | Gets and sets the background theme color. | | [Borders](../../aspose.cells/style/borders/) { get; } | Gets the [`BorderCollection`](../bordercollection/) of the style. | +| [BottomBorder](../../aspose.cells/style/bottomborder/) { get; } | Gets the bottom border. | | [CultureCustom](../../aspose.cells/style/culturecustom/) { get; set; } | Gets and sets the culture-dependent pattern string for number format. If no number format has been set for this object, null will be returned. If number format is builtin, the pattern string corresponding to the builtin number will be returned. | | [Custom](../../aspose.cells/style/custom/) { get; set; } | Represents the custom number format string of this style object. If the custom number format is not set(For example, the number format is builtin), "" will be returned. | | [Font](../../aspose.cells/style/font/) { get; } | Gets a [`Font`](./font/) object. | @@ -50,14 +51,17 @@ public class Style | [IsPercent](../../aspose.cells/style/ispercent/) { get; } | Indicates whether the number format is a percent format. | | [IsProtectionApplied](../../aspose.cells/style/isprotectionapplied/) { get; set; } | Indicate whether the protection formatting should be applied. | | [IsTextWrapped](../../aspose.cells/style/istextwrapped/) { get; set; } | Gets or sets a value indicating whether the text within a cell is wrapped. | +| [LeftBorder](../../aspose.cells/style/leftborder/) { get; } | Gets the left border. | | [Name](../../aspose.cells/style/name/) { get; set; } | Gets or sets the name of the style. | | [Number](../../aspose.cells/style/number/) { get; set; } | Gets or sets the display format of numbers and dates. The formatting patterns are different for different regions. | | [ParentStyle](../../aspose.cells/style/parentstyle/) { get; } | Gets the parent style of this style. | | [Pattern](../../aspose.cells/style/pattern/) { get; set; } | Gets or sets the cell background pattern type. | | [QuotePrefix](../../aspose.cells/style/quoteprefix/) { get; set; } | Indicates whether the cell's value starts with single quote mark. | +| [RightBorder](../../aspose.cells/style/rightborder/) { get; } | Gets the right border. | | [RotationAngle](../../aspose.cells/style/rotationangle/) { get; set; } | Represents text rotation angle. | | [ShrinkToFit](../../aspose.cells/style/shrinktofit/) { get; set; } | Represents if text automatically shrinks to fit in the available column width. | | [TextDirection](../../aspose.cells/style/textdirection/) { get; set; } | Represents text reading order. | +| [TopBorder](../../aspose.cells/style/topborder/) { get; } | Gets the top border. | | [VerticalAlignment](../../aspose.cells/style/verticalalignment/) { get; set; } | Gets or sets the vertical alignment type of the text in a cell. | ## Methods diff --git a/english/net/aspose.cells/style/bottomborder/_index.md b/english/net/aspose.cells/style/bottomborder/_index.md new file mode 100644 index 00000000000..70162d2c5a9 --- /dev/null +++ b/english/net/aspose.cells/style/bottomborder/_index.md @@ -0,0 +1,23 @@ +--- +title: Style.BottomBorder +second_title: Aspose.Cells for .NET API Reference +description: Style property. Gets the bottom border +type: docs +url: /net/aspose.cells/style/bottomborder/ +--- +## Style.BottomBorder property + +Gets the bottom border. + +```csharp +public Border BottomBorder { get; } +``` + +### See Also + +* class [Border](../../border/) +* class [Style](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/style/leftborder/_index.md b/english/net/aspose.cells/style/leftborder/_index.md new file mode 100644 index 00000000000..9bd67c093bb --- /dev/null +++ b/english/net/aspose.cells/style/leftborder/_index.md @@ -0,0 +1,23 @@ +--- +title: Style.LeftBorder +second_title: Aspose.Cells for .NET API Reference +description: Style property. Gets the left border +type: docs +url: /net/aspose.cells/style/leftborder/ +--- +## Style.LeftBorder property + +Gets the left border. + +```csharp +public Border LeftBorder { get; } +``` + +### See Also + +* class [Border](../../border/) +* class [Style](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/style/rightborder/_index.md b/english/net/aspose.cells/style/rightborder/_index.md new file mode 100644 index 00000000000..f3180eebda9 --- /dev/null +++ b/english/net/aspose.cells/style/rightborder/_index.md @@ -0,0 +1,23 @@ +--- +title: Style.RightBorder +second_title: Aspose.Cells for .NET API Reference +description: Style property. Gets the right border +type: docs +url: /net/aspose.cells/style/rightborder/ +--- +## Style.RightBorder property + +Gets the right border. + +```csharp +public Border RightBorder { get; } +``` + +### See Also + +* class [Border](../../border/) +* class [Style](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/style/topborder/_index.md b/english/net/aspose.cells/style/topborder/_index.md new file mode 100644 index 00000000000..0e2a92536e1 --- /dev/null +++ b/english/net/aspose.cells/style/topborder/_index.md @@ -0,0 +1,23 @@ +--- +title: Style.TopBorder +second_title: Aspose.Cells for .NET API Reference +description: Style property. Gets the top border +type: docs +url: /net/aspose.cells/style/topborder/ +--- +## Style.TopBorder property + +Gets the top border. + +```csharp +public Border TopBorder { get; } +``` + +### See Also + +* class [Border](../../border/) +* class [Style](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/workbook/_index.md b/english/net/aspose.cells/workbook/_index.md index d815cf23e6b..d5585fd81bd 100644 --- a/english/net/aspose.cells/workbook/_index.md +++ b/english/net/aspose.cells/workbook/_index.md @@ -19,10 +19,11 @@ public class Workbook : IDisposable | --- | --- | | [Workbook](workbook/#constructor)() | Initializes a new instance of the `Workbook` class. | | [Workbook](workbook/#constructor_1)(FileFormatType) | Initializes a new instance of the `Workbook` class. | -| [Workbook](workbook/#constructor_2)(Stream) | Initializes a new instance of the `Workbook` class and open a stream. | -| [Workbook](workbook/#constructor_4)(string) | Initializes a new instance of the `Workbook` class and open a file. | -| [Workbook](workbook/#constructor_3)(Stream, LoadOptions) | Initializes a new instance of the `Workbook` class and open stream. | -| [Workbook](workbook/#constructor_5)(string, LoadOptions) | Initializes a new instance of the `Workbook` class and open a file. | +| [Workbook](workbook/#constructor_2)(LoadOptions) | Initializes a new empty instance of the `Workbook` class with options | +| [Workbook](workbook/#constructor_3)(Stream) | Initializes a new instance of the `Workbook` class and open a stream. | +| [Workbook](workbook/#constructor_5)(string) | | +| [Workbook](workbook/#constructor_4)(Stream, LoadOptions) | Initializes a new instance of the `Workbook` class and open stream. | +| [Workbook](workbook/#constructor_6)(string, LoadOptions) | Initializes a new instance of the `Workbook` class and open a file. | ## Properties @@ -93,6 +94,7 @@ public class Workbook : IDisposable | [ParseFormulas](../../aspose.cells/workbook/parseformulas/)(bool) | Parses all formulas which have not been parsed when they were loaded from template file or set to a cell. | | [Protect](../../aspose.cells/workbook/protect/)(ProtectionType, string) | Protects a workbook. | | [ProtectSharedWorkbook](../../aspose.cells/workbook/protectsharedworkbook/)(string) | Protects a shared workbook. | +| [RefreshAll](../../aspose.cells/workbook/refreshall/)() | Refresh linked shapes, all pivot tables and charts with pivot source. | | [RefreshDynamicArrayFormulas](../../aspose.cells/workbook/refreshdynamicarrayformulas/#refreshdynamicarrayformulas)(bool) | Refreshes dynamic array formulas(spill into new range of neighboring cells according to current data) Other formulas in the workbook will not be calculated recursively even if they were used by dynamic array formulas. | | [RefreshDynamicArrayFormulas](../../aspose.cells/workbook/refreshdynamicarrayformulas/#refreshdynamicarrayformulas_1)(bool, CalculationOptions) | Refreshes dynamic array formulas(spill into new range of neighboring cells according to current data) | | [RemoveDigitalSignature](../../aspose.cells/workbook/removedigitalsignature/)() | Removes digital signature from this spreadsheet. | diff --git a/english/net/aspose.cells/workbook/refreshall/_index.md b/english/net/aspose.cells/workbook/refreshall/_index.md new file mode 100644 index 00000000000..068a827ca19 --- /dev/null +++ b/english/net/aspose.cells/workbook/refreshall/_index.md @@ -0,0 +1,22 @@ +--- +title: Workbook.RefreshAll +second_title: Aspose.Cells for .NET API Reference +description: Workbook method. Refresh linked shapes all pivot tables and charts with pivot source +type: docs +url: /net/aspose.cells/workbook/refreshall/ +--- +## Workbook.RefreshAll method + +Refresh linked shapes, all pivot tables and charts with pivot source. + +```csharp +public void RefreshAll() +``` + +### See Also + +* class [Workbook](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/workbook/workbook/_index.md b/english/net/aspose.cells/workbook/workbook/_index.md index 3d62bc7733b..00599dfde31 100644 --- a/english/net/aspose.cells/workbook/workbook/_index.md +++ b/english/net/aspose.cells/workbook/workbook/_index.md @@ -109,52 +109,31 @@ namespace AsposeCellsExamples --- -## Workbook(string) {#constructor_4} +## Workbook(LoadOptions) {#constructor_2} -Initializes a new instance of the [`Workbook`](../) class and open a file. +Initializes a new empty instance of the [`Workbook`](../) class with options ```csharp -public Workbook(string file) +public Workbook(LoadOptions loadOptions) ``` | Parameter | Type | Description | | --- | --- | --- | -| file | String | The file name. | - -### Examples - -```csharp -using System; -using Aspose.Cells; - -namespace AsposeCellsExamples -{ - public class WorkbookMethodCtorWithStringDemo - { - public static void Run() - { - // The path to the documents directory. - string dataDir = "Your Document Directory"; +| loadOptions | LoadOptions | The options. | - // Create a Workbook from an existing Excel file - Workbook workbook = new Workbook(dataDir + "example.xlsx"); +### See Also - // Access the first worksheet - Worksheet worksheet = workbook.Worksheets[0]; +* class [LoadOptions](../../loadoptions/) +* class [Workbook](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) - // Display some worksheet information - Console.WriteLine("Worksheet Name: " + worksheet.Name); - Console.WriteLine("Number of Cells: " + worksheet.Cells.Count); +--- - // Save the workbook in MHTML format - workbook.Save(dataDir + "output.mht", SaveFormat.MHtml); +## Workbook(string) {#constructor_5} - // Create another Workbook from the saved MHTML file - Workbook workbook2 = new Workbook(dataDir + "output.mht"); - Console.WriteLine("Number of Worksheets in MHTML: " + workbook2.Worksheets.Count); - } - } -} +```csharp +public Workbook(string file) ``` ### See Also @@ -165,7 +144,7 @@ namespace AsposeCellsExamples --- -## Workbook(Stream) {#constructor_2} +## Workbook(Stream) {#constructor_3} Initializes a new instance of the [`Workbook`](../) class and open a stream. @@ -233,7 +212,7 @@ namespace AsposeCellsExamples --- -## Workbook(string, LoadOptions) {#constructor_5} +## Workbook(string, LoadOptions) {#constructor_6} Initializes a new instance of the [`Workbook`](../) class and open a file. @@ -280,7 +259,7 @@ namespace AsposeCellsExamples --- -## Workbook(Stream, LoadOptions) {#constructor_3} +## Workbook(Stream, LoadOptions) {#constructor_4} Initializes a new instance of the [`Workbook`](../) class and open stream. diff --git a/english/net/aspose.cells/worksheetcollection/_index.md b/english/net/aspose.cells/worksheetcollection/_index.md index b5d72b84aba..96b341fcbe5 100644 --- a/english/net/aspose.cells/worksheetcollection/_index.md +++ b/english/net/aspose.cells/worksheetcollection/_index.md @@ -83,7 +83,7 @@ public class WorksheetCollection : CollectionBase | [LastIndexOf](../../aspose.cells/collectionbase-1/lastindexof/)(Worksheet) | | | [LastIndexOf](../../aspose.cells/collectionbase-1/lastindexof/)(Worksheet, int) | | | [LastIndexOf](../../aspose.cells/collectionbase-1/lastindexof/)(Worksheet, int, int) | | -| [RefreshAll](../../aspose.cells/worksheetcollection/refreshall/)() | Refresh all pivot tables and charts with pivot source. | +| [RefreshAll](../../aspose.cells/worksheetcollection/refreshall/)() | (**Obsolete.**) Refresh all pivot tables and charts with pivot source. | | [RefreshPivotTables](../../aspose.cells/worksheetcollection/refreshpivottables/#refreshpivottables_1)() | Refreshes all the PivotTables in the Excel file. | | [RefreshPivotTables](../../aspose.cells/worksheetcollection/refreshpivottables/#refreshpivottables)(PivotTableRefreshOption) | Refreshes all the PivotTables in the Excel file. | | [RegisterAddInFunction](../../aspose.cells/worksheetcollection/registeraddinfunction/#registeraddinfunction_1)(int, string) | Adds addin function into the workbook | diff --git a/english/net/aspose.cells/worksheetcollection/refreshall/_index.md b/english/net/aspose.cells/worksheetcollection/refreshall/_index.md index af54c629504..c373d808312 100644 --- a/english/net/aspose.cells/worksheetcollection/refreshall/_index.md +++ b/english/net/aspose.cells/worksheetcollection/refreshall/_index.md @@ -10,9 +10,15 @@ url: /net/aspose.cells/worksheetcollection/refreshall/ Refresh all pivot tables and charts with pivot source. ```csharp +[Obsolete("Use Workbook.RefreshAll() method instead.")] +[EditorBrowsable(EditorBrowsableState.Never)] public void RefreshAll() ``` +### Remarks + +NOTE: This member is now obsolete. Instead, please use Workbook.RefreshAll() method. This method will be removed 12 months later since April 2026. Aspose apologizes for any inconvenience you may have experienced. + ### Examples ```csharp diff --git a/english/nodejs-cpp/_index.md b/english/nodejs-cpp/_index.md index 17df05b22c1..2deac90401c 100644 --- a/english/nodejs-cpp/_index.md +++ b/english/nodejs-cpp/_index.md @@ -60,7 +60,7 @@ is_root: true | [CharacterBulletValue](./characterbulletvalue) | Represents the character bullet. | | [Chart](./chart) | Encapsulates the object that represents a single Excel chart. | | [ChartArea](./chartarea) | Encapsulates the object that represents the chart area in the worksheet. | -| [ChartCalculateOptions](./chartcalculateoptions) | Represents the options for calculating the chart. | +| [ChartCalculateOptions](./chartcalculateoptions) | Represents the options for calculating a chart. | | [ChartCollection](./chartcollection) | Encapsulates a collection of [Chart](../nodejs-cpp/chart/) objects. | | [ChartDataTable](./chartdatatable) | Represents a chart data table. | | [ChartDataValue](./chartdatavalue) | Encapsulates chart data value | @@ -269,6 +269,7 @@ is_root: true | [OdsLoadOptions](./odsloadoptions) | Represents the options of loading ods file. | | [OdsPageBackground](./odspagebackground) | Represents the page background of ods. | | [OdsSaveOptions](./odssaveoptions) | Represents the options of saving ods file. | +| [OfdSaveOptions](./ofdsaveoptions) | Represents the options for saving a OFD(Open Fixed-layout Document) file. | | [OleObject](./oleobject) | Represents an OleObject in a worksheet. | | [OleObjectCollection](./oleobjectcollection) | Represents embedded OLE objects. | | [OoxmlSaveOptions](./ooxmlsaveoptions) | Represents the options of saving office open xml file. | @@ -649,6 +650,7 @@ is_root: true | [HtmlOfficeMathOutputType](./htmlofficemathoutputtype) | Represents how to export OfficeMath to HTML. | | [HtmlParagraphLayoutMode](./htmlparagraphlayoutmode) | Specifies how HTML <p> elements are rendered when loading HTML. | | [HtmlVersion](./htmlversion) | Indicates the version of HTML is used when saving to Html formats. | +| [HyperlinkLoadMode](./hyperlinkloadmode) | Specifies how hyperlinks are handled when loading HTML. | | [IconSetType](./iconsettype) | Icon set type for conditional formatting. The threshold values for triggering the different icons within a set are configurable, and the icon order is reversible. | | [ImageBinarizationMethod](./imagebinarizationmethod) | Specifies the method used to binarize image. | | [ImageType](./imagetype) | Specifies the type (format) of an image. | diff --git a/english/nodejs-cpp/builtindocumentpropertycollection/_index.md b/english/nodejs-cpp/builtindocumentpropertycollection/_index.md index 31ad9c3a3a1..b56ed35019e 100644 --- a/english/nodejs-cpp/builtindocumentpropertycollection/_index.md +++ b/english/nodejs-cpp/builtindocumentpropertycollection/_index.md @@ -128,6 +128,11 @@ Provides access to [DocumentProperty](../documentproperty/) objects by their nam | [removeAt(number)](#removeAt-number-)| Removes a property at the specified index. | | [get(string)](#get-string-)| Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### constructor(DocumentPropertyCollection) {#constructor-documentpropertycollection-} diff --git a/english/nodejs-cpp/cells/_index.md b/english/nodejs-cpp/cells/_index.md index a87c5e7c243..aa158ff5376 100644 --- a/english/nodejs-cpp/cells/_index.md +++ b/english/nodejs-cpp/cells/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/cells/ Encapsulates a collection of cell relevant objects, such as [Cell](../cell/), [Row](../row/), ...etc. ```javascript -class Cells; +class Cells implements Iterable; ``` @@ -262,6 +262,11 @@ cells.merge(5, 4, 2, 2); | [getCellDisplayStyle(number, number, BorderType)](#getCellDisplayStyle-number-number-bordertype-)| Get the display style of given cell. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### odsCellFields {#odsCellFields--} diff --git a/english/nodejs-cpp/cellwatchcollection/_index.md b/english/nodejs-cpp/cellwatchcollection/_index.md index 89cf741ba8f..a94aeca1d28 100644 --- a/english/nodejs-cpp/cellwatchcollection/_index.md +++ b/english/nodejs-cpp/cellwatchcollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/cellwatchcollection/ Represents the collection of cells on this worksheet being watched in the 'watch window'. ```javascript -class CellWatchCollection; +class CellWatchCollection implements Iterable; ``` @@ -32,6 +32,11 @@ class CellWatchCollection; | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### constructor() {#constructor--} diff --git a/english/nodejs-cpp/chartcalculateoptions/_index.md b/english/nodejs-cpp/chartcalculateoptions/_index.md index aaa343ad58a..fa403237baa 100644 --- a/english/nodejs-cpp/chartcalculateoptions/_index.md +++ b/english/nodejs-cpp/chartcalculateoptions/_index.md @@ -1,14 +1,14 @@ --- title: ChartCalculateOptions second_title: Aspose.Cells for Node.js via C++ API Reference -description: Represents the options for calculating the chart. +description: Represents the options for calculating a chart. type: docs url: /nodejs-cpp/chartcalculateoptions/ --- ## ChartCalculateOptions class -Represents the options for calculating the chart. +Represents the options for calculating a chart. ```javascript class ChartCalculateOptions; diff --git a/english/nodejs-cpp/chartcollection/_index.md b/english/nodejs-cpp/chartcollection/_index.md index e13e965ffbc..7e389fbe9a8 100644 --- a/english/nodejs-cpp/chartcollection/_index.md +++ b/english/nodejs-cpp/chartcollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/chartcollection/ Encapsulates a collection of [Chart](../chart/) objects. ```javascript -class ChartCollection; +class ChartCollection implements Iterable; ``` @@ -37,6 +37,11 @@ var charts = workbook.worksheets.get(0).charts; | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### get(number) {#get-number-} diff --git a/english/nodejs-cpp/chartpointcollection/_index.md b/english/nodejs-cpp/chartpointcollection/_index.md index 2199e15f598..b79baa861a3 100644 --- a/english/nodejs-cpp/chartpointcollection/_index.md +++ b/english/nodejs-cpp/chartpointcollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/chartpointcollection/ Represents a collection that contains all the points in one series. ```javascript -class ChartPointCollection; +class ChartPointCollection implements Iterable; ``` @@ -74,6 +74,11 @@ workbook.save("output/ChartsChartPointCollection.xls"); | [removeAt(number)](#removeAt-number-)| Removes point at the index of the series.. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### count {#count--} diff --git a/english/nodejs-cpp/charttextframe/_index.md b/english/nodejs-cpp/charttextframe/_index.md index e2b8f4b925d..f8a3a52771a 100644 --- a/english/nodejs-cpp/charttextframe/_index.md +++ b/english/nodejs-cpp/charttextframe/_index.md @@ -25,7 +25,7 @@ class ChartTextFrame extends ChartFrame; | Property | Type | Description | | --- | --- | --- | -| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. | +| [isDeleted](#isDeleted--)| boolean | Indicates whether this data label is deleted. | | [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. | | [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. | | [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. | @@ -51,8 +51,8 @@ class ChartTextFrame extends ChartFrame; | Method | Description | | --- | --- | -| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. | -| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. | +| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data label is deleted. | +| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data label is deleted. | | [getTextHorizontalAlignment()](#getTextHorizontalAlignment--)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. | | [setTextHorizontalAlignment(TextAlignmentType)](#setTextHorizontalAlignment-textalignmenttype-)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. | | [getTextVerticalAlignment()](#getTextVerticalAlignment--)| @deprecated. Please use the 'textVerticalAlignment' property instead. Gets or sets the text vertical alignment of text. | @@ -144,7 +144,7 @@ constructor(obj: ChartFrame); ### isDeleted {#isDeleted--} -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. ```javascript isDeleted : boolean; @@ -369,7 +369,7 @@ defaultHeightRatioToChart : number; ### isDeleted() {#isDeleted--} -@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. +@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data label is deleted. ```javascript isDeleted() : boolean; @@ -378,7 +378,7 @@ isDeleted() : boolean; ### setIsDeleted(boolean) {#setIsDeleted-boolean-} -@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. +@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data label is deleted. ```javascript setIsDeleted(value: boolean) : void; diff --git a/english/nodejs-cpp/checkboxcollection/_index.md b/english/nodejs-cpp/checkboxcollection/_index.md index b5988561be5..d83339bf10b 100644 --- a/english/nodejs-cpp/checkboxcollection/_index.md +++ b/english/nodejs-cpp/checkboxcollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/checkboxcollection/ Represents a collection of [CheckBox](../checkbox/) objects in a worksheet. ```javascript -class CheckBoxCollection; +class CheckBoxCollection implements Iterable; ``` @@ -33,6 +33,11 @@ checkBox.text = "Check Box 1"; | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### get(number) {#get-number-} diff --git a/english/nodejs-cpp/columncollection/_index.md b/english/nodejs-cpp/columncollection/_index.md index 3e4b1a5a819..57e31c702cc 100644 --- a/english/nodejs-cpp/columncollection/_index.md +++ b/english/nodejs-cpp/columncollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/columncollection/ Collection of the [Column](../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. ```javascript -class ColumnCollection; +class ColumnCollection implements Iterable; ``` @@ -60,6 +60,11 @@ workbook.save("output/ColumnCollection.xls"); | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### get(number) {#get-number-} diff --git a/english/nodejs-cpp/commentcollection/_index.md b/english/nodejs-cpp/commentcollection/_index.md index 99339597836..7a7958890c8 100644 --- a/english/nodejs-cpp/commentcollection/_index.md +++ b/english/nodejs-cpp/commentcollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/commentcollection/ Encapsulates a collection of [Comment](../comment/) objects. ```javascript -class CommentCollection; +class CommentCollection implements Iterable; ``` @@ -41,6 +41,11 @@ var comments = workbook.worksheets.get(0).comments; | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### get(number) {#get-number-} diff --git a/english/nodejs-cpp/conditionalformattingcollection/_index.md b/english/nodejs-cpp/conditionalformattingcollection/_index.md index 0026321aabd..74394bbf517 100644 --- a/english/nodejs-cpp/conditionalformattingcollection/_index.md +++ b/english/nodejs-cpp/conditionalformattingcollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/conditionalformattingcollection/ Encapsulates a collection of [FormatCondition](../formatcondition/) objects. ```javascript -class ConditionalFormattingCollection; +class ConditionalFormattingCollection implements Iterable; ``` @@ -62,6 +62,11 @@ workbook.save("output/ConditionalFormattingCollection.xls"); | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### get(number) {#get-number-} diff --git a/english/nodejs-cpp/conditionalformattingiconcollection/_index.md b/english/nodejs-cpp/conditionalformattingiconcollection/_index.md index c2e491683c4..3dc8a6b186f 100644 --- a/english/nodejs-cpp/conditionalformattingiconcollection/_index.md +++ b/english/nodejs-cpp/conditionalformattingiconcollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/conditionalformattingiconcollection/ Represents a collection of [ConditionalFormattingIcon](../conditionalformattingicon/) objects. ```javascript -class ConditionalFormattingIconCollection; +class ConditionalFormattingIconCollection implements Iterable; ``` @@ -25,6 +25,11 @@ class ConditionalFormattingIconCollection; | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### get(number) {#get-number-} diff --git a/english/nodejs-cpp/conditionalformattingvaluecollection/_index.md b/english/nodejs-cpp/conditionalformattingvaluecollection/_index.md index fb0a6714cdf..7f0de301cd7 100644 --- a/english/nodejs-cpp/conditionalformattingvaluecollection/_index.md +++ b/english/nodejs-cpp/conditionalformattingvaluecollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/conditionalformattingvaluecollection/ Describes a collection of CFValueObject. Use only for icon sets. ```javascript -class ConditionalFormattingValueCollection; +class ConditionalFormattingValueCollection implements Iterable; ``` @@ -24,6 +24,11 @@ class ConditionalFormattingValueCollection; | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### get(number) {#get-number-} diff --git a/english/nodejs-cpp/connectionparametercollection/_index.md b/english/nodejs-cpp/connectionparametercollection/_index.md index 7ed0d536611..283b40a428f 100644 --- a/english/nodejs-cpp/connectionparametercollection/_index.md +++ b/english/nodejs-cpp/connectionparametercollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/connectionparametercollection/ Specifies the [ConnectionParameter](../connectionparameter/) collection ```javascript -class ConnectionParameterCollection; +class ConnectionParameterCollection implements Iterable; ``` @@ -24,6 +24,11 @@ class ConnectionParameterCollection; | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### get(number) {#get-number-} diff --git a/english/nodejs-cpp/contenttypepropertycollection/_index.md b/english/nodejs-cpp/contenttypepropertycollection/_index.md index 77edd72f8e9..fc8f130d29c 100644 --- a/english/nodejs-cpp/contenttypepropertycollection/_index.md +++ b/english/nodejs-cpp/contenttypepropertycollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/contenttypepropertycollection/ A collection of [ContentTypeProperty](../contenttypeproperty/) objects that represent additional information. ```javascript -class ContentTypePropertyCollection; +class ContentTypePropertyCollection implements Iterable; ``` @@ -26,6 +26,11 @@ class ContentTypePropertyCollection; | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### get(number) {#get-number-} diff --git a/english/nodejs-cpp/customdocumentpropertycollection/_index.md b/english/nodejs-cpp/customdocumentpropertycollection/_index.md index 7d8a198a33b..72d72fe861a 100644 --- a/english/nodejs-cpp/customdocumentpropertycollection/_index.md +++ b/english/nodejs-cpp/customdocumentpropertycollection/_index.md @@ -54,6 +54,11 @@ var customProperties = workbook.worksheets.customDocumentProperties; | [removeAt(number)](#removeAt-number-)| Removes a property at the specified index. | | [get(string)](#get-string-)| Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### constructor(DocumentPropertyCollection) {#constructor-documentpropertycollection-} diff --git a/english/nodejs-cpp/customfiltercollection/_index.md b/english/nodejs-cpp/customfiltercollection/_index.md index fc3a01779cf..5f809992d61 100644 --- a/english/nodejs-cpp/customfiltercollection/_index.md +++ b/english/nodejs-cpp/customfiltercollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/customfiltercollection/ Represents the custom filters. ```javascript -class CustomFilterCollection; +class CustomFilterCollection implements Iterable; ``` @@ -39,6 +39,11 @@ class CustomFilterCollection; | [isNull()](#isNull--)| Checks whether the implementation object is null. | | [toObject()](#toObject--)| Gets the Object. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### constructor() {#constructor--} diff --git a/english/nodejs-cpp/custompropertycollection/_index.md b/english/nodejs-cpp/custompropertycollection/_index.md index 2ba748ff349..008d2aed613 100644 --- a/english/nodejs-cpp/custompropertycollection/_index.md +++ b/english/nodejs-cpp/custompropertycollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/custompropertycollection/ A collection of [CustomProperty](../customproperty/) objects that represent additional information. ```javascript -class CustomPropertyCollection; +class CustomPropertyCollection implements Iterable; ``` @@ -25,6 +25,11 @@ class CustomPropertyCollection; | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### get(number) {#get-number-} diff --git a/english/nodejs-cpp/customxmlpartcollection/_index.md b/english/nodejs-cpp/customxmlpartcollection/_index.md index ddcbe51f87d..e91351beb7f 100644 --- a/english/nodejs-cpp/customxmlpartcollection/_index.md +++ b/english/nodejs-cpp/customxmlpartcollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/customxmlpartcollection/ Represents a Custom XML Data Storage Part (custom XML data within a package). ```javascript -class CustomXmlPartCollection; +class CustomXmlPartCollection implements Iterable; ``` @@ -25,6 +25,11 @@ class CustomXmlPartCollection; | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### get(number) {#get-number-} diff --git a/english/nodejs-cpp/datalabels/_index.md b/english/nodejs-cpp/datalabels/_index.md index b0ab8f03ff4..1d2aaa3f990 100644 --- a/english/nodejs-cpp/datalabels/_index.md +++ b/english/nodejs-cpp/datalabels/_index.md @@ -96,7 +96,7 @@ for (var i = 0; i < chart.nSeries.count; i++) { | [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. | | [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. | | [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. | -| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. | +| [isDeleted](#isDeleted--)| boolean | Indicates whether this data label is deleted. | | [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. | | [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. | | [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. | @@ -158,8 +158,8 @@ for (var i = 0; i < chart.nSeries.count; i++) { | [getDefaultYRatioToChart()](#getDefaultYRatioToChart--)| @deprecated. Please use the 'defaultYRatioToChart' property instead. Represents y of default position in units of Fraction of the chart area. | | [getDefaultWidthRatioToChart()](#getDefaultWidthRatioToChart--)| @deprecated. Please use the 'defaultWidthRatioToChart' property instead. Represents width of default position in units of Fraction of the chart area. | | [getDefaultHeightRatioToChart()](#getDefaultHeightRatioToChart--)| @deprecated. Please use the 'defaultHeightRatioToChart' property instead. Represents height of default position in units of Fraction of the chart area. | -| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. | -| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. | +| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data label is deleted. | +| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data label is deleted. | | [getTextHorizontalAlignment()](#getTextHorizontalAlignment--)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. | | [setTextHorizontalAlignment(TextAlignmentType)](#setTextHorizontalAlignment-textalignmenttype-)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. | | [getTextVerticalAlignment()](#getTextVerticalAlignment--)| @deprecated. Please use the 'textVerticalAlignment' property instead. Gets or sets the text vertical alignment of text. | @@ -525,7 +525,7 @@ defaultHeightRatioToChart : number; ### isDeleted {#isDeleted--} -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. ```javascript isDeleted : boolean; @@ -1190,7 +1190,7 @@ getDefaultHeightRatioToChart() : number; ### isDeleted() {#isDeleted--} -@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. +@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data label is deleted. ```javascript isDeleted() : boolean; @@ -1199,7 +1199,7 @@ isDeleted() : boolean; ### setIsDeleted(boolean) {#setIsDeleted-boolean-} -@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. +@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data label is deleted. ```javascript setIsDeleted(value: boolean) : void; diff --git a/english/nodejs-cpp/datamodelrelationshipcollection/_index.md b/english/nodejs-cpp/datamodelrelationshipcollection/_index.md index fbe0ce78797..29c0161b303 100644 --- a/english/nodejs-cpp/datamodelrelationshipcollection/_index.md +++ b/english/nodejs-cpp/datamodelrelationshipcollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/datamodelrelationshipcollection/ Represents the relationships. ```javascript -class DataModelRelationshipCollection; +class DataModelRelationshipCollection implements Iterable; ``` @@ -23,6 +23,11 @@ class DataModelRelationshipCollection; | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### get(number) {#get-number-} diff --git a/english/nodejs-cpp/datamodeltablecollection/_index.md b/english/nodejs-cpp/datamodeltablecollection/_index.md index 25e626e7747..f5c1b04ea2e 100644 --- a/english/nodejs-cpp/datamodeltablecollection/_index.md +++ b/english/nodejs-cpp/datamodeltablecollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/datamodeltablecollection/ Represents the list of the data model table. ```javascript -class DataModelTableCollection; +class DataModelTableCollection implements Iterable; ``` @@ -24,6 +24,11 @@ class DataModelTableCollection; | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### get(number) {#get-number-} diff --git a/english/nodejs-cpp/datasorterkeycollection/_index.md b/english/nodejs-cpp/datasorterkeycollection/_index.md index b1d5074e61c..65fa23addcd 100644 --- a/english/nodejs-cpp/datasorterkeycollection/_index.md +++ b/english/nodejs-cpp/datasorterkeycollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/datasorterkeycollection/ Represents the key list of data sorter. ```javascript -class DataSorterKeyCollection; +class DataSorterKeyCollection implements Iterable; ``` @@ -29,6 +29,11 @@ class DataSorterKeyCollection; | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### constructor() {#constructor--} diff --git a/english/nodejs-cpp/digitalsignaturecollection/_index.md b/english/nodejs-cpp/digitalsignaturecollection/_index.md index 853bec4a1f1..f9bf9d59e51 100644 --- a/english/nodejs-cpp/digitalsignaturecollection/_index.md +++ b/english/nodejs-cpp/digitalsignaturecollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/digitalsignaturecollection/ Provides a collection of digital signatures attached to a document. ```javascript -class DigitalSignatureCollection; +class DigitalSignatureCollection implements Iterable; ``` @@ -29,6 +29,11 @@ class DigitalSignatureCollection; | [getEnumerator()](#getEnumerator--)| Get the enumerator for DigitalSignatureCollection, this enumerator allows iteration over the collection | | [isNull()](#isNull--)| Checks whether the implementation object is null. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### constructor() {#constructor--} diff --git a/english/nodejs-cpp/displayunitlabel/_index.md b/english/nodejs-cpp/displayunitlabel/_index.md index e931726ae92..88b6d319070 100644 --- a/english/nodejs-cpp/displayunitlabel/_index.md +++ b/english/nodejs-cpp/displayunitlabel/_index.md @@ -89,7 +89,7 @@ workbook.save("output/ChartsDisplayUnitLabel.xls"); | [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. | | [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. | | [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. | -| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. | +| [isDeleted](#isDeleted--)| boolean | Indicates whether this data label is deleted. | | [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. | | [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. | | [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. | @@ -120,8 +120,8 @@ workbook.save("output/ChartsDisplayUnitLabel.xls"); | [getDefaultYRatioToChart()](#getDefaultYRatioToChart--)| @deprecated. Please use the 'defaultYRatioToChart' property instead. Represents y of default position in units of Fraction of the chart area. | | [getDefaultWidthRatioToChart()](#getDefaultWidthRatioToChart--)| @deprecated. Please use the 'defaultWidthRatioToChart' property instead. Represents width of default position in units of Fraction of the chart area. | | [getDefaultHeightRatioToChart()](#getDefaultHeightRatioToChart--)| @deprecated. Please use the 'defaultHeightRatioToChart' property instead. Represents height of default position in units of Fraction of the chart area. | -| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. | -| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. | +| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data label is deleted. | +| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data label is deleted. | | [getTextHorizontalAlignment()](#getTextHorizontalAlignment--)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. | | [setTextHorizontalAlignment(TextAlignmentType)](#setTextHorizontalAlignment-textalignmenttype-)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. | | [getTextVerticalAlignment()](#getTextVerticalAlignment--)| @deprecated. Please use the 'textVerticalAlignment' property instead. Gets or sets the text vertical alignment of text. | @@ -352,7 +352,7 @@ defaultHeightRatioToChart : number; ### isDeleted {#isDeleted--} -Indicates whether this data labels are deleted. +Indicates whether this data label is deleted. ```javascript isDeleted : boolean; @@ -666,7 +666,7 @@ getDefaultHeightRatioToChart() : number; ### isDeleted() {#isDeleted--} -@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. +@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data label is deleted. ```javascript isDeleted() : boolean; @@ -675,7 +675,7 @@ isDeleted() : boolean; ### setIsDeleted(boolean) {#setIsDeleted-boolean-} -@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. +@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data label is deleted. ```javascript setIsDeleted(value: boolean) : void; diff --git a/english/nodejs-cpp/documentpropertycollection/_index.md b/english/nodejs-cpp/documentpropertycollection/_index.md index 880af39d1c2..9100adad968 100644 --- a/english/nodejs-cpp/documentpropertycollection/_index.md +++ b/english/nodejs-cpp/documentpropertycollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/documentpropertycollection/ Base class for [BuiltInDocumentPropertyCollection](../builtindocumentpropertycollection/) and [CustomDocumentPropertyCollection](../customdocumentpropertycollection/) collections. ```javascript -class DocumentPropertyCollection; +class DocumentPropertyCollection implements Iterable; ``` @@ -46,6 +46,11 @@ console.log("Custom Properties: " + customProperties.count); | [isNull()](#isNull--)| Checks whether the implementation object is null. | | [get(string)](#get-string-)| Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | +## \[Symbol.iterator\](): Iterator\ + +Returns an iterator over the items in the collection. Enables use of `for...of`, spread syntax, and `Array.from()`. + + ### get(number) {#get-number-} diff --git a/english/nodejs-cpp/dxfcollection/_index.md b/english/nodejs-cpp/dxfcollection/_index.md index 723d51f5a42..27e26dc58e3 100644 --- a/english/nodejs-cpp/dxfcollection/_index.md +++ b/english/nodejs-cpp/dxfcollection/_index.md @@ -11,7 +11,7 @@ url: /nodejs-cpp/dxfcollection/ Represents the master differential formatting records. ```javascript -class DxfCollection; +class DxfCollection implements Iterable