NamedRange.HasFormula Property

Definition

Gets a value that indicates whether all cells in the NamedRange control contain formulas.

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

Property Value

true if all cells in the NamedRange control contain formulas; false if none of the cells in the range contains a formula; null otherwise.

Applies to