<chartsheet> (Chart Sheet)

This is the root element of Sheet Parts that are of type 'chartsheet'.

Parent Elements

Root element of SpreadsheetML Chartsheet part

Child Elements

Subclause

<customSheetViews> (Custom Chart Sheet Views)

§3.3.1.24

<drawing> (Drawing)

§3.3.1.34

<extLst> (Future Feature Data Storage Area)

§3.2.10

<headerFooter> (Header Footer Settings)

§3.3.1.43

<legacyDrawing> (Legacy Drawing Reference)

§3.3.1.51

<legacyDrawingHF> (Legacy Drawing Reference in Header Footer)

§3.3.1.52

<pageMargins> (Page Margins)

§3.3.1.60

<pageSetup> (Chart Sheet Page Setup)

§3.3.1.62

<picture> (Background Image)

§3.3.1.65

<sheetPr> (Chart Sheet Properties)

§3.3.1.80

<sheetProtection> (Chart Sheet Protection)

§3.3.1.82

<sheetViews> (Chart Sheet Views)

§3.3.1.86

<webPublishItems> (Web Publishing Items)

§3.3.1.95

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Chartsheet">
	<sequence>
	<element name="sheetPr" type="CT_ChartsheetPr" minOccurs="0" maxOccurs="1"/>
	<element name="sheetViews" type="CT_ChartsheetViews" minOccurs="1" maxOccurs="1"/>
	<element name="sheetProtection" type="CT_ChartsheetProtection" minOccurs="0" maxOccurs="1"/>
	<element name="customSheetViews" type="CT_CustomChartsheetViews" minOccurs="0" maxOccurs="1"/>
	<element name="pageMargins" minOccurs="0" type="CT_PageMargins"/>
	<element name="pageSetup" type="CT_CsPageSetup" minOccurs="0" maxOccurs="1"/>
	<element name="headerFooter" minOccurs="0" type="CT_HeaderFooter"/>
	<element name="drawing" type="CT_Drawing" minOccurs="1" maxOccurs="1"/>
	<element name="legacyDrawing" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
	<element name="legacyDrawingHF" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
	<element name="picture" type="CT_SheetBackgroundPicture" minOccurs="0" maxOccurs="1"/>
	<element name="webPublishItems" type="CT_WebPublishItems" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>