NativeExcel for .Net Developer's Reference

XlSheetVisibility Enumeration

Specifies whether the object is visible.

[Visual Basic]
Public Enum XlSheetVisibility
[C#]
public enum XlSheetVisibility
[C++]
public __value enum XlSheetVisibility
[JScript]
public enum XlSheetVisibility

Members

Member NameDescription
xlSheetVisibleDisplays the sheet.
xlSheetHiddenHides the worksheet which the user can unhide via menu.
xlSheetVeryHiddenHides the worksheet so that the only way for you to make it visible again is by setting this property to True (the user cannot make the sheet visible).

Requirements

Namespace: NativeExcel

Assembly: NativeExcel (in NativeExcel.dll)

See Also

NativeExcel Namespace | IWorksheet.Visible Property