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

ICell

The spec.ICell interface describes a cell's structured specification.

Properties:
Name Default Value Description
v : pentaho.data.Atomic | null | undefined

The value of the cell.

If undefined is specified, it is instead taken to be null.

The default value is null.

f : string | null | undefined

The formatted value of the cell.

If null is specified, it is instead taken to be undefined.

The default value is undefined.

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

See also: pentaho.data.Cell , pentaho.data.spec.Cell

Extends