Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IControlFormat Interface / ListIndex Property


In This Topic
    ListIndex Property
    In This Topic
    Gets or sets the index number (base 0) of the currently selected item in a list box or combo box.
    Syntax
    'Declaration
     
    
    Property ListIndex As Integer
    'Usage
     
    
    Dim instance As IControlFormat
    Dim value As Integer
     
    instance.ListIndex = value
     
    value = instance.ListIndex
    int ListIndex {get; set;}
    See Also