Search
ValidationType Enumeration
See Also
 






Specifies the type of data validation.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public enum ValidationType

 Members

  Member name Description

AllValues

Indicates that there are no limitations.

Date

Indicates all dates corresponding to the condition.

Decimal

Indicates all numbers corresponding to the condition.

Dropdown

Indicates a custom dropdown button. The dropdown button is displayed when the cell is active, and events are raised to let the application provide custom dropdown content.

List

Indicates all values matching a predefined list of values.

Text

Indicates all text values corresponding to the condition.

TextLength

Indicates validation based on the length of the entered text.

Time

Indicates all times corresponding to the condition.

WholeNumber

Indicates only whole numbers corresponding to the condition.

 See Also