ComponentOne RichTextBox for UWP
Rows Property

C1.Xaml.RichTextBox.Documents Namespace > C1TableRowGroup Class : Rows Property
Gets the collection of C1TableRow in the C1TableRowGroup.
Syntax
'Declaration
 
Public ReadOnly Property Rows As ProxyCollection(Of C1TableRow)
public ProxyCollection<C1TableRow> Rows {get;}
See Also

Reference

C1TableRowGroup Class
C1TableRowGroup Members