TitleRichTextWidgetContentHtmlContent Property | |
HTML snippet to render Report.
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public string HtmlContent { get; set; }
Public Property HtmlContent As String
Get
Set
public:
property String^ HtmlContent {
String^ get ();
void set (String^ value);
}
member HtmlContent : string with get, set
Return Value
Type:
String the HTML string
See Also