HotXLS-documentatie

AddComment methode

voegt toe comment naar cel en retourneert TXLSComment object

Syntaxis

functie AddComment: TXLSComment;
functie AddComment(tekst: WideString): TXLSComment;
functie AddComment(tekst, Author: WideString): TXLSComment;
Text Deze sectie van de HotXLS-documentatie behoudt de technische context en identifiers: WideString.
Author Deze sectie van de HotXLS-documentatie behoudt de technische context en identifiers: WideString.

Voorbeeld

Dit voorbeeld voegt toe comment naar A1 cel

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