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

Object
   wijmo.grid.cellInfo

Browser Compatibility
7
5
5
Constructors
 NameDescription
public ConstructorcellInfo ConstructorAn object that represents a single cell.  
Top
Methods
 NameDescription
public MethodcellIndexGets the zero-based index of the cell in the row which it corresponds to.  
public MethodcolumnGets the associated column object.  
public MethodcontainerReturns the jQuery object containing a cell content.  
public MethodisEqualCompares the current object with an object you have specified and indicates whether they are identical  
public MethodrowGets the accociated row's information.  
public MethodrowIndexGets the zero-based index of the row containing the cell.  
public MethodtableCellReturns the table cell element corresponding to this object.  
public MethodvalueSets the underlying data vakue.  
Top
See Also

Reference

wijmo.grid Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.