[Table of Contents] [docx version]

VML Reference Material - VML

FmlaRange (List Items Source Range)

This element specifies the range of source data cells used to populate the list box, using standard cell reference syntax. This element is used for list boxes. The formula syntax is described in §3.17 of the SpreadsheetML reference.

[Example:

<x:ClientData … > …
<x:FmlaRange>$A$1:$A$15</x:FmlaRange>
</x:ClientData>

end example]

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

Parent Elements

ClientData6.4.2.12)