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

In This Topic
    Table Property (C1TextRange)
    In This Topic
    Gets the table that includes this range, or null otherwise.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Table As C1Table
    public C1Table Table {get;}
    See Also