Skip to main content
A newer version of this page is available. .
Row

ArrayFormulaCollection Interface

A collection of ArrayFormula objects.

Namespace: DevExpress.Spreadsheet

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

Declaration

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

The following members accept/return ArrayFormulaCollection objects:

Remarks

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

See Also