Wijmo UI for the Web
bottomRight Method
Gets the object that represents the bottom right cell of the range.
Syntax
Javascript (Usage) 
var instance = new wijmo.grid.cellInfoRange();
var value; // Type: cellInfo
value = instance.bottomRight();
Javascript (Specification) 
function bottomRight() : cellInfo;

Return Value

The object that represents the bottom right cell of the range.
Example
var cellInfoObj = range.bottomRight();
Browser Compatibility
7
5
5

See Also

Reference

cellInfoRange type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.