Gets the list of C1Tables inside this range.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public IEnumerable<C1Table> Tables { get; }
Visual Basic
Public ReadOnly Property Tables As IEnumerable(Of C1Table)
	Get

See Also