ListObject.Comment Property (2007 System)
Gets or sets a comment that is associated with the ListObject.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public Property Comment As String
'Usage
Dim instance As ListObject
Dim value As String
value = instance.Comment
instance.Comment = value
public string Comment { get; set; }
public:
property String^ Comment {
String^ get ();
void set (String^ value);
}
public function get Comment () : String
public function set Comment (value : String)
Property Value
Type: System.String
A string that represents a comment that is associated with the ListObject.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.