XlsShape
HtmlString Property
|
Gets and sets the html string which contains data and some formattings in this shape.
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
Property Value
Type:
String
Implements
IShape
HtmlString
See Also