ComponentOne RichTextBox for WPF and Silverlight
Tables Property (C1TextRange)

C1.WPF.RichTextBox.Documents Namespace > C1TextRange Class : Tables Property
Gets the list of C1Tables inside this range.
Syntax
'Declaration
 
Public ReadOnly Property Tables As System.Collections.Generic.IEnumerable(Of C1Table)
public System.Collections.Generic.IEnumerable<C1Table> Tables {get;}
See Also

Reference

C1TextRange Class
C1TextRange Members