RealGrid2 API
Interface
Cellmemo

CellMemo

Memo information model for cells

Signature:

export interface CellMemo
 

Remarks

Define what to display in the memo for each cell

Properties

PropertyTypeDescription
authorstringSet the author for the memo. If not set, ExportMemo.author is applied.
authorVisiblebooleanIf you do not set whether to display the author to be written in the memo, ExportMemo.authorVisible will be applied.
fontSizenumberFont size to be displayed in the memo (unit: pt)
maxWidthnumberSet the maxWidth of the memo to be displayed in Excel (unit: px)
messagestringMessage to be written in the memo
minWidthnumberSet 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