[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
sheetNames (Supporting Workbook Sheet Names)
This element is the container for all of the worksheet names in a supporting workbook.
Parent Elements |
externalBook (§3.14.7) |
Child Elements |
Subclause |
sheetName (Sheet Name) |
§3.14.15 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ExternalSheetNames">
<sequence>
<element name="sheetName" minOccurs="1" maxOccurs="unbounded" type="CT_ExternalSheetName"/>
</sequence>
</complexType>