Skip to main content

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[DefaultValue(0)]
public override int StartRowToImport { get; set; }

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
.Txt .StartRowToImport

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