Range.EndLine 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 line (0-based) of the end of the span.
public:
property int EndLine { int get(); };
[System.Runtime.Serialization.DataMember(Order=2)]
public int EndLine { get; }
[System.Runtime.Serialization.DataMember(Order=2)]
public int EndLine { [System.Runtime.CompilerServices.IsReadOnly] get; }
[<System.Runtime.Serialization.DataMember(Order=2)>]
member this.EndLine : int
[<System.Runtime.Serialization.DataMember(Order=2)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.EndLine : int
Public ReadOnly Property EndLine As Integer
Property Value
- Attributes