Specifies the type of data validation.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum ValidationType |
Visual Basic
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. |
![]() |
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. |
RemarksMembers of this enumeration can be assigned to the Type property of IValidation instances.
See Also