RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / Tables Property

In This Topic
    Tables Property (C1TextRange)
    In This Topic
    Gets the list of C1Tables inside this range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Tables As IEnumerable(Of C1Table)
    public IEnumerable<C1Table> Tables {get;}
    See Also