HotXLS-dokumentation Innehåll Startsida Översikt TGridToXLS IXLSWorkbook Startsida Innehåll Översikt

ClearContents metod

Clears the data from the range but leaves the formatting

Syntax

procedure ClearContents;

Exempel

This example clears the data from cells A1:G37 on sheet one but leaves the formatting intact
Workbook.Worksheets[1].Range['A1', 'G37'].ClearContents; Copyright © 2010-2026 losLab Software