Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

ICell

pentaho.data. ICell

The ICell interface describes a data cell.

Source: doc-js/pentaho/data/ICell.jsdoc, line 17

Members

Name Description
formatted : string

Gets or sets the formatted value of the cell.

value : *

Gets or sets the value of the cell.

Methods

Name Description
toString() : *

Gets a string representation of the value of the cell.

valueOf() : *

Gets the value of the cell.

Members Details

formatted: string

Gets or sets the formatted value of the cell.

Source: doc-js/pentaho/data/ICell.jsdoc, line 31

value: *

Gets or sets the value of the cell.

Source: doc-js/pentaho/data/ICell.jsdoc, line 24

Methods Details

toString() : *

Gets a string representation of the value of the cell.

Typically, this is the value of formatted.

Source: doc-js/pentaho/data/ICell.jsdoc, line 47

Returns:
Name Description
*

See also: pentaho.data.ICell#formatted

valueOf() : *

Gets the value of the cell.

Source: doc-js/pentaho/data/ICell.jsdoc, line 38

Returns:
Name Description
*

See also: pentaho.data.ICell#value