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

Return Value

The zero-based index of the cell in the row which it corresponds to.
Example
var index = cellInfoObj.cellIndex();
See Also

Reference

cellInfo type