Returns an array of SubTextPart objects which are the children of this SubTextPart. The array contains all direct children and all further descendants in the order as they appear in the text.

Introduced: X19.

GetChildren()

public SubTextPart[] GetChildren();
Public Function GetChildren() As SubTextPart()

Return Value

The return value is null if this SubTextPart has no children. Otherwise, it is an array of SubTextPart objects.