TTeeExcelSource
 
 
 

All Units  All Classes  Properties, Methods and Events  

TTeeExcelSource
Hierarchy     Properties     Methods     Events     

Unit
TeeExcelSource

Description
Component to allow linking series to Microsoft Excel spreadsheets.

You can use this class at design-time using the Series DataSource editor dialog, selecting Excel in the source combobox, or manually programatically like the following example code:

var
e : TTeeExcelSource;

e:=TTeeExcelSource.Create(Self);
Series1.DataSource := e;




Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.