Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IListBox Interface / SelectedItems Property


In This Topic
    SelectedItems Property
    In This Topic
    Gets the index list of selected items.
    Syntax
    'Declaration
     
    ReadOnly Property SelectedItems As Integer()
    'Usage
     
    Dim instance As IListBox
    Dim value() As Integer
     
    value = instance.SelectedItems
    int[] SelectedItems {get;}
    See Also