Range.HasFormula Property

Definition

Determines if all cells in the range contain formulas.

public:
 property System::Object ^ HasFormula { System::Object ^ get(); };
public object HasFormula { get; }
Public ReadOnly Property HasFormula As Object

Property Value

Remarks

This property returns True if all cells in the range contain formulas, False if none of the cells in the range contains a formula, and Null otherwise.

Applies to