ComponentOne RichTextBox for WPF and Silverlight
Rows Property (C1TableRowGroup)

C1.WPF.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