HotXLS Belgeleri
İçindekiler
Ana sayfa
Genel bakış
TGridToXLS
IXLSWorkbook
Ana sayfa
İçindekiler
Genel bakış
ScrollColumn özellik
Döndürür the first visible column. Read/write Integer
Sözdizimi
property ScrollColumn: Integer;
Örnek
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;
Ayrıca bkz.
TXLSWorksheet.ScrollRowözellik
TXLSWorksheet.Activateyöntem
TXLSWorksheet.Zoomözellik
Copyright © 2010-2026 losLab Software