ValidationType

Přehled

ValidationType je enum v Aspose.Cells pro NET.

Hodnoty

ValueDescription
AnyValueNo restriction; any input value is accepted
WholeNumberRestricts input to integers within an optional range
DecimalRestricts input to decimal numbers within an optional range
ListRestricts input to values from a predefined drop-down list
DateRestricts input to date values within an optional range
TimeRestricts input to time values within an optional range
TextLengthRestricts input based on the character length of the entered text
CustomUses a custom formula expression to validate input
 Čeština