Cell.IsDynamicArrayFormula

Cell.IsDynamicArrayFormula property

Indicates whether the cell’s formula is dynamic array formula(true) or legacy array formula(false).

public bool IsDynamicArrayFormula { get; }

See Also