ComponentOne FlexReport for WinForms
GetNearText Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Utils Class : GetNearText Method
Gets the text which is "near" to specified position.
Syntax
'Declaration
 
Public Shared Sub GetNearText( _
   ByVal text As System.String, _
   ByVal position As System.Integer, _
   ByVal length As System.Integer, _
   ByRef nearText As System.String, _
   ByRef positionInNearText As System.Integer _
) 
public static void GetNearText( 
   System.string text,
   System.int position,
   System.int length,
   out System.string nearText,
   out System.int positionInNearText
)

Parameters

text
position
length
nearText
positionInNearText
See Also

Reference

Utils Class
Utils Members