Wijmo UI for the Web
row Method
wijmo.grid Namespace > cellInfo type : row Method
Gets the associated row's information.
Syntax
var instance = new wijmo.grid.cellInfo();
var value; // Type: IRowInfo
value = instance.row();
function row() : IRowInfo;

Return Value

Information about associated row.
Example
var row = cellInfoObj.row();
See Also

Reference

cellInfo type