Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
IXLSRange
>
Clear
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