Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int BracketsCount { get; set; }

Property Value

Type Description
Int32

An integer that is the number of pairs of parentheses.

See Also