[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

dialogsheet (Dialog Sheet)

This is the root element for Sheet Parts of type 'dialogsheet'.

Parent Elements

Root element of SpreadsheetML Dialogsheet part

 

Child Elements

Subclause

customSheetViews (Custom Sheet Views)

§3.3.1.25

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

oleObjects (Embedded Objects)

§3.3.1.58

pageMargins (Page Margins)

§3.3.1.60

pageSetup (Page Setup Settings)

§3.3.1.61

printOptions (Print Options)

§3.3.1.68

sheetFormatPr (Sheet Format Properties)

§3.3.1.78

sheetPr (Sheet Properties)

§3.3.1.79

sheetProtection (Sheet Protection Options)

§3.3.1.81

sheetViews (Sheet Views)

§3.3.1.85

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

<complexType name="CT_Dialogsheet">

   <sequence>

   <element name="sheetPr" minOccurs="0" type="CT_SheetPr"/>

   <element name="sheetViews" minOccurs="0" type="CT_SheetViews"/>

   <element name="sheetFormatPr" minOccurs="0" type="CT_SheetFormatPr"/>

   <element name="sheetProtection" type="CT_SheetProtection" minOccurs="0" maxOccurs="1"/>

   <element name="customSheetViews" minOccurs="0" type="CT_CustomSheetViews"/>

   <element name="printOptions" minOccurs="0" type="CT_PrintOptions"/>

   <element name="pageMargins" minOccurs="0" type="CT_PageMargins"/>

   <element name="pageSetup" minOccurs="0" type="CT_PageSetup"/>

   <element name="headerFooter" minOccurs="0" type="CT_HeaderFooter"/>

   <element name="drawing" minOccurs="0" type="CT_Drawing"/>

   <element name="legacyDrawing" minOccurs="0" type="CT_LegacyDrawing"/>

   <element name="legacyDrawingHF" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>

   <element name="oleObjects" type="CT_OleObjects" minOccurs="0" maxOccurs="1"/>

   <element name="extLst" minOccurs="0" type="CT_ExtensionList"/>

   </sequence>

</complexType>