var instance = new wijmo.grid.cellInfoRange(); var value; // Type: cellInfo value = instance.bottomRight();
function bottomRight() : cellInfo;
Return Value
The object that represents the bottom right cell of the range.
var instance = new wijmo.grid.cellInfoRange(); var value; // Type: cellInfo value = instance.bottomRight();
function bottomRight() : cellInfo;
var cellInfoObj = range.bottomRight();