[Table of Contents] [docx version]

VML Reference Material - VML

FmlaGroup (Linked Formula - Group Box)

This element specifies the cell the object is linked to, using standard cell reference syntax. This element is used for group boxes. This overrides the FmlaLink for any radio buttons enclosed in the group box. The value in the linked cell and the index of the selected radio button are linked together. The formula syntax is described in §3.17 of the SpreadsheetML reference.

[Example:

<x:ClientData … > …
<x:FmlaGroup>$A$1</x:FmlaGroup>
</x:ClientData>

end example]

The possible values for this element are defined by the XML Schema string datatype.

Parent Elements

ClientData6.4.2.12)