Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 696 Bytes

Excel.XlSheetVisibility.md

File metadata and controls

23 lines (16 loc) · 696 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
XlSheetVisibility enumeration (Excel)
Excel.XlSheetVisibility
615955a4-2ab9-b95f-de7c-6fb3e59d25bf
06/08/2017
medium

XlSheetVisibility enumeration (Excel)

Specifies whether the object is visible.

Name Value Description
xlSheetHidden 0 Hides the worksheet which the user can unhide via menu.
xlSheetVeryHidden 2 Hides the object so that the only way for you to make it visible again is by setting this property to True (the user cannot make the object visible).
xlSheetVisible -1 Displays the sheet.

[!includeSupport and feedback]