CellRichValue
Contents
[
Hide
]CellRichValue class
Represents rich value of the cell.
class CellRichValue;
Methods
| Method | Description |
|---|---|
| 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. |
getErrorValue()
Gets the error value type of the cell.
getErrorValue() : ErrorCellValueType;
Returns
getImage()
Gets the image data of the cell.
getImage() : Uint8Array;
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. |