CellRichValue
Contents
[
Hide
]CellRichValue class
Represents rich value of the cell.
class CellRichValue;
Methods
Method | Description |
---|---|
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. |
setAltText(string) | 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
getImage()
Gets the image data of the cell.
getImage() : number[];
Returns
number[]
getAltText()
Gets the alt text associated with the image.
getAltText() : string;
setAltText(string)
Gets the alt text associated with the image.
setAltText(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |