SelectRange Method (ListBox)

Class

ListBox.

Action

Selects a range of items in the extend-selection list box.

Syntax

listBox.SelectRange(selectRangeBegin, selectRangeEnd)
Variable Description
selectRangeBegin The first item to select. ItemIdentifier.
selectRangeEnd The last item to select. ItemIdentifier.