ArrayFormulaCollection Interface
In This Article
A collection of ArrayFormula objects.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.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:
See Also