Specifies whether comments are printed and where they are printed.
      
<CommentsLayout />
    | Element type | Anonymous | 
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
| Element | Description | 
|---|---|
| Contains workbook and worksheet printing options. | 
None.
None.
      
<xsd:element name="CommentsLayout" minOccurs="0" >
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="InPlace" />
      <xsd:enumeration value="PrintNone" />
      <xsd:enumeration value="SheetEnd" />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>