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

ClearComments yöntem

Clears all cell comments from the specified range

Sözdizimi

procedure ClearComments;

Örnek

This example removes review comments from a report body before the workbook is delivered to users. Cell values and formatting remain in place
var ReportBody: IXLSRange; begin ReportBody := Workbook.Sheets[1].Range['A2', 'H40']; ReportBody.ClearComments; Workbook.SaveAs('C:\Reports\customer-copy.xls'); end;

Ayrıca bkz.

IXLSRange.AddCommentyöntem
IXLSRange.Commentözellik
IXLSRange.Clearyöntem Copyright © 2010-2026 losLab Software