Back to Devexpress

ArrayFormulaCollection Interface

officefileapi-devexpress-dot-spreadsheet-5050f673.md

latest1.4 KB
Original Source

ArrayFormulaCollection Interface

A collection of ArrayFormula objects.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface ArrayFormulaCollection :
    ISimpleCollection<ArrayFormula>,
    IEnumerable<ArrayFormula>,
    IEnumerable,
    ICollection
vb
Public Interface ArrayFormulaCollection
    Inherits ISimpleCollection(Of ArrayFormula),
             IEnumerable(Of ArrayFormula),
             IEnumerable,
             ICollection

The following members return ArrayFormulaCollection objects:

See Also

ArrayFormulaCollection Members

ArrayFormula

Array Formulas in Spreadsheet for WinForms

DevExpress.Spreadsheet Namespace