UltimateSpell Class Library |
SpellError..::..TextIndex Property |
SpellError Class See Also Send Feedback |
Gets or sets the index of the misspelled word in the original text.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
C# |
---|
public int TextIndex { get; set; } |
Visual Basic |
---|
Public Property TextIndex As Integer Get Set |
Visual C++ |
---|
public: property int TextIndex { int get (); void set (int value); } |
Field 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.