Skip to main content

IXlDocumentOptions.MaxRowCount Property

Gets the maximum number of rows supported by the output file format.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

int MaxRowCount { get; }

Property Value

Type Description
Int32

An Int32 value that is the maximum number of rows.

Property Paths

You can access this nested property as listed below:

Object Type Path to MaxRowCount
IXlDocument
.Options .MaxRowCount
See Also