The requested page is not available for selected version.
SelectByIndices
Syntax
long SelectByIndices (int[] items)
Description
Select multiple items in the list control, as specified by their indexes.
Parameters
items
Array of integers, each specifying the index of an item in the list control. Note that index numbering begins with 1.
Return Value
Return 0 if the call is successful; otherwise, -1..
Notes
- This method is applicable to both ListBox and ListView controls.