Upravit

Sdílet prostřednictvím


XlSheetVisibility Enum

Definition

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