Wijmo UI for the Web
value Method
wijmo.grid Namespace > cellInfo type : value Method
The value to set.
Sets the underlying data vakue.
Syntax
var instance = new wijmo.grid.cellInfo();

// Parameters
var value; // Type:  Object

instance.value(value);
function value( 
   value : Object
) : void;

Parameters

value
The value to set.
Example
cellInfoObj.value("value");
Remarks
An "invalid value" exception will be thrown by the setter if the value does not correspond to associated column data type.
See Also

Reference

cellInfo type