HotXLS Docs

método AddComment

agrega comment celda y devuelve TXLSComment objeto

Sintaxis

función AddComment: TXLSComment;
función AddComment(texto: WideString): TXLSComment;
función AddComment(texto, Author: WideString): TXLSComment;
Text Optional WideString. comment texto
Author Optional WideString. saved comment author

Ejemplo

Este ejemplo agrega comment A1 celda

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