RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1TableHelper Class / C1TableHelper Constructor
The C1.WPF.RichTextBox.Documents.C1Table element.

In This Topic
    C1TableHelper Constructor
    In This Topic
    Initializes a new instance of the C1TableHelper class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal el As C1Table _
    )
    public C1TableHelper( 
       C1Table el
    )

    Parameters

    el
    The C1.WPF.RichTextBox.Documents.C1Table element.
    See Also