HotXLS Docs

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