ComponentOne RichTextBox for WPF and Silverlight
Lists Property (C1TextRange)

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

Reference

C1TextRange Class
C1TextRange Members