Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
IXLSWorksheet
>
Activate
Activate method
Makes the specified sheet the active sheet. Equivalent to clicking the sheet's tab.
Syntax
procedure
Activate;
Example
This example activates worksheet one.
Workbook.Worksheets[
1
].Activate;
Copyright © NikaSoft 2004-2010