Skip to main content

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public int StartRowToImport { get; set; }

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