Skip to content
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand All @@ -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. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
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/
---
## 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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
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/
---
## 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)
Expand Down
10 changes: 5 additions & 5 deletions english/cpp/aspose.cells.pivot/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/). |
Expand All @@ -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. |
Expand Down
Loading