[]
Gets or sets whether dynamic array formulas are allowed for compatibility with Formula.
This property is obsolete. Dynamic array formulas should be defined by using Formula2 instead. This property is retained for compatibility with earlier versions that enabled dynamic array behavior together with Formula.
[Obsolete("Use <see cref=\"IRange.Formula2\"/> instead.")]
bool AllowDynamicArray { get; set; }
<Obsolete("Use <see cref=""IRange.Formula2""/> instead.")>
Property AllowDynamicArray As Boolean