Table of Contents

FlexCelPdfExport.FlexCelPdfExport Constructor

Overloads

FlexCelPdfExport.FlexCelPdfExport

Creates a new FlexCelPdfExport instance.

Syntax

Namespace: FlexCel.Render

public FlexCelPdfExport()

See also

FlexCelPdfExport.FlexCelPdfExport(ExcelFile)

Creates a new FlexCelPdfExport and assigns it to an ExcelFile.

Syntax

Namespace: FlexCel.Render

public FlexCelPdfExport(ExcelFile aWorkbook)

Parameters

<-> Parameter Type Description
aWorkbook ExcelFile ExcelFile containing the data this component will export.

See also

FlexCelPdfExport.FlexCelPdfExport(ExcelFile, Boolean)

Creates a new FlexCelPdfExport and assigns it to an ExcelFile, setting AllowOverwritingFiles to the desired value.

Syntax

Namespace: FlexCel.Render

public FlexCelPdfExport(ExcelFile aWorkbook, Boolean aAllowOverwritingFiles)

Parameters

<-> Parameter Type Description
aWorkbook ExcelFile ExcelFile containing the data this component will export.
aAllowOverwritingFiles Boolean When true, existing files will be overwritten.

See also