NamedRange.Hidden 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 an object that indicates whether the rows or columns are hidden.
public:
property System::Object ^ Hidden { System::Object ^ get(); void set(System::Object ^ value); };
public object Hidden { get; set; }
member this.Hidden : obj with get, set
Public Property Hidden As Object
Property Value
true
if the rows or columns are hidden; otherwise, false
.
Remarks
The NamedRange control must span an entire column or row. You must access this property using the EntireRow or EntireColumn property, for example namedRange1.EntireRow.Hidden = true
.
Do not confuse this property with the FormulaHidden property.