Version

HiddenRowCollection Class

A collection of hidden WorksheetRow instances.
Syntax
public sealed class HiddenRowCollection 
Remarks

The rows 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 rows in this collection will have their RowColumnBase.Hidden property set to True. All other rows 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