Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of lines in a csv/tsv content to skip before the header.
public int? NumberOfLinesToSkip { get; set; }
member this.NumberOfLinesToSkip : Nullable<int> with get, set
Public Property NumberOfLinesToSkip As Nullable(Of Integer)