Office Component Suite 2.8 Full Source
Office Component Suite 2.8 Full Source | 21 Mb
Delphi and C++ Builder components for automating Microsoft Office.
supports Microsoft Office 97 - 2013
contains Excel and Word components
available for Delphi/C++ Builder 5 - 10 and Lazarus 1.4.2
source code included in full version
distributing components in applications is royalty free
TExcelComponent
Unit
excelcs
Description
TExcelComponent is ancestor for all Excel components. It encapsulates common features, mainly Excel object lifetime management and Excel collection functionality.
Properties
property About: string; // read only
Version, copyright and contact information.
property Active: Boolean;
Creates a new Excel object or retrieves Excel object from parent collection (when Parent property is set).
property Parent: TExcelComponent;
Parent containing collection with this component.
Methods
procedure Close;
Frees Excel object.
procedure AppendTo(NewParent: TExcelComponent);
Appends Excel object to the collection in NewParent.
procedure Delete;
Deletes Excel object from parent collection.
procedure Open;
Creates a new Excel object or retrieves Excel object from parent collection (when Parent property is set).
procedure Refresh;
Refreshes parent Excel collection.
Version 2.8
added Delphi/C++ Builder 10 files
added Delphi/C++ Builder 10 files
[/b]
[b] Only for V.I.P
Warning! You are not allowed to view this text.