TextSelection.CurrentLine 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.
Microsoft Internal Use Only.
public:
property int CurrentLine { int get(); };
public:
property int CurrentLine { int get(); };
[System.Runtime.InteropServices.DispId(9)]
public int CurrentLine { [System.Runtime.InteropServices.DispId(9)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[System.Runtime.InteropServices.DispId(9)]
public int CurrentLine { [System.Runtime.InteropServices.DispId(9)] get; }
[<System.Runtime.InteropServices.DispId(9)>]
[<get: System.Runtime.InteropServices.DispId(9)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.CurrentLine : int
[<System.Runtime.InteropServices.DispId(9)>]
[<get: System.Runtime.InteropServices.DispId(9)>]
member this.CurrentLine : int
Public ReadOnly Property CurrentLine As Integer
Property Value
The current line.
- Attributes