Gets the list of C1Lists inside this range.

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

Syntax

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

See Also