Range.Start Property

T3000 CrossPlatform

RangeStart Property

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

Start line and char position

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

Dim instance As Range
Dim value As Place

value = instance.Start

instance.Start = value

Property Value

Type: Place
See Also