Wijmo UI for the Web
bottomRight Method
wijmo.grid Namespace > cellInfoRange type : bottomRight Method
Gets the object that represents the bottom right cell of the range.
Syntax
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.
Example
var cellInfoObj = range.bottomRight();
See Also

Reference

cellInfoRange type