Spread Windows Forms 15.0
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
    public int ListOffset {get; set;}
    See Also