Back to Devexpress

Worksheet.ArrayFormulas Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheet-6d3f1aec.md

latest1.3 KB
Original Source

Worksheet.ArrayFormulas Property

Obtains a collection of legacy array formulas in a current worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ArrayFormulaCollection ArrayFormulas { get; }
vb
ReadOnly Property ArrayFormulas As ArrayFormulaCollection

Property Value

TypeDescription
ArrayFormulaCollection

The collection of ArrayFormula objects.

|

See Also

Array Formulas in Spreadsheet for WinForms

Worksheet Interface

Worksheet Members

DevExpress.Spreadsheet Namespace