Keyoti RapidSpell Desktop .NET API Docs
SetPosition Method (pos)
APIKeyoti.RapidSpellICheckerEngineSetPosition(Int32)
Keyoti RapidSpell Desktop .NET
Sets the pointer position for the NextBadWord iterator.
Declaration Syntax
C#Visual BasicVisual C++F#
void SetPosition(
	int pos
)
Sub SetPosition ( 
	pos As Integer
)
void SetPosition(
	int pos
)
abstract SetPosition : 
        pos : int -> unit 
Parameters
pos (Int32)
Remarks
Further calls to NextBadWord will look for the next bad word from position pos. If position > the text length it is set to the text length. If position < 0, it is set to zero.

Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204