Share via


ITextSpan.AnchorCol Property

Gets the column number on which text selection starts.

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

Syntax

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

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

Property Value

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