Wijmo UI for the Web
item Method
The zero-based index of the item to get.
Gets an item at the specified index.
Syntax
Javascript (Usage) 
var instance = new wijmo.grid.cellInfoOrderedCollection();
var value; // Type: cellInfo

// Parameters
var index; // Type:  number

value = instance.item(index);
Javascript (Specification) 
function item( 
   index : number
) : cellInfo;

Parameters

index
The zero-based index of the item to get.

Return Value

The wijmo.grid.cellInfo object at the specified index.
Example
var cellInfoObj = collection.item(0);
Browser Compatibility
7
5
5

See Also

Reference

cellInfoOrderedCollection type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.