HotXLS Belgeleri
İçindekiler
Ana sayfa
Genel bakış
TGridToXLS
IXLSWorkbook
Ana sayfa
İçindekiler
Genel bakış
RowHeight özellik
Döndürür or sets the height of all the rows in the range specified, measured in pointers
Sözdizimi
property RowHeight: OleVariant;
Örnek
This example doubles the height of first row on sheet one
With Workbook.Sheets[1].Range['A1', 'A1'] do
begin
RowHeight := RowHeight * 2;
end;
Copyright © 2010-2026 losLab Software