HotXLS Docs

AddComment Methode

fügt hinzu comment zu Zelle und gibt zurück TXLSComment Objekt

Syntax

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

Beispiel

Dieses Beispiel fügt hinzu comment zu A1 Zelle

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