Table of Contents

TPartialExportState.SaveFullHeaders Method

This method will output the full HTML headers needed to create an HTML file with the information in this object. If you wish to mix the output of the file with existing headers, you can use SaveRelevantHeaders instead to get only the relevant information to mix in the headers, or SaveCss(TextWriter) to get only the CSS classes that need to be put in the header.

Syntax

Namespace: FlexCel.Render

public void SaveFullHeaders(TextWriter writer, String htmlFileName)

Parameters

<-> Parameter Type Description
writer TextWriter Writer where you are going to write the information.
htmlFileName String File name of the file you are generating. There is no need to supply this parameter, it is only to add extra information to the generated file. You can leave it null.

See also