[]
Gets or sets whether dynamic array formulas are allowed in the workbook.
This property is obsolete. Use Formula2 to assign dynamic array formulas instead of Formula.
[Obsolete("Use IRange.Formula2 instead.")]
public bool AllowDynamicArray { get; set; }
<Obsolete("Use IRange.Formula2 instead.")>
Public Property AllowDynamicArray As Boolean