Spread Silverlight Documentation
Type Property (IExcelDataValidation)


GrapeCity.Excel Namespace > IExcelDataValidation Interface : Type Property
Gets or sets data validation type.
Syntax
'Declaration
 
Property Type As ExcelDataValidationType
'Usage
 
Dim instance As IExcelDataValidation
Dim value As ExcelDataValidationType
 
instance.Type = value
 
value = instance.Type
ExcelDataValidationType Type {get; set;}

Property Value

The data validation type.
See Also

Reference

IExcelDataValidation Interface
IExcelDataValidation Members