CsvDocumentImporterOptions.StartRowToImport Property
Gets or sets the row index of imported data starting from which the data are placed in worksheet cells.
Namespace: DevExpress.XtraSpreadsheet.Import
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer that is the zero-based row index. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to StartRowToImport |
---|---|
WorkbookImportOptions |
|
Remarks
When data are imported, initial imported rows up to the row with the index equal to StartRowToImport value are skipped when data are placed into worksheet cells.
See Also