HotXLS-documentatie

RowsPerSheet eigenschap

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

Syntaxis

eigenschap RowsPerSheet: Integer;

Voorbeeld

This example sets the highest possible number of rows to 10

DataToXLS1.RowsPerSheet := 10;