Products
|
Download
|
Order
|
Contact us
|
Photo restoration
NativeExcel suite v1.x
Reference
>
IXLSRange
>
ClearComments
ClearComments method
Clears all cell comments from the specified range.
Syntax
procedure
ClearComments;
Example
This example clears all comments from cell E5..
Workbook.Sheets[
1
].Range[
'E5'
,
'E5'
].ClearComments;
Copyright © NikaSoft 2004-2007