言語

ITextSpan.EndCol プロパティ

定義

テキスト選択が終了する列番号を取得します。

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

プロパティ値

テキスト選択が終了する列番号を表す整数を返します。

適用対象