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

Return Value

The zero-based index of the row containing the cell.
Example
var index = cellInfoObj.rowIndex();
Browser Compatibility
7
5
5

See Also

Reference

cellInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.