SpreadsheetGear 2023
ValidationType Enumeration


SpreadsheetGear Namespace : ValidationType Enumeration
Represents the type of data validation associated with a range of cells.
Syntax
'Declaration
 
Public Enum ValidationType 
   Inherits System.Enum
'Usage
 
Dim instance As ValidationType
public enum ValidationType : System.Enum 
Members
MemberDescription
CustomSpecifies that IValidation.Formula1 will be evaluated to determine whether an entered value is valid.
DateSpecifies that a date must be entered.
DecimalSpecifies that a decimal number must be entered.
InputOnlySpecifies no special validation.
ListSpecifies a list of valid values.
TextLengthSpecifies validation based on the length of the entered text.
TimeSpecifies that a time must be entered.
WholeNumberSpecifies that a whole number must be entered.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.ValidationType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear Namespace
Type Property
Validation Property