[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
functionGroup (Function Group)
This element represents a single function group.
|
Parent Elements |
|
functionGroups (§3.2.15) |
|
Attributes |
Description |
|
name (Name) |
Specifies the name of the function group.
The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_FunctionGroup">
<attribute name="name" type="ST_Xstring"/>
</complexType>