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

Clear yöntem

Clears the cells in the specified range

Sözdizimi

procedure Clear;

Örnek

This example clears values, formulas, comments, and formatting from a temporary input area while leaving the rest of the worksheet unchanged Use ClearContents when only cell values should be removed
var InputArea: IXLSRange; begin InputArea := Workbook.Worksheets[1].Range['A1', 'G37']; InputArea.Clear; InputArea.Cells[1, 1].Value := 'Ready for new data'; end;

Ayrıca bkz.

IXLSRange.ClearContentsyöntem
IXLSRange.ClearCommentsyöntem
IXLSRange.ClearOutlineyöntem Copyright © 2010-2026 losLab Software