Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Forms Namespace / IListBox Interface / SelectedItems Property
In This Topic
    SelectedItems Property
    In This Topic
    Gets the currently selected items.
    Syntax
    System.Collections.Generic.ICollection<ListBoxItem> SelectedItems {get;}
    See Also