Method: Axlsx::WorksheetComments#add_comment
- Defined in:
- lib/axlsx/workbook/worksheet/worksheet_comments.rb
#add_comment(options = {}) ⇒ Object
Adds a comment
25 26 27 |
# File 'lib/axlsx/workbook/worksheet/worksheet_comments.rb', line 25 def add_comment(={}) comments.add_comment() end |