Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
IXLSWorksheet
>
Selection
Selection property
Returns the
selected
range in the specified worksheet.
Syntax
property
Selection:
IXLSRange
;
Example
This example clears the selection on the first sheet.
WorkBook.Sheets[
1
].Selection.Clear;
Copyright © NikaSoft 2004-2012