FlexCelSVGExport.FlexCelSVGExport Constructor
Overloads
- FlexCelSVGExport.FlexCelSVGExport
- FlexCelSVGExport.FlexCelSVGExport(ExcelFile)
- FlexCelSVGExport.FlexCelSVGExport(ExcelFile, Boolean)
FlexCelSVGExport.FlexCelSVGExport
Creates a new FlexCelSVGExport instance.
Syntax
Namespace: FlexCel.Render
public FlexCelSVGExport()
See also
FlexCelSVGExport.FlexCelSVGExport(ExcelFile)
Creates a new FlexCelSVGExport and assigns it to an ExcelFile.
Syntax
Namespace: FlexCel.Render
public FlexCelSVGExport(ExcelFile aWorkbook)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aWorkbook | ExcelFile | ExcelFile containing the data this component will export. |
See also
FlexCelSVGExport.FlexCelSVGExport(ExcelFile, Boolean)
Creates a new FlexCelSVGExport and assigns it to an ExcelFile, setting AllowOverwritingFiles to the desired value.
Syntax
Namespace: FlexCel.Render
public FlexCelSVGExport(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. |