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