Wijmo UI for the Web
tableCell Method
Returns the table cell element corresponding to this object.
Syntax
Javascript (Usage) 
var instance = new wijmo.grid.cellInfo();
var value; // Type: HTMLTableCellElement
value = instance.tableCell();
Javascript (Specification) 
function tableCell() : HTMLTableCellElement;

Return Value

The table cell element corresponding to this object.
Example
var domCell = cellInfoObj.tableCell();
Browser Compatibility
7
5
5

See Also

Reference

cellInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.