Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidation Class / InCellDropdown Property


In This Topic
InCellDropdown Property (DataValidation)
In This Topic
Gets or sets a value indicating whether to display a dropdown combo box for a list type data validation.
Syntax
'Declaration
 
Public Property InCellDropdown As Boolean
 
'Usage
 
Dim instance As DataValidation
Dim value As Boolean
 
instance.InCellDropdown = value
 
value = instance.InCellDropdown

Property Value

true if display a dropdown combo box; otherwise, false.
See Also