Table of Contents

TRichString.SetFromHtml Method

Sets the rich string content from an HTML Formatted string. Note: This method is for advanced uses only. Normally you would just use ExcelFile.SetCellFromHtml(Int32, Int32, String, Int32)

Syntax

Namespace: FlexCel.Core

public void SetFromHtml(String HtmlString, TFlxFormat aCellFormat, ExcelFile aWorkbook)

Parameters

<-> Parameter Type Description
HtmlString String String with the HTML data.
aCellFormat TFlxFormat Initial format of the cell where we want to enter the html string.
aWorkbook ExcelFile ExcelFile where the cell is.

See also