ComponentOne RichTextBox for UWP
Tables Property

C1.Xaml.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