[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

functionGroups (Function Groups)

This element defines the collection of function groups for the workbook.

Parent Elements

workbook3.2.27)

 

Child Elements

Subclause

functionGroup (Function Group)

§3.2.14

 

Attributes

Description

builtInGroupCount (Built-in Function Group Count)

Specifies the count of built-in function groups that the application provides in this workbook.

 

The default value for this attribute is 16.

 

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

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

<complexType name="CT_FunctionGroups">

   <sequence maxOccurs="unbounded">

   <element name="functionGroup" type="CT_FunctionGroup" minOccurs="0"/>

   </sequence>

   <attribute name="builtInGroupCount" type="xsd:unsignedInt" default="16" use="optional"/>

</complexType>