CommentsRange
HtmlString Property
|
Gets or sets the HTML string of the comments in the cell range.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string HtmlString { get; set; }
Public Property HtmlString As String
Get
Set
public:
virtual property String^ HtmlString {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract HtmlString : string with get, set
override HtmlString : string with get, set
Return Value
Type:
String
The HTML string of the comments if all comments have the same HTML string; otherwise, an empty string.
Implements
IShape
HtmlString
See Also