ITextSpan.EndLine プロパティ

定義

テキスト選択範囲の終了位置に相当する行番号を取得します。

public:
 property int EndLine { int get(); };
public int EndLine { get; }
member this.EndLine : int
Public ReadOnly Property EndLine As Integer

プロパティ値

テキスト選択範囲の終了位置に相当する行番号を表す整数を返します。

適用対象