NativeExcel suite v2.x

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-2012