NamedRange.Hidden Property

Definition

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.

Applies to