Wijmo UI for the Web
length Method
wijmo.grid Namespace > cellInfoOrderedCollection type : length Method
Gets the total number of the items in the collection.
Syntax
var instance = new wijmo.grid.cellInfoOrderedCollection();
var value; // Type: number
value = instance.length();
function length() : number;

Return Value

The total number of the items in the collection.
Example
var len = collection.length();
See Also

Reference

cellInfoOrderedCollection type