HotXLS Belgeleri İçindekiler Ana sayfa Genel bakış TGridToXLS IXLSWorkbook Ana sayfa İçindekiler Genel bakış

AddComment yöntem

Adds a comment to the cell and returns TXLSComment object

Sözdizimi

function AddComment: TXLSComment; function AddComment(Text: WideString): TXLSComment; function AddComment(Text, Author: WideString): TXLSComment; Text Optional WideString. The comment text Author Optional WideString. The saved comment author

Örnek

This example adds the comment to A1 cell
Workbook.Sheets[1].Range['A1', 'A1'].AddComment('Comment text', 'Reviewer'); Copyright © 2010-2026 losLab Software