SelectElement.SelectItems

SelectItems(params int[])

This methods allows to select multiple options by their indexes.

public void SelectItems(params int[] indexes)
ParameterTypeDescription
indexesInt32[]An array of indexes for parameter selection.

See Also


SelectItems(params string[])

This methods allows to select multiple options by their values.

public void SelectItems(params string[] values)
ParameterTypeDescription
valuesString[]An array of values for parameter selection.

See Also