Documentazione HotXLS

Metodo ClearContents

Cancella i dati dall'intervallo ma lascia la formattazione

Sintassi

procedure ClearContents;

Esempio

This example clears the data from cells A1:G37 on sheet one but leaves the formatting intact

Workbook.Worksheets[1].Range['A1', 'G37'].ClearContents;