NamedRange.HasFormula 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.
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.