HotXLS-dokumentasjon
Innhold
Hjem
Oversikt
TGridToXLS
IXLSWorkbook
Hjem
Innhold
Oversikt
Column egenskap
Returnerer the number of the first column in the specified range. Read-only Integer
Syntaks
property Column: Integer;
Eksempel
This example sets the value of A1 cell to the number of the first column in the selection
Workbook.Sheets[1].Range['A1', 'A1'].Value := Workbook.Sheets[1].Selection.Column;
Copyright © 2010-2026 losLab Software