Share via


ITextSpan.EndCol Property

Gets the column number on which text selection ends.

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

Syntax

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

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

Property Value

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