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

// Parameters
var index; // Type:  number

value = instance.item(index);
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);
See Also

Reference

cellInfoOrderedCollection type