Version

Hidden Property (RowColumnBase)

Gets or sets the value indicating whether the row or column is hidden.
Syntax
'Declaration
 
Public Property Hidden As Boolean
public bool Hidden {get; set;}

Property Value

The value indicating whether the row or column is hidden.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionFrom the stter if the object was removed from the worksheet.
Remarks
The Hidden state also controls the expanded state of rows or columns in outline groups. Basically, an outline group simply provides an easy way to hide and unhide all rows or columns in the group at the same time, via the expansion indicator.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also