In This Topic
Gets or sets the starting position of the range in the text.
Syntax
'Declaration
Public Property Start As Integer
public int Start {get; set;}
Property Value
The zero-based index indicating the starting position of the range in the text.
See Also