TextIndex Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
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.

See Also