ValidationType

ValidationType enumeration

表示客户端验证类型。 AnyValue 表示没有验证。

public enum ValidationType

价值观

姓名价值描述
AnyValue0任何值验证类型。
DropDownList1显示下拉列表。
List2列表验证类型。
FreeList3空闲列表验证类型。
CustomExpression4自定义验证类型,使用正则表达式。
Boolean5TRUE 或 FALSE
Number6数字(整数或双精度)。
Integer7整数
Date8日期 yyyy-MM-dd
DateTime9日期时间(yyyy-MM-dd 或 yyyy-MM-dd hh:mm:ss).
Time10时间 (hh:mm:ss).
TextLength11文本长度
CustomString12customstr
CustomFunction13自定义 javascript 函数验证。
CustomServerFunction14自定义服务器端函数验证。
CheckBox15将单元格显示为复选框。并且单元格的值为True of False.

也可以看看