ITextSpan.EndCol 属性

定义

获取文本选择结束处的列号。

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

属性值

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

适用于