ITextSpan.EndLine 属性

定义

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

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

属性值

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

适用于