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'
);