Microsoft Excel reporting and 
 data analyzing with practically no coding. 
 .Net, ActiveX, and VCL versions. 
 www.AfalinaSoft.com  

Home    Products    Downloads    Registered users    Support    Prices    Order    Primary Subscription

 



TxlDataSource Excel Type Library Interface - AfalinaSoft XL Report Programmer's Reference

<< Previous

Table of contents

Next >>


TxlDataSource Excel Type Library Interface


IName public read only

Points 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 only

Points 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 only

Points 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 only

Points 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 only

Points 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 only

Points 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 only

Points 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 only

Points 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 only

Points 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.

<< Previous

Table of contents

Next >>



Components

xlReport xlReport

Developed for

Delphi 4, 5, 6, 7
C++Builder 4, 5, 6

Excel version supported

MS Excel 97 (SR2)
MS Excel 2000
MS Excel 2002 (XP)
MS Excel 2003



[ Download it ]
[ Order now ]



We are Borland 
 technology partner

Copyright © 1999-2012
All right reserved.
Privacy Policy

Write to WebMaster

Page Top
Add-in Express - Visual tool for Office customization