[Table of Contents] [docx version]

VML Reference Material - VML

FmlaLink (Linked Formula)

This element specifies the cell the object is linked to, using standard cell reference syntax. This element is used for checkboxes, radio buttons, scroll bars, spinners, dropdowns and list boxes. The value in the linked cell and the index of the selected item in the object are linked together. This link is ignored if the control allows multiple selections. The formula syntax is described in §3.17 of the SpreadsheetML reference.

[Example:

<x:ClientData … > …
<x:FmlaLink>$A$4</x:FmlaLink>
</x:ClientData>

end example]

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

Parent Elements

ClientData6.4.2.12)