Dokumentacija HotXLS Vsebina Domov Pregled TGridToXLS IXLSWorkbook Domov Vsebina Pregled

ScrollColumn lastnost

Vrne the first visible column. Read/write Integer

Skladnja

property ScrollColumn: Integer;

Primer

This example makes column H the first visible column when the workbook is opened in Excel
with Workbook.Sheets[1] do begin Activate; ScrollRow := 1; ScrollColumn := 8; end;

Glej tudi

TXLSWorksheet.ScrollRowlastnost
TXLSWorksheet.Activatemetoda
TXLSWorksheet.Zoomlastnost Copyright © 2010-2026 losLab Software