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.