Worksheet.Visible Property

Gets or sets a Microsoft.Office.Interop.Excel.XlSheetVisibility value that determines whether the object is visible.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Property Visible As XlSheetVisibility
    Get
    Set
XlSheetVisibility Visible { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlSheetVisibility
One of the Microsoft.Office.Interop.Excel.XlSheetVisibility values.

.NET Framework Security

See Also

Reference

Worksheet Interface

Microsoft.Office.Tools.Excel Namespace