SheetVisibility enumeration

Indicates whether the returned sheets are visible.

Namespace:  Microsoft.Office.Excel.Server.WebServices
Assembly:  Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)

Syntax

'Declaration
Public Enumeration SheetVisibility
'Usage
Dim instance As SheetVisibility
public enum SheetVisibility

Members

Member name Description
Visible The sheet is visible in the Excel Web Access Web Part.
Hidden The sheet is not visible in the Excel Web Access Web Part.
VeryHidden The sheet is not visible in the Excel Web Access Web Part, corresponding to the VeryHidden enumerator in the Excel client object model.

See also

Reference

Microsoft.Office.Excel.Server.WebServices namespace