Version: 2020.3
言語: 日本語
public void SetSelection (int index);

パラメーター

index Item index.

説明

Sets the currently selected item.


public void SetSelection (IEnumerable<int> indices);

パラメーター

indices Collection of items to be selected.

説明

Sets a collection of selected items.