Visible Element (Microsoft Excel)

Contains a value specifying whether a worksheet is visible.

Contained In

WorksheetOptions

Remarks

This element contains one of the following string constants: SheetVisible, SheetHidden, or SheetVeryHidden. If this element is not specified, the worksheet is visible.

If SheetVeryHidden is specified, the worksheet cannot be made visible by the user and can only be made visible by programmatically setting the Visible property to True. For more information about the Visible property, see the Microsoft Excel Visual Basic Reference Help.

Example

See the example in the ExcelWorkbook element topic.