Wijmo UI for the Web
cellIndex Method
Gets the zero-based index of the cell in the row which it corresponds to.
Syntax
Javascript (Usage) 
var instance = new wijmo.grid.cellInfo();
var value; // Type: number
value = instance.cellIndex();
Javascript (Specification) 
function cellIndex() : number;

Return Value

The zero-based index of the cell in the row which it corresponds to.
Example
var index = cellInfoObj.cellIndex();
Browser Compatibility
7
5
5

See Also

Reference

cellInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.