[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
oleSize (Embedded Object Size)
This element defines the embedded object server for this workbook.
Parent Elements |
workbook (§3.2.27) |
Attributes |
Description |
ref (Reference) |
Specifies the reference for the embedded object.
The possible values for this attribute are defined by the ST_Ref simple type (§3.18.64). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OleSize">
<attribute name="ref" type="ST_Ref" use="required"/>
</complexType>