Skip to main content
A newer version of this page is available. .
Row

Worksheet.ArrayFormulas Property

Obtains a collection of array formulas in a current worksheet.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

ArrayFormulaCollection ArrayFormulas { get; }

Property Value

Type Description
ArrayFormulaCollection

An ArrayFormulaCollection instance that is a collection of ArrayFormula objects.

See Also