Skip to main content
Row

Worksheet.ArrayFormulas Property

Obtains a collection of array formulas in a current worksheet.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

ArrayFormulaCollection ArrayFormulas { get; }

Property Value

Type Description
ArrayFormulaCollection

An ArrayFormulaCollection instance that is a collection of ArrayFormula objects.

See Also