RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Table Class / GetParents Method

In This Topic
    GetParents Method (C1Table)
    In This Topic
    Returns the list of parents from the root.
    Syntax
    'Declaration
     
    
    Public Function GetParents() As List(Of C1TextElement)
    public List<C1TextElement> GetParents()

    Return Value

    The list of parents from the root.
    See Also