HotXLS Docs

metodo AddComment

aggiunge comment cella e restituisce TXLSComment oggetto

Sintassi

funzione AddComment: TXLSComment;
funzione AddComment(testo: WideString): TXLSComment;
funzione AddComment(testo, Author: WideString): TXLSComment;
Text Optional WideString. comment testo
Author Optional WideString. saved comment author

Esempio

Questo esempio aggiunge comment A1 cella

Workbook.Sheets[1].Range['A1', 'A1'].AddComment('Comment text', 'Reviewer');