Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
TXLSComment
>
Visible
Visible property
Determines whether the
comment
is visible. Read/write Boolean. Dafault is False.
Syntax
property
Visible: Boolean;
Example
This example sets the comment for cell E5 to be always visible.
Workbook.Sheets[
1
].Range[
'E5'
,
'E5'
].AddComment.Visible := True;
Copyright © NikaSoft 2004-2012