Table of Contents

TFlxConsts.MaxRowCount Property

Returns the maximum number of rows that you can have in a spreadsheet. This is the same as Max_Rows + 1.

This number might be 65536 if TExcelFile.ExcelVersion is TExcelVersion.v97_2003 or 1048576 otherwise.

Syntax

Unit: FlexCel.Core

property TFlxConsts.MaxRowCount: Integer

See also