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

In This Topic
    Cells Property (C1TableRow)
    In This Topic
    Gets the collection of C1TableCell in the C1TableRow.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Cells As ProxyCollection(Of C1TableCell)
    public ProxyCollection<C1TableCell> Cells {get;}
    See Also