Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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

Declaration

int BracketsCount { get; set; }

Property Value

Type Description
Int32

An integer that is the number of pairs of parentheses.

See Also