Table of Contents

TPartialExportState.Create Constructor

Creates a new instance of TPartialExportState.

Syntax

Unit: FlexCel.Render

constructor TPartialExportState.Create(const aCssData: TFlexCelWriter; const aCssUrl: string);

Parameters

<-> Parameter Type Description
const aCssData TFlexCelWriter TextWriter where an external CSS file will be stored. If null, no CSS file will be created, even when a link to a external file might.
const aCssUrl string URL of the css file that will be linked to this file. If null, all css information will be stored inside the html file.

See also