NativeExcel suite v1.x

RowsPerSheet property

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

Syntax

property RowsPerSheet: Integer;

Example

This example sets the highest possible number of rows to 10.
DBgrid2Excel1.RowsPerSheet := 10;
Copyright © NikaSoft 2004-2012