CellRichValue

CellRichValue class

Represents rich value of the cell.

class CellRichValue;

Methods

MethodDescription
isNull()Checks whether the implementation object is null.
getErrorValue()Gets the error value type of the cell.
getImage()Gets the image data of the cell.
getAltText()Gets the alt text associated with the image.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

getErrorValue()

Gets the error value type of the cell.

getErrorValue() : ErrorCellValueType;

Returns

ErrorCellValueType

getImage()

Gets the image data of the cell.

getImage() : number[];

Returns

number[]

getAltText()

Gets the alt text associated with the image.

getAltText() : string;