A flow content element that defines a row within a C1Table.

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

Syntax

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

Inheritance Hierarchy

See Also