<κλάση header="doc-nav" aria-label="Πλοήγηση τεκμηρίωσης">
Τεκμηρίωση HotXLS
<κλάση nav="doc-links">
Περιεχόμενα
Αρχική
Επισκόπηση
TGridToXLS
IXLSWorkbook
<κλάση div="nav topic-quick-nav" aria-label="Topic shortcuts">
Αρχική
Περιεχόμενα
Επισκόπηση
ScrollColumn ιδιότητα
<κλάση div="indent">
<κλάση div="txt">
Επιστρέφει the first visible column. Read/write Integer
Σύνταξη
<κλάση div="indent">
<κλάση div="txt">
property ScrollColumn: Integer;
Παράδειγμα
<κλάση div="indent">
<κλάση div="txt">
This example makes column H the first visible column when the workbook
is opened in Excel
<κλάση pre="code">
with Workbook.Sheets[1] do
begin
Activate;
ScrollRow := 1;
ScrollColumn := 8;
end;
Δείτε επίσης
<κλάση div="indent">
<κλάση div="txt">
TXLSWorksheet.ScrollRowιδιότητα
TXLSWorksheet.Activateμέθοδος
TXLSWorksheet.Zoomιδιότητα
<κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software