[Table of Contents] [docx version]

VML Reference Material - VML

RecalcAlways (Recalculation Toggle)

This element defines whether the object is always included in recalculation. If this element is specified without a value, it is assumed to be true. This is used by controls that reference cells in the spreadsheet to update themselves when the spreadsheet changes.

[Example:

<x:ClientData … > …
<x:RecalcAlways>True</x:RecalcAlways>
</x:ClientData>

end example]

The possible values for this element are defined by the ST_TrueFalseBlank simple type (§6.4.3.3).

Parent Elements

ClientData6.4.2.12)