IExpression.BracketsCount Property
Gets or sets the number of pairs of parentheses in which the expression is enclosed.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer that is the number of pairs of parentheses. |
See Also