Wijmo UI for the Web
length メソッド
コレクションの項目の総数を取得します。
シンタックス
Javascript (Usage) 
var instance = new wijmo.grid.cellInfoOrderedCollection();
var value; // Type: number
value = instance.length();
Javascript (Specification) 
function length() : number;

戻り値の型

コレクションの項目の総数。
使用例
var len = collection.length();

関連トピック

参照

cellInfoOrderedCollection タイプ

 

 


Copyright © GrapeCity inc. All rights reserved.