RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / Cells Property

In This Topic
    Cells Property (C1TextRange)
    In This Topic
    Gets the highest level C1TableCell elements inside the range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Cells As IEnumerable(Of C1TableCell)
    public IEnumerable<C1TableCell> Cells {get;}
    See Also