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

ArrayFormula.Formula Property

Gets a formula applied to an array.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

string Formula { get; }

Property Value

Type Description
String

A string that is the formula applied to an array.

Remarks

Use the Formula property to obtain a formula for a particular ArrayFormula instance. To get an array formula for a certain range, use the Range.HasArrayFormula and the Range.ArrayFormula properties.

See Also