Barlist.Comment
Set/Get the comment property
Syntax
comment =
barlist.Comment
barlist.Comment = comment
Parameters
None
Returns
String. The current value of the comment property
Example
This example gets the current value of the comment property
and displays it
Dim comment as
String
comment = barlist.Comment
MsgBox comment
|