2.2.4.115 SheetName

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

Specifies the name, type and visible condition of a sheet (1).

 <xs:complexType name="SheetName" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Name" type="xs:string"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Type" type="tns:SheetType"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Visibility" type="tns:SheetVisibility"/>
   </xs:sequence>
 </xs:complexType>

Name:  The name of the sheet (1). MUST be present.

Type:  The type of the sheet (1) as specified in section 2.2.5.36.

Visibility:  The visible condition of a sheet (1) as specified in section 2.2.5.37.