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

In This Topic
    Table Property (C1TableHelper)
    In This Topic
    Gets or sets the C1.WPF.RichTextBox.Documents.C1Table element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Table As C1Table
    public C1Table Table {get;}

    Property Value

    The table.
    See Also