TXlsBaseChart.Create Constructor
You cannot create instances of this class. It must be returned with a call to TXlsFile.GetChart
Syntax
Unit: FlexCel.XlsAdapter
constructor TXlsBaseChart.Create(const aWorkbook: TExcelFile; const aCurrentChart: TFlxChart; const aCellList: TCellList; const aOwnsCellList: Boolean);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aWorkbook |
TExcelFile |
|
const |
aCurrentChart |
TFlxChart |
|
const |
aCellList |
TCellList |
|
const |
aOwnsCellList |
Boolean |
|
See also