IEditorSelection.CurrentColumn Property

Applies to v2.

Gets the currently selected column.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property CurrentColumn As Integer 
    Get
'Usage
Dim instance As IEditorSelection 
Dim value As Integer 

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

Property Value

Type: System.Int32
The currently selected column.

See Also

Reference

IEditorSelection Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace