Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IListControl Interface / ListIndex Property


In This Topic
    ListIndex Property (IListControl)
    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 IListControl
    Dim value As Integer
     
    instance.ListIndex = value
     
    value = instance.ListIndex
    int ListIndex {get; set;}
    See Also