NativeExcel suite v2.x

Clear method

Clears the cells in the specified range.

Syntax

procedure Clear;

Example

This example clears data and formatting in cells A1:G37 on sheet one.
Workbook.Worksheets[1].Range['A1', 'G37'].Clear;
Copyright © NikaSoft 2004-2012