Documentație HotXLS

Proprietatea Workbook

Specifică registrul de lucru. Citire/scriere IXLSWorkbook

Sintaxă

property Workbook: IXLSWorkbook;

Exemplu

Acest exemplu setează registrul de lucru

Var
  Workbook: IXLSWorkbook;
begin
  Workbook := TXLSWorkbook.Create;
  Workbook.Open('book.xls');
  DataToXLS1.Workbook := Workbook;
end;