Table of Contents

FlxConsts.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 ExcelFile.ExcelVersion is TExcelVersion.v97_2003 or 1048576 otherwise.

Syntax

Namespace: FlexCel.Core

public static Int32 MaxRowCount { get; }

See also