Hi,
it would be great if while exporting HtmlTextArea via API as Html:
chart.As<HtmlTextArea>().Export();
or
chart.As<HtmlTextArea>().HtmlContent;
I am able to get "values" of spotfire controls (e.g. the same way as images chart.As<HtmlTextArea>().Images ).
Thanks