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


In This Topic
ListOffset Property (ComboBoxCellType)
In This Topic
Gets or sets how many pixels to offset the list from the aligned edge of the cell.
Syntax
'Declaration
 
Public Property ListOffset As Integer
 
'Usage
 
Dim instance As ComboBoxCellType
Dim value As Integer
 
instance.ListOffset = value
 
value = instance.ListOffset
See Also