[Table of Contents] [docx version]
VML Reference Material - VML
This element specifies the type of validation to use for data input to the control. If omitted, the value is assumed to be Text. Valid values are:
Value |
Description |
0 |
Text |
1 |
Integer |
2 |
Number |
3 |
Reference |
4 |
Formula |
This element is used for edit controls.
[Example:
<x:ClientData … > …
<x:VTEdit>True</x:VTEdit>
</x:ClientData>
end example]
The possible values for this element are defined by the XML Schema integer datatype.
Parent Elements |
ClientData (§6.4.2.12) |