removeComment: Remove a comment from a cell

Description Usage Arguments See Also

Description

Remove a cell comment from a worksheet

Usage

1
removeComment(wb, sheet, cols, rows, gridExpand = TRUE)

Arguments

wb

A workbook object

sheet

A vector of names or indices of worksheets

cols

Columns to delete comments from

rows

Rows to delete comments from

gridExpand

If TRUE, all data in rectangle min(rows):max(rows) X min(cols):max(cols) will be removed.

See Also

createComment

writeComment


awalker89/openxlsx documentation built on May 11, 2019, 4:09 p.m.