NativeExcel suite v2.x

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