Worksheet.ArrayFormulas Property
In This Article
Obtains a collection of legacy array formulas in a current worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ArrayFormulaCollection ArrayFormulas { get; }
#Property Value
Type | Description |
---|---|
Array |
The collection of Array |
See Also