C1TableHelper Constructor
In This Topic
Initializes a new instance of the
C1TableHelper class.
Syntax
'Declaration
Public Function New( _
ByVal As C1Table _
)
public C1TableHelper(
C1Table
)
Parameters
- el
- The C1.WPF.RichTextBox.Documents.C1Table element.
See Also