Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the sheet is visible.
Namespace: Microsoft.Office.Excel.Server.WebServices
Assembly: Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)
Syntax
'Declaration
Public Property Visibility As SheetVisibility
Get
Set
'Usage
Dim instance As SheetInfo
Dim value As SheetVisibility
value = instance.Visibility
instance.Visibility = value
public SheetVisibility Visibility { get; set; }
Property Value
Type: Microsoft.Office.Excel.Server.WebServices.SheetVisibility
The SheetVisibility of the sheet.
Remarks
The sheet can be visible, hidden, or very hidden.