ExtendSelect Method (IList)

Selects additional items from the multi-selection list, by index. This method is applicable only to lists that allow multiple selection.

This method has multiple overloads.

ExtendSelect(Int32[]) Method

Selects additional items from the multi-selection list, by index. This method is applicable only to lists that allow multiple selection.

C# Syntax
void ExtendSelect( 
   params int[] indices
)

Parameters

itemIndices

The 0-based indices of the items to add to the selection.

ExtendSelect(String[]) Method

Selects additional items from the multi-selection list, by name. This method is applicable only to lists that allow multiple selection.

C# Syntax
void ExtendSelect( 
   params string[] items
)

Parameters

items

The names of the items to add to the selection.