Specifies whether the object is visible.
[Visual Basic] Public Enum XlSheetVisibility [C#] public enum XlSheetVisibility [C++] public __value enum XlSheetVisibility [JScript] public enum XlSheetVisibility
| Member Name | Description |
|---|---|
| xlSheetVisible | Displays the sheet. |
| xlSheetHidden | Hides the worksheet which the user can unhide via menu. |
| xlSheetVeryHidden | Hides 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). |
Namespace: NativeExcel
Assembly: NativeExcel (in NativeExcel.dll)
NativeExcel Namespace | IWorksheet.Visible Property