Version

HiddenColumnCollection Class

A collection of hidden WorksheetColumn instances.
Syntax
public sealed class HiddenColumnCollection 
Remarks

The columns in this collection do not necessarily have their RowColumnBase.Hidden property set to True. This collection applies to a Worksheet, but belongs to a CustomView. When the CustomView which owns this collection is applied, the columns in this collection will have their RowColumnBase.Hidden property set to True. All other columns in the associated worksheet will be made visible.

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