XmlMappedRange.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 the XmlMappedRange control contains a formula.
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 the XmlMappedRange control contains a formula; otherwise, false
.