ITextSpan.AnchorCol プロパティ

定義

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

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

プロパティ値

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

適用対象