XmlMappedRange.FormulaHidden Property

Definition

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.

Applies to