[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

controls (Embedded Controls)

Worksheets can have embedded controls embedded in them. This collection is a listing of embedded controls in this worksheet. This collection is used to reference individual Embedded Control Data part definitions, enumerate the code name of each control, and reference drawing information used to draw the control.

Parent Elements

worksheet3.3.1.96)

 

Child Elements

Subclause

control (Embedded Control)

§3.3.1.18

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

<complexType name="CT_Controls">

   <sequence>

   <element name="control" type="CT_Control" minOccurs="1" maxOccurs="unbounded"/>

   </sequence>

</complexType>