Range.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.
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.