View source: R/CommentRecord.R
CommentRecord | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.comments.comment_sheet.html
CommentRecord(
ref = "",
authorId = 0L,
guid = NULL,
shapeId = 0L,
text = NULL,
commentPr = NULL,
author = NULL,
height = 79L,
width = 144L,
...
)
ref |
ref |
authorId |
authorId |
guid |
guid |
shapeId |
shapeId |
text |
text |
commentPr |
commentPr |
author |
author |
height |
height |
width |
width |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
CommentRecord()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.