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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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 |
|
See Also