GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ComboDropDownInfo Class / Width Property


Width Property (ComboDropDownInfo)
Gets or sets the drop-down width.
Syntax
'Declaration
 
Public Property Width As Integer
 
'Usage
 
Dim instance As ComboDropDownInfo
Dim value As Integer
 
instance.Width = value
 
value = instance.Width

Property Value

The width of the drop-down.
Exceptions
ExceptionDescription
value is less than zero.
See Also