Range.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.
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.