ComponentOne FlexReport for WinForms
GetWord Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Utils Class : GetWord Method
Gets the word in the text near to specified position.
Syntax
'Declaration
 
Public Shared Sub GetWord( _
   ByVal s As System.String, _
   ByVal p As System.Integer, _
   ByRef start As System.Integer, _
   ByRef length As System.Integer _
) 
public static void GetWord( 
   System.string s,
   System.int p,
   out System.int start,
   out System.int length
)

Parameters

s
p
start
length
See Also

Reference

Utils Class
Utils Members