Gets the number substitution from the text range affected by the text analysis.
'Declaration
Function GetNumberSubstitution( _
ByVal As System.Integer, _
ByRef As System.Integer _
) As NumberSubstitution
NumberSubstitution GetNumberSubstitution(
System.int ,
out System.int
)
Parameters
- textPosition
- The starting position from which to report.
- textLength
- Contains the length of the text, in characters, remaining in the text range up to the next differing number substitution.
Return Value
the number substitution from the text range affected by the text analysis.