C1.WPF.Document Assembly / C1.WPF.Document Namespace / Utils Class / GetWord Method

In This Topic
GetWord Method (Utils)
In This Topic
Gets the word in the text near to specified position.
Syntax
'Declaration
 
Public Shared Sub GetWord( _
   ByVal s As String, _
   ByVal p As Integer, _
   ByRef start As Integer, _
   ByRef length As Integer _
) 
 

Parameters

s
p
start
length
See Also