diff --git a/english/cpp/aspose.cells.drawing.equations/delimiterequationnode/_index.md b/english/cpp/aspose.cells.drawing.equations/delimiterequationnode/_index.md index 7669095ac5d..79ad678696e 100644 --- a/english/cpp/aspose.cells.drawing.equations/delimiterequationnode/_index.md +++ b/english/cpp/aspose.cells.drawing.equations/delimiterequationnode/_index.md @@ -40,7 +40,7 @@ class DelimiterEquationNode : public Aspose::Cells::Drawing::Equations::Equation | [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | | [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | | [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | -| [GetNaryGrow()](./getnarygrow/) | | +| [GetNaryGrow()](./getnarygrow/) | Specifies whether the delimiter should automatically expand and contract with the height of the formula. | | [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | | [GetSeparatorChar()](./getseparatorchar/) | Delimiter separator character. | | [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | @@ -63,7 +63,7 @@ class DelimiterEquationNode : public Aspose::Cells::Drawing::Equations::Equation | [SetDelimiterShape(EquationDelimiterShapeType value)](./setdelimitershape/) | Specifies the shape of delimiters in the delimiter object. | | [SetEndChar(const U16String\& value)](./setendchar/) | Delimiter ending character. | | [SetEndChar(const char16_t* value)](./setendchar/) | Delimiter ending character. | -| [SetNaryGrow(bool value)](./setnarygrow/) | | +| [SetNaryGrow(bool value)](./setnarygrow/) | Specifies whether the delimiter should automatically expand and contract with the height of the formula. | | [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | | [SetSeparatorChar(const U16String\& value)](./setseparatorchar/) | Delimiter separator character. | | [SetSeparatorChar(const char16_t* value)](./setseparatorchar/) | Delimiter separator character. | diff --git a/english/cpp/aspose.cells.drawing.equations/delimiterequationnode/getnarygrow/_index.md b/english/cpp/aspose.cells.drawing.equations/delimiterequationnode/getnarygrow/_index.md index c7af4beaa57..d2c8ed76728 100644 --- a/english/cpp/aspose.cells.drawing.equations/delimiterequationnode/getnarygrow/_index.md +++ b/english/cpp/aspose.cells.drawing.equations/delimiterequationnode/getnarygrow/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetNaryGrow method linktitle: GetNaryGrow second_title: Aspose.Cells for C++ API Reference -description: 'How to use GetNaryGrow method of Aspose::Cells::Drawing::Equations::DelimiterEquationNode class in C++.' +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetNaryGrow method. Specifies whether the delimiter should automatically expand and contract with the height of the formula in C++.' type: docs weight: 1000 url: /cpp/aspose.cells.drawing.equations/delimiterequationnode/getnarygrow/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.drawing.equations/delimiterequationnode/getnarygrow/ ## DelimiterEquationNode::GetNaryGrow method - +Specifies whether the delimiter should automatically expand and contract with the height of the formula. ```cpp bool Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetNaryGrow() diff --git a/english/cpp/aspose.cells.drawing.equations/delimiterequationnode/setnarygrow/_index.md b/english/cpp/aspose.cells.drawing.equations/delimiterequationnode/setnarygrow/_index.md index a18189f3326..e1b464d8812 100644 --- a/english/cpp/aspose.cells.drawing.equations/delimiterequationnode/setnarygrow/_index.md +++ b/english/cpp/aspose.cells.drawing.equations/delimiterequationnode/setnarygrow/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetNaryGrow method linktitle: SetNaryGrow second_title: Aspose.Cells for C++ API Reference -description: 'How to use SetNaryGrow method of Aspose::Cells::Drawing::Equations::DelimiterEquationNode class in C++.' +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetNaryGrow method. Specifies whether the delimiter should automatically expand and contract with the height of the formula in C++.' type: docs weight: 1100 url: /cpp/aspose.cells.drawing.equations/delimiterequationnode/setnarygrow/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.drawing.equations/delimiterequationnode/setnarygrow/ ## DelimiterEquationNode::SetNaryGrow method - +Specifies whether the delimiter should automatically expand and contract with the height of the formula. ```cpp void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetNaryGrow(bool value) diff --git a/english/cpp/aspose.cells.pivot/_index.md b/english/cpp/aspose.cells.pivot/_index.md index c8687325484..cbbf878fd60 100644 --- a/english/cpp/aspose.cells.pivot/_index.md +++ b/english/cpp/aspose.cells.pivot/_index.md @@ -26,18 +26,18 @@ url: /cpp/aspose.cells.pivot/ | [PivotField](./pivotfield/) | Represents a field in a [PivotTable](./pivottable/) report. | | [PivotFieldCollection](./pivotfieldcollection/) | Represents a collection of all the [PivotField](./pivotfield/) objects in the [PivotTable](./pivottable/)'s specific PivotFields type. | | [PivotFieldGroupSettings](./pivotfieldgroupsettings/) | Represents the group setting of pivot field. | -| [PivotFieldSortSetting](./pivotfieldsortsetting/) | Represents the setting of sorting pivot fields. | +| [PivotFieldSortSetting](./pivotfieldsortsetting/) | Represents the setting for sorting pivot fields. | | [PivotFilter](./pivotfilter/) | Represents a [PivotFilter](./pivotfilter/) in [PivotFilter](./pivotfilter/) Collection. | -| [PivotFilterCollection](./pivotfiltercollection/) | Represents a collection of all the [PivotFilter](./pivotfilter/) objects. | +| [PivotFilterCollection](./pivotfiltercollection/) | Represents a collection of all the PivotFilters. | | [PivotFormatCondition](./pivotformatcondition/) | **(Deprecated)** Represents a [PivotTable](./pivottable/) Format Condition in [PivotFormatCondition](./pivotformatcondition/) Collection. | | [PivotFormatConditionCollection](./pivotformatconditioncollection/) | **(Deprecated)** Represents [PivotTable](./pivottable/) Format Conditions. | | [PivotItem](./pivotitem/) | Represents a item in a [PivotField](./pivotfield/) report. | | [PivotItemCollection](./pivotitemcollection/) | Represents all the [PivotItem](./pivotitem/) objects in the [PivotField](./pivotfield/). | | [PivotNumbericRangeGroupSettings](./pivotnumbericrangegroupsettings/) | Represents the numberic range group of the pivot field. | -| [PivotPageFields](./pivotpagefields/) | Represents the pivot page field items if the pivot table data source is consolidation ranges. It only can contain up to 4 fields. | +| [PivotPageFields](./pivotpagefields/) | Represents the pivot page items if the pivot table data source is consolidation ranges. It only can contain up to 4 items. | | [PivotShowValuesSetting](./pivotshowvaluessetting/) | Represents the settings about showing values as when the ShowDataAs calculation is in use. | | [PivotTable](./pivottable/) | Summary description for [PivotTable](./pivottable/). | -| [PivotTableCalculateOption](./pivottablecalculateoption/) | Rerepsents the options of calcuating the pivot table. | +| [PivotTableCalculateOption](./pivottablecalculateoption/) | Rerepsents the options of calculating data of the pivot table. | | [PivotTableCollection](./pivottablecollection/) | Represents the collection of all the [PivotTable](./pivottable/) objects on the specified worksheet. | | [PivotTableFormat](./pivottableformat/) | Represents the format defined in the [PivotTable](./pivottable/). | | [PivotTableFormatCollection](./pivottableformatcollection/) | Represents the collection of formats applied to [PivotTable](./pivottable/). | @@ -53,7 +53,7 @@ url: /cpp/aspose.cells.pivot/ | [PivotFieldGroupType](./pivotfieldgrouptype/) | Represents the group type of pivot field. | | [PivotFieldSubtotalType](./pivotfieldsubtotaltype/) | Summary description for PivotFieldSubtotalType. | | [PivotFieldType](./pivotfieldtype/) | Represents [PivotTable](./pivottable/) field type. | -| [PivotFilterType](./pivotfiltertype/) | Represents [PivotTable](./pivottable/) Filter type. | +| [PivotFilterType](./pivotfiltertype/) | Represents the filter type of the pivot table. | | [PivotGroupByType](./pivotgroupbytype/) | Represents group by type. | | [PivotItemPosition](./pivotitemposition/) | **(Deprecated)** Represents base item Next/Previous/All position in the base field . | | [PivotItemPositionType](./pivotitempositiontype/) | Represents the position type of the pivot base item in the base field when the ShowDataAs calculation is in use. | diff --git a/english/cpp/aspose.cells.pivot/pivotfield/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/_index.md index 2e13bf43fa9..96061107fbc 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/_index.md @@ -23,7 +23,7 @@ class PivotField | [AddCalculatedItem(const U16String\& name, const U16String\& formula)](./addcalculateditem/) | Add a calculated formula item to the pivot field. | | [AddCalculatedItem(const char16_t* name, const char16_t* formula)](./addcalculateditem/) | Add a calculated formula item to the pivot field. | | [ClearFilter()](./clearfilter/) | Clears filter setting on this pivot field. | -| [FilterByDate(PivotFilterType type, const Date\& dateTime1, const Date\& dateTime2)](./filterbydate/) | Filters by date setting of row or column pivot field. | +| [FilterByDate(PivotFilterType type, const Date\& dateTime1, const Date\& dateTime2)](./filterbydate/) | Filters by date values of row or column pivot field. | | [FilterByLabel(PivotFilterType type, const U16String\& label1, const U16String\& label2)](./filterbylabel/) | Filters by captions of row or column pivot field. | | [FilterByLabel(PivotFilterType type, const char16_t* label1, const char16_t* label2)](./filterbylabel/) | Filters by captions of row or column pivot field. | | [FilterByValue(int32_t valueFieldIndex, PivotFilterType type, double value1, double value2)](./filterbyvalue/) | Filters by values of data pivot field. | @@ -32,19 +32,19 @@ class PivotField | [GetAutoShowCount()](./getautoshowcount/) | Represent the number of top or bottom items that are automatically shown in the specified [PivotTable](../pivottable/) field. | | [GetAutoShowField()](./getautoshowfield/) | Represents auto show field index. -1 means [PivotField](./) itself. It should be the index of the data fields. | | [GetAutoSortField()](./getautosortfield/) | Represents the index of field which is auto sorted. -1 means [PivotField](./) itself,others means the position of the data fields. | -| [GetBaseIndex()](./getbaseindex/) | Represents the [PivotField](./) index in the base PivotFields. | -| [GetCurrentPageItem()](./getcurrentpageitem/) | Represents the current page item showing for the page field (valid only for page fields). | -| [GetDisplayName()](./getdisplayname/) | Represents the [PivotField](./) display name. | +| [GetBaseIndex()](./getbaseindex/) | Represents the index in the source pivot fields. | +| [GetCurrentPageItem()](./getcurrentpageitem/) | Represents the current selected page item of the page field to filter data. Only valid for page fields. | +| [GetDisplayName()](./getdisplayname/) | Represents the display name of pivot field in the pivot table view. | | [GetDragToColumn()](./getdragtocolumn/) | Indicates whether the specified field can be dragged to the column position. The default value is true. | -| [GetDragToData()](./getdragtodata/) | Indicates whether the specified field can be dragged to the data position. The default value is true. | -| [GetDragToHide()](./getdragtohide/) | Indicates whether the specified field can be dragged to the hide position. The default value is true. | +| [GetDragToData()](./getdragtodata/) | Indicates whether the specified field can be dragged to the values region. The default value is true. | +| [GetDragToHide()](./getdragtohide/) | Indicates whether the specified field can be dragged to the hide region. The default value is true. | | [GetDragToPage()](./getdragtopage/) | Indicates whether the specified field can be dragged to the page position. The default value is true. | -| [GetDragToRow()](./getdragtorow/) | Indicates whether the specified field can be dragged to the row position. The default value is true. | -| [GetFilters()](./getfilters/) | Gets all pivot filters of this pivot field. | -| [GetFormula()](./getformula/) | Gets formula of the calculated field . | -| [GetFunction()](./getfunction/) | Represents the function used to summarize the [PivotTable](../pivottable/) data field. | +| [GetDragToRow()](./getdragtorow/) | Indicates whether the specified field can be dragged to the row region. The default value is true. | +| [GetFilters()](./getfilters/) | Gets all pivot filters applied for this pivot field. | +| [GetFormula()](./getformula/) | Gets the formula of the calculated field . Only works for calculated field. | +| [GetFunction()](./getfunction/) | Represents the function used to summarize this [PivotTable](../pivottable/) data field. | | [GetGroupSettings()](./getgroupsettings/) | Gets the group settings of the pivot field. | -| [GetInsertBlankRow()](./getinsertblankrow/) | Indicates whether inserting blank line after each item. | +| [GetInsertBlankRow()](./getinsertblankrow/) | Indicates whether to insert a blank line after each item. | | [GetItemCount()](./getitemcount/) | Gets the count of the base items in this pivot field. | | [GetItems()](./getitems/) | Get all labels of pivot items in this field. | | [GetName()](./getname/) | Represents the name of [PivotField](./). | @@ -55,37 +55,37 @@ class PivotField | [GetPivotItems()](./getpivotitems/) | Gets the pivot items of the pivot field. | | [GetPosition()](./getposition/) | Represents the index of [PivotField](./) in the region. | | [GetRegionType()](./getregiontype/) | Specifies the region of the [PivotTable](../pivottable/) that this field is displayed. | -| [GetShowAllItems()](./getshowallitems/) | Indicates whether all items displays in the [PivotTable](../pivottable/) report, even if they don't contain summary data. show items with no data The default value is false. | -| [GetShowCompact()](./getshowcompact/) | Indicates whether display labels from the next field in the same column on the [Pivot](../) Table view. | -| [GetShowInOutlineForm()](./getshowinoutlineform/) | Indicates whether layout this field in outline form on the [Pivot](../) Table view. | -| [GetShowSubtotalAtTop()](./getshowsubtotalattop/) | when ShowInOutlineForm is true, then display subtotals at the top of the list of items instead of at the bottom | +| [GetShowAllItems()](./getshowallitems/) | Indicates whether to display all items in the [PivotTable](../pivottable/) view, even if they don't contain summary data. The default value is false. | +| [GetShowCompact()](./getshowcompact/) | Indicates whether to display labels of the next field in the same column on the [Pivot](../) Table view. | +| [GetShowInOutlineForm()](./getshowinoutlineform/) | Indicates whether to layout this field in outline form on the [Pivot](../) Table view. | +| [GetShowSubtotalAtTop()](./getshowsubtotalattop/) | Indicates whether to display subtotals at the top or bottom of items when ShowInOutlineForm is true, then. | | [GetShowValuesSetting()](./getshowvaluessetting/) | Gets the settings of showing values as when the ShowDataAs calculation is in use. | | [GetSortSetting()](./getsortsetting/) | Gets all settings of auto sorting. | -| [GetSubtotals(PivotFieldSubtotalType subtotalType)](./getsubtotals/) | Indicates whether showing specified subtotal. | +| [GetSubtotals(PivotFieldSubtotalType subtotalType)](./getsubtotals/) | Indicates whether to show specified subtotal for this pivot field. | | [GroupBy(double interval, bool newField)](./groupby/) | Automatically group the field with internal. | | [GroupBy(const Date\& start, const Date\& end, const Vector \\& groups, double interval, bool firstAsNewField)](./groupby/) | Group the file by the date group types. | | [GroupBy(double start, double end, double interval, bool newField)](./groupby/) | Group the file by number. | | [GroupBy(const Vector \\& customGroupItems, bool newField)](./groupby/) | Custom group the field. | -| [HideDetail(bool isHiddenDetail)](./hidedetail/) | Sets whether the PivotItems in a pivot field is hidden detail.That is collapse/expand this field. | +| [HideDetail(bool isHiddenDetail)](./hidedetail/) | Sets whether the detail of all PivotItems in a pivot field are hidden. That is collapse/expand this field. | | [HideItem(int32_t index, bool isHidden)](./hideitem/) | Sets whether the specific [PivotItem](../pivotitem/) in a data field is hidden. | | [HideItem(const U16String\& itemValue, bool isHidden)](./hideitem/) | Sets whether the specific [PivotItem](../pivotitem/) in a data field is hidden. | | [HideItem(const char16_t* itemValue, bool isHidden)](./hideitem/) | Sets whether the specific [PivotItem](../pivotitem/) in a data field is hidden. | | [HideItemDetail(int32_t index, bool isHiddenDetail)](./hideitemdetail/) | Sets whether the specific [PivotItem](../pivotitem/) in a pivot field is hidden detail. | | [InitPivotItems()](./initpivotitems/) | Init the pivot items of the pivot field. | | [IsAscendShow()](./isascendshow/) | Indicates whether the specified [PivotTable](../pivottable/) field is autoshown ascending. | -| [IsAscendSort()](./isascendsort/) | Indicates whether the specified [PivotTable](../pivottable/) field is autosorted ascending. | -| [IsAutoShow()](./isautoshow/) | Indicates whether the specified [PivotTable](../pivottable/) field is automatically shown,only valid for excel 2003. | -| [IsAutoSort()](./isautosort/) | Indicates whether the specified [PivotTable](../pivottable/) field is automatically sorted. | +| [IsAscendSort()](./isascendsort/) | Indicates whether the items of this pivot field is autosorted ascending. | +| [IsAutoShow()](./isautoshow/) | Indicates whether the specified [PivotTable](../pivottable/) field is automatically shown. | +| [IsAutoSort()](./isautosort/) | Indicates whether the items of this [PivotTable](../pivottable/) field are automatically sorted. | | [IsAutoSubtotals()](./isautosubtotals/) | Indicates whether the specified field shows automatic subtotals. Default is true. | -| [IsCalculatedField()](./iscalculatedfield/) | Indicates whether the specified [PivotTable](../pivottable/) field is calculated field. | +| [IsCalculatedField()](./iscalculatedfield/) | Indicates whether the this pivot field is calculated field. | | [IsHiddenItem(int32_t index)](./ishiddenitem/) | Gets whether the specific [PivotItem](../pivotitem/) is hidden. | -| [IsHiddenItemDetail(int32_t index)](./ishiddenitemdetail/) | Gets whether hidding the detail of the specific [PivotItem](../pivotitem/).. | -| [IsIncludeNewItemsInFilter()](./isincludenewitemsinfilter/) | Indicates whether including new items to the field in manual filter. The default value is false. | -| [IsInsertPageBreaksBetweenItems()](./isinsertpagebreaksbetweenitems/) | Indicates whether inserting page breaks after each item. The default value is false. | -| [IsMultipleItemSelectionAllowed()](./ismultipleitemselectionallowed/) | indicates whether the field can have multiple items selected in the page field The default value is false. | +| [IsHiddenItemDetail(int32_t index)](./ishiddenitemdetail/) | Gets whether to hide the detail of the specific [PivotItem](../pivotitem/).. | +| [IsIncludeNewItemsInFilter()](./isincludenewitemsinfilter/) | Indicates whether to include new items to the field in manual filter. The default value is false. | +| [IsInsertPageBreaksBetweenItems()](./isinsertpagebreaksbetweenitems/) | Indicates whether to insert page breaks after each item. The default value is false. | +| [IsMultipleItemSelectionAllowed()](./ismultipleitemselectionallowed/) | Indicates whether multiple items could be selected in the page field. The default value is false. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | -| [IsRepeatItemLabels()](./isrepeatitemlabels/) | Indicates whether repeating labels of the field in the region. The default value is false. | -| [IsValueFields()](./isvaluefields/) | Indicates whether this field represents values fields. | +| [IsRepeatItemLabels()](./isrepeatitemlabels/) | Indicates whether to repeat labels of the field in the region. The default value is false. | +| [IsValuesField()](./isvaluesfield/) | Indicates whether this field represents values field. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const PivotField\& src)](./operator_asm/) | operator= | | [PivotField(PivotField_Impl* impl)](./pivotfield/) | Constructs from an implementation object. | @@ -93,37 +93,37 @@ class PivotField | [SetAutoShowCount(int32_t value)](./setautoshowcount/) | Represent the number of top or bottom items that are automatically shown in the specified [PivotTable](../pivottable/) field. | | [SetAutoShowField(int32_t value)](./setautoshowfield/) | Represents auto show field index. -1 means [PivotField](./) itself. It should be the index of the data fields. | | [SetAutoSortField(int32_t value)](./setautosortfield/) | Represents the index of field which is auto sorted. -1 means [PivotField](./) itself,others means the position of the data fields. | -| [SetBaseIndex(int32_t value)](./setbaseindex/) | Represents the [PivotField](./) index in the base PivotFields. | -| [SetCurrentPageItem(int16_t value)](./setcurrentpageitem/) | Represents the current page item showing for the page field (valid only for page fields). | -| [SetDisplayName(const U16String\& value)](./setdisplayname/) | Represents the [PivotField](./) display name. | -| [SetDisplayName(const char16_t* value)](./setdisplayname/) | Represents the [PivotField](./) display name. | +| [SetBaseIndex(int32_t value)](./setbaseindex/) | Represents the index in the source pivot fields. | +| [SetCurrentPageItem(int16_t value)](./setcurrentpageitem/) | Represents the current selected page item of the page field to filter data. Only valid for page fields. | +| [SetDisplayName(const U16String\& value)](./setdisplayname/) | Represents the display name of pivot field in the pivot table view. | +| [SetDisplayName(const char16_t* value)](./setdisplayname/) | Represents the display name of pivot field in the pivot table view. | | [SetDragToColumn(bool value)](./setdragtocolumn/) | Indicates whether the specified field can be dragged to the column position. The default value is true. | -| [SetDragToData(bool value)](./setdragtodata/) | Indicates whether the specified field can be dragged to the data position. The default value is true. | -| [SetDragToHide(bool value)](./setdragtohide/) | Indicates whether the specified field can be dragged to the hide position. The default value is true. | +| [SetDragToData(bool value)](./setdragtodata/) | Indicates whether the specified field can be dragged to the values region. The default value is true. | +| [SetDragToHide(bool value)](./setdragtohide/) | Indicates whether the specified field can be dragged to the hide region. The default value is true. | | [SetDragToPage(bool value)](./setdragtopage/) | Indicates whether the specified field can be dragged to the page position. The default value is true. | -| [SetDragToRow(bool value)](./setdragtorow/) | Indicates whether the specified field can be dragged to the row position. The default value is true. | -| [SetFunction(ConsolidationFunction value)](./setfunction/) | Represents the function used to summarize the [PivotTable](../pivottable/) data field. | -| [SetInsertBlankRow(bool value)](./setinsertblankrow/) | Indicates whether inserting blank line after each item. | +| [SetDragToRow(bool value)](./setdragtorow/) | Indicates whether the specified field can be dragged to the row region. The default value is true. | +| [SetFunction(ConsolidationFunction value)](./setfunction/) | Represents the function used to summarize this [PivotTable](../pivottable/) data field. | +| [SetInsertBlankRow(bool value)](./setinsertblankrow/) | Indicates whether to insert a blank line after each item. | | [SetIsAscendShow(bool value)](./setisascendshow/) | Indicates whether the specified [PivotTable](../pivottable/) field is autoshown ascending. | -| [SetIsAscendSort(bool value)](./setisascendsort/) | Indicates whether the specified [PivotTable](../pivottable/) field is autosorted ascending. | -| [SetIsAutoShow(bool value)](./setisautoshow/) | Indicates whether the specified [PivotTable](../pivottable/) field is automatically shown,only valid for excel 2003. | -| [SetIsAutoSort(bool value)](./setisautosort/) | Indicates whether the specified [PivotTable](../pivottable/) field is automatically sorted. | +| [SetIsAscendSort(bool value)](./setisascendsort/) | Indicates whether the items of this pivot field is autosorted ascending. | +| [SetIsAutoShow(bool value)](./setisautoshow/) | Indicates whether the specified [PivotTable](../pivottable/) field is automatically shown. | +| [SetIsAutoSort(bool value)](./setisautosort/) | Indicates whether the items of this [PivotTable](../pivottable/) field are automatically sorted. | | [SetIsAutoSubtotals(bool value)](./setisautosubtotals/) | Indicates whether the specified field shows automatic subtotals. Default is true. | -| [SetIsIncludeNewItemsInFilter(bool value)](./setisincludenewitemsinfilter/) | Indicates whether including new items to the field in manual filter. The default value is false. | -| [SetIsInsertPageBreaksBetweenItems(bool value)](./setisinsertpagebreaksbetweenitems/) | Indicates whether inserting page breaks after each item. The default value is false. | -| [SetIsMultipleItemSelectionAllowed(bool value)](./setismultipleitemselectionallowed/) | indicates whether the field can have multiple items selected in the page field The default value is false. | -| [SetIsRepeatItemLabels(bool value)](./setisrepeatitemlabels/) | Indicates whether repeating labels of the field in the region. The default value is false. | +| [SetIsIncludeNewItemsInFilter(bool value)](./setisincludenewitemsinfilter/) | Indicates whether to include new items to the field in manual filter. The default value is false. | +| [SetIsInsertPageBreaksBetweenItems(bool value)](./setisinsertpagebreaksbetweenitems/) | Indicates whether to insert page breaks after each item. The default value is false. | +| [SetIsMultipleItemSelectionAllowed(bool value)](./setismultipleitemselectionallowed/) | Indicates whether multiple items could be selected in the page field. The default value is false. | +| [SetIsRepeatItemLabels(bool value)](./setisrepeatitemlabels/) | Indicates whether to repeat labels of the field in the region. The default value is false. | | [SetName(const U16String\& value)](./setname/) | Represents the name of [PivotField](./). | | [SetName(const char16_t* value)](./setname/) | Represents the name of [PivotField](./). | | [SetNonAutoSortDefault(bool value)](./setnonautosortdefault/) | Indicates whether a sort operation that will be applied to this pivot field is an autosort operation or a simple data sort. | | [SetNumber(int32_t value)](./setnumber/) | Represents the built-in display format of numbers and dates. | | [SetNumberFormat(const U16String\& value)](./setnumberformat/) | Represents the custom display format of numbers and dates. | | [SetNumberFormat(const char16_t* value)](./setnumberformat/) | Represents the custom display format of numbers and dates. | -| [SetShowAllItems(bool value)](./setshowallitems/) | Indicates whether all items displays in the [PivotTable](../pivottable/) report, even if they don't contain summary data. show items with no data The default value is false. | -| [SetShowCompact(bool value)](./setshowcompact/) | Indicates whether display labels from the next field in the same column on the [Pivot](../) Table view. | -| [SetShowInOutlineForm(bool value)](./setshowinoutlineform/) | Indicates whether layout this field in outline form on the [Pivot](../) Table view. | -| [SetShowSubtotalAtTop(bool value)](./setshowsubtotalattop/) | when ShowInOutlineForm is true, then display subtotals at the top of the list of items instead of at the bottom | -| [SetSubtotals(PivotFieldSubtotalType subtotalType, bool shown)](./setsubtotals/) | Sets whether the specified field shows that subtotals. | +| [SetShowAllItems(bool value)](./setshowallitems/) | Indicates whether to display all items in the [PivotTable](../pivottable/) view, even if they don't contain summary data. The default value is false. | +| [SetShowCompact(bool value)](./setshowcompact/) | Indicates whether to display labels of the next field in the same column on the [Pivot](../) Table view. | +| [SetShowInOutlineForm(bool value)](./setshowinoutlineform/) | Indicates whether to layout this field in outline form on the [Pivot](../) Table view. | +| [SetShowSubtotalAtTop(bool value)](./setshowsubtotalattop/) | Indicates whether to display subtotals at the top or bottom of items when ShowInOutlineForm is true, then. | +| [SetSubtotals(PivotFieldSubtotalType subtotalType, bool shown)](./setsubtotals/) | Sets how to subtotal the specified field. | | [ShowValuesAs(PivotFieldDataDisplayFormat displayFormat, int32_t baseField, PivotItemPositionType baseItemPositionType, int32_t baseItem)](./showvaluesas/) | Shows values of data field as different display format when the ShowDataAs calculation is in use. | | [SortBy(SortOrder sortType, int32_t fieldSortedBy)](./sortby/) | Sorts this pivot field. | | [SortBy(SortOrder sortType, int32_t fieldSortedBy, PivotLineType dataType, const U16String\& cellName)](./sortby/) | Sorts this pivot field. | diff --git a/english/cpp/aspose.cells.pivot/pivotfield/filterbydate/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/filterbydate/_index.md index b2a83b8915a..42729c48b3b 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/filterbydate/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/filterbydate/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::FilterByDate method linktitle: FilterByDate second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::FilterByDate method. Filters by date setting of row or column pivot field in C++.' +description: 'Aspose::Cells::Pivot::PivotField::FilterByDate method. Filters by date values of row or column pivot field in C++.' type: docs weight: 1700 url: /cpp/aspose.cells.pivot/pivotfield/filterbydate/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/filterbydate/ ## PivotField::FilterByDate method -Filters by date setting of row or column pivot field. +Filters by date values of row or column pivot field. ```cpp PivotFilter Aspose::Cells::Pivot::PivotField::FilterByDate(PivotFilterType type, const Date &dateTime1, const Date &dateTime2) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getbaseindex/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getbaseindex/_index.md index 2fd9e457681..30b3dc1c9bb 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getbaseindex/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getbaseindex/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::GetBaseIndex method linktitle: GetBaseIndex second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::GetBaseIndex method. Represents the PivotField index in the base PivotFields in C++.' +description: 'Aspose::Cells::Pivot::PivotField::GetBaseIndex method. Represents the index in the source pivot fields in C++.' type: docs weight: 2100 url: /cpp/aspose.cells.pivot/pivotfield/getbaseindex/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/getbaseindex/ ## PivotField::GetBaseIndex method -Represents the [PivotField](../) index in the base PivotFields. +Represents the index in the source pivot fields. ```cpp int32_t Aspose::Cells::Pivot::PivotField::GetBaseIndex() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getcurrentpageitem/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getcurrentpageitem/_index.md index 32969304291..3d4a138765c 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getcurrentpageitem/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getcurrentpageitem/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::GetCurrentPageItem method linktitle: GetCurrentPageItem second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::GetCurrentPageItem method. Represents the current page item showing for the page field (valid only for page fields) in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/getcurrentpageitem/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/getcurrentpageitem/ ## PivotField::GetCurrentPageItem method -Represents the current page item showing for the page field (valid only for page fields). +Represents the current selected page item of the page field to filter data. Only valid for page fields. ```cpp int16_t Aspose::Cells::Pivot::PivotField::GetCurrentPageItem() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getdisplayname/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getdisplayname/_index.md index 631af9819a6..4c5b248b809 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getdisplayname/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getdisplayname/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::GetDisplayName method linktitle: GetDisplayName second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::GetDisplayName method. Represents the PivotField display name in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/getdisplayname/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/getdisplayname/ ## PivotField::GetDisplayName method -Represents the [PivotField](../) display name. +Represents the display name of pivot field in the pivot table view. ```cpp U16String Aspose::Cells::Pivot::PivotField::GetDisplayName() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getdragtodata/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getdragtodata/_index.md index cdd59ee1b4e..8912d2011cd 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getdragtodata/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getdragtodata/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::GetDragToData method 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 data position. The default value is true in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/getdragtodata/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/getdragtodata/ ## PivotField::GetDragToData method -Indicates whether the specified field can be dragged to the data position. The default value is true. +Indicates whether the specified field can be dragged to the values region. The default value is true. ```cpp bool Aspose::Cells::Pivot::PivotField::GetDragToData() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getdragtohide/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getdragtohide/_index.md index e09b2a1b36f..bd73b150a6c 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getdragtohide/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getdragtohide/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::GetDragToHide method 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 position. The default value is true in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/getdragtohide/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/getdragtohide/ ## PivotField::GetDragToHide method -Indicates whether the specified field can be dragged to the hide position. The default value is true. +Indicates whether the specified field can be dragged to the hide region. The default value is true. ```cpp bool Aspose::Cells::Pivot::PivotField::GetDragToHide() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getdragtorow/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getdragtorow/_index.md index f65547d3fd6..2b53f478ec7 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getdragtorow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getdragtorow/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::GetDragToRow method 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 position. The default value is true in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/getdragtorow/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/getdragtorow/ ## PivotField::GetDragToRow method -Indicates whether the specified field can be dragged to the row position. The default value is true. +Indicates whether the specified field can be dragged to the row region. The default value is true. ```cpp bool Aspose::Cells::Pivot::PivotField::GetDragToRow() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getfilters/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getfilters/_index.md index 6f069e28e26..b82481c04bc 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getfilters/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getfilters/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::GetFilters method linktitle: GetFilters second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::GetFilters method. Gets all pivot filters of this pivot field in C++.' +description: 'Aspose::Cells::Pivot::PivotField::GetFilters method. Gets all pivot filters applied for this pivot field in C++.' type: docs weight: 1200 url: /cpp/aspose.cells.pivot/pivotfield/getfilters/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/getfilters/ ## PivotField::GetFilters method -Gets all pivot filters of this pivot field. +Gets all pivot filters applied for this pivot field. ```cpp Vector Aspose::Cells::Pivot::PivotField::GetFilters() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getformula/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getformula/_index.md index 9e2ce21354f..927c69b6a81 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getformula/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getformula/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::GetFormula method linktitle: GetFormula second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::GetFormula method. Gets formula of the calculated field in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/getformula/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/getformula/ ## PivotField::GetFormula method -Gets formula of the calculated field . +Gets the formula of the calculated field . Only works for calculated field. ```cpp U16String Aspose::Cells::Pivot::PivotField::GetFormula() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getfunction/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getfunction/_index.md index 89be852402f..0dba0fb8ebd 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getfunction/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getfunction/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::GetFunction method linktitle: GetFunction second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::GetFunction method. Represents the function used to summarize the PivotTable data field in C++.' +description: 'Aspose::Cells::Pivot::PivotField::GetFunction method. Represents the function used to summarize this PivotTable data field in C++.' type: docs weight: 7100 url: /cpp/aspose.cells.pivot/pivotfield/getfunction/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/getfunction/ ## PivotField::GetFunction method -Represents the function used to summarize the [PivotTable](../../pivottable/) data field. +Represents the function used to summarize this [PivotTable](../../pivottable/) data field. ```cpp ConsolidationFunction Aspose::Cells::Pivot::PivotField::GetFunction() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getinsertblankrow/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getinsertblankrow/_index.md index 092cbcd60a5..ca578bfb475 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getinsertblankrow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getinsertblankrow/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotField::GetInsertBlankRow method linktitle: GetInsertBlankRow second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::GetInsertBlankRow method. Indicates whether inserting blank line after each item in C++.' +description: 'Aspose::Cells::Pivot::PivotField::GetInsertBlankRow method. Indicates whether to insert a blank line after each item in C++.' type: docs -weight: 7900 +weight: 7700 url: /cpp/aspose.cells.pivot/pivotfield/getinsertblankrow/ --- ## PivotField::GetInsertBlankRow method -Indicates whether inserting blank line after each item. +Indicates whether to insert a blank line after each item. ```cpp bool Aspose::Cells::Pivot::PivotField::GetInsertBlankRow() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getnumber/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getnumber/_index.md index 463da15d524..bec60d9fa77 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: 7700 +weight: 8300 url: /cpp/aspose.cells.pivot/pivotfield/getnumber/ --- ## PivotField::GetNumber method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getshowallitems/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getshowallitems/_index.md index 417cfc48542..2e8f6f98f24 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getshowallitems/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getshowallitems/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::GetShowAllItems method linktitle: GetShowAllItems second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::GetShowAllItems method. Indicates whether all items displays in the PivotTable report, even if they don''t contain summary data. show items with no data The default value is false in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/getshowallitems/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/getshowallitems/ ## PivotField::GetShowAllItems method -Indicates whether all items displays in the [PivotTable](../../pivottable/) report, even if they don't contain summary data. show items with no data The default value is false. +Indicates whether to display all items in the [PivotTable](../../pivottable/) view, even if they don't contain summary data. The default value is false. ```cpp bool Aspose::Cells::Pivot::PivotField::GetShowAllItems() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getshowcompact/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getshowcompact/_index.md index 45ca701f044..48c7e138a65 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getshowcompact/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getshowcompact/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::GetShowCompact method linktitle: GetShowCompact second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::GetShowCompact method. Indicates whether display labels from the next field in the same column on the Pivot Table view in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/getshowcompact/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/getshowcompact/ ## PivotField::GetShowCompact method -Indicates whether display labels from the next field in the same column on the [Pivot](../../) Table view. +Indicates whether to display labels of the next field in the same column on the [Pivot](../../) Table view. ```cpp bool Aspose::Cells::Pivot::PivotField::GetShowCompact() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getshowinoutlineform/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getshowinoutlineform/_index.md index 10083f63a6b..a8706927b79 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getshowinoutlineform/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getshowinoutlineform/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotField::GetShowInOutlineForm method linktitle: GetShowInOutlineForm second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::GetShowInOutlineForm method. Indicates whether layout this field in outline form on the Pivot Table view in C++.' +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: 8300 +weight: 8100 url: /cpp/aspose.cells.pivot/pivotfield/getshowinoutlineform/ --- ## PivotField::GetShowInOutlineForm method -Indicates whether layout this field in outline form on the [Pivot](../../) Table view. +Indicates whether to layout this field in outline form on the [Pivot](../../) Table view. ```cpp bool Aspose::Cells::Pivot::PivotField::GetShowInOutlineForm() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getshowsubtotalattop/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getshowsubtotalattop/_index.md index 3bdfc9508df..1001b659204 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getshowsubtotalattop/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getshowsubtotalattop/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotField::GetShowSubtotalAtTop method linktitle: GetShowSubtotalAtTop second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::GetShowSubtotalAtTop method. when ShowInOutlineForm is true, then display subtotals at the top of the list of items instead of at the bottom in C++.' +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: 8100 +weight: 7900 url: /cpp/aspose.cells.pivot/pivotfield/getshowsubtotalattop/ --- ## PivotField::GetShowSubtotalAtTop method -when ShowInOutlineForm is true, then display subtotals at the top of the list of items instead of at the bottom +Indicates whether to display subtotals at the top or bottom of items when ShowInOutlineForm is true, then. ```cpp bool Aspose::Cells::Pivot::PivotField::GetShowSubtotalAtTop() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/getsubtotals/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/getsubtotals/_index.md index e94ce5cf430..4fb89a93bde 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/getsubtotals/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/getsubtotals/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::GetSubtotals method linktitle: GetSubtotals second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::GetSubtotals method. Indicates whether showing specified subtotal in C++.' +description: 'Aspose::Cells::Pivot::PivotField::GetSubtotals method. Indicates whether to show specified subtotal for this pivot field in C++.' type: docs weight: 3000 url: /cpp/aspose.cells.pivot/pivotfield/getsubtotals/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/getsubtotals/ ## PivotField::GetSubtotals method -Indicates whether showing specified subtotal. +Indicates whether to show specified subtotal for this pivot field. ```cpp bool Aspose::Cells::Pivot::PivotField::GetSubtotals(PivotFieldSubtotalType subtotalType) @@ -19,7 +19,7 @@ bool Aspose::Cells::Pivot::PivotField::GetSubtotals(PivotFieldSubtotalType subto | Parameter | Type | Description | | --- | --- | --- | -| subtotalType | PivotFieldSubtotalType | subtotal type. | +| subtotalType | PivotFieldSubtotalType | Subtotal type. | ## ReturnValue diff --git a/english/cpp/aspose.cells.pivot/pivotfield/hidedetail/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/hidedetail/_index.md index 2c7703d2c10..92ceaa9d3b4 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/hidedetail/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/hidedetail/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::HideDetail method linktitle: HideDetail second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::HideDetail method. Sets whether the PivotItems in a pivot field is hidden detail.That is collapse/expand this field in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/hidedetail/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/hidedetail/ ## PivotField::HideDetail method -Sets whether the PivotItems in a pivot field is hidden detail.That is collapse/expand this field. +Sets whether the detail of all PivotItems in a pivot field are hidden. That is collapse/expand this field. ```cpp void Aspose::Cells::Pivot::PivotField::HideDetail(bool isHiddenDetail) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/hideitem/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/hideitem/_index.md index 3332b5ee675..46845e98a0e 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/hideitem/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/hideitem/_index.md @@ -40,8 +40,8 @@ void Aspose::Cells::Pivot::PivotField::HideItem(const U16String &itemValue, bool | Parameter | Type | Description | | --- | --- | --- | -| itemValue | const U16String\& | the value of the pivotItem in the pivotField. | -| isHidden | bool | whether the specific [PivotItem](../../pivotitem/) is hidden | +| itemValue | const U16String\& | The name of the pivotItem in the pivotField. | +| isHidden | bool | Whether the specific [PivotItem](../../pivotitem/) is hidden | ## See Also @@ -62,8 +62,8 @@ void Aspose::Cells::Pivot::PivotField::HideItem(const char16_t *itemValue, bool | Parameter | Type | Description | | --- | --- | --- | -| itemValue | const char16_t* | the value of the pivotItem in the pivotField. | -| isHidden | bool | whether the specific [PivotItem](../../pivotitem/) is hidden | +| itemValue | const char16_t* | The name of the pivotItem in the pivotField. | +| isHidden | bool | Whether the specific [PivotItem](../../pivotitem/) is hidden | ## See Also diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isascendsort/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isascendsort/_index.md index 4dc6bb41701..9a93f5ae3ba 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/isascendsort/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/isascendsort/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::IsAscendSort method linktitle: IsAscendSort second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::IsAscendSort method. Indicates whether the specified PivotTable field is autosorted ascending in C++.' +description: 'Aspose::Cells::Pivot::PivotField::IsAscendSort method. Indicates whether the items of this pivot field is autosorted ascending in C++.' type: docs weight: 5800 url: /cpp/aspose.cells.pivot/pivotfield/isascendsort/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/isascendsort/ ## PivotField::IsAscendSort method -Indicates whether the specified [PivotTable](../../pivottable/) field is autosorted ascending. +Indicates whether the items of this pivot field is autosorted ascending. ```cpp bool Aspose::Cells::Pivot::PivotField::IsAscendSort() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isautoshow/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isautoshow/_index.md index b4137a9d18f..1f717cb087e 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/isautoshow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/isautoshow/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::IsAutoShow method 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,only valid for excel 2003 in C++.' +description: 'Aspose::Cells::Pivot::PivotField::IsAutoShow method. Indicates whether the specified PivotTable field is automatically shown in C++.' type: docs weight: 6300 url: /cpp/aspose.cells.pivot/pivotfield/isautoshow/ @@ -10,12 +10,16 @@ url: /cpp/aspose.cells.pivot/pivotfield/isautoshow/ ## PivotField::IsAutoShow method -Indicates whether the specified [PivotTable](../../pivottable/) field is automatically shown,only valid for excel 2003. +Indicates whether the specified [PivotTable](../../pivottable/) field is automatically shown. ```cpp bool Aspose::Cells::Pivot::PivotField::IsAutoShow() ``` +## Remarks + + +Only valid for excel 2003. ## See Also * Class [Vector](../../../aspose.cells/vector/) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isautosort/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isautosort/_index.md index a5c603bac18..f95320c1635 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/isautosort/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/isautosort/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::IsAutoSort method linktitle: IsAutoSort second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::IsAutoSort method. Indicates whether the specified PivotTable field is automatically sorted in C++.' +description: 'Aspose::Cells::Pivot::PivotField::IsAutoSort method. Indicates whether the items of this PivotTable field are automatically sorted in C++.' type: docs weight: 5600 url: /cpp/aspose.cells.pivot/pivotfield/isautosort/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/isautosort/ ## PivotField::IsAutoSort method -Indicates whether the specified [PivotTable](../../pivottable/) field is automatically sorted. +Indicates whether the items of this [PivotTable](../../pivottable/) field are automatically sorted. ```cpp bool Aspose::Cells::Pivot::PivotField::IsAutoSort() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/iscalculatedfield/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/iscalculatedfield/_index.md index 91253da7163..447d06fbbb9 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/iscalculatedfield/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/iscalculatedfield/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::IsCalculatedField method linktitle: IsCalculatedField second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::IsCalculatedField method. Indicates whether the specified PivotTable field is calculated field in C++.' +description: 'Aspose::Cells::Pivot::PivotField::IsCalculatedField method. Indicates whether the this pivot field is calculated field in C++.' type: docs weight: 1800 url: /cpp/aspose.cells.pivot/pivotfield/iscalculatedfield/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/iscalculatedfield/ ## PivotField::IsCalculatedField method -Indicates whether the specified [PivotTable](../../pivottable/) field is calculated field. +Indicates whether the this pivot field is calculated field. ```cpp bool Aspose::Cells::Pivot::PivotField::IsCalculatedField() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/ishiddenitemdetail/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/ishiddenitemdetail/_index.md index 369c7f76d44..b322bd1f984 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/ishiddenitemdetail/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/ishiddenitemdetail/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::IsHiddenItemDetail method linktitle: IsHiddenItemDetail second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::IsHiddenItemDetail method. Gets whether hidding the detail of the specific PivotItem in C++.' +description: 'Aspose::Cells::Pivot::PivotField::IsHiddenItemDetail method. Gets whether to hide the detail of the specific PivotItem in C++.' type: docs weight: 8900 url: /cpp/aspose.cells.pivot/pivotfield/ishiddenitemdetail/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/ishiddenitemdetail/ ## PivotField::IsHiddenItemDetail method -Gets whether hidding the detail of the specific [PivotItem](../../pivotitem/).. +Gets whether to hide the detail of the specific [PivotItem](../../pivotitem/).. ```cpp bool Aspose::Cells::Pivot::PivotField::IsHiddenItemDetail(int32_t index) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isincludenewitemsinfilter/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isincludenewitemsinfilter/_index.md index fab3a328e75..4d1be0b423a 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/isincludenewitemsinfilter/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/isincludenewitemsinfilter/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::IsIncludeNewItemsInFilter method linktitle: IsIncludeNewItemsInFilter second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::IsIncludeNewItemsInFilter method. Indicates whether including new items to the field in manual filter. The default value is false in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/isincludenewitemsinfilter/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/isincludenewitemsinfilter/ ## PivotField::IsIncludeNewItemsInFilter method -Indicates whether including new items to the field in manual filter. The default value is false. +Indicates whether to include new items to the field in manual filter. The default value is false. ```cpp bool Aspose::Cells::Pivot::PivotField::IsIncludeNewItemsInFilter() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isinsertpagebreaksbetweenitems/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isinsertpagebreaksbetweenitems/_index.md index 68c8ec90e75..bda7e613ad5 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/isinsertpagebreaksbetweenitems/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/isinsertpagebreaksbetweenitems/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::IsInsertPageBreaksBetweenItems method linktitle: IsInsertPageBreaksBetweenItems second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::IsInsertPageBreaksBetweenItems method. Indicates whether inserting page breaks after each item. The default value is false in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/isinsertpagebreaksbetweenitems/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/isinsertpagebreaksbetweenitems/ ## PivotField::IsInsertPageBreaksBetweenItems method -Indicates whether inserting page breaks after each item. The default value is false. +Indicates whether to insert page breaks after each item. The default value is false. ```cpp bool Aspose::Cells::Pivot::PivotField::IsInsertPageBreaksBetweenItems() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/ismultipleitemselectionallowed/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/ismultipleitemselectionallowed/_index.md index f40f99c623c..5f85fd49017 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/ismultipleitemselectionallowed/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/ismultipleitemselectionallowed/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::IsMultipleItemSelectionAllowed method linktitle: IsMultipleItemSelectionAllowed second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::IsMultipleItemSelectionAllowed method. indicates whether the field can have multiple items selected in the page field The default value is false in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/ismultipleitemselectionallowed/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/ismultipleitemselectionallowed/ ## PivotField::IsMultipleItemSelectionAllowed method -indicates whether the field can have multiple items selected in the page field The default value is false. +Indicates whether multiple items could be selected in the page field. The default value is false. ```cpp bool Aspose::Cells::Pivot::PivotField::IsMultipleItemSelectionAllowed() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isrepeatitemlabels/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isrepeatitemlabels/_index.md index ad58e73ba7a..f92e73f72f3 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/isrepeatitemlabels/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/isrepeatitemlabels/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::IsRepeatItemLabels method linktitle: IsRepeatItemLabels second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::IsRepeatItemLabels method. Indicates whether repeating labels of the field in the region. The default value is false in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/isrepeatitemlabels/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/isrepeatitemlabels/ ## PivotField::IsRepeatItemLabels method -Indicates whether repeating labels of the field in the region. The default value is false. +Indicates whether to repeat labels of the field in the region. The default value is false. ```cpp bool Aspose::Cells::Pivot::PivotField::IsRepeatItemLabels() diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isvaluefields/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isvaluefields/_index.md deleted file mode 100644 index 1b36b9d2798..00000000000 --- a/english/cpp/aspose.cells.pivot/pivotfield/isvaluefields/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Aspose::Cells::Pivot::PivotField::IsValueFields method -linktitle: IsValueFields -second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::IsValueFields method. Indicates whether this field represents values fields in C++.' -type: docs -weight: 2000 -url: /cpp/aspose.cells.pivot/pivotfield/isvaluefields/ ---- -## PivotField::IsValueFields method - - -Indicates whether this field represents values fields. - -```cpp -bool Aspose::Cells::Pivot::PivotField::IsValueFields() -``` - -## See Also - -* Class [Vector](../../../aspose.cells/vector/) -* Class [PivotField](../) -* Namespace [Aspose::Cells::Pivot](../../) -* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/isvaluesfield/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/isvaluesfield/_index.md new file mode 100644 index 00000000000..bb91c83fd18 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivotfield/isvaluesfield/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotField::IsValuesField method +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 +url: /cpp/aspose.cells.pivot/pivotfield/isvaluesfield/ +--- +## PivotField::IsValuesField method + + +Indicates whether this field represents values field. + +```cpp +bool Aspose::Cells::Pivot::PivotField::IsValuesField() +``` + +## Remarks + + +Only works when there are two or more data fields in the pivot table view. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setbaseindex/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setbaseindex/_index.md index 857a91cefa7..4af40a2ed7a 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setbaseindex/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setbaseindex/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetBaseIndex method linktitle: SetBaseIndex second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetBaseIndex method. Represents the PivotField index in the base PivotFields in C++.' +description: 'Aspose::Cells::Pivot::PivotField::SetBaseIndex method. Represents the index in the source pivot fields in C++.' type: docs weight: 2200 url: /cpp/aspose.cells.pivot/pivotfield/setbaseindex/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setbaseindex/ ## PivotField::SetBaseIndex method -Represents the [PivotField](../) index in the base PivotFields. +Represents the index in the source pivot fields. ```cpp void Aspose::Cells::Pivot::PivotField::SetBaseIndex(int32_t value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setcurrentpageitem/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setcurrentpageitem/_index.md index e4e5d866e99..45e156ea76a 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setcurrentpageitem/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setcurrentpageitem/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetCurrentPageItem method linktitle: SetCurrentPageItem second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetCurrentPageItem method. Represents the current page item showing for the page field (valid only for page fields) in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/setcurrentpageitem/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setcurrentpageitem/ ## PivotField::SetCurrentPageItem method -Represents the current page item showing for the page field (valid only for page fields). +Represents the current selected page item of the page field to filter data. Only valid for page fields. ```cpp void Aspose::Cells::Pivot::PivotField::SetCurrentPageItem(int16_t value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setdisplayname/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setdisplayname/_index.md index c2e88bd61ab..932f64269da 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setdisplayname/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setdisplayname/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetDisplayName method linktitle: SetDisplayName second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetDisplayName method. Represents the PivotField display name in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/setdisplayname/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setdisplayname/ ## PivotField::SetDisplayName(const U16String\&) method -Represents the [PivotField](../) display name. +Represents the display name of pivot field in the pivot table view. ```cpp void Aspose::Cells::Pivot::PivotField::SetDisplayName(const U16String &value) @@ -26,7 +26,7 @@ void Aspose::Cells::Pivot::PivotField::SetDisplayName(const U16String &value) ## PivotField::SetDisplayName(const char16_t*) method -Represents the [PivotField](../) display name. +Represents the display name of pivot field in the pivot table view. ```cpp void Aspose::Cells::Pivot::PivotField::SetDisplayName(const char16_t *value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setdragtodata/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setdragtodata/_index.md index 31ac82e308d..47cdff05983 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setdragtodata/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setdragtodata/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetDragToData method 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 data position. The default value is true in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/setdragtodata/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setdragtodata/ ## PivotField::SetDragToData method -Indicates whether the specified field can be dragged to the data position. The default value is true. +Indicates whether the specified field can be dragged to the values region. The default value is true. ```cpp void Aspose::Cells::Pivot::PivotField::SetDragToData(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setdragtohide/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setdragtohide/_index.md index 953be179626..9f7eabd5286 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setdragtohide/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setdragtohide/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetDragToHide method 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 position. The default value is true in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/setdragtohide/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setdragtohide/ ## PivotField::SetDragToHide method -Indicates whether the specified field can be dragged to the hide position. The default value is true. +Indicates whether the specified field can be dragged to the hide region. The default value is true. ```cpp void Aspose::Cells::Pivot::PivotField::SetDragToHide(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setdragtorow/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setdragtorow/_index.md index d589f6bbca8..9af5fba57a6 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setdragtorow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setdragtorow/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetDragToRow method 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 position. The default value is true in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/setdragtorow/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setdragtorow/ ## PivotField::SetDragToRow method -Indicates whether the specified field can be dragged to the row position. The default value is true. +Indicates whether the specified field can be dragged to the row region. The default value is true. ```cpp void Aspose::Cells::Pivot::PivotField::SetDragToRow(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setfunction/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setfunction/_index.md index 08de3438fd7..c879e173a41 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setfunction/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setfunction/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetFunction method linktitle: SetFunction second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetFunction method. Represents the function used to summarize the PivotTable data field in C++.' +description: 'Aspose::Cells::Pivot::PivotField::SetFunction method. Represents the function used to summarize this PivotTable data field in C++.' type: docs weight: 7200 url: /cpp/aspose.cells.pivot/pivotfield/setfunction/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setfunction/ ## PivotField::SetFunction method -Represents the function used to summarize the [PivotTable](../../pivottable/) data field. +Represents the function used to summarize this [PivotTable](../../pivottable/) data field. ```cpp void Aspose::Cells::Pivot::PivotField::SetFunction(ConsolidationFunction value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setinsertblankrow/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setinsertblankrow/_index.md index 0a584cefaa2..771c196eebf 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setinsertblankrow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setinsertblankrow/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotField::SetInsertBlankRow method linktitle: SetInsertBlankRow second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetInsertBlankRow method. Indicates whether inserting blank line after each item in C++.' +description: 'Aspose::Cells::Pivot::PivotField::SetInsertBlankRow method. Indicates whether to insert a blank line after each item in C++.' type: docs -weight: 8000 +weight: 7800 url: /cpp/aspose.cells.pivot/pivotfield/setinsertblankrow/ --- ## PivotField::SetInsertBlankRow method -Indicates whether inserting blank line after each item. +Indicates whether to insert a blank line after each item. ```cpp void Aspose::Cells::Pivot::PivotField::SetInsertBlankRow(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setisascendsort/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setisascendsort/_index.md index d11c2baf20d..17cf4adfbf1 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setisascendsort/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setisascendsort/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetIsAscendSort method linktitle: SetIsAscendSort second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetIsAscendSort method. Indicates whether the specified PivotTable field is autosorted ascending in C++.' +description: 'Aspose::Cells::Pivot::PivotField::SetIsAscendSort method. Indicates whether the items of this pivot field is autosorted ascending in C++.' type: docs weight: 5900 url: /cpp/aspose.cells.pivot/pivotfield/setisascendsort/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setisascendsort/ ## PivotField::SetIsAscendSort method -Indicates whether the specified [PivotTable](../../pivottable/) field is autosorted ascending. +Indicates whether the items of this pivot field is autosorted ascending. ```cpp void Aspose::Cells::Pivot::PivotField::SetIsAscendSort(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setisautoshow/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setisautoshow/_index.md index b1bdd77373a..5825c7efc4e 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setisautoshow/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setisautoshow/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetIsAutoShow method 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,only valid for excel 2003 in C++.' +description: 'Aspose::Cells::Pivot::PivotField::SetIsAutoShow method. Indicates whether the specified PivotTable field is automatically shown in C++.' type: docs weight: 6400 url: /cpp/aspose.cells.pivot/pivotfield/setisautoshow/ @@ -10,12 +10,16 @@ url: /cpp/aspose.cells.pivot/pivotfield/setisautoshow/ ## PivotField::SetIsAutoShow method -Indicates whether the specified [PivotTable](../../pivottable/) field is automatically shown,only valid for excel 2003. +Indicates whether the specified [PivotTable](../../pivottable/) field is automatically shown. ```cpp void Aspose::Cells::Pivot::PivotField::SetIsAutoShow(bool value) ``` +## Remarks + + +Only valid for excel 2003. ## See Also * Class [Vector](../../../aspose.cells/vector/) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setisautosort/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setisautosort/_index.md index 828793066c1..bae80caefb4 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setisautosort/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setisautosort/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetIsAutoSort method linktitle: SetIsAutoSort second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetIsAutoSort method. Indicates whether the specified PivotTable field is automatically sorted in C++.' +description: 'Aspose::Cells::Pivot::PivotField::SetIsAutoSort method. Indicates whether the items of this PivotTable field are automatically sorted in C++.' type: docs weight: 5700 url: /cpp/aspose.cells.pivot/pivotfield/setisautosort/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setisautosort/ ## PivotField::SetIsAutoSort method -Indicates whether the specified [PivotTable](../../pivottable/) field is automatically sorted. +Indicates whether the items of this [PivotTable](../../pivottable/) field are automatically sorted. ```cpp void Aspose::Cells::Pivot::PivotField::SetIsAutoSort(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setisincludenewitemsinfilter/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setisincludenewitemsinfilter/_index.md index 392f38391d0..d788bbec625 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setisincludenewitemsinfilter/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setisincludenewitemsinfilter/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetIsIncludeNewItemsInFilter method linktitle: SetIsIncludeNewItemsInFilter second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetIsIncludeNewItemsInFilter method. Indicates whether including new items to the field in manual filter. The default value is false in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/setisincludenewitemsinfilter/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setisincludenewitemsinfilter/ ## PivotField::SetIsIncludeNewItemsInFilter method -Indicates whether including new items to the field in manual filter. The default value is false. +Indicates whether to include new items to the field in manual filter. The default value is false. ```cpp void Aspose::Cells::Pivot::PivotField::SetIsIncludeNewItemsInFilter(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setisinsertpagebreaksbetweenitems/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setisinsertpagebreaksbetweenitems/_index.md index f3a10991d19..141625ddcf4 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setisinsertpagebreaksbetweenitems/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setisinsertpagebreaksbetweenitems/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetIsInsertPageBreaksBetweenItems method linktitle: SetIsInsertPageBreaksBetweenItems second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetIsInsertPageBreaksBetweenItems method. Indicates whether inserting page breaks after each item. The default value is false in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/setisinsertpagebreaksbetweenitems/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setisinsertpagebreaksbetweenitems/ ## PivotField::SetIsInsertPageBreaksBetweenItems method -Indicates whether inserting page breaks after each item. The default value is false. +Indicates whether to insert page breaks after each item. The default value is false. ```cpp void Aspose::Cells::Pivot::PivotField::SetIsInsertPageBreaksBetweenItems(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setismultipleitemselectionallowed/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setismultipleitemselectionallowed/_index.md index 220bc3e9824..cdfa46edeb8 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setismultipleitemselectionallowed/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setismultipleitemselectionallowed/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetIsMultipleItemSelectionAllowed method linktitle: SetIsMultipleItemSelectionAllowed second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetIsMultipleItemSelectionAllowed method. indicates whether the field can have multiple items selected in the page field The default value is false in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/setismultipleitemselectionallowed/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setismultipleitemselectionallowed/ ## PivotField::SetIsMultipleItemSelectionAllowed method -indicates whether the field can have multiple items selected in the page field The default value is false. +Indicates whether multiple items could be selected in the page field. The default value is false. ```cpp void Aspose::Cells::Pivot::PivotField::SetIsMultipleItemSelectionAllowed(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setisrepeatitemlabels/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setisrepeatitemlabels/_index.md index dd711a96c67..6c5ca5b0df8 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setisrepeatitemlabels/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setisrepeatitemlabels/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetIsRepeatItemLabels method linktitle: SetIsRepeatItemLabels second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetIsRepeatItemLabels method. Indicates whether repeating labels of the field in the region. The default value is false in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/setisrepeatitemlabels/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setisrepeatitemlabels/ ## PivotField::SetIsRepeatItemLabels method -Indicates whether repeating labels of the field in the region. The default value is false. +Indicates whether to repeat labels of the field in the region. The default value is false. ```cpp void Aspose::Cells::Pivot::PivotField::SetIsRepeatItemLabels(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setnumber/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setnumber/_index.md index 9d7585f1b8d..cc423fe9a33 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: 7800 +weight: 8400 url: /cpp/aspose.cells.pivot/pivotfield/setnumber/ --- ## PivotField::SetNumber method diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setshowallitems/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setshowallitems/_index.md index 76cfabeafde..53d387aed68 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setshowallitems/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setshowallitems/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetShowAllItems method linktitle: SetShowAllItems second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetShowAllItems method. Indicates whether all items displays in the PivotTable report, even if they don''t contain summary data. show items with no data The default value is false in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/setshowallitems/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setshowallitems/ ## PivotField::SetShowAllItems method -Indicates whether all items displays in the [PivotTable](../../pivottable/) report, even if they don't contain summary data. show items with no data The default value is false. +Indicates whether to display all items in the [PivotTable](../../pivottable/) view, even if they don't contain summary data. The default value is false. ```cpp void Aspose::Cells::Pivot::PivotField::SetShowAllItems(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setshowcompact/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setshowcompact/_index.md index 9c581d89070..a589b4bbe48 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setshowcompact/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setshowcompact/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetShowCompact method linktitle: SetShowCompact second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetShowCompact method. Indicates whether display labels from the next field in the same column on the Pivot Table view in C++.' +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 url: /cpp/aspose.cells.pivot/pivotfield/setshowcompact/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setshowcompact/ ## PivotField::SetShowCompact method -Indicates whether display labels from the next field in the same column on the [Pivot](../../) Table view. +Indicates whether to display labels of the next field in the same column on the [Pivot](../../) Table view. ```cpp void Aspose::Cells::Pivot::PivotField::SetShowCompact(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setshowinoutlineform/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setshowinoutlineform/_index.md index a4d76a9a96b..bd035bb8539 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setshowinoutlineform/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setshowinoutlineform/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotField::SetShowInOutlineForm method linktitle: SetShowInOutlineForm second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetShowInOutlineForm method. Indicates whether layout this field in outline form on the Pivot Table view in C++.' +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: 8400 +weight: 8200 url: /cpp/aspose.cells.pivot/pivotfield/setshowinoutlineform/ --- ## PivotField::SetShowInOutlineForm method -Indicates whether layout this field in outline form on the [Pivot](../../) Table view. +Indicates whether to layout this field in outline form on the [Pivot](../../) Table view. ```cpp void Aspose::Cells::Pivot::PivotField::SetShowInOutlineForm(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setshowsubtotalattop/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setshowsubtotalattop/_index.md index 569885d1164..6bc969e0093 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setshowsubtotalattop/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setshowsubtotalattop/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotField::SetShowSubtotalAtTop method linktitle: SetShowSubtotalAtTop second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetShowSubtotalAtTop method. when ShowInOutlineForm is true, then display subtotals at the top of the list of items instead of at the bottom in C++.' +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: 8200 +weight: 8000 url: /cpp/aspose.cells.pivot/pivotfield/setshowsubtotalattop/ --- ## PivotField::SetShowSubtotalAtTop method -when ShowInOutlineForm is true, then display subtotals at the top of the list of items instead of at the bottom +Indicates whether to display subtotals at the top or bottom of items when ShowInOutlineForm is true, then. ```cpp void Aspose::Cells::Pivot::PivotField::SetShowSubtotalAtTop(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivotfield/setsubtotals/_index.md b/english/cpp/aspose.cells.pivot/pivotfield/setsubtotals/_index.md index db84e7d6e1a..fab2a8d8315 100644 --- a/english/cpp/aspose.cells.pivot/pivotfield/setsubtotals/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfield/setsubtotals/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotField::SetSubtotals method linktitle: SetSubtotals second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotField::SetSubtotals method. Sets whether the specified field shows that subtotals in C++.' +description: 'Aspose::Cells::Pivot::PivotField::SetSubtotals method. Sets how to subtotal the specified field in C++.' type: docs weight: 2900 url: /cpp/aspose.cells.pivot/pivotfield/setsubtotals/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfield/setsubtotals/ ## PivotField::SetSubtotals method -Sets whether the specified field shows that subtotals. +Sets how to subtotal the specified field. ```cpp void Aspose::Cells::Pivot::PivotField::SetSubtotals(PivotFieldSubtotalType subtotalType, bool shown) @@ -19,12 +19,9 @@ void Aspose::Cells::Pivot::PivotField::SetSubtotals(PivotFieldSubtotalType subto | Parameter | Type | Description | | --- | --- | --- | -| subtotalType | PivotFieldSubtotalType | subtotals type. | -| shown | bool | whether the specified field shows that subtotals. | -## Remarks +| subtotalType | PivotFieldSubtotalType | [PivotFieldSubtotalType](../../pivotfieldsubtotaltype/) | +| shown | bool | Whether the specified field shows that subtotals. | - -[PivotFieldSubtotalType](../../pivotfieldsubtotaltype/) ## See Also * Class [Vector](../../../aspose.cells/vector/) diff --git a/english/cpp/aspose.cells.pivot/pivotfieldsortsetting/_index.md b/english/cpp/aspose.cells.pivot/pivotfieldsortsetting/_index.md index 108b46b67aa..e276846fd2f 100644 --- a/english/cpp/aspose.cells.pivot/pivotfieldsortsetting/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfieldsortsetting/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotFieldSortSetting class linktitle: PivotFieldSortSetting second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotFieldSortSetting class. Represents the setting of sorting pivot fields in C++.' +description: 'Aspose::Cells::Pivot::PivotFieldSortSetting class. Represents the setting for sorting pivot fields in C++.' type: docs weight: 1300 url: /cpp/aspose.cells.pivot/pivotfieldsortsetting/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfieldsortsetting/ ## PivotFieldSortSetting class -Represents the setting of sorting pivot fields. +Represents the setting for sorting pivot fields. ```cpp class PivotFieldSortSetting @@ -26,7 +26,7 @@ class PivotFieldSortSetting | [GetSortType()](./getsorttype/) | Represents the [SortOrder](../../aspose.cells/sortorder/). | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | [IsSimpleSort()](./issimplesort/) | Indicates whether a simple data sort operation will be applied. | -| [IsSortByLabels()](./issortbylabels/) | Indicates whether sorting the field by itself or data field. | +| [IsSortByLabels()](./issortbylabels/) | Indicates whether to sort the field by itself or data field. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const PivotFieldSortSetting\& src)](./operator_asm/) | operator= | | [PivotFieldSortSetting(PivotFieldSortSetting_Impl* impl)](./pivotfieldsortsetting/) | Constructs from an implementation object. | diff --git a/english/cpp/aspose.cells.pivot/pivotfilter/_index.md b/english/cpp/aspose.cells.pivot/pivotfilter/_index.md index d3381a1936f..d6bdfcc1f6c 100644 --- a/english/cpp/aspose.cells.pivot/pivotfilter/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfilter/_index.md @@ -25,7 +25,7 @@ class PivotFilter | [GetEvaluationOrder()](./getevaluationorder/) | Gets the Evaluation Order of the pivot filter. | | [GetFieldIndex()](./getfieldindex/) | Gets the index of source field which this pivot filter is applied to. | | [GetFilterCategory()](./getfiltercategory/) | Gets the category of this filter. | -| [GetFilterType()](./getfiltertype/) | Gets the autofilter type of the pivot filter. | +| [GetFilterType()](./getfiltertype/) | Gets the filter type of the pivot filter. | | [GetLabels()](./getlabels/) | Gets labels of the caption filter. | | [GetMeasureCubeFieldIndex()](./getmeasurecubefieldindex/) | Specifies the index of the measure cube field. this property is used only by filters in OLAP pivots and specifies on which measure a value filter should apply. | | [GetMeasureFldIndex()](./getmeasurefldindex/) | **(Deprecated)** Gets the measure field index of the pivot filter. | @@ -33,7 +33,7 @@ class PivotFilter | [GetName()](./getname/) | Gets the name of the pivot filter. | | [GetNumberValues()](./getnumbervalues/) | Gets values of the number filter. | | [GetTop10Value()](./gettop10value/) | Gets top 10 setting of the filter. | -| [GetUseWholeDay()](./getusewholeday/) | Indicates whether uses whole days in its filtering criteria. | +| [GetUseWholeDay()](./getusewholeday/) | Indicates whether to use whole days in its date filtering criteria. | | [GetValue1()](./getvalue1/) | Gets the string value1 of the label pivot filter. | | [GetValue2()](./getvalue2/) | Gets the string value2 of the label pivot filter. | | [GetValueFieldIndex()](./getvaluefieldindex/) | Gets the index of value field in the value region. | @@ -47,7 +47,7 @@ class PivotFilter | [SetMemberPropertyFieldIndex(int32_t value)](./setmemberpropertyfieldindex/) | Gets the member property field index of the pivot filter. | | [SetName(const U16String\& value)](./setname/) | Gets the name of the pivot filter. | | [SetName(const char16_t* value)](./setname/) | Gets the name of the pivot filter. | -| [SetUseWholeDay(bool value)](./setusewholeday/) | Indicates whether uses whole days in its filtering criteria. | +| [SetUseWholeDay(bool value)](./setusewholeday/) | Indicates whether to use whole days in its date filtering criteria. | | [SetValue1(const U16String\& value)](./setvalue1/) | Gets the string value1 of the label pivot filter. | | [SetValue1(const char16_t* value)](./setvalue1/) | Gets the string value1 of the label pivot filter. | | [SetValue2(const U16String\& value)](./setvalue2/) | Gets the string value2 of the label pivot filter. | diff --git a/english/cpp/aspose.cells.pivot/pivotfilter/getfiltertype/_index.md b/english/cpp/aspose.cells.pivot/pivotfilter/getfiltertype/_index.md index 98ea7abb717..06e025e3317 100644 --- a/english/cpp/aspose.cells.pivot/pivotfilter/getfiltertype/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfilter/getfiltertype/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotFilter::GetFilterType method linktitle: GetFilterType second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotFilter::GetFilterType method. Gets the autofilter type of the pivot filter in C++.' +description: 'Aspose::Cells::Pivot::PivotFilter::GetFilterType method. Gets the filter type of the pivot filter in C++.' type: docs weight: 900 url: /cpp/aspose.cells.pivot/pivotfilter/getfiltertype/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfilter/getfiltertype/ ## PivotFilter::GetFilterType method -Gets the autofilter type of the pivot filter. +Gets the filter type of the pivot filter. ```cpp PivotFilterType Aspose::Cells::Pivot::PivotFilter::GetFilterType() diff --git a/english/cpp/aspose.cells.pivot/pivotfilter/getusewholeday/_index.md b/english/cpp/aspose.cells.pivot/pivotfilter/getusewholeday/_index.md index a71bdb5499b..9ffb07c7655 100644 --- a/english/cpp/aspose.cells.pivot/pivotfilter/getusewholeday/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfilter/getusewholeday/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotFilter::GetUseWholeDay method linktitle: GetUseWholeDay second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotFilter::GetUseWholeDay method. Indicates whether uses whole days in its filtering criteria in C++.' +description: 'Aspose::Cells::Pivot::PivotFilter::GetUseWholeDay method. Indicates whether to use whole days in its date filtering criteria in C++.' type: docs weight: 600 url: /cpp/aspose.cells.pivot/pivotfilter/getusewholeday/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfilter/getusewholeday/ ## PivotFilter::GetUseWholeDay method -Indicates whether uses whole days in its filtering criteria. +Indicates whether to use whole days in its date filtering criteria. ```cpp bool Aspose::Cells::Pivot::PivotFilter::GetUseWholeDay() diff --git a/english/cpp/aspose.cells.pivot/pivotfilter/setusewholeday/_index.md b/english/cpp/aspose.cells.pivot/pivotfilter/setusewholeday/_index.md index 59ba7ca3109..b2e62daf0e8 100644 --- a/english/cpp/aspose.cells.pivot/pivotfilter/setusewholeday/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfilter/setusewholeday/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotFilter::SetUseWholeDay method linktitle: SetUseWholeDay second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotFilter::SetUseWholeDay method. Indicates whether uses whole days in its filtering criteria in C++.' +description: 'Aspose::Cells::Pivot::PivotFilter::SetUseWholeDay method. Indicates whether to use whole days in its date filtering criteria in C++.' type: docs weight: 700 url: /cpp/aspose.cells.pivot/pivotfilter/setusewholeday/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfilter/setusewholeday/ ## PivotFilter::SetUseWholeDay method -Indicates whether uses whole days in its filtering criteria. +Indicates whether to use whole days in its date filtering criteria. ```cpp void Aspose::Cells::Pivot::PivotFilter::SetUseWholeDay(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivotfiltercollection/_index.md b/english/cpp/aspose.cells.pivot/pivotfiltercollection/_index.md index f4f8c3d90b9..71d028e6f71 100644 --- a/english/cpp/aspose.cells.pivot/pivotfiltercollection/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfiltercollection/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotFilterCollection class linktitle: PivotFilterCollection second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotFilterCollection class. Represents a collection of all the PivotFilter objects in C++.' +description: 'Aspose::Cells::Pivot::PivotFilterCollection class. Represents a collection of all the PivotFilters in C++.' type: docs weight: 1500 url: /cpp/aspose.cells.pivot/pivotfiltercollection/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfiltercollection/ ## PivotFilterCollection class -Represents a collection of all the [PivotFilter](../pivotfilter/) objects. +Represents a collection of all the PivotFilters. ```cpp class PivotFilterCollection diff --git a/english/cpp/aspose.cells.pivot/pivotfiltertype/_index.md b/english/cpp/aspose.cells.pivot/pivotfiltertype/_index.md index fc2331dfcfb..9cec1f6814f 100644 --- a/english/cpp/aspose.cells.pivot/pivotfiltertype/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotfiltertype/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotFilterType enum linktitle: PivotFilterType second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotFilterType enum. Represents PivotTable Filter type in C++.' +description: 'Aspose::Cells::Pivot::PivotFilterType enum. Represents the filter type of the pivot table in C++.' type: docs weight: 3600 url: /cpp/aspose.cells.pivot/pivotfiltertype/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotfiltertype/ ## PivotFilterType enum -Represents [PivotTable](../pivottable/) Filter type. +Represents the filter type of the pivot table. ```cpp enum class PivotFilterType diff --git a/english/cpp/aspose.cells.pivot/pivotpagefields/_index.md b/english/cpp/aspose.cells.pivot/pivotpagefields/_index.md index 3d7b65e7e6d..086cd971097 100644 --- a/english/cpp/aspose.cells.pivot/pivotpagefields/_index.md +++ b/english/cpp/aspose.cells.pivot/pivotpagefields/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotPageFields class linktitle: PivotPageFields second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotPageFields class. Represents the pivot page field items if the pivot table data source is consolidation ranges. It only can contain up to 4 fields in C++.' +description: 'Aspose::Cells::Pivot::PivotPageFields class. Represents the pivot page items if the pivot table data source is consolidation ranges. It only can contain up to 4 items in C++.' type: docs weight: 2100 url: /cpp/aspose.cells.pivot/pivotpagefields/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivotpagefields/ ## PivotPageFields class -Represents the pivot page field items if the pivot table data source is consolidation ranges. It only can contain up to 4 fields. +Represents the pivot page items if the pivot table data source is consolidation ranges. It only can contain up to 4 items. ```cpp class PivotPageFields diff --git a/english/cpp/aspose.cells.pivot/pivottable/_index.md b/english/cpp/aspose.cells.pivot/pivottable/_index.md index 96836e45f9e..cc686877341 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/_index.md @@ -28,16 +28,16 @@ class PivotTable | [AddFieldToArea(PivotFieldType fieldType, const char16_t* fieldName)](./addfieldtoarea/) | Adds the field to the specific area. | | [AddFieldToArea(PivotFieldType fieldType, int32_t baseFieldIndex)](./addfieldtoarea/) | Adds the field to the specific area. | | [AddFieldToArea(PivotFieldType fieldType, const PivotField\& pivotField)](./addfieldtoarea/) | Adds the field to the specific area. | -| [CalculateData()](./calculatedata/) | Calculates pivottable's data to cells. | -| [CalculateData(const PivotTableCalculateOption\& option)](./calculatedata/) | Calculating pivot tables with options. | +| [CalculateData()](./calculatedata/) | Calculates data of pivottable to cells. | +| [CalculateData(const PivotTableCalculateOption\& option)](./calculatedata/) | Calculates pivot table with options. | | [CalculateRange()](./calculaterange/) | Calculates pivottable's range. | -| [ChangeDataSource(const Vector \\& source)](./changedatasource/) | Set pivottable's source data. | -| [ClearData()](./cleardata/) | Clear [PivotTable](./)'s data and formatting. | +| [ChangeDataSource(const Vector \\& source)](./changedatasource/) | Change data source of the pivottable. | +| [ClearData()](./cleardata/) | Clear data and formatting of [PivotTable](./) view. | | [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](./). | | [Format(const CellArea\& ca, const Style\& style)](./format/) | Formats selected area of the [PivotTable](./). | -| [Format(int32_t row, int32_t column, const Style\& style)](./format/) | Format the cell in the pivottable area. | +| [Format(int32_t row, int32_t column, const Style\& style)](./format/) | Formats the cell in the pivottable area. | | [FormatAll(const Style\& style)](./formatall/) | Format all the cell in the pivottable area. | | [FormatRow(int32_t row, const Style\& style)](./formatrow/) | Format the row data in the pivottable area. | | [GetAllowMultipleFiltersPerField()](./getallowmultiplefiltersperfield/) | Specifies a boolean value that indicates whether the fields of a [PivotTable](./) can have multiple filters set on them. | @@ -51,12 +51,12 @@ class PivotTable | [GetChildren()](./getchildren/) | 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 the [Column](../../aspose.cells/column/) Header Caption of the [PivotTable](./). | +| [GetColumnHeaderCaption()](./getcolumnheadercaption/) | Gets and sets the custom Caption of the [Column](../../aspose.cells/column/) Header of the [PivotTable](./). | | [GetColumnRange()](./getcolumnrange/) | Returns a [CellArea](../../aspose.cells/cellarea/) object that represents the range that contains the column area in the [PivotTable](./) report. Read-only. | | [GetConditionalFormats()](./getconditionalformats/) | Gets the conditional formats of the pivot table. | | [GetCustomListSort()](./getcustomlistsort/) | Indicates whether consider built-in custom list when sort data. | | [GetDataBodyRange()](./getdatabodyrange/) | Returns a [CellArea](../../aspose.cells/cellarea/) object that represents the range that contains the data area in the list between the header row and the insert row. Read-only. | -| [GetDataField()](./getdatafield/) | Gets a [PivotField](../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()](./addfieldtoarea/) method . | +| [GetDataField()](./getdatafield/) | **(Deprecated)** Gets a [PivotField](../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()](./addfieldtoarea/) method . | | [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. | @@ -81,27 +81,27 @@ class PivotTable | [GetMergeLabels()](./getmergelabels/) | True if the specified [PivotTable](./) report's outer-row item, column item, subtotal, and grand total labels use merged cells. | | [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 name of external source data connections. | +| [GetNamesOfSourceDataConnections()](./getnamesofsourcedataconnections/) | Gets the names of external source data connections. | | [GetNullString()](./getnullstring/) | Gets the string displayed in cells that contain null values when the DisplayNullString property is true.The default value is an empty string. | | [GetPageFieldOrder()](./getpagefieldorder/) | Gets and sets the order in which page fields are added to the [PivotTable](./) report's layout. | | [GetPageFields()](./getpagefields/) | Returns a PivotFields object that are currently shown as page fields. | | [GetPageFieldWrapCount()](./getpagefieldwrapcount/) | Gets the number of page fields in each column or row in the [PivotTable](./) report. | | [GetPivotFilters()](./getpivotfilters/) | Returns all filters of pivot fields in the pivot table. | | [GetPivotFormatConditions()](./getpivotformatconditions/) | **(Deprecated)** Gets the Format Conditions of the pivot table. | -| [GetPivotFormats()](./getpivotformats/) | Gets the collection of formats applied to [PivotTable](./). | +| [GetPivotFormats()](./getpivotformats/) | Gets all formats applied to [PivotTable](./). | | [GetPivotTableStyleName()](./getpivottablestylename/) | Gets and sets the pivottable style name. | | [GetPivotTableStyleType()](./getpivottablestyletype/) | Gets and sets the built-in pivot table style. | | [GetPreserveFormatting()](./getpreserveformatting/) | Indicates whether formatting is preserved when the [PivotTable](./) is refreshed or recalculated. | -| [GetPrintDrill()](./getprintdrill/) | Specifies a boolean value that indicates whether drill indicators should be printed. print expand/collapse buttons when displayed on pivottable. | +| [GetPrintDrill()](./getprintdrill/) | Specifies a boolean value that indicates whether drill indicators should be printed. Print expand/collapse buttons when displayed on pivottable. | | [GetPrintTitles()](./getprinttitles/) | Indicates whether the print titles for the worksheet are set based on the [PivotTable](./) report. The default value is false. | | [GetRefreshDataFlag()](./getrefreshdataflag/) | **(Deprecated)** Indicates whether Refreshing Data or not. | | [GetRefreshDataOnOpeningFile()](./getrefreshdataonopeningfile/) | Indicates whether Refresh Data when Opening File. | | [GetRefreshDate()](./getrefreshdate/) | Gets the last date time when the [PivotTable](./) was refreshed. | | [GetRefreshedByWho()](./getrefreshedbywho/) | Gets the name of the last user who refreshed this [PivotTable](./). | -| [GetRepeatItemsOnEachPrintedPage()](./getrepeatitemsoneachprintedpage/) | Indicates whether pivot item captions on the row area are repeated on each printed page for pivot fields in tabular form. | +| [GetRepeatItemsOnEachPrintedPage()](./getrepeatitemsoneachprintedpage/) | Indicates whether captions of pivot item on the row area are repeated on each printed page for pivot fields in tabular form. | | [GetRowFields()](./getrowfields/) | Returns a PivotFields object that are currently shown as row fields. | | [GetRowGrand()](./getrowgrand/) | **(Deprecated)** Indicates whether to show grand totals for rows of this pivot table. | -| [GetRowHeaderCaption()](./getrowheadercaption/) | Gets the [Row](../../aspose.cells/row/) Header Caption of the [PivotTable](./). | +| [GetRowHeaderCaption()](./getrowheadercaption/) | Gets and sets custom caption of the [Row](../../aspose.cells/row/) Header in this [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. | @@ -118,14 +118,15 @@ class PivotTable | [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. | | [GetShowValuesRow()](./getshowvaluesrow/) | Indicates whether showing values row. | -| [GetSource()](./getsource/) | Get pivottable's source data. | -| [GetSource(bool isOriginal)](./getsource/) | Get pivottable's source data. | +| [GetSource()](./getsource/) | Get the data source of this pivottable. | +| [GetSource(bool isOriginal)](./getsource/) | Get the data source of this pivottable. | | [GetSourceDataConnections()](./getsourcedataconnections/) | Gets the external connection data sources. | | [GetSourceType()](./getsourcetype/) | Gets the data source type of the pivot table. | | [GetSubtotalHiddenPageItems()](./getsubtotalhiddenpageitems/) | 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. | | [GetTableRange1()](./gettablerange1/) | Returns a [CellArea](../../aspose.cells/cellarea/) object that represents the range containing the entire [PivotTable](./) report, but doesn't include page fields. Read-only. | | [GetTableRange2()](./gettablerange2/) | Returns a [CellArea](../../aspose.cells/cellarea/) object that represents the range containing the entire [PivotTable](./) report, includes page fields. Read-only. | -| [GetTag()](./gettag/) | Gets a string saved with the [PivotTable](./) report. | +| [GetTag()](./gettag/) | Gets and sets a user-defined string that is associated with this [PivotTable](./) view. | +| [GetValuesField()](./getvaluesfield/) | Gets a [PivotField](../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()](./addfieldtoarea/) method . | | [IsAutoFormat()](./isautoformat/) | Indicates whether the [PivotTable](./) report is automatically formatted. Checkbox "autoformat table " which is in pivottable option for Excel 2003. | | [IsExcel2003Compatible()](./isexcel2003compatible/) | 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. | | [IsGridDropZones()](./isgriddropzones/) | Indicates whether the [PivotTable](./) report displays classic pivottable layout. (enables dragging fields in the grid) | @@ -157,8 +158,8 @@ class PivotTable | [SetAutofitColumnWidthOnUpdate(bool value)](./setautofitcolumnwidthonupdate/) | Indicates whether autofitting column width on update. | | [SetAutoFormatType(PivotTableAutoFormatType value)](./setautoformattype/) | Gets and sets the auto format type of [PivotTable](./). | | [SetColumnGrand(bool value)](./setcolumngrand/) | **(Deprecated)** Indicates whether the [PivotTable](./) report shows grand totals for columns. | -| [SetColumnHeaderCaption(const U16String\& value)](./setcolumnheadercaption/) | Gets the [Column](../../aspose.cells/column/) Header Caption of the [PivotTable](./). | -| [SetColumnHeaderCaption(const char16_t* value)](./setcolumnheadercaption/) | Gets the [Column](../../aspose.cells/column/) Header Caption of the [PivotTable](./). | +| [SetColumnHeaderCaption(const U16String\& value)](./setcolumnheadercaption/) | Gets and sets the custom Caption of the [Column](../../aspose.cells/column/) Header of the [PivotTable](./). | +| [SetColumnHeaderCaption(const char16_t* value)](./setcolumnheadercaption/) | Gets and sets the custom Caption of the [Column](../../aspose.cells/column/) Header of the [PivotTable](./). | | [SetCustomListSort(bool value)](./setcustomlistsort/) | Indicates whether consider built-in custom list when sort data. | | [SetDataFieldHeaderName(const U16String\& value)](./setdatafieldheadername/) | Gets and sets the name of the value area field header in the [PivotTable](./). | | [SetDataFieldHeaderName(const char16_t* value)](./setdatafieldheadername/) | Gets and sets the name of the value area field header in the [PivotTable](./). | @@ -197,14 +198,14 @@ class PivotTable | [SetPivotTableStyleName(const char16_t* value)](./setpivottablestylename/) | Gets and sets the pivottable style name. | | [SetPivotTableStyleType(PivotTableStyleType value)](./setpivottablestyletype/) | Gets and sets the built-in pivot table style. | | [SetPreserveFormatting(bool value)](./setpreserveformatting/) | Indicates whether formatting is preserved when the [PivotTable](./) is refreshed or recalculated. | -| [SetPrintDrill(bool value)](./setprintdrill/) | Specifies a boolean value that indicates whether drill indicators should be printed. print expand/collapse buttons when displayed on pivottable. | +| [SetPrintDrill(bool value)](./setprintdrill/) | Specifies a boolean value that indicates whether drill indicators should be printed. Print expand/collapse buttons when displayed on pivottable. | | [SetPrintTitles(bool value)](./setprinttitles/) | Indicates whether the print titles for the worksheet are set based on the [PivotTable](./) report. The default value is false. | | [SetRefreshDataFlag(bool value)](./setrefreshdataflag/) | **(Deprecated)** Indicates whether Refreshing Data or not. | | [SetRefreshDataOnOpeningFile(bool value)](./setrefreshdataonopeningfile/) | Indicates whether Refresh Data when Opening File. | -| [SetRepeatItemsOnEachPrintedPage(bool value)](./setrepeatitemsoneachprintedpage/) | Indicates whether pivot item captions on the row area are repeated on each printed page for pivot fields in tabular form. | +| [SetRepeatItemsOnEachPrintedPage(bool value)](./setrepeatitemsoneachprintedpage/) | Indicates whether captions of pivot item on the row area are repeated on each printed page for pivot fields in tabular form. | | [SetRowGrand(bool value)](./setrowgrand/) | **(Deprecated)** Indicates whether to show grand totals for rows of this pivot table. | -| [SetRowHeaderCaption(const U16String\& value)](./setrowheadercaption/) | Gets the [Row](../../aspose.cells/row/) Header Caption of the [PivotTable](./). | -| [SetRowHeaderCaption(const char16_t* value)](./setrowheadercaption/) | Gets the [Row](../../aspose.cells/row/) Header Caption of the [PivotTable](./). | +| [SetRowHeaderCaption(const U16String\& value)](./setrowheadercaption/) | Gets and sets custom caption of the [Row](../../aspose.cells/row/) Header in this [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. | @@ -221,10 +222,10 @@ class PivotTable | [SetShowRowHeaderCaption(bool value)](./setshowrowheadercaption/) | 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 a string saved with the [PivotTable](./) report. | -| [SetTag(const char16_t* value)](./settag/) | Gets a string saved with the [PivotTable](./) report. | +| [SetTag(const U16String\& value)](./settag/) | Gets and sets a user-defined string that is associated with this [PivotTable](./) view. | +| [SetTag(const char16_t* value)](./settag/) | Gets and sets a user-defined string that is associated with this [PivotTable](./) view. | | [ShowDetail(int32_t rowOffset, int32_t columnOffset, bool newSheet, int32_t destRow, int32_t destColumn)](./showdetail/) | Show the detail of one item in the data region to a new Table. | -| [ShowInCompactForm()](./showincompactform/) | Layouts the [PivotTable](./) in compact form. | +| [ShowInCompactForm()](./showincompactform/) | Layouts the [PivotTable](./) view in compact form. | | [ShowInOutlineForm()](./showinoutlineform/) | Layouts the [PivotTable](./) in outline form. | | [ShowInTabularForm()](./showintabularform/) | Layouts the [PivotTable](./) in tabular form. | | [ShowReportFilterPage(const PivotField\& pageField)](./showreportfilterpage/) | Show all the report filter pages according to [PivotField](../pivotfield/), the [PivotField](../pivotfield/) must be located in the PageFields. | @@ -306,8 +307,10 @@ fc.SetFormula1(u"100"); fc.SetOperator(OperatorType::GreaterOrEqual); fc.GetStyle().SetBackgroundColor(Color{ 0xff, 0xff, 0, 0 });//Red -pivot.RefreshData(); -pivot.CalculateData(); +PivotTableCalculateOption calculateOption; +calculateOption.SetRefreshData(true); +calculateOption.SetRefreshCharts(true); +pivot.CalculateData(calculateOption); book.Save("out.xlsx"); diff --git a/english/cpp/aspose.cells.pivot/pivottable/calculatedata/_index.md b/english/cpp/aspose.cells.pivot/pivottable/calculatedata/_index.md index 365b8fec1a0..384e339349b 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/calculatedata/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/calculatedata/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::CalculateData method linktitle: CalculateData second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::CalculateData method. Calculates pivottable''s data to cells in C++.' +description: 'Aspose::Cells::Pivot::PivotTable::CalculateData method. Calculates data of pivottable to cells in C++.' type: docs -weight: 14600 +weight: 14700 url: /cpp/aspose.cells.pivot/pivottable/calculatedata/ --- ## PivotTable::CalculateData() method -Calculates pivottable's data to cells. +Calculates data of pivottable to cells. ```cpp void Aspose::Cells::Pivot::PivotTable::CalculateData() @@ -29,7 +29,7 @@ Cell.Value in the pivot range could not return the correct result if the method ## PivotTable::CalculateData(const PivotTableCalculateOption\&) method -Calculating pivot tables with options. +Calculates pivot table with options. ```cpp void Aspose::Cells::Pivot::PivotTable::CalculateData(const PivotTableCalculateOption &option) @@ -38,8 +38,12 @@ void Aspose::Cells::Pivot::PivotTable::CalculateData(const PivotTableCalculateOp | Parameter | Type | Description | | --- | --- | --- | -| option | const PivotTableCalculateOption\& | | +| option | const PivotTableCalculateOption\& | The options for calculating the pivot table | +## Remarks + + +If PivotTableCalculateOption.RefreshData is true, this method will refresh pivot cache from data source,then calculate all pivot tables based same pivot cache. ## See Also * Class [Vector](../../../aspose.cells/vector/) diff --git a/english/cpp/aspose.cells.pivot/pivottable/changedatasource/_index.md b/english/cpp/aspose.cells.pivot/pivottable/changedatasource/_index.md index 7adfc6683a2..d8333b9a5c6 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/changedatasource/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/changedatasource/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::ChangeDataSource method linktitle: ChangeDataSource second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::ChangeDataSource method. Set pivottable''s source data in C++.' +description: 'Aspose::Cells::Pivot::PivotTable::ChangeDataSource method. Change data source of the pivottable in C++.' type: docs -weight: 14300 +weight: 14400 url: /cpp/aspose.cells.pivot/pivottable/changedatasource/ --- ## PivotTable::ChangeDataSource method -Set pivottable's source data. +Change data source of the pivottable. ```cpp void Aspose::Cells::Pivot::PivotTable::ChangeDataSource(const Vector &source) diff --git a/english/cpp/aspose.cells.pivot/pivottable/cleardata/_index.md b/english/cpp/aspose.cells.pivot/pivottable/cleardata/_index.md index 0007d1c6a78..bbc0242fe92 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/cleardata/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/cleardata/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::ClearData method linktitle: ClearData second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::ClearData method. Clear PivotTable''s data and formatting in C++.' +description: 'Aspose::Cells::Pivot::PivotTable::ClearData method. Clear data and formatting of PivotTable view in C++.' type: docs -weight: 14700 +weight: 14800 url: /cpp/aspose.cells.pivot/pivottable/cleardata/ --- ## PivotTable::ClearData method -Clear [PivotTable](../)'s data and formatting. +Clear data and formatting of [PivotTable](../) view. ```cpp void Aspose::Cells::Pivot::PivotTable::ClearData() diff --git a/english/cpp/aspose.cells.pivot/pivottable/format/_index.md b/english/cpp/aspose.cells.pivot/pivottable/format/_index.md index 028c681aaf1..a3fb8e57e4b 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: 15100 +weight: 15200 url: /cpp/aspose.cells.pivot/pivottable/format/ --- ## PivotTable::Format(const PivotArea\&, const Style\&) method @@ -56,7 +56,7 @@ void Aspose::Cells::Pivot::PivotTable::Format(const CellArea &ca, const Style &s ## PivotTable::Format(int32_t, int32_t, const Style\&) method -Format the cell in the pivottable area. +Formats the cell in the pivottable area. ```cpp void Aspose::Cells::Pivot::PivotTable::Format(int32_t row, int32_t column, const Style &style) diff --git a/english/cpp/aspose.cells.pivot/pivottable/getcolumnheadercaption/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getcolumnheadercaption/_index.md index 5d0315de119..5f1a13b66a2 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getcolumnheadercaption/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getcolumnheadercaption/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::GetColumnHeaderCaption method linktitle: GetColumnHeaderCaption second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::GetColumnHeaderCaption method. Gets the Column Header Caption of the PivotTable in C++.' +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: 11300 +weight: 11400 url: /cpp/aspose.cells.pivot/pivottable/getcolumnheadercaption/ --- ## PivotTable::GetColumnHeaderCaption method -Gets the [Column](../../../aspose.cells/column/) Header Caption of the [PivotTable](../). +Gets and sets the custom Caption of the [Column](../../../aspose.cells/column/) Header of the [PivotTable](../). ```cpp U16String Aspose::Cells::Pivot::PivotTable::GetColumnHeaderCaption() diff --git a/english/cpp/aspose.cells.pivot/pivottable/getdatafield/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getdatafield/_index.md index 955ee840409..517b2d26202 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getdatafield/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getdatafield/_index.md @@ -12,10 +12,20 @@ url: /cpp/aspose.cells.pivot/pivottable/getdatafield/ Gets a [PivotField](../../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()](../addfieldtoarea/) method . + +>Deprecated +> +>Use PivotTable.ValuesField property instead. ```cpp PivotField Aspose::Cells::Pivot::PivotTable::GetDataField() ``` +## Remarks + + +NOTE: This method is now obsolete. Instead, please use PivotTable.ValuesField property. This method will be removed 12 months later since October 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + ## See Also * Class [PivotField](../../pivotfield/) diff --git a/english/cpp/aspose.cells.pivot/pivottable/getnamesofsourcedataconnections/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getnamesofsourcedataconnections/_index.md index 388f99e28e5..fc62f18cb1e 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getnamesofsourcedataconnections/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getnamesofsourcedataconnections/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::GetNamesOfSourceDataConnections method linktitle: GetNamesOfSourceDataConnections second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::GetNamesOfSourceDataConnections method. Gets the name of external source data connections in C++.' +description: 'Aspose::Cells::Pivot::PivotTable::GetNamesOfSourceDataConnections method. Gets the names of external source data connections in C++.' type: docs -weight: 14000 +weight: 14100 url: /cpp/aspose.cells.pivot/pivottable/getnamesofsourcedataconnections/ --- ## PivotTable::GetNamesOfSourceDataConnections method -Gets the name of external source data connections. +Gets the names of external source data connections. ```cpp Vector Aspose::Cells::Pivot::PivotTable::GetNamesOfSourceDataConnections() diff --git a/english/cpp/aspose.cells.pivot/pivottable/getpivotformats/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getpivotformats/_index.md index 570e235ab05..b8e1ba2d284 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getpivotformats/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getpivotformats/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::GetPivotFormats method linktitle: GetPivotFormats second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::GetPivotFormats method. Gets the collection of formats applied to PivotTable in C++.' +description: 'Aspose::Cells::Pivot::PivotTable::GetPivotFormats method. Gets all formats applied to PivotTable in C++.' type: docs -weight: 15400 +weight: 15500 url: /cpp/aspose.cells.pivot/pivottable/getpivotformats/ --- ## PivotTable::GetPivotFormats method -Gets the collection of formats applied to [PivotTable](../). +Gets all formats applied to [PivotTable](../). ```cpp PivotTableFormatCollection Aspose::Cells::Pivot::PivotTable::GetPivotFormats() diff --git a/english/cpp/aspose.cells.pivot/pivottable/getrepeatitemsoneachprintedpage/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getrepeatitemsoneachprintedpage/_index.md index 87f19368a63..5d992756707 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getrepeatitemsoneachprintedpage/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getrepeatitemsoneachprintedpage/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::GetRepeatItemsOnEachPrintedPage method linktitle: GetRepeatItemsOnEachPrintedPage second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::GetRepeatItemsOnEachPrintedPage method. Indicates whether pivot item captions on the row area are repeated on each printed page for pivot fields in tabular form in C++.' +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: 15700 +weight: 15800 url: /cpp/aspose.cells.pivot/pivottable/getrepeatitemsoneachprintedpage/ --- ## PivotTable::GetRepeatItemsOnEachPrintedPage method -Indicates whether pivot item captions on the row area are repeated on each printed page for pivot fields in tabular form. +Indicates whether captions of pivot item on the row area are repeated on each printed page for pivot fields in tabular form. ```cpp bool Aspose::Cells::Pivot::PivotTable::GetRepeatItemsOnEachPrintedPage() diff --git a/english/cpp/aspose.cells.pivot/pivottable/getrowheadercaption/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getrowheadercaption/_index.md index de9c79aa47c..f6ddff19cbb 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getrowheadercaption/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getrowheadercaption/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::GetRowHeaderCaption method linktitle: GetRowHeaderCaption second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::GetRowHeaderCaption method. Gets the Row Header Caption of the PivotTable in C++.' +description: 'Aspose::Cells::Pivot::PivotTable::GetRowHeaderCaption method. Gets and sets custom caption of the Row Header in this PivotTable in C++.' type: docs -weight: 11700 +weight: 11800 url: /cpp/aspose.cells.pivot/pivottable/getrowheadercaption/ --- ## PivotTable::GetRowHeaderCaption method -Gets the [Row](../../../aspose.cells/row/) Header Caption of the [PivotTable](../). +Gets and sets custom caption of the [Row](../../../aspose.cells/row/) Header in this [PivotTable](../). ```cpp U16String Aspose::Cells::Pivot::PivotTable::GetRowHeaderCaption() diff --git a/english/cpp/aspose.cells.pivot/pivottable/getshowemptycol/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getshowemptycol/_index.md index 8bf0dd3bfa3..523af19e66e 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: 9900 +weight: 10000 url: /cpp/aspose.cells.pivot/pivottable/getshowemptycol/ --- ## PivotTable::GetShowEmptyCol method diff --git a/english/cpp/aspose.cells.pivot/pivottable/getsource/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getsource/_index.md index 0db8104657e..66a415a03dc 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/getsource/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/getsource/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::GetSource method linktitle: GetSource second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::GetSource method. Get pivottable''s source data in C++.' +description: 'Aspose::Cells::Pivot::PivotTable::GetSource method. Get the data source of this pivottable in C++.' type: docs -weight: 14400 +weight: 14500 url: /cpp/aspose.cells.pivot/pivottable/getsource/ --- ## PivotTable::GetSource() method -Get pivottable's source data. +Get the data source of this pivottable. ```cpp Vector Aspose::Cells::Pivot::PivotTable::GetSource() @@ -26,7 +26,7 @@ Vector Aspose::Cells::Pivot::PivotTable::GetSource() ## PivotTable::GetSource(bool) method -Get pivottable's source data. +Get the data source of this pivottable. ```cpp Vector Aspose::Cells::Pivot::PivotTable::GetSource(bool isOriginal) @@ -35,7 +35,7 @@ Vector Aspose::Cells::Pivot::PivotTable::GetSource(bool isOriginal) | Parameter | Type | Description | | --- | --- | --- | -| isOriginal | bool | Indicates whether to return original or display data source | +| isOriginal | bool | Indicates whether to return original or display data source. | ## ReturnValue diff --git a/english/cpp/aspose.cells.pivot/pivottable/gettag/_index.md b/english/cpp/aspose.cells.pivot/pivottable/gettag/_index.md index 1aae62de875..8fa72374e38 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/gettag/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/gettag/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::GetTag method linktitle: GetTag second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::GetTag method. Gets a string saved with the PivotTable report in C++.' +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: 12900 +weight: 13000 url: /cpp/aspose.cells.pivot/pivottable/gettag/ --- ## PivotTable::GetTag method -Gets a string saved with the [PivotTable](../) report. +Gets and sets a user-defined string that is associated with this [PivotTable](../) view. ```cpp U16String Aspose::Cells::Pivot::PivotTable::GetTag() diff --git a/english/cpp/aspose.cells.pivot/pivottable/getvaluesfield/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getvaluesfield/_index.md new file mode 100644 index 00000000000..09097b85280 --- /dev/null +++ b/english/cpp/aspose.cells.pivot/pivottable/getvaluesfield/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetValuesField method +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 +url: /cpp/aspose.cells.pivot/pivottable/getvaluesfield/ +--- +## PivotTable::GetValuesField method + + +Gets a [PivotField](../../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()](../addfieldtoarea/) method . + +```cpp +PivotField Aspose::Cells::Pivot::PivotTable::GetValuesField() +``` + +## See Also + +* Class [PivotField](../../pivotfield/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.pivot/pivottable/setcolumnheadercaption/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setcolumnheadercaption/_index.md index 1ed0ed495d2..df16683b494 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setcolumnheadercaption/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setcolumnheadercaption/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::SetColumnHeaderCaption method linktitle: SetColumnHeaderCaption second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::SetColumnHeaderCaption method. Gets the Column Header Caption of the PivotTable in C++.' +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: 11400 +weight: 11500 url: /cpp/aspose.cells.pivot/pivottable/setcolumnheadercaption/ --- ## PivotTable::SetColumnHeaderCaption(const U16String\&) method -Gets the [Column](../../../aspose.cells/column/) Header Caption of the [PivotTable](../). +Gets and sets the custom Caption of the [Column](../../../aspose.cells/column/) Header of the [PivotTable](../). ```cpp void Aspose::Cells::Pivot::PivotTable::SetColumnHeaderCaption(const U16String &value) @@ -26,7 +26,7 @@ void Aspose::Cells::Pivot::PivotTable::SetColumnHeaderCaption(const U16String &v ## PivotTable::SetColumnHeaderCaption(const char16_t*) method -Gets the [Column](../../../aspose.cells/column/) Header Caption of the [PivotTable](../). +Gets and sets the custom Caption of the [Column](../../../aspose.cells/column/) Header of the [PivotTable](../). ```cpp void Aspose::Cells::Pivot::PivotTable::SetColumnHeaderCaption(const char16_t *value) diff --git a/english/cpp/aspose.cells.pivot/pivottable/setrepeatitemsoneachprintedpage/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setrepeatitemsoneachprintedpage/_index.md index d965155df8a..c66f4512b9c 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setrepeatitemsoneachprintedpage/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setrepeatitemsoneachprintedpage/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::SetRepeatItemsOnEachPrintedPage method linktitle: SetRepeatItemsOnEachPrintedPage second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::SetRepeatItemsOnEachPrintedPage method. Indicates whether pivot item captions on the row area are repeated on each printed page for pivot fields in tabular form in C++.' +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: 15800 +weight: 15900 url: /cpp/aspose.cells.pivot/pivottable/setrepeatitemsoneachprintedpage/ --- ## PivotTable::SetRepeatItemsOnEachPrintedPage method -Indicates whether pivot item captions on the row area are repeated on each printed page for pivot fields in tabular form. +Indicates whether captions of pivot item on the row area are repeated on each printed page for pivot fields in tabular form. ```cpp void Aspose::Cells::Pivot::PivotTable::SetRepeatItemsOnEachPrintedPage(bool value) diff --git a/english/cpp/aspose.cells.pivot/pivottable/setrowheadercaption/_index.md b/english/cpp/aspose.cells.pivot/pivottable/setrowheadercaption/_index.md index e8b1f6e8668..b6ff2767679 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/setrowheadercaption/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/setrowheadercaption/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::SetRowHeaderCaption method linktitle: SetRowHeaderCaption second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::SetRowHeaderCaption method. Gets the Row Header Caption of the PivotTable in C++.' +description: 'Aspose::Cells::Pivot::PivotTable::SetRowHeaderCaption method. Gets and sets custom caption of the Row Header in this PivotTable in C++.' type: docs -weight: 11800 +weight: 11900 url: /cpp/aspose.cells.pivot/pivottable/setrowheadercaption/ --- ## PivotTable::SetRowHeaderCaption(const U16String\&) method -Gets the [Row](../../../aspose.cells/row/) Header Caption of the [PivotTable](../). +Gets and sets custom caption of the [Row](../../../aspose.cells/row/) Header in this [PivotTable](../). ```cpp void Aspose::Cells::Pivot::PivotTable::SetRowHeaderCaption(const U16String &value) @@ -26,7 +26,7 @@ void Aspose::Cells::Pivot::PivotTable::SetRowHeaderCaption(const U16String &valu ## PivotTable::SetRowHeaderCaption(const char16_t*) method -Gets the [Row](../../../aspose.cells/row/) Header Caption of the [PivotTable](../). +Gets and sets custom caption of the [Row](../../../aspose.cells/row/) Header in this [PivotTable](../). ```cpp void Aspose::Cells::Pivot::PivotTable::SetRowHeaderCaption(const char16_t *value) diff --git a/english/cpp/aspose.cells.pivot/pivottable/settag/_index.md b/english/cpp/aspose.cells.pivot/pivottable/settag/_index.md index 5b20970c477..960c2acbaa6 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/settag/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/settag/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::SetTag method linktitle: SetTag second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::SetTag method. Gets a string saved with the PivotTable report in C++.' +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: 13000 +weight: 13100 url: /cpp/aspose.cells.pivot/pivottable/settag/ --- ## PivotTable::SetTag(const U16String\&) method -Gets a string saved with the [PivotTable](../) report. +Gets and sets a user-defined string that is associated with this [PivotTable](../) view. ```cpp void Aspose::Cells::Pivot::PivotTable::SetTag(const U16String &value) @@ -26,7 +26,7 @@ void Aspose::Cells::Pivot::PivotTable::SetTag(const U16String &value) ## PivotTable::SetTag(const char16_t*) method -Gets a string saved with the [PivotTable](../) report. +Gets and sets a user-defined string that is associated with this [PivotTable](../) view. ```cpp void Aspose::Cells::Pivot::PivotTable::SetTag(const char16_t *value) diff --git a/english/cpp/aspose.cells.pivot/pivottable/showincompactform/_index.md b/english/cpp/aspose.cells.pivot/pivottable/showincompactform/_index.md index ad79ce0f2f9..db19f840b68 100644 --- a/english/cpp/aspose.cells.pivot/pivottable/showincompactform/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottable/showincompactform/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Pivot::PivotTable::ShowInCompactForm method linktitle: ShowInCompactForm second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTable::ShowInCompactForm method. Layouts the PivotTable in compact form in C++.' +description: 'Aspose::Cells::Pivot::PivotTable::ShowInCompactForm method. Layouts the PivotTable view in compact form in C++.' type: docs -weight: 17600 +weight: 17700 url: /cpp/aspose.cells.pivot/pivottable/showincompactform/ --- ## PivotTable::ShowInCompactForm method -Layouts the [PivotTable](../) in compact form. +Layouts the [PivotTable](../) view in compact form. ```cpp void Aspose::Cells::Pivot::PivotTable::ShowInCompactForm() diff --git a/english/cpp/aspose.cells.pivot/pivottablecalculateoption/_index.md b/english/cpp/aspose.cells.pivot/pivottablecalculateoption/_index.md index b59754a4fe1..4347cea2d34 100644 --- a/english/cpp/aspose.cells.pivot/pivottablecalculateoption/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottablecalculateoption/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotTableCalculateOption class linktitle: PivotTableCalculateOption second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTableCalculateOption class. Rerepsents the options of calcuating the pivot table in C++.' +description: 'Aspose::Cells::Pivot::PivotTableCalculateOption class. Rerepsents the options of calculating data of the pivot table in C++.' type: docs weight: 2400 url: /cpp/aspose.cells.pivot/pivottablecalculateoption/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivottablecalculateoption/ ## PivotTableCalculateOption class -Rerepsents the options of calcuating the pivot table. +Rerepsents the options of calculating data of the pivot table. ```cpp class PivotTableCalculateOption diff --git a/english/cpp/aspose.cells.pivot/pivottablecalculateoption/getrefreshdata/_index.md b/english/cpp/aspose.cells.pivot/pivottablecalculateoption/getrefreshdata/_index.md index 8321d78aafa..49a129d2d8d 100644 --- a/english/cpp/aspose.cells.pivot/pivottablecalculateoption/getrefreshdata/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottablecalculateoption/getrefreshdata/_index.md @@ -16,6 +16,10 @@ Indicates whether refreshing data source of the pivottable. bool Aspose::Cells::Pivot::PivotTableCalculateOption::GetRefreshData() ``` +## Remarks + + +If it is true, refresh pivot cache from data source,then calculate all pivot tables based same pivot cache. ## See Also * Class [Vector](../../../aspose.cells/vector/) diff --git a/english/cpp/aspose.cells.pivot/pivottablecalculateoption/setrefreshdata/_index.md b/english/cpp/aspose.cells.pivot/pivottablecalculateoption/setrefreshdata/_index.md index 94aca9e0f60..3c03ee868eb 100644 --- a/english/cpp/aspose.cells.pivot/pivottablecalculateoption/setrefreshdata/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottablecalculateoption/setrefreshdata/_index.md @@ -16,6 +16,10 @@ Indicates whether refreshing data source of the pivottable. void Aspose::Cells::Pivot::PivotTableCalculateOption::SetRefreshData(bool value) ``` +## Remarks + + +If it is true, refresh pivot cache from data source,then calculate all pivot tables based same pivot cache. ## See Also * Class [Vector](../../../aspose.cells/vector/) diff --git a/english/cpp/aspose.cells.pivot/pivottablecollection/_index.md b/english/cpp/aspose.cells.pivot/pivottablecollection/_index.md index ecc81e2a863..ddd6ef077f5 100644 --- a/english/cpp/aspose.cells.pivot/pivottablecollection/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottablecollection/_index.md @@ -40,7 +40,7 @@ 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. | -| [Clear()](./clear/) | Clear all pivot tables. | +| [Clear()](./clear/) | Clears all pivot tables. | | [Dispose()](./dispose/) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | | [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. | diff --git a/english/cpp/aspose.cells.pivot/pivottablecollection/clear/_index.md b/english/cpp/aspose.cells.pivot/pivottablecollection/clear/_index.md index a8bc7fc38ae..7857bfed289 100644 --- a/english/cpp/aspose.cells.pivot/pivottablecollection/clear/_index.md +++ b/english/cpp/aspose.cells.pivot/pivottablecollection/clear/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Pivot::PivotTableCollection::Clear method linktitle: Clear second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Pivot::PivotTableCollection::Clear method. Clear all pivot tables in C++.' +description: 'Aspose::Cells::Pivot::PivotTableCollection::Clear method. Clears all pivot tables in C++.' type: docs weight: 900 url: /cpp/aspose.cells.pivot/pivottablecollection/clear/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivottablecollection/clear/ ## PivotTableCollection::Clear method -Clear all pivot tables. +Clears all pivot tables. ```cpp void Aspose::Cells::Pivot::PivotTableCollection::Clear() diff --git a/english/cpp/aspose.cells.properties/_index.md b/english/cpp/aspose.cells.properties/_index.md index 1edcbff6b71..15dde6603a0 100644 --- a/english/cpp/aspose.cells.properties/_index.md +++ b/english/cpp/aspose.cells.properties/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::Properties second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::Properties namespace in C++.' type: docs -weight: 1500 +weight: 2000 url: /cpp/aspose.cells.properties/ --- @@ -18,7 +18,7 @@ url: /cpp/aspose.cells.properties/ | [ContentTypeProperty](./contenttypeproperty/) | Represents identifier information. | | [ContentTypePropertyCollection](./contenttypepropertycollection/) | A collection of [ContentTypeProperty](./contenttypeproperty/) objects that represent additional information. | | [CustomDocumentPropertyCollection](./customdocumentpropertycollection/) | A collection of custom document properties. | -| [CustomProperty](./customproperty/) | Represents identifier information. | +| [CustomProperty](./customproperty/) | Represents a custom property which store name and value pairs of arbitrary user-defined data for worksheet. | | [CustomPropertyCollection](./custompropertycollection/) | A collection of [CustomProperty](./customproperty/) objects that represent additional information. | | [DocumentProperty](./documentproperty/) | Represents a custom or built-in document property. | | [DocumentPropertyCollection](./documentpropertycollection/) | Base class for [BuiltInDocumentPropertyCollection](./builtindocumentpropertycollection/) and [CustomDocumentPropertyCollection](./customdocumentpropertycollection/) collections. | diff --git a/english/cpp/aspose.cells.properties/customproperty/_impl/_index.md b/english/cpp/aspose.cells.properties/customproperty/_impl/_index.md index 32548958f76..553628fb5b7 100644 --- a/english/cpp/aspose.cells.properties/customproperty/_impl/_index.md +++ b/english/cpp/aspose.cells.properties/customproperty/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Properties::CustomProperty::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells.properties/customproperty/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.properties/customproperty/_index.md b/english/cpp/aspose.cells.properties/customproperty/_index.md index f2b19123e0b..6aed081da4c 100644 --- a/english/cpp/aspose.cells.properties/customproperty/_index.md +++ b/english/cpp/aspose.cells.properties/customproperty/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Properties::CustomProperty class linktitle: CustomProperty second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Properties::CustomProperty class. Represents identifier information in C++.' +description: 'Aspose::Cells::Properties::CustomProperty class. Represents a custom property which store name and value pairs of arbitrary user-defined data for worksheet in C++.' type: docs weight: 500 url: /cpp/aspose.cells.properties/customproperty/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.properties/customproperty/ ## CustomProperty class -Represents identifier information. +Represents a custom property which store name and value pairs of arbitrary user-defined data for worksheet. ```cpp class CustomProperty @@ -20,14 +20,15 @@ class CustomProperty | Method | Description | | --- | --- | -| [CustomProperty()](./customproperty/) | Default constructor. | | [CustomProperty(CustomProperty_Impl* impl)](./customproperty/) | Constructs from an implementation object. | | [CustomProperty(const CustomProperty\& src)](./customproperty/) | Copy constructor. | +| [GetBinaryValue()](./getbinaryvalue/) | Gets and sets the binary value of the custom property. | | [GetName()](./getname/) | Returns or sets the name of the object. | | [GetValue()](./getvalue/) | Returns or sets the value of the custom property. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const CustomProperty\& src)](./operator_asm/) | operator= | +| [SetBinaryValue(const Vector \\& value)](./setbinaryvalue/) | Gets and sets the binary value of the custom property. | | [SetName(const U16String\& value)](./setname/) | Returns or sets the name of the object. | | [SetName(const char16_t* value)](./setname/) | Returns or sets the name of the object. | | [SetValue(const U16String\& value)](./setvalue/) | Returns or sets the value of the custom property. | diff --git a/english/cpp/aspose.cells.properties/customproperty/customproperty/_index.md b/english/cpp/aspose.cells.properties/customproperty/customproperty/_index.md index fd16e6ccb41..93309abd6a7 100644 --- a/english/cpp/aspose.cells.properties/customproperty/customproperty/_index.md +++ b/english/cpp/aspose.cells.properties/customproperty/customproperty/_index.md @@ -2,25 +2,11 @@ title: Aspose::Cells::Properties::CustomProperty::CustomProperty constructor linktitle: CustomProperty second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Properties::CustomProperty::CustomProperty constructor. Default constructor in C++.' +description: 'Aspose::Cells::Properties::CustomProperty::CustomProperty constructor. Constructs from an implementation object in C++.' type: docs weight: 100 url: /cpp/aspose.cells.properties/customproperty/customproperty/ --- -## CustomProperty::CustomProperty() constructor - - -Default constructor. - -```cpp -Aspose::Cells::Properties::CustomProperty::CustomProperty() -``` - -## See Also - -* Class [CustomProperty](../) -* Namespace [Aspose::Cells::Properties](../../) -* Library [Aspose.Cells for C++](../../../) ## CustomProperty::CustomProperty(CustomProperty_Impl*) constructor diff --git a/english/cpp/aspose.cells.properties/customproperty/getbinaryvalue/_index.md b/english/cpp/aspose.cells.properties/customproperty/getbinaryvalue/_index.md new file mode 100644 index 00000000000..35412153c3d --- /dev/null +++ b/english/cpp/aspose.cells.properties/customproperty/getbinaryvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::CustomProperty::GetBinaryValue method +linktitle: GetBinaryValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomProperty::GetBinaryValue method. Gets and sets the binary value of the custom property in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells.properties/customproperty/getbinaryvalue/ +--- +## CustomProperty::GetBinaryValue method + + +Gets and sets the binary value of the custom property. + +```cpp +Vector Aspose::Cells::Properties::CustomProperty::GetBinaryValue() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.properties/customproperty/setbinaryvalue/_index.md b/english/cpp/aspose.cells.properties/customproperty/setbinaryvalue/_index.md new file mode 100644 index 00000000000..261d09bfa46 --- /dev/null +++ b/english/cpp/aspose.cells.properties/customproperty/setbinaryvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::CustomProperty::SetBinaryValue method +linktitle: SetBinaryValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomProperty::SetBinaryValue method. Gets and sets the binary value of the custom property in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells.properties/customproperty/setbinaryvalue/ +--- +## CustomProperty::SetBinaryValue method + + +Gets and sets the binary value of the custom property. + +```cpp +void Aspose::Cells::Properties::CustomProperty::SetBinaryValue(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.rendering/_index.md b/english/cpp/aspose.cells.rendering/_index.md index fd8173b900b..46b8b298812 100644 --- a/english/cpp/aspose.cells.rendering/_index.md +++ b/english/cpp/aspose.cells.rendering/_index.md @@ -39,6 +39,7 @@ url: /cpp/aspose.cells.rendering/ | [CommentTitleType](./commenttitletype/) | Represents comment title type while rendering when comment is set to display at end of sheet. | | [DrawObjectEnum](./drawobjectenum/) | Indicate [Cell](../aspose.cells/cell/) or Image of [DrawObject](./drawobject/). | | [HtmlEmbeddedFontType](./htmlembeddedfonttype/) | Represents the embedded font type in html. | +| [HtmlLayoutMode](./htmllayoutmode/) | Represents the layout mode for HTML rendering. | | [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. | diff --git a/english/cpp/aspose.cells.rendering/htmllayoutmode/_index.md b/english/cpp/aspose.cells.rendering/htmllayoutmode/_index.md new file mode 100644 index 00000000000..52a266f4ef8 --- /dev/null +++ b/english/cpp/aspose.cells.rendering/htmllayoutmode/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::HtmlLayoutMode enum +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 +url: /cpp/aspose.cells.rendering/htmllayoutmode/ +--- +## HtmlLayoutMode enum + + +Represents the layout mode for HTML rendering. + +```cpp +enum class HtmlLayoutMode +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Normal | 0 |
Renders content like MS Excel. | +| Print | 1 |
Renders content in print layout mode. | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/english/cpp/aspose.cells.saving/ebooksaveoptions/_index.md b/english/cpp/aspose.cells.saving/ebooksaveoptions/_index.md index 8e08d89e3d9..f48b8103867 100644 --- a/english/cpp/aspose.cells.saving/ebooksaveoptions/_index.md +++ b/english/cpp/aspose.cells.saving/ebooksaveoptions/_index.md @@ -40,7 +40,7 @@ class EbookSaveOptions : public Aspose::Cells::HtmlSaveOptions | [GetDefaultFontName()](../../aspose.cells/htmlsaveoptions/getdefaultfontname/) | Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, [Aspose.Cells](../../aspose.cells/) will use universal font which have the same family with the original font, the default value is null. | | [GetDisableCss()](../../aspose.cells/htmlsaveoptions/getdisablecss/) | Indicates whether only inline styles are applied, without relying on CSS. The default value is false. | | [GetDisableDownlevelRevealedComments()](../../aspose.cells/htmlsaveoptions/getdisabledownlevelrevealedcomments/) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | -| [GetEmbeddedFontType()](../../aspose.cells/htmlsaveoptions/getembeddedfonttype/) | Gets or sets the type of font that embedded in html. Default value is HtmlEmbeddedFontType.None which indicates that it will not embed font in html. | +| [GetEmbeddedFontType()](../../aspose.cells/htmlsaveoptions/getembeddedfonttype/) | Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html. | | [GetEnableCssCustomProperties()](../../aspose.cells/htmlsaveoptions/getenablecsscustomproperties/) | Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved. The default value is false. | | [GetEncodeEntityAsCode()](../../aspose.cells/htmlsaveoptions/getencodeentityascode/) | Indicates whether the html character entities are replaced with decimal code. (e.g. " " is replaced with " "). The default value is false. | | [GetEncoding()](../../aspose.cells/htmlsaveoptions/getencoding/) | If not set,use Encoding.UTF8 as default enconding type. | @@ -78,6 +78,7 @@ class EbookSaveOptions : public Aspose::Cells::HtmlSaveOptions | [GetIgnoreInvisibleShapes()](../../aspose.cells/htmlsaveoptions/getignoreinvisibleshapes/) | Indicate whether exporting those not visible shapes. | | [GetImageOptions()](../../aspose.cells/htmlsaveoptions/getimageoptions/) | Get the ImageOrPrintOptions object before exporting. | | [GetImageScalable()](../../aspose.cells/htmlsaveoptions/getimagescalable/) | Indicates whether using scalable unit to describe the image width when using scalable unit to describe the column width. The default value is true. | +| [GetLayoutMode()](../../aspose.cells/htmlsaveoptions/getlayoutmode/) | Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal | | [GetLinkTargetType()](../../aspose.cells/htmlsaveoptions/getlinktargettype/) | Indicating the type of target attribute in **** link. The default value is [HtmlLinkTargetType.Parent](../../aspose.cells/htmllinktargettype/). | | [GetMergeAreas()](../../aspose.cells/saveoptions/getmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | | [GetMergeEmptyTdForcely()](../../aspose.cells/htmlsaveoptions/getmergeemptytdforcely/) | **(Deprecated)** Indicates whether merging empty TD element forcedly when exporting file to html. The size of html file will be reduced significantly after setting value to true. The default value is false. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value. | @@ -140,7 +141,7 @@ class EbookSaveOptions : public Aspose::Cells::HtmlSaveOptions | [SetDefaultFontName(const char16_t* value)](../../aspose.cells/htmlsaveoptions/setdefaultfontname/) | Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, [Aspose.Cells](../../aspose.cells/) will use universal font which have the same family with the original font, the default value is null. | | [SetDisableCss(bool value)](../../aspose.cells/htmlsaveoptions/setdisablecss/) | Indicates whether only inline styles are applied, without relying on CSS. The default value is false. | | [SetDisableDownlevelRevealedComments(bool value)](../../aspose.cells/htmlsaveoptions/setdisabledownlevelrevealedcomments/) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | -| [SetEmbeddedFontType(HtmlEmbeddedFontType value)](../../aspose.cells/htmlsaveoptions/setembeddedfonttype/) | Gets or sets the type of font that embedded in html. Default value is HtmlEmbeddedFontType.None which indicates that it will not embed font in html. | +| [SetEmbeddedFontType(HtmlEmbeddedFontType value)](../../aspose.cells/htmlsaveoptions/setembeddedfonttype/) | Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html. | | [SetEnableCssCustomProperties(bool value)](../../aspose.cells/htmlsaveoptions/setenablecsscustomproperties/) | Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved. The default value is false. | | [SetEncodeEntityAsCode(bool value)](../../aspose.cells/htmlsaveoptions/setencodeentityascode/) | Indicates whether the html character entities are replaced with decimal code. (e.g. " " is replaced with " "). The default value is false. | | [SetEncoding(EncodingType value)](../../aspose.cells/htmlsaveoptions/setencoding/) | If not set,use Encoding.UTF8 as default enconding type. | @@ -184,6 +185,7 @@ class EbookSaveOptions : public Aspose::Cells::HtmlSaveOptions | [SetIsIECompatible(bool value)](../../aspose.cells/htmlsaveoptions/setisiecompatible/) | Indicating whether the output HTML is compatible with IE browser. The defalut value is false. | | [SetIsJsBrowserCompatible(bool value)](../../aspose.cells/htmlsaveoptions/setisjsbrowsercompatible/) | Indicates whether JavaScript is compatible with browsers that do not support JavaScript. The default value is true. | | [SetIsMobileCompatible(bool value)](../../aspose.cells/htmlsaveoptions/setismobilecompatible/) | Indicates whether the output HTML is compatible with mobile devices. The default value is false. | +| [SetLayoutMode(HtmlLayoutMode value)](../../aspose.cells/htmlsaveoptions/setlayoutmode/) | Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal | | [SetLinkTargetType(HtmlLinkTargetType value)](../../aspose.cells/htmlsaveoptions/setlinktargettype/) | Indicating the type of target attribute in **** link. The default value is [HtmlLinkTargetType.Parent](../../aspose.cells/htmllinktargettype/). | | [SetMergeAreas(bool value)](../../aspose.cells/saveoptions/setmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | | [SetMergeEmptyTdForcely(bool value)](../../aspose.cells/htmlsaveoptions/setmergeemptytdforcely/) | **(Deprecated)** Indicates whether merging empty TD element forcedly when exporting file to html. The size of html file will be reduced significantly after setting value to true. The default value is false. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value. | diff --git a/english/cpp/aspose.cells.tables/_index.md b/english/cpp/aspose.cells.tables/_index.md index 11dd3c09eef..e89d14d5244 100644 --- a/english/cpp/aspose.cells.tables/_index.md +++ b/english/cpp/aspose.cells.tables/_index.md @@ -4,7 +4,7 @@ linktitle: Aspose::Cells::Tables second_title: Aspose.Cells for C++ API Reference description: 'How to use Aspose::Cells::Tables namespace in C++.' type: docs -weight: 2500 +weight: 3000 url: /cpp/aspose.cells.tables/ --- @@ -15,10 +15,10 @@ url: /cpp/aspose.cells.tables/ | Class | Description | | --- | --- | | [ListColumn](./listcolumn/) | Represents a column in a Table. | -| [ListColumnCollection](./listcolumncollection/) | Represents A collection of all the [ListColumn](./listcolumn/) objects in the specified [ListObject](./listobject/) object. | -| [ListObject](./listobject/) | Represents a list object on a worksheet. The [ListObject](./listobject/) object is a member of the ListObjects collection. The ListObjects collection contains all the list objects on a worksheet. | +| [ListColumnCollection](./listcolumncollection/) | Represents a list of all the [ListColumn](./listcolumn/) objects in the table. | +| [ListObject](./listobject/) | Represents a table in a worksheet. | | [ListObjectCollection](./listobjectcollection/) | Represents a collection of [ListObject](./listobject/) objects in the worksheet. | -| [TableStyle](./tablestyle/) | Represents the table style. | +| [TableStyle](./tablestyle/) | Represents the style of the table. | | [TableStyleCollection](./tablestylecollection/) | Represents all custom table styles. | | [TableStyleElement](./tablestyleelement/) | Represents the element of the table style. | | [TableStyleElementCollection](./tablestyleelementcollection/) | Represents all elements of the table style. | diff --git a/english/cpp/aspose.cells.tables/listcolumn/_impl/_index.md b/english/cpp/aspose.cells.tables/listcolumn/_impl/_index.md index 12bf72c47b9..b06af01b363 100644 --- a/english/cpp/aspose.cells.tables/listcolumn/_impl/_index.md +++ b/english/cpp/aspose.cells.tables/listcolumn/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListColumn::_impl field. The implementation object in C++.' type: docs -weight: 2100 +weight: 2200 url: /cpp/aspose.cells.tables/listcolumn/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.tables/listcolumn/getcustomcalculatedformula/_index.md b/english/cpp/aspose.cells.tables/listcolumn/getcustomcalculatedformula/_index.md index 49f224ea810..ed94371f6ea 100644 --- a/english/cpp/aspose.cells.tables/listcolumn/getcustomcalculatedformula/_index.md +++ b/english/cpp/aspose.cells.tables/listcolumn/getcustomcalculatedformula/_index.md @@ -4,7 +4,7 @@ linktitle: GetCustomCalculatedFormula second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListColumn::GetCustomCalculatedFormula method. Gets the formula of this list column in C++.' type: docs -weight: 1500 +weight: 1600 url: /cpp/aspose.cells.tables/listcolumn/getcustomcalculatedformula/ --- ## ListColumn::GetCustomCalculatedFormula method diff --git a/english/cpp/aspose.cells.tables/listcolumn/getdatastyle/_index.md b/english/cpp/aspose.cells.tables/listcolumn/getdatastyle/_index.md index b29ab5b9a7e..d82f0bd0342 100644 --- a/english/cpp/aspose.cells.tables/listcolumn/getdatastyle/_index.md +++ b/english/cpp/aspose.cells.tables/listcolumn/getdatastyle/_index.md @@ -4,7 +4,7 @@ linktitle: GetDataStyle second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListColumn::GetDataStyle method. Gets the style of the data in this column of the table in C++.' type: docs -weight: 1900 +weight: 2000 url: /cpp/aspose.cells.tables/listcolumn/getdatastyle/ --- ## ListColumn::GetDataStyle method diff --git a/english/cpp/aspose.cells.tables/listcolumn/getformula/_index.md b/english/cpp/aspose.cells.tables/listcolumn/getformula/_index.md index eb982e9c1d0..e81ce7b8f8e 100644 --- a/english/cpp/aspose.cells.tables/listcolumn/getformula/_index.md +++ b/english/cpp/aspose.cells.tables/listcolumn/getformula/_index.md @@ -4,7 +4,7 @@ linktitle: GetFormula second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListColumn::GetFormula method. Gets and sets the formula of the list column in C++.' type: docs -weight: 1300 +weight: 1400 url: /cpp/aspose.cells.tables/listcolumn/getformula/ --- ## ListColumn::GetFormula method diff --git a/english/cpp/aspose.cells.tables/listcolumn/gettotalsrowlabel/_index.md b/english/cpp/aspose.cells.tables/listcolumn/gettotalsrowlabel/_index.md index 9d97c58836b..a862bda91c0 100644 --- a/english/cpp/aspose.cells.tables/listcolumn/gettotalsrowlabel/_index.md +++ b/english/cpp/aspose.cells.tables/listcolumn/gettotalsrowlabel/_index.md @@ -4,7 +4,7 @@ linktitle: GetTotalsRowLabel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListColumn::GetTotalsRowLabel method. Gets and sets the display labels of total row in C++.' type: docs -weight: 1700 +weight: 1800 url: /cpp/aspose.cells.tables/listcolumn/gettotalsrowlabel/ --- ## ListColumn::GetTotalsRowLabel method diff --git a/english/cpp/aspose.cells.tables/listcolumn/setcustomcalculatedformula/_index.md b/english/cpp/aspose.cells.tables/listcolumn/setcustomcalculatedformula/_index.md index be22319e806..ab1ce6c56f6 100644 --- a/english/cpp/aspose.cells.tables/listcolumn/setcustomcalculatedformula/_index.md +++ b/english/cpp/aspose.cells.tables/listcolumn/setcustomcalculatedformula/_index.md @@ -4,7 +4,7 @@ linktitle: SetCustomCalculatedFormula second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListColumn::SetCustomCalculatedFormula method. Sets the formula for this list column in C++.' type: docs -weight: 1600 +weight: 1700 url: /cpp/aspose.cells.tables/listcolumn/setcustomcalculatedformula/ --- ## ListColumn::SetCustomCalculatedFormula(const U16String\&, bool, bool) method diff --git a/english/cpp/aspose.cells.tables/listcolumn/setdatastyle/_index.md b/english/cpp/aspose.cells.tables/listcolumn/setdatastyle/_index.md index 41376df911e..066bf2f6774 100644 --- a/english/cpp/aspose.cells.tables/listcolumn/setdatastyle/_index.md +++ b/english/cpp/aspose.cells.tables/listcolumn/setdatastyle/_index.md @@ -4,7 +4,7 @@ linktitle: SetDataStyle second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListColumn::SetDataStyle method. Sets the style of the data in this column of the table in C++.' type: docs -weight: 2000 +weight: 2100 url: /cpp/aspose.cells.tables/listcolumn/setdatastyle/ --- ## ListColumn::SetDataStyle method diff --git a/english/cpp/aspose.cells.tables/listcolumn/setformula/_index.md b/english/cpp/aspose.cells.tables/listcolumn/setformula/_index.md index df93d055961..b18c0059bf7 100644 --- a/english/cpp/aspose.cells.tables/listcolumn/setformula/_index.md +++ b/english/cpp/aspose.cells.tables/listcolumn/setformula/_index.md @@ -4,7 +4,7 @@ linktitle: SetFormula second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListColumn::SetFormula method. Gets and sets the formula of the list column in C++.' type: docs -weight: 1400 +weight: 1500 url: /cpp/aspose.cells.tables/listcolumn/setformula/ --- ## ListColumn::SetFormula(const U16String\&) method diff --git a/english/cpp/aspose.cells.tables/listcolumn/settotalsrowlabel/_index.md b/english/cpp/aspose.cells.tables/listcolumn/settotalsrowlabel/_index.md index 37785dd9825..315de6e5ff8 100644 --- a/english/cpp/aspose.cells.tables/listcolumn/settotalsrowlabel/_index.md +++ b/english/cpp/aspose.cells.tables/listcolumn/settotalsrowlabel/_index.md @@ -4,7 +4,7 @@ linktitle: SetTotalsRowLabel second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListColumn::SetTotalsRowLabel method. Gets and sets the display labels of total row in C++.' type: docs -weight: 1800 +weight: 1900 url: /cpp/aspose.cells.tables/listcolumn/settotalsrowlabel/ --- ## ListColumn::SetTotalsRowLabel(const U16String\&) method diff --git a/english/cpp/aspose.cells.tables/listcolumncollection/_index.md b/english/cpp/aspose.cells.tables/listcolumncollection/_index.md index b7e77adc271..33719dd0a13 100644 --- a/english/cpp/aspose.cells.tables/listcolumncollection/_index.md +++ b/english/cpp/aspose.cells.tables/listcolumncollection/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Tables::ListColumnCollection class linktitle: ListColumnCollection second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListColumnCollection class. Represents A collection of all the ListColumn objects in the specified ListObject object in C++.' +description: 'Aspose::Cells::Tables::ListColumnCollection class. Represents a list of all the ListColumn objects in the table in C++.' type: docs weight: 200 url: /cpp/aspose.cells.tables/listcolumncollection/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.tables/listcolumncollection/ ## ListColumnCollection class -Represents A collection of all the [ListColumn](../listcolumn/) objects in the specified [ListObject](../listobject/) object. +Represents a list of all the [ListColumn](../listcolumn/) objects in the table. ```cpp class ListColumnCollection diff --git a/english/cpp/aspose.cells.tables/listobject/_impl/_index.md b/english/cpp/aspose.cells.tables/listobject/_impl/_index.md index e4f52e00cc7..1a9ad6b5435 100644 --- a/english/cpp/aspose.cells.tables/listobject/_impl/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObject::_impl field. The implementation object in C++.' type: docs -weight: 4700 +weight: 5000 url: /cpp/aspose.cells.tables/listobject/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells.tables/listobject/_index.md b/english/cpp/aspose.cells.tables/listobject/_index.md index db5d5af7b08..c8f43cefb02 100644 --- a/english/cpp/aspose.cells.tables/listobject/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Tables::ListObject class linktitle: ListObject second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject class. Represents a list object on a worksheet. The ListObject object is a member of the ListObjects collection. The ListObjects collection contains all the list objects on a worksheet in C++.' +description: 'Aspose::Cells::Tables::ListObject class. Represents a table in a worksheet in C++.' type: docs weight: 300 url: /cpp/aspose.cells.tables/listobject/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.tables/listobject/ ## ListObject class -Represents a list object on a worksheet. The [ListObject](./) object is a member of the ListObjects collection. The ListObjects collection contains all the list objects on a worksheet. +Represents a table in a worksheet. ```cpp class ListObject @@ -23,24 +23,25 @@ class ListObject | [ApplyStyleToRange()](./applystyletorange/) | Apply the table style to the range. | | [ConvertToRange()](./converttorange/) | Convert the table to range. | | [ConvertToRange(const TableToRangeOptions\& options)](./converttorange/) | Convert the table to range. | -| [Filter()](./filter/) | Filter the table. | +| [Filter()](./filter/) | **(Deprecated)** Filter the table. | | [GetAlternativeDescription()](./getalternativedescription/) | Gets and sets the alternative description. | | [GetAlternativeText()](./getalternativetext/) | Gets and sets the alternative text. | -| [GetAutoFilter()](./getautofilter/) | Gets auto filter. | +| [GetAutoFilter()](./getautofilter/) | Gets auto filter of this table. | | [GetComment()](./getcomment/) | Gets and sets the comment of the table. | -| [GetDataRange()](./getdatarange/) | Gets the data range of the [ListObject](./). | +| [GetDataRange()](./getdatarange/) | Gets the data range of the Table. | | [GetDataSourceType()](./getdatasourcetype/) | Gets the data source type of the table. | -| [GetDisplayName()](./getdisplayname/) | Gets and sets the display name. | +| [GetDisplayName()](./getdisplayname/) | Gets and sets the display name of the table. | | [GetEndColumn()](./getendcolumn/) | Gets the end column of the range. | | [GetEndRow()](./getendrow/) | Gets the end row of the range. | -| [GetListColumns()](./getlistcolumns/) | Gets ListColumns of the [ListObject](./). | +| [GetHasAutoFilter()](./gethasautofilter/) | Indicates whether auto filter is applied to this table. | +| [GetListColumns()](./getlistcolumns/) | Gets the [ListColumn](../listcolumn/) list of this table. | | [GetQueryTable()](./getquerytable/) | Gets the linked [QueryTable](../../aspose.cells/querytable/). | -| [GetShowHeaderRow()](./getshowheaderrow/) | Gets and sets whether this [ListObject](./) show header row. | -| [GetShowTableStyleColumnStripes()](./getshowtablestylecolumnstripes/) | Indicates whether column stripe formatting is applied. | -| [GetShowTableStyleFirstColumn()](./getshowtablestylefirstcolumn/) | Indicates whether the first column in the table should have the style applied. | -| [GetShowTableStyleLastColumn()](./getshowtablestylelastcolumn/) | Indicates whether the last column in the table should have the style applied. | -| [GetShowTableStyleRowStripes()](./getshowtablestylerowstripes/) | Indicates whether row stripe formatting is applied. | -| [GetShowTotals()](./getshowtotals/) | Gets and sets whether this [ListObject](./) show total row. | +| [GetShowHeaderRow()](./getshowheaderrow/) | Gets and sets whether this Table shows header row. | +| [GetShowTableStyleColumnStripes()](./getshowtablestylecolumnstripes/) | Indicates whether column stripe formatting is applied to. | +| [GetShowTableStyleFirstColumn()](./getshowtablestylefirstcolumn/) | Indicates whether the first column in the table is the style applied to. | +| [GetShowTableStyleLastColumn()](./getshowtablestylelastcolumn/) | Indicates whether the last column in the table is the style applied to. | +| [GetShowTableStyleRowStripes()](./getshowtablestylerowstripes/) | Indicates whether row stripe formatting is applied to. | +| [GetShowTotals()](./getshowtotals/) | Gets and sets whether this TAble shows total row. | | [GetStartColumn()](./getstartcolumn/) | Gets the start column of the range. | | [GetStartRow()](./getstartrow/) | Gets the start row of the range. | | [GetTableStyleName()](./gettablestylename/) | Gets and sets the table style name. | @@ -57,6 +58,7 @@ class ListObject | [PutCellFormula(int32_t rowOffset, int32_t columnOffset, const char16_t* formula, bool isTotalsRowFormula)](./putcellformula/) | Put the formula to the cell in the table. | | [PutCellValue(int32_t rowOffset, int32_t columnOffset, const Aspose::Cells::Object\& value)](./putcellvalue/) | Put the value to the cell. | | [PutCellValue(int32_t rowOffset, int32_t columnOffset, const Aspose::Cells::Object\& value, bool isTotalsRowLabel)](./putcellvalue/) | Put the value to the cell. | +| [RemoveAutoFilter()](./removeautofilter/) | Removes auto filter which is applied to this table. | | [Resize(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn, bool hasHeaders)](./resize/) | Resize the range of the list object. | | [SetAlternativeDescription(const U16String\& value)](./setalternativedescription/) | Gets and sets the alternative description. | | [SetAlternativeDescription(const char16_t* value)](./setalternativedescription/) | Gets and sets the alternative description. | @@ -64,18 +66,19 @@ class ListObject | [SetAlternativeText(const char16_t* value)](./setalternativetext/) | Gets and sets the alternative text. | | [SetComment(const U16String\& value)](./setcomment/) | Gets and sets the comment of the table. | | [SetComment(const char16_t* value)](./setcomment/) | Gets and sets the comment of the table. | -| [SetDisplayName(const U16String\& value)](./setdisplayname/) | Gets and sets the display name. | -| [SetDisplayName(const char16_t* value)](./setdisplayname/) | Gets and sets the display name. | -| [SetShowHeaderRow(bool value)](./setshowheaderrow/) | Gets and sets whether this [ListObject](./) show header row. | -| [SetShowTableStyleColumnStripes(bool value)](./setshowtablestylecolumnstripes/) | Indicates whether column stripe formatting is applied. | -| [SetShowTableStyleFirstColumn(bool value)](./setshowtablestylefirstcolumn/) | Indicates whether the first column in the table should have the style applied. | -| [SetShowTableStyleLastColumn(bool value)](./setshowtablestylelastcolumn/) | Indicates whether the last column in the table should have the style applied. | -| [SetShowTableStyleRowStripes(bool value)](./setshowtablestylerowstripes/) | Indicates whether row stripe formatting is applied. | -| [SetShowTotals(bool value)](./setshowtotals/) | Gets and sets whether this [ListObject](./) show total row. | +| [SetDisplayName(const U16String\& value)](./setdisplayname/) | Gets and sets the display name of the table. | +| [SetDisplayName(const char16_t* value)](./setdisplayname/) | Gets and sets the display name of the table. | +| [SetHasAutoFilter(bool value)](./sethasautofilter/) | Indicates whether auto filter is applied to this table. | +| [SetShowHeaderRow(bool value)](./setshowheaderrow/) | Gets and sets whether this Table shows header row. | +| [SetShowTableStyleColumnStripes(bool value)](./setshowtablestylecolumnstripes/) | Indicates whether column stripe formatting is applied to. | +| [SetShowTableStyleFirstColumn(bool value)](./setshowtablestylefirstcolumn/) | Indicates whether the first column in the table is the style applied to. | +| [SetShowTableStyleLastColumn(bool value)](./setshowtablestylelastcolumn/) | Indicates whether the last column in the table is the style applied to. | +| [SetShowTableStyleRowStripes(bool value)](./setshowtablestylerowstripes/) | Indicates whether row stripe formatting is applied to. | +| [SetShowTotals(bool value)](./setshowtotals/) | Gets and sets whether this TAble shows total row. | | [SetTableStyleName(const U16String\& value)](./settablestylename/) | Gets and sets the table style name. | | [SetTableStyleName(const char16_t* value)](./settablestylename/) | Gets and sets the table style name. | | [SetTableStyleType(TableStyleType value)](./settablestyletype/) | Gets and the built-in table style. | -| [UpdateColumnName()](./updatecolumnname/) | Updates all list columns' name from the worksheet. | +| [UpdateColumnName()](./updatecolumnname/) | Updates all list columns' name to cells in the table. | | [~ListObject()](./~listobject/) | Destructor. | ## Fields diff --git a/english/cpp/aspose.cells.tables/listobject/applystyletorange/_index.md b/english/cpp/aspose.cells.tables/listobject/applystyletorange/_index.md index 345d8e4bb95..d6ab2640fe2 100644 --- a/english/cpp/aspose.cells.tables/listobject/applystyletorange/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/applystyletorange/_index.md @@ -4,7 +4,7 @@ linktitle: ApplyStyleToRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObject::ApplyStyleToRange method. Apply the table style to the range in C++.' type: docs -weight: 3600 +weight: 3900 url: /cpp/aspose.cells.tables/listobject/applystyletorange/ --- ## ListObject::ApplyStyleToRange method diff --git a/english/cpp/aspose.cells.tables/listobject/converttorange/_index.md b/english/cpp/aspose.cells.tables/listobject/converttorange/_index.md index 8125d58ea9c..09a9ca02231 100644 --- a/english/cpp/aspose.cells.tables/listobject/converttorange/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/converttorange/_index.md @@ -4,7 +4,7 @@ linktitle: ConvertToRange second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObject::ConvertToRange method. Convert the table to range in C++.' type: docs -weight: 3700 +weight: 4000 url: /cpp/aspose.cells.tables/listobject/converttorange/ --- ## ListObject::ConvertToRange() method diff --git a/english/cpp/aspose.cells.tables/listobject/filter/_index.md b/english/cpp/aspose.cells.tables/listobject/filter/_index.md index dd39c0fb297..16f715334c6 100644 --- a/english/cpp/aspose.cells.tables/listobject/filter/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/filter/_index.md @@ -4,7 +4,7 @@ linktitle: Filter second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObject::Filter method. Filter the table in C++.' type: docs -weight: 2200 +weight: 2500 url: /cpp/aspose.cells.tables/listobject/filter/ --- ## ListObject::Filter method @@ -12,10 +12,20 @@ url: /cpp/aspose.cells.tables/listobject/filter/ Filter the table. + +>Deprecated +> +>Use set ListObject.HasAutoFilter property ```cpp AutoFilter Aspose::Cells::Tables::ListObject::Filter() ``` +## Remarks + + +NOTE: This member is now obsolete. Instead,please set ListObject.HasAutoFilter property. This property will be removed 12 months later since October 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + ## See Also * Class [AutoFilter](../../../aspose.cells/autofilter/) diff --git a/english/cpp/aspose.cells.tables/listobject/getalternativedescription/_index.md b/english/cpp/aspose.cells.tables/listobject/getalternativedescription/_index.md index ca021cd0a25..62a0cf1471e 100644 --- a/english/cpp/aspose.cells.tables/listobject/getalternativedescription/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/getalternativedescription/_index.md @@ -4,7 +4,7 @@ linktitle: GetAlternativeDescription second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObject::GetAlternativeDescription method. Gets and sets the alternative description in C++.' type: docs -weight: 4500 +weight: 4800 url: /cpp/aspose.cells.tables/listobject/getalternativedescription/ --- ## ListObject::GetAlternativeDescription method diff --git a/english/cpp/aspose.cells.tables/listobject/getalternativetext/_index.md b/english/cpp/aspose.cells.tables/listobject/getalternativetext/_index.md index 55a9323af4d..b5cc925e630 100644 --- a/english/cpp/aspose.cells.tables/listobject/getalternativetext/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/getalternativetext/_index.md @@ -4,7 +4,7 @@ linktitle: GetAlternativeText second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObject::GetAlternativeText method. Gets and sets the alternative text in C++.' type: docs -weight: 4300 +weight: 4600 url: /cpp/aspose.cells.tables/listobject/getalternativetext/ --- ## ListObject::GetAlternativeText method diff --git a/english/cpp/aspose.cells.tables/listobject/getautofilter/_index.md b/english/cpp/aspose.cells.tables/listobject/getautofilter/_index.md index d4966ca2642..2b0eb113fe2 100644 --- a/english/cpp/aspose.cells.tables/listobject/getautofilter/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/getautofilter/_index.md @@ -2,20 +2,24 @@ title: Aspose::Cells::Tables::ListObject::GetAutoFilter method linktitle: GetAutoFilter second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::GetAutoFilter method. Gets auto filter in C++.' +description: 'Aspose::Cells::Tables::ListObject::GetAutoFilter method. Gets auto filter of this table in C++.' type: docs -weight: 2300 +weight: 2600 url: /cpp/aspose.cells.tables/listobject/getautofilter/ --- ## ListObject::GetAutoFilter method -Gets auto filter. +Gets auto filter of this table. ```cpp AutoFilter Aspose::Cells::Tables::ListObject::GetAutoFilter() ``` +## Remarks + + +It works only when HasAutoFilter is false. ## See Also * Class [AutoFilter](../../../aspose.cells/autofilter/) diff --git a/english/cpp/aspose.cells.tables/listobject/getcomment/_index.md b/english/cpp/aspose.cells.tables/listobject/getcomment/_index.md index 85ca26bd881..73f5dac7fbc 100644 --- a/english/cpp/aspose.cells.tables/listobject/getcomment/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/getcomment/_index.md @@ -4,7 +4,7 @@ linktitle: GetComment second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObject::GetComment method. Gets and sets the comment of the table in C++.' type: docs -weight: 2600 +weight: 2900 url: /cpp/aspose.cells.tables/listobject/getcomment/ --- ## ListObject::GetComment method diff --git a/english/cpp/aspose.cells.tables/listobject/getdatarange/_index.md b/english/cpp/aspose.cells.tables/listobject/getdatarange/_index.md index 1b86fba780a..863ba96a50a 100644 --- a/english/cpp/aspose.cells.tables/listobject/getdatarange/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/getdatarange/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Tables::ListObject::GetDataRange method linktitle: GetDataRange second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::GetDataRange method. Gets the data range of the ListObject in C++.' +description: 'Aspose::Cells::Tables::ListObject::GetDataRange method. Gets the data range of the Table in C++.' type: docs weight: 1800 url: /cpp/aspose.cells.tables/listobject/getdatarange/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.tables/listobject/getdatarange/ ## ListObject::GetDataRange method -Gets the data range of the [ListObject](../). +Gets the data range of the Table. ```cpp Range Aspose::Cells::Tables::ListObject::GetDataRange() diff --git a/english/cpp/aspose.cells.tables/listobject/getdisplayname/_index.md b/english/cpp/aspose.cells.tables/listobject/getdisplayname/_index.md index 577fcb697d8..46a6af2176a 100644 --- a/english/cpp/aspose.cells.tables/listobject/getdisplayname/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/getdisplayname/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Tables::ListObject::GetDisplayName method linktitle: GetDisplayName second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::GetDisplayName method. Gets and sets the display name in C++.' +description: 'Aspose::Cells::Tables::ListObject::GetDisplayName method. Gets and sets the display name of the table in C++.' type: docs -weight: 2400 +weight: 2700 url: /cpp/aspose.cells.tables/listobject/getdisplayname/ --- ## ListObject::GetDisplayName method -Gets and sets the display name. +Gets and sets the display name of the table. ```cpp U16String Aspose::Cells::Tables::ListObject::GetDisplayName() diff --git a/english/cpp/aspose.cells.tables/listobject/gethasautofilter/_index.md b/english/cpp/aspose.cells.tables/listobject/gethasautofilter/_index.md new file mode 100644 index 00000000000..e2903da1d09 --- /dev/null +++ b/english/cpp/aspose.cells.tables/listobject/gethasautofilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetHasAutoFilter method +linktitle: GetHasAutoFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetHasAutoFilter method. Indicates whether auto filter is applied to this table in C++.' +type: docs +weight: 2200 +url: /cpp/aspose.cells.tables/listobject/gethasautofilter/ +--- +## ListObject::GetHasAutoFilter method + + +Indicates whether auto filter is applied to this table. + +```cpp +bool Aspose::Cells::Tables::ListObject::GetHasAutoFilter() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.tables/listobject/getlistcolumns/_index.md b/english/cpp/aspose.cells.tables/listobject/getlistcolumns/_index.md index 84688b4b7cf..27ecf221593 100644 --- a/english/cpp/aspose.cells.tables/listobject/getlistcolumns/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/getlistcolumns/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Tables::ListObject::GetListColumns method linktitle: GetListColumns second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::GetListColumns method. Gets ListColumns of the ListObject in C++.' +description: 'Aspose::Cells::Tables::ListObject::GetListColumns method. Gets the ListColumn list of this table in C++.' type: docs weight: 1000 url: /cpp/aspose.cells.tables/listobject/getlistcolumns/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.tables/listobject/getlistcolumns/ ## ListObject::GetListColumns method -Gets ListColumns of the [ListObject](../). +Gets the [ListColumn](../../listcolumn/) list of this table. ```cpp ListColumnCollection Aspose::Cells::Tables::ListObject::GetListColumns() diff --git a/english/cpp/aspose.cells.tables/listobject/getshowheaderrow/_index.md b/english/cpp/aspose.cells.tables/listobject/getshowheaderrow/_index.md index 34d1c16e5a9..78c9e234f07 100644 --- a/english/cpp/aspose.cells.tables/listobject/getshowheaderrow/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/getshowheaderrow/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Tables::ListObject::GetShowHeaderRow method linktitle: GetShowHeaderRow second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::GetShowHeaderRow method. Gets and sets whether this ListObject show header row in C++.' +description: 'Aspose::Cells::Tables::ListObject::GetShowHeaderRow method. Gets and sets whether this Table shows header row in C++.' type: docs weight: 1400 url: /cpp/aspose.cells.tables/listobject/getshowheaderrow/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.tables/listobject/getshowheaderrow/ ## ListObject::GetShowHeaderRow method -Gets and sets whether this [ListObject](../) show header row. +Gets and sets whether this Table shows header row. ```cpp bool Aspose::Cells::Tables::ListObject::GetShowHeaderRow() diff --git a/english/cpp/aspose.cells.tables/listobject/getshowtablestylecolumnstripes/_index.md b/english/cpp/aspose.cells.tables/listobject/getshowtablestylecolumnstripes/_index.md index 869908bb433..7a12f0d6684 100644 --- a/english/cpp/aspose.cells.tables/listobject/getshowtablestylecolumnstripes/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/getshowtablestylecolumnstripes/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Tables::ListObject::GetShowTableStyleColumnStripes method linktitle: GetShowTableStyleColumnStripes second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::GetShowTableStyleColumnStripes method. Indicates whether column stripe formatting is applied in C++.' +description: 'Aspose::Cells::Tables::ListObject::GetShowTableStyleColumnStripes method. Indicates whether column stripe formatting is applied to in C++.' type: docs -weight: 3400 +weight: 3700 url: /cpp/aspose.cells.tables/listobject/getshowtablestylecolumnstripes/ --- ## ListObject::GetShowTableStyleColumnStripes method -Indicates whether column stripe formatting is applied. +Indicates whether column stripe formatting is applied to. ```cpp bool Aspose::Cells::Tables::ListObject::GetShowTableStyleColumnStripes() diff --git a/english/cpp/aspose.cells.tables/listobject/getshowtablestylefirstcolumn/_index.md b/english/cpp/aspose.cells.tables/listobject/getshowtablestylefirstcolumn/_index.md index f5c720d6fc0..12844160e5e 100644 --- a/english/cpp/aspose.cells.tables/listobject/getshowtablestylefirstcolumn/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/getshowtablestylefirstcolumn/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Tables::ListObject::GetShowTableStyleFirstColumn method linktitle: GetShowTableStyleFirstColumn second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::GetShowTableStyleFirstColumn method. Indicates whether the first column in the table should have the style applied in C++.' +description: 'Aspose::Cells::Tables::ListObject::GetShowTableStyleFirstColumn method. Indicates whether the first column in the table is the style applied to in C++.' type: docs -weight: 2800 +weight: 3100 url: /cpp/aspose.cells.tables/listobject/getshowtablestylefirstcolumn/ --- ## ListObject::GetShowTableStyleFirstColumn method -Indicates whether the first column in the table should have the style applied. +Indicates whether the first column in the table is the style applied to. ```cpp bool Aspose::Cells::Tables::ListObject::GetShowTableStyleFirstColumn() diff --git a/english/cpp/aspose.cells.tables/listobject/getshowtablestylelastcolumn/_index.md b/english/cpp/aspose.cells.tables/listobject/getshowtablestylelastcolumn/_index.md index b63a8c32251..a10e3ff88d4 100644 --- a/english/cpp/aspose.cells.tables/listobject/getshowtablestylelastcolumn/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/getshowtablestylelastcolumn/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Tables::ListObject::GetShowTableStyleLastColumn method linktitle: GetShowTableStyleLastColumn second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::GetShowTableStyleLastColumn method. Indicates whether the last column in the table should have the style applied in C++.' +description: 'Aspose::Cells::Tables::ListObject::GetShowTableStyleLastColumn method. Indicates whether the last column in the table is the style applied to in C++.' type: docs -weight: 3000 +weight: 3300 url: /cpp/aspose.cells.tables/listobject/getshowtablestylelastcolumn/ --- ## ListObject::GetShowTableStyleLastColumn method -Indicates whether the last column in the table should have the style applied. +Indicates whether the last column in the table is the style applied to. ```cpp bool Aspose::Cells::Tables::ListObject::GetShowTableStyleLastColumn() diff --git a/english/cpp/aspose.cells.tables/listobject/getshowtablestylerowstripes/_index.md b/english/cpp/aspose.cells.tables/listobject/getshowtablestylerowstripes/_index.md index 1d40f558dcb..a768c6e5a96 100644 --- a/english/cpp/aspose.cells.tables/listobject/getshowtablestylerowstripes/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/getshowtablestylerowstripes/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Tables::ListObject::GetShowTableStyleRowStripes method linktitle: GetShowTableStyleRowStripes second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::GetShowTableStyleRowStripes method. Indicates whether row stripe formatting is applied in C++.' +description: 'Aspose::Cells::Tables::ListObject::GetShowTableStyleRowStripes method. Indicates whether row stripe formatting is applied to in C++.' type: docs -weight: 3200 +weight: 3500 url: /cpp/aspose.cells.tables/listobject/getshowtablestylerowstripes/ --- ## ListObject::GetShowTableStyleRowStripes method -Indicates whether row stripe formatting is applied. +Indicates whether row stripe formatting is applied to. ```cpp bool Aspose::Cells::Tables::ListObject::GetShowTableStyleRowStripes() diff --git a/english/cpp/aspose.cells.tables/listobject/getshowtotals/_index.md b/english/cpp/aspose.cells.tables/listobject/getshowtotals/_index.md index 0a31195bea1..d4348f0d5c8 100644 --- a/english/cpp/aspose.cells.tables/listobject/getshowtotals/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/getshowtotals/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Tables::ListObject::GetShowTotals method linktitle: GetShowTotals second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::GetShowTotals method. Gets and sets whether this ListObject show total row in C++.' +description: 'Aspose::Cells::Tables::ListObject::GetShowTotals method. Gets and sets whether this TAble shows total row in C++.' type: docs weight: 1600 url: /cpp/aspose.cells.tables/listobject/getshowtotals/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.tables/listobject/getshowtotals/ ## ListObject::GetShowTotals method -Gets and sets whether this [ListObject](../) show total row. +Gets and sets whether this TAble shows total row. ```cpp bool Aspose::Cells::Tables::ListObject::GetShowTotals() diff --git a/english/cpp/aspose.cells.tables/listobject/gettablestylename/_index.md b/english/cpp/aspose.cells.tables/listobject/gettablestylename/_index.md index 90132a11b1d..03e81972e6a 100644 --- a/english/cpp/aspose.cells.tables/listobject/gettablestylename/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/gettablestylename/_index.md @@ -4,7 +4,7 @@ linktitle: GetTableStyleName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObject::GetTableStyleName method. Gets and sets the table style name in C++.' type: docs -weight: 4000 +weight: 4300 url: /cpp/aspose.cells.tables/listobject/gettablestylename/ --- ## ListObject::GetTableStyleName method diff --git a/english/cpp/aspose.cells.tables/listobject/gettablestyletype/_index.md b/english/cpp/aspose.cells.tables/listobject/gettablestyletype/_index.md index bb09001c0ea..cd65549ed4e 100644 --- a/english/cpp/aspose.cells.tables/listobject/gettablestyletype/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/gettablestyletype/_index.md @@ -4,7 +4,7 @@ linktitle: GetTableStyleType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObject::GetTableStyleType method. Gets and the built-in table style in C++.' type: docs -weight: 3800 +weight: 4100 url: /cpp/aspose.cells.tables/listobject/gettablestyletype/ --- ## ListObject::GetTableStyleType method diff --git a/english/cpp/aspose.cells.tables/listobject/getxmlmap/_index.md b/english/cpp/aspose.cells.tables/listobject/getxmlmap/_index.md index 4b4e73080c4..55a158da63d 100644 --- a/english/cpp/aspose.cells.tables/listobject/getxmlmap/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/getxmlmap/_index.md @@ -4,7 +4,7 @@ linktitle: GetXmlMap second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObject::GetXmlMap method. Gets an XmlMap used for this list in C++.' type: docs -weight: 4200 +weight: 4500 url: /cpp/aspose.cells.tables/listobject/getxmlmap/ --- ## ListObject::GetXmlMap method diff --git a/english/cpp/aspose.cells.tables/listobject/removeautofilter/_index.md b/english/cpp/aspose.cells.tables/listobject/removeautofilter/_index.md new file mode 100644 index 00000000000..fbcbab57c9e --- /dev/null +++ b/english/cpp/aspose.cells.tables/listobject/removeautofilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::RemoveAutoFilter method +linktitle: RemoveAutoFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::RemoveAutoFilter method. Removes auto filter which is applied to this table in C++.' +type: docs +weight: 2400 +url: /cpp/aspose.cells.tables/listobject/removeautofilter/ +--- +## ListObject::RemoveAutoFilter method + + +Removes auto filter which is applied to this table. + +```cpp +void Aspose::Cells::Tables::ListObject::RemoveAutoFilter() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.tables/listobject/setalternativedescription/_index.md b/english/cpp/aspose.cells.tables/listobject/setalternativedescription/_index.md index d73a9802bc9..ceac40d6091 100644 --- a/english/cpp/aspose.cells.tables/listobject/setalternativedescription/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/setalternativedescription/_index.md @@ -4,7 +4,7 @@ linktitle: SetAlternativeDescription second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObject::SetAlternativeDescription method. Gets and sets the alternative description in C++.' type: docs -weight: 4600 +weight: 4900 url: /cpp/aspose.cells.tables/listobject/setalternativedescription/ --- ## ListObject::SetAlternativeDescription(const U16String\&) method diff --git a/english/cpp/aspose.cells.tables/listobject/setalternativetext/_index.md b/english/cpp/aspose.cells.tables/listobject/setalternativetext/_index.md index 27134e06c12..b4d1a822e8c 100644 --- a/english/cpp/aspose.cells.tables/listobject/setalternativetext/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/setalternativetext/_index.md @@ -4,7 +4,7 @@ linktitle: SetAlternativeText second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObject::SetAlternativeText method. Gets and sets the alternative text in C++.' type: docs -weight: 4400 +weight: 4700 url: /cpp/aspose.cells.tables/listobject/setalternativetext/ --- ## ListObject::SetAlternativeText(const U16String\&) method diff --git a/english/cpp/aspose.cells.tables/listobject/setcomment/_index.md b/english/cpp/aspose.cells.tables/listobject/setcomment/_index.md index dad1a62e6e2..ff11abbfc83 100644 --- a/english/cpp/aspose.cells.tables/listobject/setcomment/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/setcomment/_index.md @@ -4,7 +4,7 @@ linktitle: SetComment second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObject::SetComment method. Gets and sets the comment of the table in C++.' type: docs -weight: 2700 +weight: 3000 url: /cpp/aspose.cells.tables/listobject/setcomment/ --- ## ListObject::SetComment(const U16String\&) method diff --git a/english/cpp/aspose.cells.tables/listobject/setdisplayname/_index.md b/english/cpp/aspose.cells.tables/listobject/setdisplayname/_index.md index e4b4f1aa964..c5438633c65 100644 --- a/english/cpp/aspose.cells.tables/listobject/setdisplayname/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/setdisplayname/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Tables::ListObject::SetDisplayName method linktitle: SetDisplayName second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::SetDisplayName method. Gets and sets the display name in C++.' +description: 'Aspose::Cells::Tables::ListObject::SetDisplayName method. Gets and sets the display name of the table in C++.' type: docs -weight: 2500 +weight: 2800 url: /cpp/aspose.cells.tables/listobject/setdisplayname/ --- ## ListObject::SetDisplayName(const U16String\&) method -Gets and sets the display name. +Gets and sets the display name of the table. ```cpp void Aspose::Cells::Tables::ListObject::SetDisplayName(const U16String &value) @@ -26,7 +26,7 @@ void Aspose::Cells::Tables::ListObject::SetDisplayName(const U16String &value) ## ListObject::SetDisplayName(const char16_t*) method -Gets and sets the display name. +Gets and sets the display name of the table. ```cpp void Aspose::Cells::Tables::ListObject::SetDisplayName(const char16_t *value) diff --git a/english/cpp/aspose.cells.tables/listobject/sethasautofilter/_index.md b/english/cpp/aspose.cells.tables/listobject/sethasautofilter/_index.md new file mode 100644 index 00000000000..ccb004787a8 --- /dev/null +++ b/english/cpp/aspose.cells.tables/listobject/sethasautofilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::SetHasAutoFilter method +linktitle: SetHasAutoFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::SetHasAutoFilter method. Indicates whether auto filter is applied to this table in C++.' +type: docs +weight: 2300 +url: /cpp/aspose.cells.tables/listobject/sethasautofilter/ +--- +## ListObject::SetHasAutoFilter method + + +Indicates whether auto filter is applied to this table. + +```cpp +void Aspose::Cells::Tables::ListObject::SetHasAutoFilter(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells.tables/listobject/setshowheaderrow/_index.md b/english/cpp/aspose.cells.tables/listobject/setshowheaderrow/_index.md index 9c573a9c822..f274e08bd0d 100644 --- a/english/cpp/aspose.cells.tables/listobject/setshowheaderrow/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/setshowheaderrow/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Tables::ListObject::SetShowHeaderRow method linktitle: SetShowHeaderRow second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::SetShowHeaderRow method. Gets and sets whether this ListObject show header row in C++.' +description: 'Aspose::Cells::Tables::ListObject::SetShowHeaderRow method. Gets and sets whether this Table shows header row in C++.' type: docs weight: 1500 url: /cpp/aspose.cells.tables/listobject/setshowheaderrow/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.tables/listobject/setshowheaderrow/ ## ListObject::SetShowHeaderRow method -Gets and sets whether this [ListObject](../) show header row. +Gets and sets whether this Table shows header row. ```cpp void Aspose::Cells::Tables::ListObject::SetShowHeaderRow(bool value) diff --git a/english/cpp/aspose.cells.tables/listobject/setshowtablestylecolumnstripes/_index.md b/english/cpp/aspose.cells.tables/listobject/setshowtablestylecolumnstripes/_index.md index 9274175644d..46136c04531 100644 --- a/english/cpp/aspose.cells.tables/listobject/setshowtablestylecolumnstripes/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/setshowtablestylecolumnstripes/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Tables::ListObject::SetShowTableStyleColumnStripes method linktitle: SetShowTableStyleColumnStripes second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::SetShowTableStyleColumnStripes method. Indicates whether column stripe formatting is applied in C++.' +description: 'Aspose::Cells::Tables::ListObject::SetShowTableStyleColumnStripes method. Indicates whether column stripe formatting is applied to in C++.' type: docs -weight: 3500 +weight: 3800 url: /cpp/aspose.cells.tables/listobject/setshowtablestylecolumnstripes/ --- ## ListObject::SetShowTableStyleColumnStripes method -Indicates whether column stripe formatting is applied. +Indicates whether column stripe formatting is applied to. ```cpp void Aspose::Cells::Tables::ListObject::SetShowTableStyleColumnStripes(bool value) diff --git a/english/cpp/aspose.cells.tables/listobject/setshowtablestylefirstcolumn/_index.md b/english/cpp/aspose.cells.tables/listobject/setshowtablestylefirstcolumn/_index.md index eed65cfdb1b..b9f49d3eea4 100644 --- a/english/cpp/aspose.cells.tables/listobject/setshowtablestylefirstcolumn/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/setshowtablestylefirstcolumn/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Tables::ListObject::SetShowTableStyleFirstColumn method linktitle: SetShowTableStyleFirstColumn second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::SetShowTableStyleFirstColumn method. Indicates whether the first column in the table should have the style applied in C++.' +description: 'Aspose::Cells::Tables::ListObject::SetShowTableStyleFirstColumn method. Indicates whether the first column in the table is the style applied to in C++.' type: docs -weight: 2900 +weight: 3200 url: /cpp/aspose.cells.tables/listobject/setshowtablestylefirstcolumn/ --- ## ListObject::SetShowTableStyleFirstColumn method -Indicates whether the first column in the table should have the style applied. +Indicates whether the first column in the table is the style applied to. ```cpp void Aspose::Cells::Tables::ListObject::SetShowTableStyleFirstColumn(bool value) diff --git a/english/cpp/aspose.cells.tables/listobject/setshowtablestylelastcolumn/_index.md b/english/cpp/aspose.cells.tables/listobject/setshowtablestylelastcolumn/_index.md index cc22320cc5a..1a58b9db878 100644 --- a/english/cpp/aspose.cells.tables/listobject/setshowtablestylelastcolumn/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/setshowtablestylelastcolumn/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Tables::ListObject::SetShowTableStyleLastColumn method linktitle: SetShowTableStyleLastColumn second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::SetShowTableStyleLastColumn method. Indicates whether the last column in the table should have the style applied in C++.' +description: 'Aspose::Cells::Tables::ListObject::SetShowTableStyleLastColumn method. Indicates whether the last column in the table is the style applied to in C++.' type: docs -weight: 3100 +weight: 3400 url: /cpp/aspose.cells.tables/listobject/setshowtablestylelastcolumn/ --- ## ListObject::SetShowTableStyleLastColumn method -Indicates whether the last column in the table should have the style applied. +Indicates whether the last column in the table is the style applied to. ```cpp void Aspose::Cells::Tables::ListObject::SetShowTableStyleLastColumn(bool value) diff --git a/english/cpp/aspose.cells.tables/listobject/setshowtablestylerowstripes/_index.md b/english/cpp/aspose.cells.tables/listobject/setshowtablestylerowstripes/_index.md index db72316e1a8..1bf262a1076 100644 --- a/english/cpp/aspose.cells.tables/listobject/setshowtablestylerowstripes/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/setshowtablestylerowstripes/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::Tables::ListObject::SetShowTableStyleRowStripes method linktitle: SetShowTableStyleRowStripes second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::SetShowTableStyleRowStripes method. Indicates whether row stripe formatting is applied in C++.' +description: 'Aspose::Cells::Tables::ListObject::SetShowTableStyleRowStripes method. Indicates whether row stripe formatting is applied to in C++.' type: docs -weight: 3300 +weight: 3600 url: /cpp/aspose.cells.tables/listobject/setshowtablestylerowstripes/ --- ## ListObject::SetShowTableStyleRowStripes method -Indicates whether row stripe formatting is applied. +Indicates whether row stripe formatting is applied to. ```cpp void Aspose::Cells::Tables::ListObject::SetShowTableStyleRowStripes(bool value) diff --git a/english/cpp/aspose.cells.tables/listobject/setshowtotals/_index.md b/english/cpp/aspose.cells.tables/listobject/setshowtotals/_index.md index c8c365f5d3a..263866eb55d 100644 --- a/english/cpp/aspose.cells.tables/listobject/setshowtotals/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/setshowtotals/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Tables::ListObject::SetShowTotals method linktitle: SetShowTotals second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::SetShowTotals method. Gets and sets whether this ListObject show total row in C++.' +description: 'Aspose::Cells::Tables::ListObject::SetShowTotals method. Gets and sets whether this TAble shows total row in C++.' type: docs weight: 1700 url: /cpp/aspose.cells.tables/listobject/setshowtotals/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.tables/listobject/setshowtotals/ ## ListObject::SetShowTotals method -Gets and sets whether this [ListObject](../) show total row. +Gets and sets whether this TAble shows total row. ```cpp void Aspose::Cells::Tables::ListObject::SetShowTotals(bool value) diff --git a/english/cpp/aspose.cells.tables/listobject/settablestylename/_index.md b/english/cpp/aspose.cells.tables/listobject/settablestylename/_index.md index 6db3cb17554..c8a85878275 100644 --- a/english/cpp/aspose.cells.tables/listobject/settablestylename/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/settablestylename/_index.md @@ -4,7 +4,7 @@ linktitle: SetTableStyleName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObject::SetTableStyleName method. Gets and sets the table style name in C++.' type: docs -weight: 4100 +weight: 4400 url: /cpp/aspose.cells.tables/listobject/settablestylename/ --- ## ListObject::SetTableStyleName(const U16String\&) method diff --git a/english/cpp/aspose.cells.tables/listobject/settablestyletype/_index.md b/english/cpp/aspose.cells.tables/listobject/settablestyletype/_index.md index e209cba1052..65c3c97eb18 100644 --- a/english/cpp/aspose.cells.tables/listobject/settablestyletype/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/settablestyletype/_index.md @@ -4,7 +4,7 @@ linktitle: SetTableStyleType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::Tables::ListObject::SetTableStyleType method. Gets and the built-in table style in C++.' type: docs -weight: 3900 +weight: 4200 url: /cpp/aspose.cells.tables/listobject/settablestyletype/ --- ## ListObject::SetTableStyleType method diff --git a/english/cpp/aspose.cells.tables/listobject/updatecolumnname/_index.md b/english/cpp/aspose.cells.tables/listobject/updatecolumnname/_index.md index 6288e97ca72..4b9f9eaf0f7 100644 --- a/english/cpp/aspose.cells.tables/listobject/updatecolumnname/_index.md +++ b/english/cpp/aspose.cells.tables/listobject/updatecolumnname/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Tables::ListObject::UpdateColumnName method linktitle: UpdateColumnName second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::ListObject::UpdateColumnName method. Updates all list columns'' name from the worksheet in C++.' +description: 'Aspose::Cells::Tables::ListObject::UpdateColumnName method. Updates all list columns'' name to cells in the table in C++.' type: docs weight: 1900 url: /cpp/aspose.cells.tables/listobject/updatecolumnname/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.tables/listobject/updatecolumnname/ ## ListObject::UpdateColumnName method -Updates all list columns' name from the worksheet. +Updates all list columns' name to cells in the table. ```cpp void Aspose::Cells::Tables::ListObject::UpdateColumnName() diff --git a/english/cpp/aspose.cells.tables/tablestyle/_index.md b/english/cpp/aspose.cells.tables/tablestyle/_index.md index 60a9d5f787b..e0c768494ef 100644 --- a/english/cpp/aspose.cells.tables/tablestyle/_index.md +++ b/english/cpp/aspose.cells.tables/tablestyle/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Tables::TableStyle class linktitle: TableStyle second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Tables::TableStyle class. Represents the table style in C++.' +description: 'Aspose::Cells::Tables::TableStyle class. Represents the style of the table in C++.' type: docs weight: 500 url: /cpp/aspose.cells.tables/tablestyle/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.tables/tablestyle/ ## TableStyle class -Represents the table style. +Represents the style of the table. ```cpp class TableStyle diff --git a/english/cpp/aspose.cells.tables/tablestyletype/_index.md b/english/cpp/aspose.cells.tables/tablestyletype/_index.md index 3a5fd5816a8..744e55dd4cd 100644 --- a/english/cpp/aspose.cells.tables/tablestyletype/_index.md +++ b/english/cpp/aspose.cells.tables/tablestyletype/_index.md @@ -20,8 +20,8 @@ enum class TableStyleType | Name | Value | Description | | --- | --- | --- | -| None | 0 |
| -| TableStyleLight1 | 1 |
| +| None | 0 |
No style. | +| TableStyleLight1 | 1 |
Table [Style](../../aspose.cells/style/) Light 1. | | TableStyleLight2 | 2 |
| | TableStyleLight3 | 3 |
| | TableStyleLight4 | 4 |
| diff --git a/english/cpp/aspose.cells/_index.md b/english/cpp/aspose.cells/_index.md index 9d176e8bd82..f22fbe4e301 100644 --- a/english/cpp/aspose.cells/_index.md +++ b/english/cpp/aspose.cells/_index.md @@ -38,7 +38,7 @@ url: /cpp/aspose.cells/ | [CellValue](./cellvalue/) | Represents the cell value and corresponding type. | | [CellWatch](./cellwatch/) | Represents [Cell](./cell/) Watch Item in the 'watch window'. | | [CellWatchCollection](./cellwatchcollection/) | Represents the collection of cells on this worksheet being watched in the 'watch window'. | -| [ColorFilter](./colorfilter/) | Represents filtering the range by color. | +| [ColorFilter](./colorfilter/) | Represents setting for filtering the range by color. | | [ColorScale](./colorscale/) | Describe the [ColorScale](./colorscale/) conditional formatting rule. This conditional formatting rule creates a gradated color scale on the cells. | | [Column](./column/) | Represents a single column in a worksheet. | | [ColumnCollection](./columncollection/) | Collection of the [Column](./column/) objects that represent the individual column(setting)s in a worksheet. The [Column](./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](./column/) objects that have been instantiated in this collection, has nothing to do with the fact that there are non-empty cells(data) or not in the worksheet. | @@ -76,7 +76,7 @@ url: /cpp/aspose.cells/ | [FileFontSource](./filefontsource/) | Represents the single TrueType font file stored in the file system. | | [FileFormatInfo](./fileformatinfo/) | Contains data returned by [FileFormatUtil](./fileformatutil/) file format detection methods. | | [FileFormatUtil](./fileformatutil/) | Provides utility methods for converting file format enums to strings or file extensions and back. | -| [FilterColumn](./filtercolumn/) | Represents a filter for a single column. The Filter object is a member of the Filters collection. | +| [FilterColumn](./filtercolumn/) | Represents a filter for a single column. | | [FilterColumnCollection](./filtercolumncollection/) | A collection of Filter objects that represents all the filters in an autofiltered range. | | [FindOptions](./findoptions/) | Represents find options. | | [FolderFontSource](./folderfontsource/) | Represents the folder that contains TrueType font files. | @@ -165,7 +165,7 @@ url: /cpp/aspose.cells/ | [ThreadedCommentAuthorCollection](./threadedcommentauthorcollection/) | Represents all persons who . | | [ThreadedCommentCollection](./threadedcommentcollection/) | Represents the list of threaded comments. | | [Top10](./top10/) | Describe the [Top10](./top10/) conditional formatting rule. This conditional formatting rule highlights cells whose values fall in the top N or bottom N bracket, as specified. | -| [Top10Filter](./top10filter/) | Represents the top 10 filter. | +| [Top10Filter](./top10filter/) | Represents the top N (percent or number of items) to filter by. | | [TwoColorGradient](./twocolorgradient/) | Represents two color gradient. | | [TxtLoadOptions](./txtloadoptions/) | Represents the options for loading text file. | | [TxtSaveOptions](./txtsaveoptions/) | Represents the save options for csv/tab delimited/other text format. | diff --git a/english/cpp/aspose.cells/abstractcalculationengine/_index.md b/english/cpp/aspose.cells/abstractcalculationengine/_index.md index b6e0b409df8..216baf10f45 100644 --- a/english/cpp/aspose.cells/abstractcalculationengine/_index.md +++ b/english/cpp/aspose.cells/abstractcalculationengine/_index.md @@ -25,6 +25,7 @@ class AbstractCalculationEngine | virtual [GetProcessBuiltInFunctions()](./getprocessbuiltinfunctions/) | Whether built-in functions that have been supported by the built-in engine should be checked and processed by this implementation. Default is false. | | virtual [IsParamArrayModeRequired()](./isparamarraymoderequired/) | 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. | | virtual [IsParamLiteralRequired()](./isparamliteralrequired/) | Indicates whether this engine needs the literal text of parameter while doing calculation. Default value is false. | +| virtual [SkipCalculation()](./skipcalculation/) | Skips the calculation for the entire formula that references to the function currently under evaluation. | ## Fields | Field | Description | diff --git a/english/cpp/aspose.cells/abstractcalculationengine/skipcalculation/_index.md b/english/cpp/aspose.cells/abstractcalculationengine/skipcalculation/_index.md new file mode 100644 index 00000000000..5aa8fc0f855 --- /dev/null +++ b/english/cpp/aspose.cells/abstractcalculationengine/skipcalculation/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::AbstractCalculationEngine::SkipCalculation method +linktitle: SkipCalculation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractCalculationEngine::SkipCalculation method. Skips the calculation for the entire formula that references to the function currently under evaluation in C++.' +type: docs +weight: 100 +url: /cpp/aspose.cells/abstractcalculationengine/skipcalculation/ +--- +## AbstractCalculationEngine::SkipCalculation method + + +Skips the calculation for the entire formula that references to the function currently under evaluation. + +```cpp +virtual void Aspose::Cells::AbstractCalculationEngine::SkipCalculation() +``` + +## Remarks + + +This method can be invoked in the implementation of Calculate(CalculationData) to skip the calculation for the entire formula and the original value of the formula will be kept without change. +## See Also + +* Class [AbstractCalculationEngine](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/colorfilter/_index.md b/english/cpp/aspose.cells/colorfilter/_index.md index 6eb5da6d1ee..20930b66ddc 100644 --- a/english/cpp/aspose.cells/colorfilter/_index.md +++ b/english/cpp/aspose.cells/colorfilter/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::ColorFilter class linktitle: ColorFilter second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::ColorFilter class. Represents filtering the range by color in C++.' +description: 'Aspose::Cells::ColorFilter class. Represents setting for filtering the range by color in C++.' type: docs weight: 2500 url: /cpp/aspose.cells/colorfilter/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/colorfilter/ ## ColorFilter class -Represents filtering the range by color. +Represents setting for filtering the range by color. ```cpp class ColorFilter diff --git a/english/cpp/aspose.cells/dynamicfilter/_index.md b/english/cpp/aspose.cells/dynamicfilter/_index.md index 9184b6e7e45..02f942c5923 100644 --- a/english/cpp/aspose.cells/dynamicfilter/_index.md +++ b/english/cpp/aspose.cells/dynamicfilter/_index.md @@ -23,13 +23,13 @@ class DynamicFilter | [DynamicFilter(DynamicFilter_Impl* impl)](./dynamicfilter/) | Constructs from an implementation object. | | [DynamicFilter(const Aspose::Cells::Object\& obj)](./dynamicfilter/) | Constructs from an [Object](../object/) convertible to this. | | [DynamicFilter(const DynamicFilter\& src)](./dynamicfilter/) | Copy constructor. | -| [GetDynamicFilterType()](./getdynamicfiltertype/) | Gets and sets the dynamic filter type. | +| [GetDynamicFilterType()](./getdynamicfiltertype/) | Gets and sets the type of this dynamic filter. | | [GetMaxValue()](./getmaxvalue/) | Gets and sets the dynamic filter max value. | | [GetValue()](./getvalue/) | Gets and sets the dynamic filter value. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const DynamicFilter\& src)](./operator_asm/) | operator= | -| [SetDynamicFilterType(DynamicFilterType value)](./setdynamicfiltertype/) | Gets and sets the dynamic filter type. | +| [SetDynamicFilterType(DynamicFilterType value)](./setdynamicfiltertype/) | Gets and sets the type of this dynamic filter. | | [SetMaxValue(const Aspose::Cells::Object\& value)](./setmaxvalue/) | Gets and sets the dynamic filter max value. | | [SetValue(const Aspose::Cells::Object\& value)](./setvalue/) | Gets and sets the dynamic filter value. | | [ToObject()](./toobject/) | Gets the [Object](../object/). | diff --git a/english/cpp/aspose.cells/dynamicfilter/getdynamicfiltertype/_index.md b/english/cpp/aspose.cells/dynamicfilter/getdynamicfiltertype/_index.md index a75e325b922..7aa3f9f3140 100644 --- a/english/cpp/aspose.cells/dynamicfilter/getdynamicfiltertype/_index.md +++ b/english/cpp/aspose.cells/dynamicfilter/getdynamicfiltertype/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::DynamicFilter::GetDynamicFilterType method linktitle: GetDynamicFilterType second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::DynamicFilter::GetDynamicFilterType method. Gets and sets the dynamic filter type in C++.' +description: 'Aspose::Cells::DynamicFilter::GetDynamicFilterType method. Gets and sets the type of this dynamic filter in C++.' type: docs weight: 700 url: /cpp/aspose.cells/dynamicfilter/getdynamicfiltertype/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/dynamicfilter/getdynamicfiltertype/ ## DynamicFilter::GetDynamicFilterType method -Gets and sets the dynamic filter type. +Gets and sets the type of this dynamic filter. ```cpp DynamicFilterType Aspose::Cells::DynamicFilter::GetDynamicFilterType() diff --git a/english/cpp/aspose.cells/dynamicfilter/setdynamicfiltertype/_index.md b/english/cpp/aspose.cells/dynamicfilter/setdynamicfiltertype/_index.md index da2828b4e4a..e072abc9e1e 100644 --- a/english/cpp/aspose.cells/dynamicfilter/setdynamicfiltertype/_index.md +++ b/english/cpp/aspose.cells/dynamicfilter/setdynamicfiltertype/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::DynamicFilter::SetDynamicFilterType method linktitle: SetDynamicFilterType second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::DynamicFilter::SetDynamicFilterType method. Gets and sets the dynamic filter type in C++.' +description: 'Aspose::Cells::DynamicFilter::SetDynamicFilterType method. Gets and sets the type of this dynamic filter in C++.' type: docs weight: 800 url: /cpp/aspose.cells/dynamicfilter/setdynamicfiltertype/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/dynamicfilter/setdynamicfiltertype/ ## DynamicFilter::SetDynamicFilterType method -Gets and sets the dynamic filter type. +Gets and sets the type of this dynamic filter. ```cpp void Aspose::Cells::DynamicFilter::SetDynamicFilterType(DynamicFilterType value) diff --git a/english/cpp/aspose.cells/filtercolumn/_impl/_index.md b/english/cpp/aspose.cells/filtercolumn/_impl/_index.md index c71f9ad038d..c1c8aa84e4b 100644 --- a/english/cpp/aspose.cells/filtercolumn/_impl/_index.md +++ b/english/cpp/aspose.cells/filtercolumn/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::FilterColumn::_impl field. The implementation object in C++.' type: docs -weight: 1400 +weight: 2200 url: /cpp/aspose.cells/filtercolumn/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/filtercolumn/_index.md b/english/cpp/aspose.cells/filtercolumn/_index.md index 7c7af8c9754..bb0716e11e7 100644 --- a/english/cpp/aspose.cells/filtercolumn/_index.md +++ b/english/cpp/aspose.cells/filtercolumn/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::FilterColumn class linktitle: FilterColumn second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::FilterColumn class. Represents a filter for a single column. The Filter object is a member of the Filters collection in C++.' +description: 'Aspose::Cells::FilterColumn class. Represents a filter for a single column in C++.' type: docs weight: 6300 url: /cpp/aspose.cells/filtercolumn/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/filtercolumn/ ## FilterColumn class -Represents a filter for a single column. The Filter object is a member of the Filters collection. +Represents a filter for a single column. ```cpp class FilterColumn @@ -22,17 +22,25 @@ class FilterColumn | --- | --- | | [FilterColumn(FilterColumn_Impl* impl)](./filtercolumn/) | Constructs from an implementation object. | | [FilterColumn(const FilterColumn\& src)](./filtercolumn/) | Copy constructor. | +| [GetColorFilter()](./getcolorfilter/) | Gets [Aspose.Cells.ColorFilter](../colorfilter/) for filtering data by color. | +| [GetCustomFilters()](./getcustomfilters/) | Gets [Aspose.Cells.CustomFilterCollection](../customfiltercollection/) for filtering data by custom criteria. | +| [GetDynamicFilter()](./getdynamicfilter/) | Gets [Aspose.Cells.DynamicFilter](../dynamicfilter/) for filtering with dynamic criteria. | | [GetFieldIndex()](./getfieldindex/) | Gets and sets the column offset in the range. | -| [GetFilter()](./getfilter/) | Gets and sets the condition of filtering data. | +| [GetFilter()](./getfilter/) | **(Deprecated)** Gets and sets the condition of filtering data. | | [GetFilterType()](./getfiltertype/) | Gets and sets the type fo filtering data. | +| [GetIconFilter()](./geticonfilter/) | Gets [Aspose.Cells.IconFilter](../iconfilter/) for filtering data by icon. | +| [GetMultipleFilters()](./getmultiplefilters/) | Gets [Aspose.Cells.MultipleFilterCollection](../multiplefiltercollection/) for filtering data by labels or date time. | +| [GetTop10Filter()](./gettop10filter/) | Gets [Aspose.Cells.Top10Filter](../top10filter/) for filtering data by rank of data. | | [IsDropdownVisible()](./isdropdownvisible/) | Indicates whether the [AutoFilter](../autofilter/) button for this column is visible. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const FilterColumn\& src)](./operator_asm/) | operator= | +| [SetCustomFilters(const CustomFilterCollection\& value)](./setcustomfilters/) | Gets [Aspose.Cells.CustomFilterCollection](../customfiltercollection/) for filtering data by custom criteria. | | [SetFieldIndex(int32_t value)](./setfieldindex/) | Gets and sets the column offset in the range. | -| [SetFilter(const Aspose::Cells::Object\& value)](./setfilter/) | Gets and sets the condition of filtering data. | +| [SetFilter(const Aspose::Cells::Object\& value)](./setfilter/) | **(Deprecated)** Gets and sets the condition of filtering data. | | [SetFilterType(FilterType value)](./setfiltertype/) | Gets and sets the type fo filtering data. | | [SetIsDropdownVisible(bool value)](./setisdropdownvisible/) | Indicates whether the [AutoFilter](../autofilter/) button for this column is visible. | +| [SetMultipleFilters(const MultipleFilterCollection\& value)](./setmultiplefilters/) | Gets [Aspose.Cells.MultipleFilterCollection](../multiplefiltercollection/) for filtering data by labels or date time. | | [~FilterColumn()](./~filtercolumn/) | Destructor. | ## Fields diff --git a/english/cpp/aspose.cells/filtercolumn/getcolorfilter/_index.md b/english/cpp/aspose.cells/filtercolumn/getcolorfilter/_index.md new file mode 100644 index 00000000000..1946ee0da66 --- /dev/null +++ b/english/cpp/aspose.cells/filtercolumn/getcolorfilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::GetColorFilter method +linktitle: GetColorFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::GetColorFilter method. Gets Aspose.Cells.ColorFilter for filtering data by color in C++.' +type: docs +weight: 1600 +url: /cpp/aspose.cells/filtercolumn/getcolorfilter/ +--- +## FilterColumn::GetColorFilter method + + +Gets [Aspose.Cells.ColorFilter](../../colorfilter/) for filtering data by color. + +```cpp +ColorFilter Aspose::Cells::FilterColumn::GetColorFilter() +``` + +## See Also + +* Class [ColorFilter](../../colorfilter/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/filtercolumn/getcustomfilters/_index.md b/english/cpp/aspose.cells/filtercolumn/getcustomfilters/_index.md new file mode 100644 index 00000000000..8709b8ccb58 --- /dev/null +++ b/english/cpp/aspose.cells/filtercolumn/getcustomfilters/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::GetCustomFilters method +linktitle: GetCustomFilters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::GetCustomFilters method. Gets Aspose.Cells.CustomFilterCollection for filtering data by custom criteria in C++.' +type: docs +weight: 1400 +url: /cpp/aspose.cells/filtercolumn/getcustomfilters/ +--- +## FilterColumn::GetCustomFilters method + + +Gets [Aspose.Cells.CustomFilterCollection](../../customfiltercollection/) for filtering data by custom criteria. + +```cpp +CustomFilterCollection Aspose::Cells::FilterColumn::GetCustomFilters() +``` + +## See Also + +* Class [CustomFilterCollection](../../customfiltercollection/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/filtercolumn/getdynamicfilter/_index.md b/english/cpp/aspose.cells/filtercolumn/getdynamicfilter/_index.md new file mode 100644 index 00000000000..f44419968bb --- /dev/null +++ b/english/cpp/aspose.cells/filtercolumn/getdynamicfilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::GetDynamicFilter method +linktitle: GetDynamicFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::GetDynamicFilter method. Gets Aspose.Cells.DynamicFilter for filtering with dynamic criteria in C++.' +type: docs +weight: 1700 +url: /cpp/aspose.cells/filtercolumn/getdynamicfilter/ +--- +## FilterColumn::GetDynamicFilter method + + +Gets [Aspose.Cells.DynamicFilter](../../dynamicfilter/) for filtering with dynamic criteria. + +```cpp +DynamicFilter Aspose::Cells::FilterColumn::GetDynamicFilter() +``` + +## See Also + +* Class [DynamicFilter](../../dynamicfilter/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/filtercolumn/getfieldindex/_index.md b/english/cpp/aspose.cells/filtercolumn/getfieldindex/_index.md index 987f9a01769..4663edccf99 100644 --- a/english/cpp/aspose.cells/filtercolumn/getfieldindex/_index.md +++ b/english/cpp/aspose.cells/filtercolumn/getfieldindex/_index.md @@ -4,7 +4,7 @@ linktitle: GetFieldIndex second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::FilterColumn::GetFieldIndex method. Gets and sets the column offset in the range in C++.' type: docs -weight: 1200 +weight: 2000 url: /cpp/aspose.cells/filtercolumn/getfieldindex/ --- ## FilterColumn::GetFieldIndex method diff --git a/english/cpp/aspose.cells/filtercolumn/getfilter/_index.md b/english/cpp/aspose.cells/filtercolumn/getfilter/_index.md index 66a2ca6130a..570aff49cc9 100644 --- a/english/cpp/aspose.cells/filtercolumn/getfilter/_index.md +++ b/english/cpp/aspose.cells/filtercolumn/getfilter/_index.md @@ -12,10 +12,20 @@ url: /cpp/aspose.cells/filtercolumn/getfilter/ Gets and sets the condition of filtering data. + +>Deprecated +> +>Use FilterColumn.MultipleFilters,CustomFilters and so on... property, instead. ```cpp Aspose::Cells::Object Aspose::Cells::FilterColumn::GetFilter() ``` +## Remarks + + +NOTE: This member is now obsolete. Instead,please use FilterColumn.MultipleFilters,CustomFilters and so on... property according to differnt type of filter This property will be removed 12 months later since October 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + ## See Also * Class [Object](../../object/) diff --git a/english/cpp/aspose.cells/filtercolumn/geticonfilter/_index.md b/english/cpp/aspose.cells/filtercolumn/geticonfilter/_index.md new file mode 100644 index 00000000000..8a794dd1b6f --- /dev/null +++ b/english/cpp/aspose.cells/filtercolumn/geticonfilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::GetIconFilter method +linktitle: GetIconFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::GetIconFilter method. Gets Aspose.Cells.IconFilter for filtering data by icon in C++.' +type: docs +weight: 1800 +url: /cpp/aspose.cells/filtercolumn/geticonfilter/ +--- +## FilterColumn::GetIconFilter method + + +Gets [Aspose.Cells.IconFilter](../../iconfilter/) for filtering data by icon. + +```cpp +IconFilter Aspose::Cells::FilterColumn::GetIconFilter() +``` + +## See Also + +* Class [IconFilter](../../iconfilter/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/filtercolumn/getmultiplefilters/_index.md b/english/cpp/aspose.cells/filtercolumn/getmultiplefilters/_index.md new file mode 100644 index 00000000000..2358e19811d --- /dev/null +++ b/english/cpp/aspose.cells/filtercolumn/getmultiplefilters/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::GetMultipleFilters method +linktitle: GetMultipleFilters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::GetMultipleFilters method. Gets Aspose.Cells.MultipleFilterCollection for filtering data by labels or date time in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells/filtercolumn/getmultiplefilters/ +--- +## FilterColumn::GetMultipleFilters method + + +Gets [Aspose.Cells.MultipleFilterCollection](../../multiplefiltercollection/) for filtering data by labels or date time. + +```cpp +MultipleFilterCollection Aspose::Cells::FilterColumn::GetMultipleFilters() +``` + +## See Also + +* Class [MultipleFilterCollection](../../multiplefiltercollection/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/filtercolumn/gettop10filter/_index.md b/english/cpp/aspose.cells/filtercolumn/gettop10filter/_index.md new file mode 100644 index 00000000000..cf16e70ed71 --- /dev/null +++ b/english/cpp/aspose.cells/filtercolumn/gettop10filter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::GetTop10Filter method +linktitle: GetTop10Filter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::GetTop10Filter method. Gets Aspose.Cells.Top10Filter for filtering data by rank of data in C++.' +type: docs +weight: 1900 +url: /cpp/aspose.cells/filtercolumn/gettop10filter/ +--- +## FilterColumn::GetTop10Filter method + + +Gets [Aspose.Cells.Top10Filter](../../top10filter/) for filtering data by rank of data. + +```cpp +Top10Filter Aspose::Cells::FilterColumn::GetTop10Filter() +``` + +## See Also + +* Class [Top10Filter](../../top10filter/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/filtercolumn/setcustomfilters/_index.md b/english/cpp/aspose.cells/filtercolumn/setcustomfilters/_index.md new file mode 100644 index 00000000000..89c8486c09a --- /dev/null +++ b/english/cpp/aspose.cells/filtercolumn/setcustomfilters/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FilterColumn::SetCustomFilters method +linktitle: SetCustomFilters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::SetCustomFilters method. Gets Aspose.Cells.CustomFilterCollection for filtering data by custom criteria in C++.' +type: docs +weight: 1500 +url: /cpp/aspose.cells/filtercolumn/setcustomfilters/ +--- +## FilterColumn::SetCustomFilters method + + +Gets [Aspose.Cells.CustomFilterCollection](../../customfiltercollection/) for filtering data by custom criteria. + +```cpp +void Aspose::Cells::FilterColumn::SetCustomFilters(const CustomFilterCollection &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CustomFilterCollection](../../customfiltercollection/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/filtercolumn/setfieldindex/_index.md b/english/cpp/aspose.cells/filtercolumn/setfieldindex/_index.md index 16550d9ed0f..8cbd8cbe25b 100644 --- a/english/cpp/aspose.cells/filtercolumn/setfieldindex/_index.md +++ b/english/cpp/aspose.cells/filtercolumn/setfieldindex/_index.md @@ -4,7 +4,7 @@ linktitle: SetFieldIndex second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::FilterColumn::SetFieldIndex method. Gets and sets the column offset in the range in C++.' type: docs -weight: 1300 +weight: 2100 url: /cpp/aspose.cells/filtercolumn/setfieldindex/ --- ## FilterColumn::SetFieldIndex method diff --git a/english/cpp/aspose.cells/filtercolumn/setfilter/_index.md b/english/cpp/aspose.cells/filtercolumn/setfilter/_index.md index f7139c5890d..45beeb2ec1b 100644 --- a/english/cpp/aspose.cells/filtercolumn/setfilter/_index.md +++ b/english/cpp/aspose.cells/filtercolumn/setfilter/_index.md @@ -12,10 +12,20 @@ url: /cpp/aspose.cells/filtercolumn/setfilter/ Gets and sets the condition of filtering data. + +>Deprecated +> +>Use FilterColumn.MultipleFilters,CustomFilters and so on... property, instead. ```cpp void Aspose::Cells::FilterColumn::SetFilter(const Aspose::Cells::Object &value) ``` +## Remarks + + +NOTE: This member is now obsolete. Instead,please use FilterColumn.MultipleFilters,CustomFilters and so on... property according to differnt type of filter This property will be removed 12 months later since October 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + ## See Also * Class [Vector](../../vector/) diff --git a/english/cpp/aspose.cells/filtercolumn/setmultiplefilters/_index.md b/english/cpp/aspose.cells/filtercolumn/setmultiplefilters/_index.md new file mode 100644 index 00000000000..f3150a9f6ec --- /dev/null +++ b/english/cpp/aspose.cells/filtercolumn/setmultiplefilters/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FilterColumn::SetMultipleFilters method +linktitle: SetMultipleFilters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::SetMultipleFilters method. Gets Aspose.Cells.MultipleFilterCollection for filtering data by labels or date time in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells/filtercolumn/setmultiplefilters/ +--- +## FilterColumn::SetMultipleFilters method + + +Gets [Aspose.Cells.MultipleFilterCollection](../../multiplefiltercollection/) for filtering data by labels or date time. + +```cpp +void Aspose::Cells::FilterColumn::SetMultipleFilters(const MultipleFilterCollection &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [MultipleFilterCollection](../../multiplefiltercollection/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/htmlsaveoptions/_index.md b/english/cpp/aspose.cells/htmlsaveoptions/_index.md index 198f4abc67b..58f101c8fc6 100644 --- a/english/cpp/aspose.cells/htmlsaveoptions/_index.md +++ b/english/cpp/aspose.cells/htmlsaveoptions/_index.md @@ -35,7 +35,7 @@ class HtmlSaveOptions : public Aspose::Cells::SaveOptions | [GetDefaultFontName()](./getdefaultfontname/) | Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, [Aspose.Cells](../) will use universal font which have the same family with the original font, the default value is null. | | [GetDisableCss()](./getdisablecss/) | Indicates whether only inline styles are applied, without relying on CSS. The default value is false. | | [GetDisableDownlevelRevealedComments()](./getdisabledownlevelrevealedcomments/) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | -| [GetEmbeddedFontType()](./getembeddedfonttype/) | Gets or sets the type of font that embedded in html. Default value is HtmlEmbeddedFontType.None which indicates that it will not embed font in html. | +| [GetEmbeddedFontType()](./getembeddedfonttype/) | Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html. | | [GetEnableCssCustomProperties()](./getenablecsscustomproperties/) | Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved. The default value is false. | | [GetEncodeEntityAsCode()](./getencodeentityascode/) | Indicates whether the html character entities are replaced with decimal code. (e.g. " " is replaced with " "). The default value is false. | | [GetEncoding()](./getencoding/) | If not set,use Encoding.UTF8 as default enconding type. | @@ -73,6 +73,7 @@ class HtmlSaveOptions : public Aspose::Cells::SaveOptions | [GetIgnoreInvisibleShapes()](./getignoreinvisibleshapes/) | Indicate whether exporting those not visible shapes. | | [GetImageOptions()](./getimageoptions/) | Get the ImageOrPrintOptions object before exporting. | | [GetImageScalable()](./getimagescalable/) | Indicates whether using scalable unit to describe the image width when using scalable unit to describe the column width. The default value is true. | +| [GetLayoutMode()](./getlayoutmode/) | Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal | | [GetLinkTargetType()](./getlinktargettype/) | Indicating the type of target attribute in **
** link. The default value is [HtmlLinkTargetType.Parent](../htmllinktargettype/). | | [GetMergeAreas()](../saveoptions/getmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | | [GetMergeEmptyTdForcely()](./getmergeemptytdforcely/) | **(Deprecated)** Indicates whether merging empty TD element forcedly when exporting file to html. The size of html file will be reduced significantly after setting value to true. The default value is false. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value. | @@ -134,7 +135,7 @@ class HtmlSaveOptions : public Aspose::Cells::SaveOptions | [SetDefaultFontName(const char16_t* value)](./setdefaultfontname/) | Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, [Aspose.Cells](../) will use universal font which have the same family with the original font, the default value is null. | | [SetDisableCss(bool value)](./setdisablecss/) | Indicates whether only inline styles are applied, without relying on CSS. The default value is false. | | [SetDisableDownlevelRevealedComments(bool value)](./setdisabledownlevelrevealedcomments/) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | -| [SetEmbeddedFontType(HtmlEmbeddedFontType value)](./setembeddedfonttype/) | Gets or sets the type of font that embedded in html. Default value is HtmlEmbeddedFontType.None which indicates that it will not embed font in html. | +| [SetEmbeddedFontType(HtmlEmbeddedFontType value)](./setembeddedfonttype/) | Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html. | | [SetEnableCssCustomProperties(bool value)](./setenablecsscustomproperties/) | Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved. The default value is false. | | [SetEncodeEntityAsCode(bool value)](./setencodeentityascode/) | Indicates whether the html character entities are replaced with decimal code. (e.g. " " is replaced with " "). The default value is false. | | [SetEncoding(EncodingType value)](./setencoding/) | If not set,use Encoding.UTF8 as default enconding type. | @@ -178,6 +179,7 @@ class HtmlSaveOptions : public Aspose::Cells::SaveOptions | [SetIsIECompatible(bool value)](./setisiecompatible/) | Indicating whether the output HTML is compatible with IE browser. The defalut value is false. | | [SetIsJsBrowserCompatible(bool value)](./setisjsbrowsercompatible/) | Indicates whether JavaScript is compatible with browsers that do not support JavaScript. The default value is true. | | [SetIsMobileCompatible(bool value)](./setismobilecompatible/) | Indicates whether the output HTML is compatible with mobile devices. The default value is false. | +| [SetLayoutMode(HtmlLayoutMode value)](./setlayoutmode/) | Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal | | [SetLinkTargetType(HtmlLinkTargetType value)](./setlinktargettype/) | Indicating the type of target attribute in **** link. The default value is [HtmlLinkTargetType.Parent](../htmllinktargettype/). | | [SetMergeAreas(bool value)](../saveoptions/setmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | | [SetMergeEmptyTdForcely(bool value)](./setmergeemptytdforcely/) | **(Deprecated)** Indicates whether merging empty TD element forcedly when exporting file to html. The size of html file will be reduced significantly after setting value to true. The default value is false. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value. | diff --git a/english/cpp/aspose.cells/htmlsaveoptions/getembeddedfonttype/_index.md b/english/cpp/aspose.cells/htmlsaveoptions/getembeddedfonttype/_index.md index 7a38626a7c2..73a5c97c44b 100644 --- a/english/cpp/aspose.cells/htmlsaveoptions/getembeddedfonttype/_index.md +++ b/english/cpp/aspose.cells/htmlsaveoptions/getembeddedfonttype/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::HtmlSaveOptions::GetEmbeddedFontType method linktitle: GetEmbeddedFontType second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::HtmlSaveOptions::GetEmbeddedFontType method. Gets or sets the type of font that embedded in html. Default value is HtmlEmbeddedFontType.None which indicates that it will not embed font in html in C++.' +description: 'Aspose::Cells::HtmlSaveOptions::GetEmbeddedFontType method. Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html in C++.' type: docs -weight: 13900 +weight: 14100 url: /cpp/aspose.cells/htmlsaveoptions/getembeddedfonttype/ --- ## HtmlSaveOptions::GetEmbeddedFontType method -Gets or sets the type of font that embedded in html. Default value is HtmlEmbeddedFontType.None which indicates that it will not embed font in html. +Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html. ```cpp HtmlEmbeddedFontType Aspose::Cells::HtmlSaveOptions::GetEmbeddedFontType() diff --git a/english/cpp/aspose.cells/htmlsaveoptions/getlayoutmode/_index.md b/english/cpp/aspose.cells/htmlsaveoptions/getlayoutmode/_index.md new file mode 100644 index 00000000000..8ebc88d31ed --- /dev/null +++ b/english/cpp/aspose.cells/htmlsaveoptions/getlayoutmode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetLayoutMode method +linktitle: GetLayoutMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetLayoutMode method. Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal in C++.' +type: docs +weight: 13900 +url: /cpp/aspose.cells/htmlsaveoptions/getlayoutmode/ +--- +## HtmlSaveOptions::GetLayoutMode method + + +Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal + +```cpp +HtmlLayoutMode Aspose::Cells::HtmlSaveOptions::GetLayoutMode() +``` + +## See Also + +* Enum [HtmlLayoutMode](../../../aspose.cells.rendering/htmllayoutmode/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/htmlsaveoptions/setembeddedfonttype/_index.md b/english/cpp/aspose.cells/htmlsaveoptions/setembeddedfonttype/_index.md index 61e9699fd1f..d688e885946 100644 --- a/english/cpp/aspose.cells/htmlsaveoptions/setembeddedfonttype/_index.md +++ b/english/cpp/aspose.cells/htmlsaveoptions/setembeddedfonttype/_index.md @@ -2,15 +2,15 @@ title: Aspose::Cells::HtmlSaveOptions::SetEmbeddedFontType method linktitle: SetEmbeddedFontType second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::HtmlSaveOptions::SetEmbeddedFontType method. Gets or sets the type of font that embedded in html. Default value is HtmlEmbeddedFontType.None which indicates that it will not embed font in html in C++.' +description: 'Aspose::Cells::HtmlSaveOptions::SetEmbeddedFontType method. Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html in C++.' type: docs -weight: 14000 +weight: 14200 url: /cpp/aspose.cells/htmlsaveoptions/setembeddedfonttype/ --- ## HtmlSaveOptions::SetEmbeddedFontType method -Gets or sets the type of font that embedded in html. Default value is HtmlEmbeddedFontType.None which indicates that it will not embed font in html. +Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html. ```cpp void Aspose::Cells::HtmlSaveOptions::SetEmbeddedFontType(HtmlEmbeddedFontType value) diff --git a/english/cpp/aspose.cells/htmlsaveoptions/setlayoutmode/_index.md b/english/cpp/aspose.cells/htmlsaveoptions/setlayoutmode/_index.md new file mode 100644 index 00000000000..f2fda56c377 --- /dev/null +++ b/english/cpp/aspose.cells/htmlsaveoptions/setlayoutmode/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetLayoutMode method +linktitle: SetLayoutMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetLayoutMode method. Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal in C++.' +type: docs +weight: 14000 +url: /cpp/aspose.cells/htmlsaveoptions/setlayoutmode/ +--- +## HtmlSaveOptions::SetLayoutMode method + + +Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetLayoutMode(HtmlLayoutMode value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [HtmlLayoutMode](../../../aspose.cells.rendering/htmllayoutmode/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/iconfilter/_index.md b/english/cpp/aspose.cells/iconfilter/_index.md index c991880f815..a2e88c2d932 100644 --- a/english/cpp/aspose.cells/iconfilter/_index.md +++ b/english/cpp/aspose.cells/iconfilter/_index.md @@ -21,7 +21,7 @@ class IconFilter | Method | Description | | --- | --- | | [GetIconId()](./geticonid/) | Gets and sets Zero-based index of an icon in an icon set. | -| [GetIconSetType()](./geticonsettype/) | Gets and sets which icon set is used in the filter criteria. | +| [GetIconSetType()](./geticonsettype/) | Gets and sets which icon set is used for this filter criteria. | | [IconFilter(IconFilter_Impl* impl)](./iconfilter/) | Constructs from an implementation object. | | [IconFilter(const Aspose::Cells::Object\& obj)](./iconfilter/) | Constructs from an [Object](../object/) convertible to this. | | [IconFilter(const IconFilter\& src)](./iconfilter/) | Copy constructor. | @@ -29,7 +29,7 @@ class IconFilter | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const IconFilter\& src)](./operator_asm/) | operator= | | [SetIconId(int32_t value)](./seticonid/) | Gets and sets Zero-based index of an icon in an icon set. | -| [SetIconSetType(IconSetType value)](./seticonsettype/) | Gets and sets which icon set is used in the filter criteria. | +| [SetIconSetType(IconSetType value)](./seticonsettype/) | Gets and sets which icon set is used for this filter criteria. | | [ToObject()](./toobject/) | Gets the [Object](../object/). | | [~IconFilter()](./~iconfilter/) | Destructor. | ## Fields diff --git a/english/cpp/aspose.cells/iconfilter/geticonsettype/_index.md b/english/cpp/aspose.cells/iconfilter/geticonsettype/_index.md index c7a5fe68be8..19e4555c769 100644 --- a/english/cpp/aspose.cells/iconfilter/geticonsettype/_index.md +++ b/english/cpp/aspose.cells/iconfilter/geticonsettype/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::IconFilter::GetIconSetType method linktitle: GetIconSetType second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::IconFilter::GetIconSetType method. Gets and sets which icon set is used in the filter criteria in C++.' +description: 'Aspose::Cells::IconFilter::GetIconSetType method. Gets and sets which icon set is used for this filter criteria in C++.' type: docs weight: 700 url: /cpp/aspose.cells/iconfilter/geticonsettype/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/iconfilter/geticonsettype/ ## IconFilter::GetIconSetType method -Gets and sets which icon set is used in the filter criteria. +Gets and sets which icon set is used for this filter criteria. ```cpp IconSetType Aspose::Cells::IconFilter::GetIconSetType() diff --git a/english/cpp/aspose.cells/iconfilter/seticonsettype/_index.md b/english/cpp/aspose.cells/iconfilter/seticonsettype/_index.md index 365d17819a1..3ff7ce2a176 100644 --- a/english/cpp/aspose.cells/iconfilter/seticonsettype/_index.md +++ b/english/cpp/aspose.cells/iconfilter/seticonsettype/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::IconFilter::SetIconSetType method linktitle: SetIconSetType second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::IconFilter::SetIconSetType method. Gets and sets which icon set is used in the filter criteria in C++.' +description: 'Aspose::Cells::IconFilter::SetIconSetType method. Gets and sets which icon set is used for this filter criteria in C++.' type: docs weight: 800 url: /cpp/aspose.cells/iconfilter/seticonsettype/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/iconfilter/seticonsettype/ ## IconFilter::SetIconSetType method -Gets and sets which icon set is used in the filter criteria. +Gets and sets which icon set is used for this filter criteria. ```cpp void Aspose::Cells::IconFilter::SetIconSetType(IconSetType value) diff --git a/english/cpp/aspose.cells/importtableoptions/_index.md b/english/cpp/aspose.cells/importtableoptions/_index.md index 0a99b73daa7..1b0fcd09537 100644 --- a/english/cpp/aspose.cells/importtableoptions/_index.md +++ b/english/cpp/aspose.cells/importtableoptions/_index.md @@ -31,6 +31,7 @@ class ImportTableOptions | [GetIsFormulas()](./getisformulas/) | Indicates whether the data are formulas. | | [GetNumberFormats()](./getnumberformats/) | Gets or sets the number formats. | | [GetShiftFirstRowDown()](./getshiftfirstrowdown/) | Indicates whether shifting the first row down when inserting rows. | +| [GetStyles()](./getstyles/) | Gets and sets the styles for each column of the table. | | [GetTotalColumns()](./gettotalcolumns/) | Gets or sets total column count to import from data source. -1 means all rows of given data source. | | [GetTotalRows()](./gettotalrows/) | Gets or sets total row count to import from data source. -1 means all rows of given data source. | | [ImportTableOptions()](./importtableoptions/) | Creates the default importing options. | @@ -55,6 +56,7 @@ class ImportTableOptions | [SetIsHtmlString(bool value)](./setishtmlstring/) | Indicates whether the value contains html tags. | | [SetNumberFormats(const Vector \\& value)](./setnumberformats/) | Gets or sets the number formats. | | [SetShiftFirstRowDown(bool value)](./setshiftfirstrowdown/) | Indicates whether shifting the first row down when inserting rows. | +| [SetStyles(const Vector \\& value)](./setstyles/) | Gets and sets the styles for each column of the table. | | [SetTotalColumns(int32_t value)](./settotalcolumns/) | Gets or sets total column count to import from data source. -1 means all rows of given data source. | | [SetTotalRows(int32_t value)](./settotalrows/) | Gets or sets total row count to import from data source. -1 means all rows of given data source. | | [~ImportTableOptions()](./~importtableoptions/) | Destructor. | diff --git a/english/cpp/aspose.cells/importtableoptions/getstyles/_index.md b/english/cpp/aspose.cells/importtableoptions/getstyles/_index.md new file mode 100644 index 00000000000..db8d64fe2bb --- /dev/null +++ b/english/cpp/aspose.cells/importtableoptions/getstyles/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ImportTableOptions::GetStyles method +linktitle: GetStyles +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImportTableOptions::GetStyles method. Gets and sets the styles for each column of the table in C++.' +type: docs +weight: 2200 +url: /cpp/aspose.cells/importtableoptions/getstyles/ +--- +## ImportTableOptions::GetStyles method + + +Gets and sets the styles for each column of the table. + +```cpp +Vector