HotXLS 文档
目录
首页
概览
TGridToXLS
IXLSWorkbook
首页
目录
概览
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'
;