ITextSpan.EndLine Property

Definition

Gets the line number on which text selection ends.

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

Property Value

Returns an integer that represents the line number on which text selection ends.

Applies to