Wijmo UI for the Web
selectedCells メソッド
Gets a read-only collection of the selected cells.
シンタックス
Javascript (Usage) 
var instance = new wijmo.grid.selection();
var value; // Type: cellInfoOrderedCollection
value = instance.selectedCells();
Javascript (Specification) 
function selectedCells() : cellInfoOrderedCollection;

戻り値の型

選択されているセルの読み取り専用コレクション。
使用例
var selectedCells = selectionObj.selectedCells();for (var i = 0, len = selectedCells.length(); i < len; i++) {alert(selectedCells.item(i).value().toString());}

関連トピック

参照

selection タイプ

 

 


Copyright © GrapeCity inc. All rights reserved.