Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.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-2010