Version

Hidden Property (RowColumnBase)

Gets or sets the value indicating whether the row or column is hidden.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also