'Declaration Function GetNumberSubstitution( _ ByVal textPosition As System.Integer, _ ByRef textLength As System.Integer _ ) As NumberSubstitution
NumberSubstitution GetNumberSubstitution( System.int textPosition, out System.int textLength )
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.