Represents the content of comment.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic string Note { get; set; }
Public Property Note As String
Get
Set
public:
property String^ Note {
String^ get ();
void set (String^ value);
}
member Note : string with get, set
Property Value
Type:
String
See Also