ArrayFormulaCollection Interface
A collection of ArrayFormula objects.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
public interface ArrayFormulaCollection :
ISimpleCollection<ArrayFormula>,
IEnumerable<ArrayFormula>,
IEnumerable,
ICollection
Related API Members
The following members return ArrayFormulaCollection objects:
Remarks
The collection of array formulas is accessible using the Worksheet.ArrayFormulas property.
See Also