Share via


DelimitedTextReadSettings.SkipLineCount Property

Definition

Gets or sets indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).

[Newtonsoft.Json.JsonProperty(PropertyName="skipLineCount")]
public object SkipLineCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="skipLineCount")>]
member this.SkipLineCount : obj with get, set
Public Property SkipLineCount As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to