Skip to main content

TxtDocumentImporterOptions.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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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
.Txt .MaxRowCountToImport
See Also