TextLocation.Column Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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