Range.FormulaArray Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).