Table of Contents

THtmlParsedString.Parse Method

Parses an Html string and fills this instance with the parsed values.

Syntax

Namespace: FlexCel.Core

public void Parse(String HtmlString)

Parameters

<-> Parameter Type Description
HtmlString String Html string we want to parse.

See also