Ewa.SheetVisibility Enumeration

Applies to: apps for SharePoint | Excel Services | SharePoint Server 2013

Specifies the visibility values for the Ewa.Sheet.

SheetVisibility Enumeration

Table 1. Visibility values of the sheet

Name

Integer Value

Description

Visible

0

The sheet is visible to the user.

Hidden

1

The sheet is not visible, but can be unhidden by the user.

VeryHidden

2

The sheet is not visible and cannot be unhidden by the user using the Excel application user interface; however, you can use the Visual Basic Editor in Excel to change the visibility of the sheet to visible.

See also

Reference

Ewa.Sheet.getVisible()