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

Namespace:  C1.Silverlight.RichTextBox.Documents
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
[ContentPropertyAttribute("Rows")]
public class C1TableRowGroup : C1Block
Visual Basic
<ContentPropertyAttribute("Rows")> _
Public Class C1TableRowGroup _
	Inherits C1Block

Inheritance Hierarchy

See Also