Documentazione HotXLS

RowsPerSheet proprietà

Specifica the highest possible number of rows per Worksheet. The default value is 65535. Read/write Integer

Sintassi

proprietà RowsPerSheet: Integer;

Esempio

This example sets the highest possible number of rows to 10

DataToXLS1.RowsPerSheet := 10;