Share via


TextFormat.SkipLineCount Property

Definition

Gets or sets the number of lines/rows to be skipped when parsing text files. The default value is 0. 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