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.
var instance = new wijmo.grid.cellInfoRange(); var value; // Type: cellInfo value = instance.topLeft();
function topLeft() : cellInfo;
var cellInfoObj = range.topLeft();