Skip to content

CommentRecord

Source code

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

library("xlcharts")

CommentRecord()