Share via


ITextSpan.EndLine Property

Gets the line number on which text selection ends.

Namespace:  Microsoft.SqlServer.Management.QueryExecution
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property EndLine As Integer
    Get
'Usage
Dim instance As ITextSpan
Dim value As Integer

value = instance.EndLine
int EndLine { get; }
property int EndLine {
    int get ();
}
abstract EndLine : int
function get EndLine () : int

Property Value

Type: System.Int32
Returns an integer that represents the line number on which text selection ends.