次の方法で共有


DelimitedTextReadSettings.SkipLineCount プロパティ

定義

入力ファイルからデータを読み取るときにスキップする空でない行の数を取得または設定します。 型: integer (または resultType 整数を持つ式)。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象