UltimateSpell Class Library

SpellError.TextIndex Property

Gets or sets the index of the misspelled word in the original text.

[Visual Basic]
Public Property TextIndex As Integer
[C#]
public int TextIndex {get; set;}

Property Value

Index of the misspelled word in the original text.

Remarks

Use this property to set the index of the misspelled word in the original text.

See Also

SpellError Class | Karamasoft.WebControls.UltimateSpell Namespace