​
​
​

Gets the starting position of a spelled word. It is a zero-based index of the word's first character.

Syntax

​public int Start { get; }
​Public ReadOnly Property Start() As Integer
​

Limitations

Read only.

​