Learn R Programming

xlcharts (version 0.0.1)

CommentRecord: 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,
  ...
)

Value

An openpyxl Python object.

Arguments

ref

ref

authorId

authorId

guid

guid

shapeId

shapeId

text

text

commentPr

commentPr

author

author

height

height

width

width

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
CommentRecord()
}

Run the code above in your browser using DataLab