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

Return Value

The object that represents the top left cell of the range.
Example
var cellInfoObj = range.topLeft();
Browser Compatibility
7
5
5

See Also

Reference

cellInfoRange type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.