CellMemo
Memo information model for cells
Signature:
export interface CellMemo
Remarks
Define what to display in the memo for each cell
Properties
Property | Type | Description |
---|---|---|
author | string | Set the author for the memo. If not set, ExportMemo.author is applied. |
authorVisible | boolean | If you do not set whether to display the author to be written in the memo, ExportMemo.authorVisible will be applied. |
fontSize | number | Font size to be displayed in the memo (unit: pt) |
maxWidth | number | Set the maxWidth of the memo to be displayed in Excel (unit: px) |
message | string | Message to be written in the memo |
minWidth | number | Set the minWidth of the memo to be displayed in Excel (unit: px) |
Properties Desc
author
If you do not set the author to be written in the memo, ExportMemo.author will be applied.
Type
- string
authorVisible
If you do not set whether to display the author to be written in the memo, ExportMemo.authorVisible is applied.
Type
- boolean
fontSize
The font size to be displayed in the memo (unit: pt)
Type
- number
maxWidth
Set the maxWidth of the memo to be displayed in Excel (unit: px)
Type
- number
message
The message to be written in the memo
Type
- string
minWidth
Set the minWidth of the note to be displayed in Excel (unit: px)
Type
- number