2.2.5.37 SheetVisibility

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

Indicates the visibility state of a sheet (2).

 <xs:simpleType name="SheetVisibility" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Visible"/>
     <xs:enumeration value="Hidden"/>
     <xs:enumeration value="VeryHidden"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the SheetVisibility simple type.

Value

Meaning

Visible

sheet (2) is visible to the user.

Hidden

sheet (2) is not visible to the user, but can be unhidden by the user.

VeryHidden

sheet (2) is not visible to the user and cannot be unhidden by the user.