CharacterRange.First プロパティ

定義

この CharacterRange の、最初の文字の文字列の位置を取得または設定します。

public:
 property int First { int get(); void set(int value); };
public int First { get; set; }
member this.First : int with get, set
Public Property First As Integer

プロパティ値

CharacterRange の開始位置。

適用対象