TFlexCelSVGExport.Create Constructor
Overloads
- TFlexCelSVGExport.Create
- TFlexCelSVGExport.Create(TExcelFile)
- TFlexCelSVGExport.Create(TExcelFile, Boolean)
TFlexCelSVGExport.Create
Creates a new FlexCelSVGExport instance.
Syntax
Unit: FlexCel.Render
constructor TFlexCelSVGExport.Create;
See also
TFlexCelSVGExport.Create(TExcelFile)
Creates a new FlexCelSVGExport and assigns it to an ExcelFile.
Syntax
Unit: FlexCel.Render
constructor TFlexCelSVGExport.Create(const aWorkbook: TExcelFile);
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | aWorkbook | TExcelFile | ExcelFile containing the data this component will export. |
See also
TFlexCelSVGExport.Create(TExcelFile, Boolean)
Creates a new FlexCelSVGExport and assigns it to an ExcelFile, setting AllowOverwritingFiles to the desired value.
Syntax
Unit: FlexCel.Render
constructor TFlexCelSVGExport.Create(const aWorkbook: TExcelFile; const aAllowOverwritingFiles: Boolean);
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | aWorkbook | TExcelFile | ExcelFile containing the data this component will export. |
const | aAllowOverwritingFiles | Boolean | When true, existing files will be overwritten. |