SpreadsheetGear 2023
InCellDropdown Property (IValidation)


SpreadsheetGear Namespace > IValidation Interface : InCellDropdown Property
Gets or sets the property which specifies whether an in-cell dropdown listbox should be used for validation with a ValidationType of ValidationType.List.
Syntax
'Declaration
 
Property InCellDropdown As System.Boolean
'Usage
 
Dim instance As IValidation
Dim value As System.Boolean
 
instance.InCellDropdown = value
 
value = instance.InCellDropdown
System.bool InCellDropdown {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IValidation Interface
IValidation Members