[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
customProperties (Custom Properties)
This collection is used to reference binary parts containing arbitrary user-defined data.
Parent Elements |
worksheet (§3.3.1.96) |
Child Elements |
Subclause |
customPr (Custom Property) |
§3.3.1.20 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_CustomProperties">
<sequence>
<element name="customPr" type="CT_CustomProperty" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>