XmlMappedRange.FormulaHidden 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 or sets a value that indicates whether the formula in the XmlMappedRange control is hidden when the worksheet is protected.
public:
property System::Object ^ FormulaHidden { System::Object ^ get(); void set(System::Object ^ value); };
public object FormulaHidden { get; set; }
member this.FormulaHidden : obj with get, set
Public Property FormulaHidden As Object
Property Value
true
if the formula is hidden when the worksheet is protected; otherwise, false
.
Remarks
Do not confuse this property with the <xref:Microsoft.Office.Tools.Excel.XmlMappedRange.Hidden%2A> property. The formula is not hidden if the workbook is protected and the worksheet is not.