Click or drag to resize

IListBox.MultiSelect Method (IEnumerable<Int32>)

Selects several items.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
void MultiSelect(
	IEnumerable<int> items
)

Parameters

items
Type: System.Collections.Generic.IEnumerable<Int32>
An array of items. Each item must be specified by its index, from 0.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also