Gets the starting index of the string represented by this CharRange within the text.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
public int Start { get; }
Visual Basic (Declaration)
Public ReadOnly Property Start As Integer
	Get

See Also