Wijmo UI for the Web
topLeft Method
wijmo.grid Namespace > cellInfoRange type : topLeft Method
Gets the object that represents the top left cell of the range.
Syntax
var instance = new wijmo.grid.cellInfoRange();
var value; // Type: cellInfo
value = instance.topLeft();
function topLeft() : cellInfo;

Return Value

The object that represents the top left cell of the range.
Example
var cellInfoObj = range.topLeft();
See Also

Reference

cellInfoRange type