SelectionModelT.unselectRange

Requests to unselect a range of items in the model.

template SelectionModelT(TStruct)
bool
unselectRange
(,
uint nItems
)

Parameters

position uint

the first item to unselect

nItems uint

the number of items to unselect

Return Value

Type: bool

%TRUE if this action was supported and no fallback should be tried. This does not mean the range was unselected.

Meta