Spread Windows Forms 12.0 Product Documentation
InCellDropdown Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IValidation Interface : InCellDropdown Property
Gets or sets data validation displays a drop-down list that contains acceptable values.
Syntax
'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.
See Also

Reference

IValidation Interface
IValidation Members