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

Return Value

The total number of the items in the collection.
Example
var len = collection.length();
Browser Compatibility
7
5
5

See Also

Reference

cellInfoOrderedCollection type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.