3.1.4.26.3.2 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">
   <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 3.1.4.26.4.1.

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