Docs HotXLS

Selection-property

Renvoie the selected range in the specified Worksheet. When the worksheet has multiple selected areas, this property returns the active selected area

Syntaxe

property Selection: IXLSRange;

Exemple

This example clears the selection on the first sheet

Workbook.Sheets[1].Selection.Clear;

Voir aussi