HotXLS Docs
目錄
首頁
概述
TGridToXLS
IXLSWorkbook
首頁
目錄
概述
AddComment 方法
新增
comment
到 儲存格 和 傳回
TXLSComment
物件
語法
函式
AddComment:
TXLSComment
;
函式
AddComment(
文字
: WideString):
TXLSComment
;
函式
AddComment(
文字
, Author: WideString):
TXLSComment
;
Text
Optional WideString. comment 文字
Author
Optional WideString. saved comment author
範例
此範例 新增 comment 到 A1 儲存格
Workbook.Sheets[
1
].Range[
'A1'
,
'A1'
].AddComment(
'Comment text'
,
'Reviewer'
);