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

Return Value

The zero-based index of the row containing the cell.
Example
var index = cellInfoObj.rowIndex();
See Also

Reference

cellInfo type