Wijmo UI for the Web
row Method
Gets the accociated row's information.
Syntax
Javascript (Usage) 
var instance = new wijmo.grid.cellInfo();
var value; // Type: IRowInfo
value = instance.row();
Javascript (Specification) 
function row() : IRowInfo;

Return Value

Information about associated row.
Example
var row = cellInfoObj.row();
Browser Compatibility
7
5
5

See Also

Reference

cellInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.