TextRange2.LtrRun Method
Returns a TextRange2 object that represents the specified subset of left-to-right text runs. A text run consists of a range of characters that share the same font attributes.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub LtrRun
'Usage
Dim instance As TextRange2
instance.LtrRun()
void LtrRun()