'Declaration
Property InCellDropdown As Boolean
'Usage
Dim instance As IValidation Dim value As Boolean instance.InCellDropdown = value value = instance.InCellDropdown
bool InCellDropdown {get; set;}
Property Value
true
if data validation displays a drop-down list that contains acceptable values; otherwise, false
.