Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

XlSheetVisibility Enum

Definition

Namespace:
Microsoft.Office.Interop.Excel
Assembly:
Microsoft.Office.Interop.Excel.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Specifies whether the object is visible.

public enum class XlSheetVisibility
public enum XlSheetVisibility
Public Enum XlSheetVisibility
Inheritance
XlSheetVisibility

Fields

Name Value Description
xlSheetVisible -1

Displays the sheet.

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).

Applies to


Feedback

Was this page helpful?