Returns the end of the word that fromPos is in.
            
 Declaration Syntax
 Declaration Syntax| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# | 
protected virtual int FindWordEnd( int fromPos )
protected virtual int FindWordEnd( int fromPos )
Protected Overridable Function FindWordEnd ( fromPos As Integer ) As Integer
Protected Overridable Function FindWordEnd ( fromPos As Integer ) As Integer
protected: virtual int FindWordEnd( int fromPos )
protected: virtual int FindWordEnd( int fromPos )
abstract FindWordEnd : fromPos : int -> int override FindWordEnd : fromPos : int -> int
abstract FindWordEnd : fromPos : int -> int override FindWordEnd : fromPos : int -> int
 Parameters
 Parameters- fromPos (Int32)
 Return Value
 Return ValueAssembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412

