Range.FormulaArray Property

Definition

Returns or sets the array formula of a range.

public:
 property System::Object ^ FormulaArray { System::Object ^ get(); void set(System::Object ^ value); };
public object FormulaArray { get; set; }
Public Property FormulaArray As Object

Property Value

Remarks

This property returns (or can be set to) a single formula or an array.

If the specified range doesn't contain an array formula, this property returns Null.

If you use this property to enter an array formula, the formula must use the R1C1 reference style, not the A1 reference style (see the second example).

Applies to