Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

ICell

pentaho.data. ICell

The ICell interface describes a data cell.

Source: javascript/web/pentaho/data/ICell.jsdoc, line 17

Members

Name Description
formatted :  string

Gets or sets the formatted value of the cell.

value :  any

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:  string

Gets or sets the formatted value of the cell.

Source: javascript/web/pentaho/data/ICell.jsdoc, line 31

value:  any

Gets or sets the value of the cell.

Source: javascript/web/pentaho/data/ICell.jsdoc, line 24

Methods Details

toString() : any

Gets a string representation of the value of the cell.

Typically, this is the value of formatted.

Source: javascript/web/pentaho/data/ICell.jsdoc, line 47

Returns:
Name Description
any | null

See also: pentaho.data.ICell#formatted

valueOf() : any

Gets the value of the cell.

Source: javascript/web/pentaho/data/ICell.jsdoc, line 38

Returns:
Name Description
any

See also: pentaho.data.ICell#value