Version

Visibility Property (DisplayOptionsBase)

Gets or sets the visibility of the sheet.
Syntax
public WorksheetVisibility Visibility {get; set;}

Property Value

The visibility of the worksheet.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe value assigned is not defined in the WorksheetVisibility enumeration.
Remarks

The visibility determines whether the sheet's tab will appear in the tab bar at the bottom of Microsoft Excel.

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