ICell
pentaho.data. ICell
The ICell
interface describes a data cell.
Source: javascript/web/pentaho/data/ICell.jsdoc, line 17
Members
Name | Description |
---|---|
formatted : | Gets or sets the formatted value of the cell. |
value : | Gets or sets the value of the cell. |
Methods
Name | Description |
---|---|
toString() : any | Gets a string representation of the value of the cell. |
valueOf() : any | Gets the value of the cell. |
Members Details
formatted: |
---|
Gets or sets the formatted value of the cell. |
value: |
---|
Gets or sets the value of the cell. |
Methods Details
toString() : any | ||||
---|---|---|---|---|
Gets a string representation of the value of the cell. Typically, this is the value of Source: javascript/web/pentaho/data/ICell.jsdoc, line 47
See also: pentaho.data.ICell#formatted |
valueOf() : any | ||||
---|---|---|---|---|
Gets the value of the cell. Source: javascript/web/pentaho/data/ICell.jsdoc, line 38
See also: pentaho.data.ICell#value |