HotXLS-dokumentation Indhold Startside Oversigt TGridToXLS IXLSWorkbook Startside Indhold Oversigt

Select metode

Selects the sheet

Syntaks

procedure Select; procedure Select(Replace: boolean); procedure Select(Replace: boolean; lcid: Integer); Replace Boolean. True if you want to deselect previously selected sheets. Default is true; lcid Integer. The locale ID

Eksempel

This example selects the Worksheet two
Workbook.Sheets[2].Select; Copyright © 2010-2026 losLab Software