var instance = newGCIM.GcListBox(container, id);
var value; // Type: any
// パラメータ
var indexes; //タイプ: any
value = instance.SetSelectedIndices(indexes);
function SetSelectedIndices(
indexes : any
) : any;
パラメータ
indexes
The selected indexed and should be string or Array.