GetTextAtPosition Method (TextAnalysisSource)
Gets a block of text starting at the specified text position.
System.string GetTextAtPosition(
System.int
)
'Declaration
Function GetTextAtPosition( _
ByVal As System.Integer _
) As System.String
Parameters
- textPosition
- The first position of the piece to obtain. All positions are in UTF16 code units, not whole characters, which matters when supplementary characters are used.
Return Value
a block of text