HotXLS Belgeleri İçindekiler Ana sayfa Genel bakış TGridToXLS IXLSWorkbook Ana sayfa İçindekiler Genel bakış

ScrollRow özellik

Döndürür the first visible row. Read/write Integer

Sözdizimi

property ScrollRow: Integer;

Örnek

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
with Workbook.Sheets[1] do begin Activate; ScrollRow := 25; ScrollColumn := 1; end;

Ayrıca bkz.

TXLSWorksheet.ScrollColumnözellik
TXLSWorksheet.Activateyöntem
TXLSWorksheet.Zoomözellik Copyright © 2010-2026 losLab Software