Contents  All Classes  Index A-Z  All Units


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;



Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.