Table of Contents

TPartialExportState.StartBody Method

Starts writing a body declaration. After calling this method, you should call SaveBody for the parts you want to save, and end up with a call to EndHtmlFile

Syntax

Namespace: FlexCel.Render

public void StartBody(TextWriter writer)

Parameters

<-> Parameter Type Description
writer TextWriter TextWriter where we are going to save the results.

See also