Skip to main content
A newer version of this page is available. .

XlCellPosition.MaxRowCount Property

Gets the maximum number of rows.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public static readonly int MaxRowCount { get; }

Property Value

Type Description
Int32

An integer that is the maximum number of rows; at the moment it is 1048576.

See Also