Wijmo UI for the Web
cellInfo type
wijmo.grid Namespace : cellInfo type
An object that represents a single cell.
Syntax
var instance = new wijmo.grid.cellInfo();
function cellInfo;
Inheritance Hierarchy

Object
   wijmo.grid.cellInfo

Constructors
 NameDescription
public ConstructorAn object that represents a single cell.  
Top
Methods
 NameDescription
public MethodGets the zero-based index of the cell in the row which it corresponds to.  
public MethodGets the associated column object.  
public MethodReturns the jQuery object containing a cell content.  
public MethodCompares the current object with an object you have specified and indicates whether they are identical  
public MethodGets the associated row's information.  
public MethodGets the zero-based index of the row containing the cell.  
public MethodReturns the table cell element corresponding to this object.  
public MethodSets the underlying data vakue.  
Top
See Also

Reference

wijmo.grid Namespace