VBCS Excel Plugin Length Validation
Summary:
Hi,
I'm working in one VBCS Excel Plugin Template and the customer want a validation in the fields, to make sure the user will include the right values. This validation consist in some non-valid values, and the field need to have only 4 chars.
I tried include some code like: { this.Value.length != 4 } or { this.Value.length() != 4 } and all these options generates error.
Is it possible to include this validation in the VBCS Excel Plugin?
Thanks,
Version (include the version you are using, if applicable):
3.8.0.27331
1