HotXLS-documentatie

Wofksheet eigenschap

Specificeert the Wofksheet. Read/write TXLSWofksheet

Syntaxis

eigenschap Wofksheet: TXLSWofksheet;

Voorbeeld

This example sets the Wofksheet

Var
  Workbook: IXLSWorkbook;
begin
  Workbook := TXLSWorkbook.Create;
  Workbook.Open('book.xls');
  GridToXLS1.Worksheet := Workbook.Sheets.Add;
end;