[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TableRowGroup

C1TableRowGroup Class

Represents a flow content element used to group C1TableRow elements within a C1Table.

Inheritance
C1TableRowGroup
Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.dll
Syntax
public class C1TableRowGroup : C1Block, IEnumerable<C1TextElement>, IEnumerable

Constructors

Name Description
C1TableRowGroup()

Initializes a new C1TableRowGroup instance.

Properties

Name Description
Rows

Gets the collection of C1TableRow in the C1TableRowGroup.

Methods

Name Description
IsValidChild(Type)

Checks whether a type is a valid child of this C1TextElement.