Range.Hidden Property

Definition

Determines if the rows or columns are hidden.

public:
 property System::Object ^ Hidden { System::Object ^ get(); void set(System::Object ^ value); };
public object Hidden { get; set; }
Public Property Hidden As Object

Property Value

Remarks

This property returns True if the rows or columns are hidden. The specified range must span an entire column or row.

Don't confuse this property with the FormulaHidden property.

Applies to