Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / BuiltInDataValidation Class / Type Property


In This Topic
Type Property (BuiltInDataValidation)
In This Topic
Gets or sets a value indicating the type of data validation.
Syntax
'Declaration
 
Public Property Type As DataValidationType
 
'Usage
 
Dim instance As BuiltInDataValidation
Dim value As DataValidationType
 
instance.Type = value
 
value = instance.Type

Property Value

A DataValidationType value represents the type of the data validation.
See Also