[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.FormControls.IListBox

IListBox Interface

Represents a list box control.

Namespace: GrapeCity.Spreadsheet.FormControls
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IListBox : IListControl, IFormControl, IDrawingObject
Public Interface IListBox
    Inherits IListControl, IFormControl, IDrawingObject

Properties

Name Description
MultiSelect

Gets or sets the selection mode of the specified list box.

SelectedItems

Gets the index list of selected items.

Methods

Name Description
GetSelected(int)

Gets the selection state of an item in a IListBox.

SetSelected(int, bool)

Sets the selection state of an item in a IListBox.