FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / ListWidth Property


In This Topic
ListWidth Property (ComboBoxCellType)
In This Topic
Gets or sets the width (in pixels) of the drop-down list.
Syntax
'Declaration
 
Public Property ListWidth As Integer
 
'Usage
 
Dim instance As ComboBoxCellType
Dim value As Integer
 
instance.ListWidth = value
 
value = instance.ListWidth
See Also