<VTEdit>
(Validation Type)
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>
The possible values for this element are defined by the XML Schema integer datatype.
Parent Elements |
---|
|