Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / ListOffset Property


In This Topic
ListOffset Property (MultiColumnComboBoxCellType)
In This Topic
Gets or sets how much the list offsets from the editor.
Syntax
'Declaration
 
Public Property ListOffset As Integer
 
'Usage
 
Dim instance As MultiColumnComboBoxCellType
Dim value As Integer
 
instance.ListOffset = value
 
value = instance.ListOffset
See Also