Table of Contents

FlexCelHtmlExport.FlexCelHtmlExport Constructor

Overloads

FlexCelHtmlExport.FlexCelHtmlExport

Creates a new FlexCelHtmlExport instance.

Syntax

Namespace: FlexCel.Render

public FlexCelHtmlExport()

See also

FlexCelHtmlExport.FlexCelHtmlExport(ExcelFile)

Creates a new FlexCelHtmlExport and assigns it to an ExcelFile.

Syntax

Namespace: FlexCel.Render

public FlexCelHtmlExport(ExcelFile aWorkbook)

Parameters

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

See also

FlexCelHtmlExport.FlexCelHtmlExport(ExcelFile, Boolean)

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

Syntax

Namespace: FlexCel.Render

public FlexCelHtmlExport(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