var instance = new wijmo.grid.cellInfo();
function cellInfo;
var instance = new wijmo.grid.cellInfo();
function cellInfo;
Object
wijmo.grid.cellInfo
Name | Description | |
---|---|---|
cellInfo Constructor | An object that represents a single cell. |
Name | Description | |
---|---|---|
cellIndex | Gets the zero-based index of the cell in the row which it corresponds to. | |
column | Gets the associated column object. | |
container | Returns the jQuery object containing a cell content. | |
isEqual | Compares the current object with an object you have specified and indicates whether they are identical | |
row | Gets the associated row's information. | |
rowIndex | Gets the zero-based index of the row containing the cell. | |
tableCell | Returns the table cell element corresponding to this object. | |
value | Sets the underlying data vakue. |