ComponentOne RichTextBox for WPF and Silverlight
Cells Property (C1TextRange)

C1.WPF.RichTextBox.Documents Namespace > C1TextRange Class : Cells Property
Gets the highest level C1TableCell elements inside the range.
Syntax
'Declaration
 
Public ReadOnly Property Cells As System.Collections.Generic.IEnumerable(Of C1TableCell)
public System.Collections.Generic.IEnumerable<C1TableCell> Cells {get;}
See Also

Reference

C1TextRange Class
C1TextRange Members