Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
IXLSWorksheet
>
Selected
Selected property
True if the worksheet is selected. Read/write Boolean.
Syntax
property
Selected: Boolean;
Example
This example selects the sheet one.
WorkBook.Sheets[
1
].Selected := True;
Copyright © NikaSoft 2004-2011