Table of Contents

TDataConnectionTextImportProperties.FirstRow Property

Indicates at what row of the file to start the data import. All unsignedInt values are permitted, although it's possible that firstRow is higher than the number of rows in the text file, in which case no data is imported.

Syntax

Namespace: FlexCel.Core

public Int32 FirstRow { get; set; }

See also