|
|
|||
Home Products Downloads Registered users Support Prices Order Primary Subscription |
|
||
TxlDataSource Excel Type Library InterfaceIName public read onlyPoints to the interface of the Name object (Excel) referencing the range.
property IName: IxlName; type
IxlName = Excel8G2.Name;
This interface allows accessing the Name object that refer to the range whose name is specified in the Range property. Can be used in event handlers only in order to carry out some additional actions during report generation. INames public read onlyPoints to Workbook.Names interface.
property INames: IxlNames; type
IxlNames = Excel8G2.Names;
This interface allows accessing the Names collection of the report workbook. Can be used in event handlers only in order to carry out some additional actions during report generation. IRange public read onlyPoints to the interface of the range for a Range-dataset.
property IRange: IxlRange; type
IxlRange = Excel8G2.Range;
This property allows accessing the range of a Range-dataset. Can be used in event handlers only in order to carry out some additional actions during report generation. ITempSheet public read onlyPoints to the temporary sheet (XLRpt_TempSheet) in the report.
property ITempSheet: IxlWorksheet; type
IxlWorksheet = Excel8G2._Worksheet;
This interface allows accessing the hidden worksheet inserted by XL Report during report generation. Can be used in event handlers only in order to carry out some additional actions during report generation. IWorkbook public read onlyPoints to the Workbook interface.
property IWorkbook: IxlWorkbook; type
IxlWorkbook = Excel8G2._Workbook;
This property allows accessing the report workbook. Can be used in event handlers only in order to carry out some additional actions during report generation. IWorkbooks public read onlyPoints to the interface of the Application.Workbooks collection.
property IWorkbooks: IxlWorkbooks; type
IxlWorkbooks = Excel8G2.Workbooks;
This property allows accessing the collection of open workbooks. Can be used in event handlers only in order to carry out some additional actions during report generation. IWorksheet public read onlyPoints to the Worksheet interface.
property IWorksheet: IxlWorksheet; type
IxlWorksheet = Excel8G2._Worksheet;
This property allows accessing the Worksheet interface of the worksheet containing the Range. Can be used in event handlers only in order to carry out some additional actions during report generation. IWorksheets public read onlyPoints to the interface of the Worksheets collection.
property IWorksheets: IxlWorksheets; type
IxlWorksheets = Excel8G2.Sheets;
This property allows accessing the collection of worksheets of the report workbook. Can be used in event handlers only in order to carry out some additional actions during report generation. IXLSApp public read onlyPoints to the Excel.Application interface.
property IXLSApp: IxlApplication; type
IxlApplication = Excel8G2._Application;
This property allows accessing the Excel.Application interface. Can be used in event handlers only in order to carry out some additional actions during report generation. |
Components
Developed forDelphi 4, 5, 6, 7 Excel version supportedMS Excel 97 (SR2)
[ Download it ] |