[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
A single merged cell
Parent Elements |
mergeCells (§3.3.1.54) |
Attributes |
Description |
ref (Reference) |
Range defined by merge cell.
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_MergeCell">
<attribute name="ref" type="ST_Ref" use="required"/>
</complexType>