Specifies the contents of the comment that is associated with a cell.
      
<Data />
    | Element type | Anonymous | 
| Namespace | urn:schemas-microsoft-com:office:spreadsheet | 
| Schema name | XML Spreadsheet 2002 | 
| Element | Description | 
|---|---|
| Comment | Contains a comment to be associated with a cell. | 
None.
None.
      
<xsd:element name="Data" minOccurs="1" >
  <xsd:complexType>
    <xsd:sequence>
      <xsd:any processContents="skip" maxOccurs="unbounded" />
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>