Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ArrayFormulaCollection Interface

A collection of ArrayFormula objects.

Namespace: DevExpress.Spreadsheet

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

Declaration

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

Remarks

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

See Also