Range.End Property

T3000 CrossPlatform

RangeEnd Property

[This is preliminary documentation and is subject to change.]

Finish line and char position

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Place End { get; set; }
Public Property End As Place
	Get
	Set

Dim instance As Range
Dim value As Place

value = instance.End

instance.End = value

Property Value

Type: Place
See Also