TextLocation.Column Property

Definition

Gets the column within the text file. The first column on a line is considered column 1.

public:
 property int Column { int get(); };
public:
 property int Column { int get(); };
public int Column { get; }
public int Column { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.Column : int
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Column : int
Public ReadOnly Property Column As Integer

Property Value

Attributes

Applies to