SpreadsheetCsvImportOptions.StartRowToImport Property
Gets or sets the row index of imported data starting from which the data are placed in worksheet cells. This is a dependency property.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
Property Value
Type | Description |
---|---|
Int32 | 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 |
---|---|
SpreadsheetImportOptions |
|
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