Gets and sets the html string which contains data and some formats in this comment.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic string HtmlNote { get; set; }
Public Property HtmlNote As String
Get
Set
public:
property String^ HtmlNote {
String^ get ();
void set (String^ value);
}
member HtmlNote : string with get, set
Property Value
Type:
String
See Also