HotXLS 文档

Text 属性

返回 or sets the text of the comment. Read/write WideString

语法

property Text: WideString;

示例

This example sets the comment for cell E5

Workbook.Sheets[1].Range['E5', 'E5'].AddComment.Text := 'Comment';