RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TableRowGroup Class / Rows Property

In This Topic
    Rows Property (C1TableRowGroup)
    In This Topic
    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