[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.AllowDynamicArray

AllowDynamicArray Property

AllowDynamicArray

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.

Declaration
[Obsolete("Use IRange.Formula2 instead.")]
public bool AllowDynamicArray { get; set; }
<Obsolete("Use IRange.Formula2 instead.")>
Public Property AllowDynamicArray As Boolean
Implements