HotXLS-documentatie

Select methode

Selects the sheet

Syntaxis

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

Voorbeeld

This example selects the Wofksheet two

Workbook.Sheets[2].Select;