Skip to main content
Row

ArrayFormulaCollection Interface

A collection of ArrayFormula objects.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface ArrayFormulaCollection :
    ISimpleCollection<ArrayFormula>,
    IEnumerable<ArrayFormula>,
    IEnumerable,
    ICollection

The following members return ArrayFormulaCollection objects:

Remarks

The collection of array formulas is accessible using the Worksheet.ArrayFormulas property.

See Also