Selects the sheet
Sintassi
procedura Select;
procedura Select(Replace: boolean);
procedura Select(Replace: boolean; lcid: Integer);
| Replace |
Boolean. True if you want to deselect previously selected sheets. Default is true; |
| lcid |
Integer. The locale ID |
Esempio
This example selects the Worksheet two
Workbook.Sheets[2].Select;