Table of Contents

FlexCelImgExport.FlexCelImgExport Constructor

Overloads

FlexCelImgExport.FlexCelImgExport

Creates a new FlexCelImgExport instance.

Syntax

Namespace: FlexCel.Render

public FlexCelImgExport()

See also

FlexCelImgExport.FlexCelImgExport(ExcelFile)

Creates a new FlexCelImgExport and assigns it to an ExcelFile.

Syntax

Namespace: FlexCel.Render

public FlexCelImgExport(ExcelFile aWorkbook)

Parameters

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

See also

FlexCelImgExport.FlexCelImgExport(ExcelFile, Boolean)

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

Syntax

Namespace: FlexCel.Render

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