21module
com { module sun { module star { module sheet {
ValidationType
used to specify which cell contents are treated as valid.
Definition ValidationType.idl:27
@ WHOLE
any whole number matching the specified condition is valid.
Definition ValidationType.idl:36
@ LIST
Only strings from a specified list are valid.
Definition ValidationType.idl:61
@ TEXT_LEN
string is valid if its length matches the specified condition.
Definition ValidationType.idl:56
@ CUSTOM
The specified formula determines which contents are valid.
Definition ValidationType.idl:66
@ ANY
any cell content is valid; no conditions are used.
Definition ValidationType.idl:31
@ DATE
specifies an arithmetic series for date values.
Definition FillMode.idl:59
@ TIME
any time value matching the specified condition is valid.
Definition ValidationType.idl:51
@ DECIMAL
any number matching the specified condition is valid.
Definition ValidationType.idl:41
Definition Ambiguous.idl:20