CellMemo
셀에 대한 메모 정보 모델
Signature:
export interface CellMemo
Remarks
각 셀의 메모에 표시할 내용을 정의
Properties
Property | Type | Description |
---|---|---|
author | string | 메모에 작성자를 설정 설정하지 않을 경우, ExportMemo.author가 적용된다. |
authorVisible | boolean | 메모에 작성될 작성자 표시 유무 설정하지 않을 경우, ExportMemo.authorVisible가 적용된다. |
fontSize | number | 메모에 표시될 글씨 크기 (단위: pt) |
maxWidth | number | 엑셀에 표시될 메모의 maxWidth 설정 (단위: px) |
message | string | 메모에 작성될 메시지 |
minWidth | number | 엑셀에 표시될 메모의 minWidth 설정 (단위: px) |
Properties Desc
author
메모에 작성자를 설정 설정하지 않을 경우, ExportMemo.author가 적용된다.
Type
- string
authorVisible
메모에 작성될 작성자 표시 유무 설정하지 않을 경우, ExportMemo.authorVisible가 적용된다.
Type
- boolean
fontSize
메모에 표시될 글씨 크기 (단위: pt)
Type
- number
maxWidth
엑셀에 표시될 메모의 maxWidth 설정 (단위: px)
Type
- number
message
메모에 작성될 메시지
Type
- string
minWidth
엑셀에 표시될 메모의 minWidth 설정 (단위: px)
Type
- number