ComponentOne RichTextBox for UWP
Cells Property (C1TableRow)

C1.Xaml.RichTextBox.Documents Namespace > C1TableRow Class : Cells Property
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

Reference

C1TableRow Class
C1TableRow Members