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

CsvDataAwareExporterOptions.MaxRowCount Property

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

Namespace: DevExpress.XtraExport.Csv

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public int MaxRowCount { get; }

Property Value

Type Description
Int32

An Int32 value that is the maximum number of rows.

Implements

See Also