ITextSpan.AnchorCol 属性

定义

获取文本选择开始处的列号。

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

属性值

返回一个整数,该整数表示文本选择开始处的列号。

适用于