Scenario.Hidden Property

True if the scenario is hidden. The default value is False.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property Hidden As Boolean
    Get
    Set
'Usage
Dim instance As Scenario
Dim value As Boolean

value = instance.Hidden

instance.Hidden = value
bool Hidden { get; set; }

Property Value

Type: System.Boolean

Remarks

Don't confuse this property with the FormulaHidden property.

See Also

Reference

Scenario Interface

Scenario Members

Microsoft.Office.Interop.Excel Namespace