2.4.23 ST_SheetName

Referenced by: CT_ServerEventDataEntered, CT_NamedObject, CT_Location, CT_WebExtensionBinding, ST_SheetOrObjectName, CT_Worksheet

 The name of a sheet.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="ST_SheetName">
   <xs:restriction base="xs:string">
     <xs:minLength value="1"/>
     <xs:maxLength value="31"/>
   </xs:restriction>
 </xs:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).