ListObject.Comment Property

Definition

Returns or sets the comment associated with the list object. Read/write String.

public:
 property System::String ^ Comment { System::String ^ get(); void set(System::String ^ value); };
public string Comment { get; set; }
Public Property Comment As String

Property Value

String

Remarks

The comment text cannot exceed 255 characters.

Applies to