RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Table Class / RowGroups Property

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