CommentRecord {xlcharts} | R Documentation |
CommentRecord
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.comments.comment_sheet.html
Usage
CommentRecord(
ref = "",
authorId = 0L,
guid = NULL,
shapeId = 0L,
text = NULL,
commentPr = NULL,
author = NULL,
height = 79L,
width = 144L,
...
)
Arguments
ref |
ref |
authorId |
authorId |
guid |
guid |
shapeId |
shapeId |
text |
text |
commentPr |
commentPr |
author |
author |
height |
height |
width |
width |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
CommentRecord()
## End(Not run)
[Package xlcharts version 0.0.2 Index]