Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CsvDocumentImporterOptions.MaxRowCountToImport Property

Gets or sets the maximum number of rows which will be filled with imported data in the resulting worksheet.

Namespace: DevExpress.XtraSpreadsheet.Import

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

Declaration

[DefaultValue(2147483647)]
public override int MaxRowCountToImport { get; set; }

Property Value

Type Default Description
Int32 2147483647

An integer that is the number of rows.

Property Paths

You can access this nested property as listed below:

Object Type Path to MaxRowCountToImport
WorkbookImportOptions
.Csv .MaxRowCountToImport
See Also