GetTextBeforePosition Method (TextAnalysisSource)
Gets a block of text immediately preceding the specified position.
System.string GetTextBeforePosition(
System.int
)
'Declaration
Function GetTextBeforePosition( _
ByVal As System.Integer _
) As System.String
Parameters
- textPosition
- The position immediately after the last position of the block of text to obtain.
Return Value
text immediately preceding the specified position