PyCListBox.SelItemRange

SelItemRange(bSel, start, end)

Selects an item range.

Parameters

bSel : int

Should the selection specified be set or cleared?

start : int

The zero based index of the first item to select.

end : int

The zero based index of the last item to select.