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

Return Value

The table cell element corresponding to this object.
Example
var domCell = cellInfoObj.tableCell();
See Also

Reference

cellInfo type