HotXLS-dokumentation
Innehåll
Startsida
Översikt
TGridToXLS
IXLSWorkbook
Startsida
Innehåll
Översikt
Selection egenskap
Returnerar the selected range in the specified Worksheet. When the worksheet has multiple selected areas, this property returns the active selected area
Syntax
property Selection: IXLSRange;
Exempel
This example clears the selection on the first sheet
Workbook.Sheets[1].Selection.Clear;
Se även
TXLSWorksheet.SelectAreasmetod
Copyright © 2010-2026 losLab Software