Gets a subtextpart's outer subtextpart. The property's value is an object of the type SubTextPart or null if this subtextpart is a top-level subtextpart.

Syntax

public SubTextPart OuterSubTextPart { get; }
Public ReadOnly Property OuterSubTextPart() As SubTextPart

Limitations

Read only.